Method

GObjectBindingget_source_property

since: 2.26

Declaration

const gchar*
g_binding_get_source_property (
  GBinding* binding
)

Description

Retrieves the name of the property of GBinding:source used as the source of the binding.

Available since: 2.26

Return value

Type: const gchar*

The name of the source property.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.