mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-04 13:29:51 -05:00
doc: Document the restriction of destroying queues before the display
This commit is contained in:
parent
80e6b7d7ed
commit
1c10723dfe
1 changed files with 4 additions and 0 deletions
|
|
@ -139,6 +139,10 @@ wl_event_queue_release(struct wl_event_queue *queue)
|
||||||
* Destroy the given event queue. Any pending event on that queue is
|
* Destroy the given event queue. Any pending event on that queue is
|
||||||
* discarded.
|
* discarded.
|
||||||
*
|
*
|
||||||
|
* The \ref wl_display object used to create the queue should not be
|
||||||
|
* destroyed until all event queues created with it are destroyed with
|
||||||
|
* this function.
|
||||||
|
*
|
||||||
* \memberof wl_event_queue
|
* \memberof wl_event_queue
|
||||||
*/
|
*/
|
||||||
WL_EXPORT void
|
WL_EXPORT void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue