summaryrefslogtreecommitdiff
path: root/gir/gobject-2.0.c
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-11-14 10:36:15 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2018-11-14 10:36:15 +0100
commit89a4c269a517f34a7732c276c6a55b56874fc8b5 (patch)
treed879d6f36772615eba909bb5c2f26cffae6050c8 /gir/gobject-2.0.c
parent886d36d65f3bcd30ddc23005e378c0fb4d295e21 (diff)
downloadgobject-introspection-89a4c269a517f34a7732c276c6a55b56874fc8b5.tar.gz
gir: Update annotations from glib git master
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r--gir/gobject-2.0.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c
index 1a4f3bcb..b6c3f152 100644
--- a/gir/gobject-2.0.c
+++ b/gir/gobject-2.0.c
@@ -1821,6 +1821,8 @@
* Creates a new closure which invokes @callback_func with @user_data as
* the last parameter.
*
+ * @destroy_data will be called as a finalize notifier on the #GClosure.
+ *
* Returns: (transfer none): a floating reference to a new #GCClosure
*/
@@ -1864,6 +1866,8 @@
* Creates a new closure which invokes @callback_func with @user_data as
* the first parameter.
*
+ * @destroy_data will be called as a finalize notifier on the #GClosure.
+ *
* Returns: (transfer none): a floating reference to a new #GCClosure
*/
@@ -1934,7 +1938,7 @@
/**
* g_closure_invalidate:
- * @closure: GClosure to invalidate
+ * @closure: #GClosure to invalidate
*
* Sets a flag on the closure to indicate that its calling
* environment has become invalid, and thus causes any future
@@ -3466,8 +3470,8 @@
/**
* g_object_watch_closure:
- * @object: GObject restricting lifetime of @closure
- * @closure: GClosure to watch
+ * @object: #GObject restricting lifetime of @closure
+ * @closure: #GClosure to watch
*
* This function essentially limits the life time of the @closure to
* the life time of the object. That is, when the object is finalized,