dupTarget

open fun dupTarget(): Object?

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.

Return

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

Since

2.68