Method

GObjectBindingGroupset_source

since: 2.72

Declaration

void
g_binding_group_set_source (
  GBindingGroup* self,
  GObject* source
)

Description

Sets source as the source object used for creating property bindings. If there is already a source object all bindings from it will be removed.

Note that all properties that have been bound must exist on source.

Available since: 2.72

Parameters

source

Type: GObject

The source GObject, or NULL to clear it.

The argument can be NULL.
The data is owned by the caller of the function.