protocol: Specify wl_callback::done to be a destructor event
authorTadeo Kondrak <me@tadeo.ca>
Thu, 11 Jun 2020 19:41:09 +0000 (13:41 -0600)
committerSimon Ser <contact@emersion.fr>
Wed, 27 Jan 2021 17:49:10 +0000 (17:49 +0000)
It's the only destructor event in the core protocol, and destructor
events were previously unannotated.

Signed-off-by: Tadeo Kondrak <me@tadeo.ca>
protocol/wayland.xml

index 471daf6..61e0366 100644 (file)
       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>