summaryrefslogtreecommitdiff
path: root/gtk/gtkliststore.c
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2011-01-15 15:26:12 -0600
committerMartin Pitt <martin.pitt@ubuntu.com>2011-01-15 15:26:12 -0600
commit85fe2ce17f7790cb856eba4953d420bb0158f4e0 (patch)
treef4702216f8a1db69aad52eb7e341a8f5c0a57129 /gtk/gtkliststore.c
parent9f78fd22bcace7594a0754a99a0f0795acf93309 (diff)
downloadgtk+-85fe2ce17f7790cb856eba4953d420bb0158f4e0.tar.gz
Gtk{List,Tree}Store: Fix GI array annotations
Diffstat (limited to 'gtk/gtkliststore.c')
-rw-r--r--gtk/gtkliststore.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkliststore.c b/gtk/gtkliststore.c
index 4d9c1ddb1c..d8ab6be31f 100644
--- a/gtk/gtkliststore.c
+++ b/gtk/gtkliststore.c
@@ -1533,7 +1533,7 @@ gtk_list_store_reorder_func (GSequenceIter *a,
/**
* gtk_list_store_reorder:
* @store: A #GtkListStore.
- * @new_order: an array of integers mapping the new position of each child
+ * @new_order: (array): an array of integers mapping the new position of each child
* to its old position before the re-ordering,
* i.e. @new_order<literal>[newpos] = oldpos</literal>.
*
@@ -2100,8 +2100,8 @@ gtk_list_store_insert_with_values (GtkListStore *list_store,
* @list_store: A #GtkListStore
* @iter: (out) (allow-none): An unset #GtkTreeIter to set to the new row, or %NULL.
* @position: position to insert the new row
- * @columns: an array of column numbers
- * @values: an array of GValues
+ * @columns: (array length=n_values): an array of column numbers
+ * @values: (array length=n_values): an array of GValues
* @n_values: the length of the @columns and @values arrays
*
* A variant of gtk_list_store_insert_with_values() which