wayland-server: Improve wording for wl_signal_get's doc
authorAaron Faanes <dafrito@gmail.com>
Sun, 15 Sep 2013 18:37:08 +0000 (13:37 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 17 Sep 2013 04:59:28 +0000 (21:59 -0700)
The old description was a bit vague; this commit hopefully improves
describing what is returned.

src/wayland-server.h

index 2e616c1..997e6c7 100644 (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