Mercurial > libervia-backend
diff src/bridge/bridge_constructor/bridge_template.ini @ 2146:1bb9bf1b4150
core, frontends: getProfilesList renamed to profilesGetList + behaviour change:
- profilesGetList now handles clients and components boolean arguments, to filter profiles
- jp: added --clients and --components options to profile/list
- profilesGetList now returns sorted profiles
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 12 Feb 2017 19:08:52 +0100 |
parents | 1d3f73e065e1 |
children | 91347fe95384 |
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini Sun Feb 12 18:59:10 2017 +0100 +++ b/src/bridge/bridge_constructor/bridge_template.ini Sun Feb 12 19:08:52 2017 +0100 @@ -197,12 +197,16 @@ doc_param_0=%(doc_profile_key)s doc_return=Real profile name -[getProfilesList] +[profilesListGet] type=method category=core -sig_in= +sig_in=bb sig_out=as -doc=Get all profiles +param_0_default=True +param_1_default=False +doc_param_0=clients: get clients profiles +doc_param_1=components: get components profiles +doc=Get list of profiles [profileSetDefault] type=method