Signal
ClutterContainer::child-notify
Declaration
void
child_notify (
ClutterContainer* self,
ClutterActor* actor,
GObject.ParamSpec* pspec,
gpointer user_data
)
Description [src]
The ::child-notify signal is emitted each time a property is
being set through the clutter_container_child_set() and
clutter_container_child_set_property() calls.
| Default handler: | The default handler is called before the handlers added via |
| The signal can be detailed | |
| Available since: | 0.8 |
Parameters
actor |
ClutterActor |
The child that has had a property set. |
|
| The data is owned by the caller of the function. | |
pspec |
GParamSpec |
The |
|
| The data is owned by the caller of the function. |