[gobject-introspection/gnome-3-16] Update glib annotations from glib-2-44 git
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection/gnome-3-16] Update glib annotations from glib-2-44 git
- Date: Tue, 2 Jun 2015 12:01:54 +0000 (UTC)
commit ccca91aaabfc0d6a555c4b14893420f03a6bfa8e
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Jun 2 13:58:30 2015 +0200
Update glib annotations from glib-2-44 git
gir/gio-2.0.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index 4ebfb7b..f89dc86 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]