glib-d ~master (2019-11-06T23:23:12Z)
Dub
Repo
g_object_bind_property_full
gobject
gbinding
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
GBinding
*
g_object_bind_property_full
(
gpointer
source
,
const
(
gchar
)*
source_property
,
gpointer
target
,
const
(
gchar
)*
target_property
,
GBindingFlags
flags
,
GBindingTransformFunc
transform_to
,
GBindingTransformFunc
transform_from
,
gpointer
user_data
,
GDestroyNotify
notify
)
Meta
Source
See Implementation
gobject
gbinding
aliases
GBindingTransformFunc
enums
GBindingFlags
functions
g_binding_flags_get_type
g_binding_get_flags
g_binding_get_source
g_binding_get_source_property
g_binding_get_target
g_binding_get_target_property
g_binding_get_type
g_binding_unbind
g_object_bind_property
g_object_bind_property_full
g_object_bind_property_with_closures
structs
GBinding