aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>