summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2015-06-02 13:58:30 +0200
committerDebarshi Ray <debarshir@gnome.org>2015-06-02 14:00:53 +0200
commitccca91aaabfc0d6a555c4b14893420f03a6bfa8e (patch)
tree9eac83042228ca823cda931a4c1a4fbbc96777d6
parentc0243e116c5e261c262dded9f4d7726a770c5a19 (diff)
downloadgobject-introspection-ccca91aaabfc0d6a555c4b14893420f03a6bfa8e.tar.gz
Update glib annotations from glib-2-44 git
-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