add_action_with_name


Description:

[ Version ( since = "1.4" ) ]
public void add_action_with_name (string name, Action action)

A convenience function for setting the name of a Action while adding it to the list of actions applied to this

This function is the logical equivalent of:

  clutter_actor_meta_set_name (CLUTTER_ACTOR_META (action), name);
clutter_actor_add_action (self, action);

Parameters:

this

a Actor

name

the name to set on the action

action

a Action