mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-25 06:46:34 -04:00
wayland-server: Improve wording for wl_signal_get's doc
The old description was a bit vague; this commit hopefully improves describing what is returned.
This commit is contained in:
parent
fffcdb25de
commit
5197aa30c8
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@ wl_signal_add(struct wl_signal *signal, struct wl_listener *listener)
|
||||||
wl_list_insert(signal->listener_list.prev, &listener->link);
|
wl_list_insert(signal->listener_list.prev, &listener->link);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Gets the list item for the specified listener.
|
/** Gets the listener struct for the specified callback.
|
||||||
*
|
*
|
||||||
* \param signal The signal that contains the specified listener
|
* \param signal The signal that contains the specified listener
|
||||||
* \param notify The listener that is the target of this search
|
* \param notify The listener that is the target of this search
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue