aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-01-20 16:40:45 +0100
committerAnna (navi) Figueiredo Gomes <navi@vlhl.dev>2024-01-20 16:40:49 +0100
commit35be9ea0fdbe5fda21f0826e35dc1be3f9bc7fcd (patch)
treeb2112b083f902979858d60ba006c85522244016b
parentd7c710604f54362727e2a6234ee9271f36a41c58 (diff)
ext-action-binder: let client destroy binding resource
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
-rw-r--r--staging/ext-action-binder/ext-action-binder-v1.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/staging/ext-action-binder/ext-action-binder-v1.xml b/staging/ext-action-binder/ext-action-binder-v1.xml
index 76f05a9..66647f8 100644
--- a/staging/ext-action-binder/ext-action-binder-v1.xml
+++ b/staging/ext-action-binder/ext-action-binder-v1.xml
@@ -142,19 +142,17 @@
<event name="bound">
<description summary="the compositor bound the binding to an action">
- After the compositor processes a bind request, if the action was
- bound to this binding, it calls this event to notify the client of the result.
+ Sent after the event was processed, and was bound to one or more of the actions set.
</description>
<arg name="trigger" type="string" summary="human-readable string describing the trigger for the action" />
</event>
<event name="rejected">
<description summary="the compositor rejected the binding">
- After the compositor processes a bind request, if the binding was
- rejected, it calls this event to notify the client of the result.
- This event may be sent after a binding was bound, should the compositor
- want to remove the binding.
- After this event, the binding is destroyed and can't be used anymore.
+ Sent after the event was processed, and got rejected.
+ or at any time should the compositor want to remove the binding.
+ The compositor will send no further events after this event.
+ The client should destroy the resource at this point.
</description>
</event>