mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
2007-02-15 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-group.h: Add missing clutter_group_remove_all declaration.
This commit is contained in:
parent
231b56b3e2
commit
f68b04cad4
@ -1,3 +1,8 @@
|
||||
2007-02-15 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* clutter/clutter-group.h:
|
||||
Add missing clutter_group_remove_all declaration.
|
||||
|
||||
2007-02-14 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* clutter/Makefile.am:
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user