comparison 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
comparison
equal deleted inserted replaced
2145:33c8c4973743 2146:1bb9bf1b4150
195 param_0_default="@DEFAULT@" 195 param_0_default="@DEFAULT@"
196 doc=Get real profile name from profile key 196 doc=Get real profile name from profile key
197 doc_param_0=%(doc_profile_key)s 197 doc_param_0=%(doc_profile_key)s
198 doc_return=Real profile name 198 doc_return=Real profile name
199 199
200 [getProfilesList] 200 [profilesListGet]
201 type=method 201 type=method
202 category=core 202 category=core
203 sig_in= 203 sig_in=bb
204 sig_out=as 204 sig_out=as
205 doc=Get all profiles 205 param_0_default=True
206 param_1_default=False
207 doc_param_0=clients: get clients profiles
208 doc_param_1=components: get components profiles
209 doc=Get list of profiles
206 210
207 [profileSetDefault] 211 [profileSetDefault]
208 type=method 212 type=method
209 category=core 213 category=core
210 sig_in=s 214 sig_in=s