diff src/bridge/bridge_constructor/bridge_template.ini @ 1622:5b24d6bf5d15

core, bridge: actionsGet: - added a new mechanism to keep actions until they are answered (or timeout-ed) - keep_id must be explicitly used on actionNew - actionsGet is used to retrive these actions - the mechanism is used in deferXMLUI
author Goffi <goffi@goffi.org>
date Tue, 17 Nov 2015 21:28:58 +0100
parents e2ed8009e66e
children 63cef4dbf2a4
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini	Tue Nov 17 20:18:51 2015 +0100
+++ b/src/bridge/bridge_constructor/bridge_template.ini	Tue Nov 17 21:28:58 2015 +0100
@@ -632,6 +632,16 @@
 doc_return=dict where key can be:
     - xmlui: a XMLUI need to be displayed
 
+[actionsGet]
+type=method
+category=core
+sig_in=s
+sig_out=a(a{ss}si)
+param_0_default="@DEFAULT@"
+doc=Get all not yet answered actions
+doc_param_0=%(doc_profile_key)s
+doc_return=list of data as for [actionNew] (without the profile)
+
 [confirmationAnswer]
 deprecated=
 type=method