diff --git a/ChangeLog b/ChangeLog index e060026c9..705c2ae28 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-15 Matthew Allum + + * clutter/clutter-group.h: + Add missing clutter_group_remove_all declaration. + 2007-02-14 Matthew Allum * clutter/Makefile.am: diff --git a/clutter/clutter-group.h b/clutter/clutter-group.h index 88ed559b7..82ac3e4ab 100644 --- a/clutter/clutter-group.h +++ b/clutter/clutter-group.h @@ -100,6 +100,7 @@ void clutter_group_add_many (ClutterGroup *self, ...) G_GNUC_NULL_TERMINATED; void clutter_group_remove (ClutterGroup *self, ClutterActor *actor); +void clutter_group_remove_all (ClutterGroup *self); #ifndef CLUTTER_DISABLE_DEPRECATED void clutter_group_show_all (ClutterGroup *self); void clutter_group_hide_all (ClutterGroup *self);