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:
Tadeo Kondrak 2020-06-11 13:41:09 -06:00 committed by Simon Ser
parent efab39642e
commit ddf21afa6e

View File

@ -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>