mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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:
parent
b01a85dfd5
commit
3956948fac
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue