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>
|
2007-02-14 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
* clutter/Makefile.am:
|
* clutter/Makefile.am:
|
||||||
|
@ -100,6 +100,7 @@ void clutter_group_add_many (ClutterGroup *self,
|
|||||||
...) G_GNUC_NULL_TERMINATED;
|
...) G_GNUC_NULL_TERMINATED;
|
||||||
void clutter_group_remove (ClutterGroup *self,
|
void clutter_group_remove (ClutterGroup *self,
|
||||||
ClutterActor *actor);
|
ClutterActor *actor);
|
||||||
|
void clutter_group_remove_all (ClutterGroup *self);
|
||||||
#ifndef CLUTTER_DISABLE_DEPRECATED
|
#ifndef CLUTTER_DISABLE_DEPRECATED
|
||||||
void clutter_group_show_all (ClutterGroup *self);
|
void clutter_group_show_all (ClutterGroup *self);
|
||||||
void clutter_group_hide_all (ClutterGroup *self);
|
void clutter_group_hide_all (ClutterGroup *self);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user