Method

ClutterStageget_title

since: 0.4

Declaration [src]

const gchar*
clutter_stage_get_title (
  ClutterStage* stage
)

Description [src]

Gets the stage title.

Available since: 0.4

Gets propertyClutter.Stage:title

Return value

Type: const gchar*

Pointer to the title string for the stage. The returned string is owned by the actor and should not be modified or freed.

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