Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
754:f021bf27a557 | 755:e3ad48a2aab2 |
---|---|
572 category=core | 572 category=core |
573 sig_in= | 573 sig_in= |
574 sig_out=a(sss) | 574 sig_out=a(sss) |
575 doc=Get all additional menus | 575 doc=Get all additional menus |
576 doc_return=list of tuple with the following value: | 576 doc_return=list of tuple with the following value: |
577 - menu_type: Type which can be: | |
578 * NORMAL: Classical application menu | |
577 - category: Category of the menu | 579 - category: Category of the menu |
578 - name: Name of the menu | 580 - name: Name of the menu |
579 - menu_type: Type which can be: | |
580 * NORMAL: Classical application menu | |
581 | 581 |
582 [getMenuHelp] | 582 [getMenuHelp] |
583 type=method | 583 type=method |
584 category=core | 584 category=core |
585 sig_in=sss | 585 sig_in=sss |
589 doc_param_0=category: Category of the menu | 589 doc_param_0=category: Category of the menu |
590 doc_param_1=name: Name of the menu | 590 doc_param_1=name: Name of the menu |
591 doc_param_2=menu_type: Type of the menu as in [getMenus] return value | 591 doc_param_2=menu_type: Type of the menu as in [getMenus] return value |
592 doc_return=Help string | 592 doc_return=Help string |
593 | 593 |
594 [callMenu] | 594 [asyncCallMenu] |
595 async= | |
595 type=method | 596 type=method |
596 category=core | 597 category=core |
597 sig_in=ssss | 598 sig_in=ssss |
598 sig_out=s | 599 sig_out=s |
599 doc=Execute action associated with a menu | 600 doc=Execute action associated with a menu |
600 doc_param_0=category: as in [getMenuHelp] | 601 doc_param_0=category: as in [getMenuHelp] |
601 doc_param_1=name: as in [getMenuHelp] | 602 doc_param_1=name: as in [getMenuHelp] |
602 doc_param_2=menu_type: as in [getMenuHelp] | 603 doc_param_2=menu_type: as in [getMenuHelp] |
603 doc_param_3=%(doc_profile_key)s | 604 doc_param_3=%(doc_profile_key)s |
604 doc_return=return an actionId or the empty string if something went wrong | 605 doc_return=return a XMLUI or empty string if it is a one shot action |