gio: fix g-i annotations in g_settings_schema_source_list_schemas()

This commit is contained in:
Alberto Ruiz 2014-04-15 18:56:26 +02:00
parent 9a5e85c078
commit 7916f6d636

View 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.
*