Method

IdeBindingGroupset_source

Declaration

void
ide_binding_group_set_source (
  IdeBindingGroup* 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: All properties that have been bound must exist on source.

Parameters

source

Type: GObject

The source GObject.

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