[glib] gio: fix g-i annotations in g_settings_schema_source_list_schemas()



commit 7916f6d63614b74d81a5527cef2b0e9c7bbb45f2
Author: Alberto Ruiz <aruiz gnome org>
Date:   Tue Apr 15 18:56:26 2014 +0200

    gio: fix g-i annotations in g_settings_schema_source_list_schemas()

 gio/gsettingsschema.c |    7 ++++---
 1 files 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.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]