mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-12 12:14:06 +02:00
Merge branch 'gresource-autocleanup' into 'master'
gio: Add missing autocleanup definition for GResource Closes #1435 See merge request GNOME/glib!156
This commit is contained in:
@@ -108,6 +108,7 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GProxy, g_object_unref)
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GProxyResolver, g_object_unref)
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GRemoteActionGroup, g_object_unref)
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GResolver, g_object_unref)
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GResource, g_resource_unref)
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GSeekable, g_object_unref)
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GSettingsBackend, g_object_unref)
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GSettingsSchema, g_settings_schema_unref)
|
||||
|
Reference in New Issue
Block a user