Add (out) annotation to (optional) parameters

… as the parameters are not (inout).

Closes #1837
This commit is contained in:
Дилян Палаузов
2019-07-19 11:45:49 +00:00
parent 8c5a14adf3
commit 74583affe0
3 changed files with 7 additions and 7 deletions

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