gio: fix g-i annotations in g_settings_schema_source_list_schemas()
authorAlberto Ruiz <aruiz@gnome.org>
Tue, 15 Apr 2014 16:56:26 +0000 (18:56 +0200)
committerAlberto Ruiz <aruiz@gnome.org>
Tue, 15 Apr 2014 16:56:26 +0000 (18:56 +0200)
gio/gsettingsschema.c

index a3127fa..5b996e1 100644 (file)
@@ -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.
  *