summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-08-16 15:36:10 +0100
committerPhilip Withnall <withnall@endlessm.com>2018-08-16 15:36:10 +0100
commit7bed7ea77dfd2634d3fceaafaacd9764bf76e709 (patch)
treed744e33071e3e065cdc13616d0c38d3888dec1ee
parent57962aac85a41f554e14da14906a3ba0bd8f9156 (diff)
downloadgvdb-7bed7ea77dfd2634d3fceaafaacd9764bf76e709.tar.gz
Add missing introspection annotations to gvdb_table_get_names()
Signed-off-by: Philip Withnall <withnall@endlessm.com>
-rw-r--r--gvdb-reader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gvdb-reader.c b/gvdb-reader.c
index aa3154f..c2ee84d 100644
--- a/gvdb-reader.c
+++ b/gvdb-reader.c
@@ -332,7 +332,7 @@ gvdb_table_list_from_item (GvdbTable *table,
/**
* gvdb_table_get_names:
* @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.
*
@@ -344,7 +344,7 @@ gvdb_table_list_from_item (GvdbTable *table,
* above calls in the case of the corrupted file. Note also that the
* 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 **
gvdb_table_get_names (GvdbTable *table,