From 35be9ea0fdbe5fda21f0826e35dc1be3f9bc7fcd Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Sat, 20 Jan 2024 16:40:45 +0100 Subject: ext-action-binder: let client destroy binding resource Signed-off-by: Anna (navi) Figueiredo Gomes --- staging/ext-action-binder/ext-action-binder-v1.xml | 12 +++++------- 1 file 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 @@ - 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. - 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. -- cgit v1.2.3