[ Version ( since = "2.68" ) ]
public Object? dup_target ()
Retrieves the Object instance used as the target of the binding.
A Binding can outlive the target Object 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.
this |
a Binding |
the target Object, or null if the target does not exist any more. |