mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-21 01:17:51 +02:00
binding: Add an explicit unbind()
Higher order languages with garbage collection can have issues releasing a binding, as they do not control the last reference being dropped on the binding, source, or target instances. https://bugzilla.gnome.org/show_bug.cgi?id=698018
This commit is contained in:
@@ -935,6 +935,7 @@ g_binding_get_source_property
|
||||
g_binding_get_target
|
||||
g_binding_get_target_property
|
||||
g_binding_get_flags
|
||||
g_binding_release
|
||||
<SUBSECTION>
|
||||
g_object_bind_property
|
||||
GBindingTransformFunc
|
||||
|
Reference in New Issue
Block a user