mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
protocol: Specify wl_callback::done to be a destructor event
It's the only destructor event in the core protocol, and destructor events were previously unannotated. Signed-off-by: Tadeo Kondrak <me@tadeo.ca>
This commit is contained in:
parent
efab39642e
commit
ddf21afa6e
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@
|
|||
the related request is done.
|
||||
</description>
|
||||
|
||||
<event name="done">
|
||||
<event name="done" type="destructor">
|
||||
<description summary="done event">
|
||||
Notify the client when the related request is done.
|
||||
</description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue