Function

Clutterget_script_id

Declaration [src]

const gchar*
clutter_get_script_id (
  GObject* gobject
)

Description [src]

Retrieves the Clutter script id, if any.

Available since:0.6

Parameters

gobject GObject
 

A GObject.

 The data is owned by the caller of the function.

Return value

Returns: const gchar*
 

The script id, or NULL if object was not defined inside a UI definition file. The returned string is owned by the object and should never be modified or freed.

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