Bind data from properties in the source object to properties in the destination object, unless the source property is null. Properties that do not exist in the destination object will not be bound to anything. Properties that contain a null value will not replace values in the destination object.
source_object | Source GObject |
destination_object | Destination GObject |