Method

ClutterStageset_title

Declaration [src]

void
clutter_stage_set_title (
  ClutterStage* stage,
  const gchar* title
)

Description [src]

Sets the stage title.

Available since:0.4
Sets propertyClutter.Stage:title

Parameters

title const gchar*
 

A utf8 string for the stage windows title.

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