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

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to