summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gir/gio-2.0.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index 4ebfb7bd..f89dc863 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -25989,7 +25989,7 @@
/**
* g_list_store_append:
* @store: a #GListStore
- * @item: the new item
+ * @item: (type GObject): the new item
*
* Appends @item to @store. @item must be of type #GListStore:item-type.
*
@@ -26006,7 +26006,7 @@
* g_list_store_insert:
* @store: a #GListStore
* @position: the position at which to insert the new item
- * @item: the new item
+ * @item: (type GObject): the new item
*
* Inserts @item into @store at @position. @item must be of type
* #GListStore:item-type or derived from it. @position must be smaller
@@ -26024,8 +26024,8 @@
/**
* g_list_store_insert_sorted:
* @store: a #GListStore
- * @item: the new item
- * @compare_func: pairwise comparison function for sorting
+ * @item: (type GObject): the new item
+ * @compare_func: (scope call): pairwise comparison function for sorting
* @user_data: (closure): user data for @compare_func
*
* Inserts @item into @store at a position to be determined by the
@@ -26084,7 +26084,7 @@
* @store: a #GListStore
* @position: the position at which to make the change
* @n_removals: the number of items to remove
- * @additions: (array length=n_additions): the items to add
+ * @additions: (array length=n_additions) (element-type GObject): the items to add
* @n_additions: the number of items to add
*
* Changes @store by removing @n_removals items and adding @n_additions