mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-14 08:22:25 -04:00
wlr_signal_emit_final is conceptually similar to wl_signal_emit_mutable (i.e., our old wlr_signal_emit_safe), but instead of running all listeners that were added at the time the signal emit started, we run until the list is empty, removing entries as we go along. This ensures that newly added signals are run all the same. |
||
|---|---|---|
| .. | ||
| array.h | ||
| env.h | ||
| global.h | ||
| matrix.h | ||
| rect_union.h | ||
| set.h | ||
| shm.h | ||
| signal.h | ||
| time.h | ||
| token.h | ||
| utf8.h | ||