Binding.dupTarget

Retrieves the #GObject instance used as the target of the binding.

A #GBinding can outlive the target #GObject as the binding does not hold a strong reference to the target. If the target is destroyed before the binding then this function will return null.

class Binding
dupTarget
()

Return Value

Type: gobject.object.ObjectG

the target #GObject, or null if the target does not exist any more.