mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Bug 554745 - GFileAttributeInfoList should be boxed
2008-10-06 Colin Walters <walters@verbum.org> Bug 554745 - GFileAttributeInfoList should be boxed * gio/gfileattribute.c: Define a boxed type for GFileAttributeList for convenience of bindings. * gio/gfileattribute.h: Prototype it. svn path=/trunk/; revision=7573
This commit is contained in:
committed by
Colin Walters
parent
6a19b99a9d
commit
b383c8f08f
@@ -60,6 +60,7 @@ struct _GFileAttributeInfoList
|
||||
int n_infos;
|
||||
};
|
||||
|
||||
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);
|
||||
|
Reference in New Issue
Block a user