summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2022-12-27 15:17:47 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2022-12-27 15:17:47 +0100
commitf674418a4564294b5bb77e3c9a72b31ab28122b4 (patch)
tree1b5effe4de2f4ebbd63565d39e79c6abda3745b6
parent7ef955bdd412b544e3176ff50f6b95096a91839b (diff)
downloadglibmm-f674418a4564294b5bb77e3c9a72b31ab28122b4.tar.gz
Glib::Binding::unbind(): Fix documentation
Should have been done in commit dc92d02f4d50851a1af59e5fbe2a753dcfd2e9df.
-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}
*/