[PATCH 3/6] wayland-server: Improve wording for wl_signal_get's doc
Aaron Faanes
dafrito at gmail.com
Sun Sep 15 11:37:08 PDT 2013
The old description was a bit vague; this commit hopefully improves
describing what is returned.
---
src/wayland-server.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/wayland-server.h b/src/wayland-server.h
index 2e616c1..997e6c7 100644
--- a/src/wayland-server.h
+++ b/src/wayland-server.h
@@ -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
--
1.8.3.1
More information about the wayland-devel
mailing list