mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
doc: Add doxygen documentation to wl_display_get_error()
This commit is contained in:
parent
244fe474dd
commit
de3d0ecd44
1 changed files with 7 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue