GObject.Binding.prototype.get_source

function get_source(): GObject.Object {
    // Gjs wrapper for g_binding_get_source()
}
  

Retrieves the GObject.Object instance used as the source of the binding.

Since 2.26

Returns

the source GObject.Object