2007-02-15 Matthew Allum <mallum@openedhand.com>

* clutter/clutter-group.h:
        Add missing clutter_group_remove_all declaration.
This commit is contained in:
Matthew Allum
2007-02-15 23:23:32 +00:00
parent 231b56b3e2
commit f68b04cad4
2 changed files with 6 additions and 0 deletions

View File

@ -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);