diff --git a/gio/gfileattribute.h b/gio/gfileattribute.h index 46803fb43..445cdd77d 100644 --- a/gio/gfileattribute.h +++ b/gio/gfileattribute.h @@ -60,7 +60,9 @@ struct _GFileAttributeInfoList int n_infos; }; -GType g_file_attribute_info_list_get_type (void); +#define G_TYPE_FILE_ATTRIBUTE_INFO_LIST (g_file_attribute_info_list_get_type ()) +GType g_file_attribute_info_list_get_type (void); + GFileAttributeInfoList * g_file_attribute_info_list_new (void); GFileAttributeInfoList * g_file_attribute_info_list_ref (GFileAttributeInfoList *list); void g_file_attribute_info_list_unref (GFileAttributeInfoList *list); diff --git a/gio/gfileinfo.h b/gio/gfileinfo.h index 3c3e18f3f..7514093bd 100644 --- a/gio/gfileinfo.h +++ b/gio/gfileinfo.h @@ -946,7 +946,9 @@ void g_file_info_set_symlink_target (GFileInfo *info, void g_file_info_set_sort_order (GFileInfo *info, gint32 sort_order); -GType g_file_attribute_matcher_get_type (void) G_GNUC_CONST; +#define G_TYPE_FILE_ATTRIBUTE_MATCHER (g_file_attribute_matcher_get_type ()) +GType g_file_attribute_matcher_get_type (void) G_GNUC_CONST; + GFileAttributeMatcher *g_file_attribute_matcher_new (const char *attributes); GFileAttributeMatcher *g_file_attribute_matcher_ref (GFileAttributeMatcher *matcher); void g_file_attribute_matcher_unref (GFileAttributeMatcher *matcher);