summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-03-26 16:38:34 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-03-26 16:40:28 +0100
commitc9408161819c32ea44cf3ea8e4c07edd6d57079c (patch)
treeaac8c3c25ee5db46e83b756164a8a5506a68d7bc
parentedaae619e5c70ac3175c4fb70cf348ca2172aebe (diff)
downloadglib-c9408161819c32ea44cf3ea8e4c07edd6d57079c.tar.gz
gio: Add missing autocleanup definition for GSettingsSchemaKey
-rw-r--r--gio/gio-autocleanups.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/gio-autocleanups.h b/gio/gio-autocleanups.h
index 1a54e01ec..ff407293f 100644
--- a/gio/gio-autocleanups.h
+++ b/gio/gio-autocleanups.h
@@ -112,6 +112,7 @@ 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)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(GSettingsSchemaKey, g_settings_schema_key_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GSettingsSchemaSource, g_settings_schema_source_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GSettings, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GSimpleActionGroup, g_object_unref)