container: Add child_notify() wrapper
The child_notify() virtual function on ClutterContainer does not have a wrapper for implementations to call.
This commit is contained in:
@ -202,6 +202,9 @@ void clutter_container_child_get (ClutterContaine
|
||||
const gchar *first_prop,
|
||||
...) G_GNUC_NULL_TERMINATED;
|
||||
|
||||
void clutter_container_child_notify (ClutterContainer *container,
|
||||
ClutterActor *child,
|
||||
GParamSpec *pspec);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user