Package: gobject

Function gobject:binding-dup-target

Lambda List

gobject:binding-dup-target (binding)

Arguments

binding -- a g:binding object

Return Value

The g:object target instance, or nil if the target does not exist any more.

Details

Retrieves the g:object instance used as the target of the binding. A g:binding object can outlive the g:object target instance 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 nil.

Since 2.68
 

See also

2024-12-7