Method

ClutterActorget_action

since: 1.4

Declaration [src]

ClutterAction*
clutter_actor_get_action (
  ClutterActor* self,
  const gchar* name
)

Description [src]

Retrieves the ClutterAction with the given name in the list of actions applied to self.

Available since: 1.4

Parameters

name

Type: const gchar*

The name of the action to retrieve.

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

Return value

Type: ClutterAction

A ClutterAction for the given name, or NULL. The returned ClutterAction is owned by the actor and it should not be unreferenced directly.

The data is owned by the instance.
The return value can be NULL.