mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
binding: Add a closure-based variant of bind_property_full()
Since using the function pointer version muddles the memory management requirements of language bindings, we should implement a GClosure-based variant on top of g_object_bind_property_full(). https://bugzilla.gnome.org/show_bug.cgi?id=622278
This commit is contained in:
@@ -867,6 +867,7 @@ g_binding_get_flags
|
||||
g_object_bind_property
|
||||
GBindingTransformFunc
|
||||
g_object_bind_property_full
|
||||
g_object_bind_property_with_closures
|
||||
<SUBSECTION Standard>
|
||||
G_TYPE_BINDING
|
||||
G_TYPE_BINDING_FLAGS
|
||||
|
Reference in New Issue
Block a user