mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
gio: Add type macros for GFileAttributeInfoList and GFileAttributeMatcher
https://bugzilla.gnome.org/show_bug.cgi?id=616892
This commit is contained in:
parent
c09bf3e6b9
commit
a511a706de
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user