Emmanuele Bassi fc344fb93a container: Implement ::child-notify
Since we added child properties to the Container interface we made a
guarantee that the ::child-notify signal would be emitted whenever a
property was set using clutter_container_child_set*().

We were lying.

The child_notify virtual function was not implemented, and the signal
was never emitted.

We also used a G_LIKELY() macro while checking for non-NULL on a
function pointer that was by default set to NULL, thus making the
setting of child properties far less efficient than needed.
2010-09-30 13:11:05 +01:00
..
2010-09-30 11:44:12 +01:00
2010-09-29 15:55:58 +01:00
2010-09-29 15:55:58 +01:00
2010-09-03 16:12:24 +01:00
2010-09-29 11:44:46 +01:00
2010-09-08 16:41:47 +01:00
2010-09-03 12:14:50 +01:00
2010-09-08 16:41:47 +01:00
2010-09-08 16:41:47 +01:00
2010-09-08 16:41:47 +01:00
2010-09-08 16:41:47 +01:00