Mercurial > libervia-backend
diff src/bridge/bridge_constructor/bridge_template.ini @ 755:e3ad48a2aab2
core, frontends: callMenu is now async and don't use callback_id anymore
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 24 Dec 2013 15:18:31 +0100 |
parents | f49945d728de |
children | 93bd868b8fb6 |
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini Tue Dec 24 01:31:18 2013 +0100 +++ b/src/bridge/bridge_constructor/bridge_template.ini Tue Dec 24 15:18:31 2013 +0100 @@ -574,10 +574,10 @@ sig_out=a(sss) doc=Get all additional menus doc_return=list of tuple with the following value: + - menu_type: Type which can be: + * NORMAL: Classical application menu - category: Category of the menu - name: Name of the menu - - menu_type: Type which can be: - * NORMAL: Classical application menu [getMenuHelp] type=method @@ -591,7 +591,8 @@ doc_param_2=menu_type: Type of the menu as in [getMenus] return value doc_return=Help string -[callMenu] +[asyncCallMenu] +async= type=method category=core sig_in=ssss @@ -601,4 +602,4 @@ doc_param_1=name: as in [getMenuHelp] doc_param_2=menu_type: as in [getMenuHelp] doc_param_3=%(doc_profile_key)s -doc_return=return an actionId or the empty string if something went wrong +doc_return=return a XMLUI or empty string if it is a one shot action