/usr/include/libgdata/gdata/media/gdata-media-enums.h is in libgdata-dev 0.12.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #ifndef GDATA_MEDIA_ENUMS_H
#define GDATA_MEDIA_ENUMS_H
#include <glib-object.h>
G_BEGIN_DECLS
/* enumerations from "./gdata/media/gdata-media-content.h" */
GType gdata_media_expression_get_type (void) G_GNUC_CONST;
#define GDATA_TYPE_MEDIA_EXPRESSION (gdata_media_expression_get_type())
GType gdata_media_medium_get_type (void) G_GNUC_CONST;
#define GDATA_TYPE_MEDIA_MEDIUM (gdata_media_medium_get_type())
G_END_DECLS
#endif /* !GDATA_MEDIA_ENUMS_H */
|