mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
Add (out) annotation to (optional) parameters
… as the parameters are not (inout). Closes #1837
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
Reference in New Issue
Block a user