From 7916f6d63614b74d81a5527cef2b0e9c7bbb45f2 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Tue, 15 Apr 2014 18:56:26 +0200 Subject: [PATCH] gio: fix g-i annotations in g_settings_schema_source_list_schemas() --- gio/gsettingsschema.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gio/gsettingsschema.c b/gio/gsettingsschema.c index a3127fa..5b996e1 100644 --- a/gio/gsettingsschema.c +++ b/gio/gsettingsschema.c @@ -723,9 +723,10 @@ g_settings_schema_source_get_text_tables (GSettingsSchemaSource *source) * g_settings_schema_source_list_schemas: * @source: a #GSettingsSchemaSource * @recursive: if we should recurse - * @non_relocatable: (out) (transfer full): the list of non-relocatable - * schemas - * @relocatable: (out) (transfer full): the list of relocatable schemas + * @non_relocatable: (out) (transfer full) (array zero-terminated=1): the + * list of non-relocatable schemas + * @relocatable: (out) (transfer full) (array zero-terminated=1): the list + * of relocatable schemas * * Lists the schemas in a given source. * -- 2.7.4