doc: Add doxygen documentation to wl_display_get_error()
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Tue, 16 Oct 2012 14:29:09 +0000 (17:29 +0300)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 16 Oct 2012 14:50:57 +0000 (10:50 -0400)
src/wayland-client.c

index 2eaecc9..9ac4edb 100644 (file)
@@ -860,6 +860,13 @@ wl_display_dispatch_pending(struct wl_display *display)
        return dispatch_queue(display, &display->queue, 0);
 }
 
+/** Retrieve the last error sent by the server
+ *
+ * \param display The display context object
+ * \return The last error sent asynchronously by \c display
+ *
+ * \memberof wl_display
+ */
 WL_EXPORT int
 wl_display_get_error(struct wl_display *display)
 {