mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
server: don't document void return values
Fixes the following warnings:
src/wayland-server.c:1152: warning: documented empty return type of wl_display::wl_display_destroy
src/wayland-server.c:1193: warning: documented empty return type of wl_display::wl_display_set_global_filter
Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
1db6153cc2
commit
7d78ea5628
1 changed files with 0 additions and 2 deletions
|
|
@ -1150,7 +1150,6 @@ wl_socket_alloc(void)
|
|||
/** Destroy Wayland display object.
|
||||
*
|
||||
* \param display The Wayland display object which should be destroyed.
|
||||
* \return None.
|
||||
*
|
||||
* This function emits the wl_display destroy signal, releases
|
||||
* all the sockets added to this display, free's all the globals associated
|
||||
|
|
@ -1193,7 +1192,6 @@ wl_display_destroy(struct wl_display *display)
|
|||
* \param display The Wayland display object.
|
||||
* \param filter The global filter function.
|
||||
* \param data User data to be associated with the global filter.
|
||||
* \return None.
|
||||
*
|
||||
* Set a filter for the wl_display to advertise or hide global objects
|
||||
* to clients.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue