Method

GtkBuildableset_name

since: 2.12

Declaration [src]

void
gtk_buildable_set_name (
  GtkBuildable* buildable,
  const gchar* name
)

Description [src]

Sets the name of the buildable object.

Available since: 2.12

Parameters

name

Type: const gchar*

Name to set.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.