Signal

ClutterContainer::actor-added

since: 13

Declaration

void
actor_added (
  ClutterContainer* self,
  ClutterActor* actor,
  gpointer user_data
)

Description [src]

The signal is emitted each time an actor has been added to container.

Default handler:

The default handler is called before the handlers added via g_signal_connect().

Available since: 13

Parameters

actor

Type: ClutterActor

The new child that has been added to container.

The data is owned by the caller of the function.