Method

ClutterActorget_actions

Declaration [src]

GList*
clutter_actor_get_actions (
  ClutterActor* self
)

Description [src]

Retrieves the list of actions applied to self.

Return value

Type: A list of ClutterAction*

A copy of the list of ClutterActions. The contents of the list are owned by the ClutterActor. Use g_list_free() to free the resources allocated by the returned GList.

The caller of the method takes ownership of the returned data container, but not the data inside it.