mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
rename container_for_each_descendent
This commit is contained in:
parent
4c394a0e9e
commit
92c58b1e63
6 changed files with 8 additions and 8 deletions
|
|
@ -131,7 +131,7 @@ struct sway_container *container_at(struct sway_container *parent,
|
|||
/**
|
||||
* Apply the function for each child of the container breadth first.
|
||||
*/
|
||||
void container_for_each(struct sway_container *container,
|
||||
void container_for_each_descendent(struct sway_container *container,
|
||||
void (*f)(struct sway_container *container, void *data), void *data);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue