From 5c34b15f033eb0eb7062e99f7761d4cbd93af61e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 30 Nov 2012 14:05:32 -0500 Subject: [PATCH] client: Add \since tag for wl_display_dispatch_queue_pending() documentation --- src/wayland-client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wayland-client.c b/src/wayland-client.c index 5ba2c454..785f4ee5 100644 --- a/src/wayland-client.c +++ b/src/wayland-client.c @@ -940,6 +940,7 @@ wl_display_dispatch_queue(struct wl_display *display, * If there are no events queued, this functions return immediately. * * \memberof wl_display + * \since 1.0.2 */ WL_EXPORT int wl_display_dispatch_queue_pending(struct wl_display *display,