client: fix wl_display_disconnect() documentation

Signed-off-by: Simon Ser <contact@emersion.fr>
Closes: https://gitlab.freedesktop.org/wayland/wayland/-/issues/361
This commit is contained in:
Simon Ser 2023-03-01 15:14:37 +01:00
parent b01a85dfd5
commit 3956948fac

View file

@ -1308,8 +1308,9 @@ wl_display_connect(const char *name)
*
* \param display The display context object
*
* Close the connection to \c display and free all resources associated
* with it.
* Close the connection to \c display. The \ref wl_proxy and
* \ref wl_event_queue objects need to be manually destroyed by the caller
* before disconnecting.
*
* \memberof wl_display
*/