summaryrefslogtreecommitdiff
path: root/glib/src/binding.hg
diff options
context:
space:
mode:
Diffstat (limited to 'glib/src/binding.hg')
-rw-r--r--glib/src/binding.hg5
1 files changed, 2 insertions, 3 deletions
diff --git a/glib/src/binding.hg b/glib/src/binding.hg
index 7cf03e73..1481e290 100644
--- a/glib/src/binding.hg
+++ b/glib/src/binding.hg
@@ -411,11 +411,10 @@ public:
_WRAP_METHOD(Flags get_flags() const, g_binding_get_flags, newin "2,44")
/** Explicitly releases the binding between the source and the target
- * property expressed by this Binding instance.
+ * property expressed by this %Binding instance.
*
* The binding is also released if either the source object or the target
- * object is deleted, or this Binding instance loses its last reference,
- * i.e. there is no more Glib::RefPtr that holds a pointer to it.
+ * object is deleted.
*
* @newin{2,44}
*/