Method

ClutterContainerchild_notify

since: 1.6

Declaration [src]

void
clutter_container_child_notify (
  ClutterContainer* container,
  ClutterActor* child,
  GParamSpec* pspec
)

Description [src]

Calls the ClutterContainerIface.child_notify() virtual function of ClutterContainer. The default implementation will emit the ClutterContainer::child-notify signal.

Available since: 1.6

Parameters

child

Type: ClutterActor

A ClutterActor.

The data is owned by the caller of the function.
pspec

Type: GParamSpec

A GParamSpec.

The data is owned by the caller of the function.