mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
Add g_binding_dup_target() and g_binding_dup_source()
These new getters prevent the source/target from simply disappearing if they're finalized from another thread in the meantime.
This commit is contained in:
@@ -978,8 +978,10 @@ g_io_condition_get_type
|
||||
GBinding
|
||||
GBindingFlags
|
||||
g_binding_get_source
|
||||
g_binding_dup_source
|
||||
g_binding_get_source_property
|
||||
g_binding_get_target
|
||||
g_binding_dup_target
|
||||
g_binding_get_target_property
|
||||
g_binding_get_flags
|
||||
g_binding_unbind
|
||||
|
Reference in New Issue
Block a user