aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>2014-11-13 14:46:51 -0800
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2014-11-25 16:36:57 +0200
commit5e79171cf16de84ee8e89b3fd3af4d39dcbd4171 (patch)
treecce7c6b5f1f4ee31079f9fb2eb58ea896ba7957e
parentdoc: Added \code tags around sample code in doxygen comments (diff)
downloadwayland-5e79171cf16de84ee8e89b3fd3af4d39dcbd4171.tar
wayland-5e79171cf16de84ee8e89b3fd3af4d39dcbd4171.tar.gz
wayland-5e79171cf16de84ee8e89b3fd3af4d39dcbd4171.tar.bz2
wayland-5e79171cf16de84ee8e89b3fd3af4d39dcbd4171.tar.lz
wayland-5e79171cf16de84ee8e89b3fd3af4d39dcbd4171.tar.xz
wayland-5e79171cf16de84ee8e89b3fd3af4d39dcbd4171.tar.zst
wayland-5e79171cf16de84ee8e89b3fd3af4d39dcbd4171.zip
v4 doc: fixed reference to non-existent function
(Fixed to remove accidental commit of another change) After some feedback from Marek Chalupa I decided to just remove this. There were suggestions about warning about multiple threads but it appears this would be true for many of these functions and thus it would be misleading to mention multiple threads only here (as it would imply that multiple threads work for other functions which is not true, I think). Acked-by: Marek Chalupa <mchqwerty@gmail.com>
-rw-r--r--src/wayland-client.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wayland-client.c b/src/wayland-client.c
index 06f2765..836246e 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -1510,9 +1510,6 @@ wl_display_dispatch_queue_pending(struct wl_display *display,
* or not. For dispatching main queue events without blocking, see \ref
* wl_display_dispatch_pending().
*
- * \note Calling this will release the display file descriptor if this
- * thread acquired it using wl_display_acquire_fd().
- *
* \sa wl_display_dispatch_pending(), wl_display_dispatch_queue()
*
* \memberof wl_display