Virtual Method
ClutterContainerchild_notify
Declaration [src]
void
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.
Parameters
child-
Type:
ClutterActorA
ClutterActor.The data is owned by the caller of the function. pspec-
Type:
GParamSpecA
GParamSpec.The data is owned by the caller of the function.