From f674418a4564294b5bb77e3c9a72b31ab28122b4 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Tue, 27 Dec 2022 15:17:47 +0100 Subject: Glib::Binding::unbind(): Fix documentation Should have been done in commit dc92d02f4d50851a1af59e5fbe2a753dcfd2e9df. --- glib/src/binding.hg | 5 ++--- 1 file 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} */ -- cgit v1.2.1