- g_binding_flags_get_type
GType g_binding_flags_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_binding_get_flags
GBindingFlags g_binding_get_flags(GBinding* binding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_binding_get_source
GObject* g_binding_get_source(GBinding* binding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_binding_get_source_property
const(gchar)* g_binding_get_source_property(GBinding* binding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_binding_get_target
GObject* g_binding_get_target(GBinding* binding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_binding_get_target_property
const(gchar)* g_binding_get_target_property(GBinding* binding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_binding_get_type
GType g_binding_get_type()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_binding_unbind
void g_binding_unbind(GBinding* binding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_object_bind_property
GBinding* g_object_bind_property(gpointer source, const(gchar)* source_property, gpointer target, const(gchar)* target_property, GBindingFlags flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_object_bind_property_full
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)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_object_bind_property_with_closures
GBinding* g_object_bind_property_with_closures(gpointer source, const(gchar)* source_property, gpointer target, const(gchar)* target_property, GBindingFlags flags, GClosure* transform_to, GClosure* transform_from)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.