bind_ignore_null


Description:

public static void bind_ignore_null (Object source_object, Object destination_object)

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.

Parameters:

source_object Source GObject
destination_object Destination GObject