BindingGroup.setSource

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.

class BindingGroup
void
setSource
(
ObjectG source
)

Parameters

source
Type: ObjectG

the source #GObject

Meta