Method

GtkBuildableget_name

since: 2.12

Declaration [src]

const gchar*
gtk_buildable_get_name (
  GtkBuildable* buildable
)

Description [src]

Gets the name of the buildable object.

GtkBuilder sets the name based on the [GtkBuilder UI definition][BUILDER-UI] used to construct the buildable.

Available since: 2.12

Return value

Type: const gchar*

The name set with gtk_buildable_set_name()

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