mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
gio: Add a missing autocleanup for GFileAttributeInfoList
This commit is contained in:
parent
424b3b9c6c
commit
f5e875b2f8
@ -64,6 +64,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GEmblemedIcon, g_object_unref)
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GEmblem, g_object_unref)
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GFileEnumerator, g_object_unref)
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GFile, g_object_unref)
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GFileAttributeInfoList, g_file_attribute_info_list_unref)
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GFileIcon, g_object_unref)
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GFileInfo, g_object_unref)
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GFileInputStream, g_object_unref)
|
||||
|
Loading…
x
Reference in New Issue
Block a user