From d7c710604f54362727e2a6234ee9271f36a41c58 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Wed, 11 Oct 2023 12:37:32 +0200 Subject: ext-action-binder: move bind to binder instead of binding this allows for many bindings to be processed and bound or rejected at once. Signed-off-by: Anna (navi) Figueiredo Gomes --- staging/ext-action-binder/ext-action-binder-v1.xml | 30 ++++++++++++---------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/staging/ext-action-binder/ext-action-binder-v1.xml b/staging/ext-action-binder/ext-action-binder-v1.xml index d24d674..76f05a9 100644 --- a/staging/ext-action-binder/ext-action-binder-v1.xml +++ b/staging/ext-action-binder/ext-action-binder-v1.xml @@ -56,6 +56,23 @@ + + + + Binds all bindings created from this interface. + This request may be called again if new bindings are created, + already bound bindings are unaffected. + + After calling bind, either the "bound" or "rejected" event is sent + for each binding created. + + If no action has been set for any binding, the error "invalid_binding" is raised. + + + + + + @@ -123,19 +140,6 @@ - - - Bind an action to the object. this is a one-time request. - After calling bind, either the "bound" or "rejected" event is sent. - Subsequent calls to bind should be ignored. - If no action has been set for the binding, the error "invalid_action" is raised. - - - - - - - After the compositor processes a bind request, if the action was -- cgit v1.2.3