child_notify
Description:
[ HasEmitter ]
[ Version ( since = "0.8" ) ]
public virtual signal void child_notify (Actor child, ParamSpec pspec)
[ Version ( since = "0.8" ) ]
public virtual signal void child_notify (Actor child, ParamSpec pspec)
The child_notify signal is emitted each time a property is being set through the child_set and child_set_property calls.
Parameters:
pspec |
the ParamSpec of the property set |
actor |
the child that has had a property set |