Method

CallyActorremove_action_by_name

Declaration [src]

gboolean
cally_actor_remove_action_by_name (
  CallyActor* cally_actor,
  const gchar* action_name
)

Description [src]

Removes an action, using the action_name used when the action was added with cally_actor_add_action()

Available since:1.4

Parameters

action_name const gchar*
 

The name of the action to remove.

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

Return value

Returns: gboolean
 

TRUE if the operation was successful, FALSE otherwise.