mirror of
https://github.com/brl/mutter.git
synced 2025-08-01 14:15:30 +00:00
Rename ClutterContainer raise() and lower() methods to avoid clashes
Language bindings will have problems with raise() and lower() bein in both ClutterContainer and ClutterActor; hence, this patch renames clutter_container_raise() and clutter_container_lower() to clutter_container_raise_child() and clutter_container_lower_child(), respectively.
This commit is contained in:
@@ -219,8 +219,8 @@ clutter_container_remove_valist
|
||||
clutter_container_get_children
|
||||
clutter_container_foreach
|
||||
clutter_container_find_child_by_id
|
||||
clutter_container_raise
|
||||
clutter_container_lower
|
||||
clutter_container_raise_child
|
||||
clutter_container_lower_child
|
||||
clutter_container_sort_depth_order
|
||||
<SUBSECTION Standard>
|
||||
ClutterContainer
|
||||
|
Reference in New Issue
Block a user