GObject.Binding.prototype.get_target
function get_target(): GObject.Object {
// Gjs wrapper for g_binding_get_target()
}
Retrieves the GObject.Object instance used as the target of the binding.
Since 2.26
- Returns
the target GObject.Object
function get_target(): GObject.Object {
// Gjs wrapper for g_binding_get_target()
}
Retrieves the GObject.Object instance used as the target of the binding.
Since 2.26
the target GObject.Object