summaryrefslogtreecommitdiff
path: root/gir/gobject-2.0.c
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-12-31 13:28:00 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-12-31 13:28:00 +0100
commit65be48bdefe8c48a92cc54a2c525f4acccc9b5e8 (patch)
tree58c10985222a85c1430817f2a1b05d495f2c2b80 /gir/gobject-2.0.c
parentd1e234ec171e9f60bd54837071ef60ca7b0568c7 (diff)
downloadgobject-introspection-65be48bdefe8c48a92cc54a2c525f4acccc9b5e8.tar.gz
Update glib annotations
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r--gir/gobject-2.0.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c
index 079a6248..67539ec5 100644
--- a/gir/gobject-2.0.c
+++ b/gir/gobject-2.0.c
@@ -2380,9 +2380,11 @@
* of bidirectional bindings, otherwise it will be ignored
*
* The binding will automatically be removed when either the @source or the
- * @target instances are finalized. To remove the binding without affecting the
- * @source and the @target you can just call g_object_unref() on the returned
- * #GBinding instance.
+ * @target instances are finalized. This will release the reference that is
+ * being held on the #GBinding instance; if you want to hold on to the
+ * #GBinding instance, you will need to hold a reference to it.
+ *
+ * To remove the binding, call g_binding_unbind().
*
* A #GObject can have multiple bindings.
*