diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-03-29 23:08:59 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-03-29 23:08:59 -0400 |
| commit | 7823aa612cded36e265172a24e747f13c2716620 (patch) | |
| tree | 5a925aff530c83881d754c196aa18ac2898e61c3 /include | |
| parent | 0776ddc41497fc45febcd1f6fd9f541fd222c7d3 (diff) | |
rename container_for_each_descendent
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/tree/container.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/tree/container.h b/include/sway/tree/container.h index 92ff2b67..16df3ee7 100644 --- a/include/sway/tree/container.h +++ b/include/sway/tree/container.h @@ -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 |
