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:
Aaron Faanes 2013-09-15 13:37:08 -05:00 committed by Kristian Høgsberg
parent fffcdb25de
commit 5197aa30c8

View File

@ -221,7 +221,7 @@ wl_signal_add(struct wl_signal *signal, struct wl_listener *listener)
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 notify The listener that is the target of this search