diff options
Diffstat (limited to 'staging/ext-action-binder')
-rw-r--r-- | staging/ext-action-binder/ext-action-binder-v1.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/staging/ext-action-binder/ext-action-binder-v1.xml b/staging/ext-action-binder/ext-action-binder-v1.xml index fd29297..2ca7d85 100644 --- a/staging/ext-action-binder/ext-action-binder-v1.xml +++ b/staging/ext-action-binder/ext-action-binder-v1.xml @@ -65,9 +65,9 @@ <arg name="binding" type="new_id" interface="ext_action_binding_v1" summary="the new binding" /> </request> - <request name="bind"> - <description summary="binds all created bindings"> - Binds all bindings created from this interface. + <request name="commit"> + <description summary="commits all created bindings"> + Commits all bindings created from this interface. This request may be called again if new bindings are created, already bound bindings are unaffected. |