bind


Description:

public static void bind (Object source_object, Object destination_object, bool? ignore_null = false)

Bind data from properties in the source object to properties in the destination object. Properties that do not exist in the destination object will not be bound to anything.

Parameters:

source_object Source GObject
destination_object Destination GObject