Add (out) to an (optional) parameter

… as it is not (inout).

Closes !9
This commit is contained in:
Дилян Палаузов 2019-07-23 09:02:31 +00:00
parent 35851dc979
commit 4131f0d14a

View File

@ -332,7 +332,7 @@ gvdb_table_list_from_item (GvdbTable *table,
/**
* gvdb_table_get_names:
* @table: a #GvdbTable
* @length: (optional): the number of items returned, or %NULL
* @length: (out) (optional): the number of items returned, or %NULL
*
* Gets a list of all names contained in @table.
*