mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-15 08:21:47 -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.
|
the related request is done.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<event name="done">
|
<event name="done" type="destructor">
|
||||||
<description summary="done event">
|
<description summary="done event">
|
||||||
Notify the client when the related request is done.
|
Notify the client when the related request is done.
|
||||||
</description>
|
</description>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue