mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
Add missing introspection annotations to gvdb_table_get_names()
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
57962aac85
commit
7bed7ea77d
@ -332,7 +332,7 @@ gvdb_table_list_from_item (GvdbTable *table,
|
|||||||
/**
|
/**
|
||||||
* gvdb_table_get_names:
|
* gvdb_table_get_names:
|
||||||
* @table: a #GvdbTable
|
* @table: a #GvdbTable
|
||||||
* @length: the number of items returned, or %NULL
|
* @length: (optional): the number of items returned, or %NULL
|
||||||
*
|
*
|
||||||
* Gets a list of all names contained in @table.
|
* Gets a list of all names contained in @table.
|
||||||
*
|
*
|
||||||
@ -344,7 +344,7 @@ gvdb_table_list_from_item (GvdbTable *table,
|
|||||||
* above calls in the case of the corrupted file. Note also that the
|
* above calls in the case of the corrupted file. Note also that the
|
||||||
* returned strings may not be utf8.
|
* returned strings may not be utf8.
|
||||||
*
|
*
|
||||||
* Returns: a %NULL-terminated list of strings, of length @length
|
* Returns: (array length=length): a %NULL-terminated list of strings, of length @length
|
||||||
**/
|
**/
|
||||||
gchar **
|
gchar **
|
||||||
gvdb_table_get_names (GvdbTable *table,
|
gvdb_table_get_names (GvdbTable *table,
|
||||||
|
Loading…
Reference in New Issue
Block a user