Go to the source code of this file.
|
GOBJECT_AVAILABLE_IN_2_72 GType | g_binding_group_get_type (void) G_GNUC_CONST |
|
GOBJECT_AVAILABLE_IN_2_72 GBindingGroup * | g_binding_group_new (void) |
|
GOBJECT_AVAILABLE_IN_2_72 gpointer | g_binding_group_dup_source (GBindingGroup *self) |
|
GOBJECT_AVAILABLE_IN_2_72 void | g_binding_group_set_source (GBindingGroup *self, gpointer source) |
|
GOBJECT_AVAILABLE_IN_2_72 void | g_binding_group_bind (GBindingGroup *self, const gchar *source_property, gpointer target, const gchar *target_property, GBindingFlags flags) |
|
GOBJECT_AVAILABLE_IN_2_72 void | g_binding_group_bind_full (GBindingGroup *self, const gchar *source_property, gpointer target, const gchar *target_property, GBindingFlags flags, GBindingTransformFunc transform_to, GBindingTransformFunc transform_from, gpointer user_data, GDestroyNotify user_data_destroy) |
|
GOBJECT_AVAILABLE_IN_2_72 void | g_binding_group_bind_with_closures (GBindingGroup *self, const gchar *source_property, gpointer target, const gchar *target_property, GBindingFlags flags, GClosure *transform_to, GClosure *transform_from) |
|
◆ G_BINDING_GROUP
◆ G_IS_BINDING_GROUP
◆ G_TYPE_BINDING_GROUP
◆ GBindingGroup
◆ g_binding_group_bind()
◆ g_binding_group_bind_full()
◆ g_binding_group_bind_with_closures()
◆ g_binding_group_dup_source()
◆ g_binding_group_get_type()
◆ g_binding_group_new()
◆ g_binding_group_set_source()