~ubuntu-branches/ubuntu/trusty/glib2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gio/gioenumtypes.h

Tags: upstream-2.15.6
ImportĀ upstreamĀ versionĀ 2.15.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
/* enumerations from "gfileinfo.h" */
44
44
GType g_file_type_get_type (void) G_GNUC_CONST;
45
45
#define G_TYPE_FILE_TYPE (g_file_type_get_type ())
 
46
GType g_filesystem_preview_type_get_type (void) G_GNUC_CONST;
 
47
#define G_TYPE_FILESYSTEM_PREVIEW_TYPE (g_filesystem_preview_type_get_type ())
46
48
 
47
49
/* enumerations from "gfilemonitor.h" */
48
50
GType g_file_monitor_event_get_type (void) G_GNUC_CONST;