diff options
| author | Tadeo Kondrak <me@tadeo.ca> | 2020-06-11 13:41:09 -0600 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2021-01-27 17:49:10 +0000 |
| commit | ddf21afa6ee99ad6a00705cc74b62a1c4907776b (patch) | |
| tree | e9dc4dd0c65e19e850909252ac90d3401477c409 /protocol | |
| parent | protocol: Add type attribute to events (diff) | |
| download | wayland-ddf21afa6ee99ad6a00705cc74b62a1c4907776b.tar wayland-ddf21afa6ee99ad6a00705cc74b62a1c4907776b.tar.gz wayland-ddf21afa6ee99ad6a00705cc74b62a1c4907776b.tar.bz2 wayland-ddf21afa6ee99ad6a00705cc74b62a1c4907776b.tar.lz wayland-ddf21afa6ee99ad6a00705cc74b62a1c4907776b.tar.xz wayland-ddf21afa6ee99ad6a00705cc74b62a1c4907776b.tar.zst wayland-ddf21afa6ee99ad6a00705cc74b62a1c4907776b.zip | |
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>
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wayland.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 471daf6..61e0366 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -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> |
