comparison src/bridge/bridge_constructor/bridge_template.ini @ 1595:a3d0cfa5b7a6

core, bridge: added a profileSetDefault method
author Goffi <goffi@goffi.org>
date Sat, 14 Nov 2015 19:18:10 +0100
parents d6d655238a93
children e2ed8009e66e
comparison
equal deleted inserted replaced
1594:313f2bb7841b 1595:a3d0cfa5b7a6
218 sig_in=s 218 sig_in=s
219 sig_out=s 219 sig_out=s
220 param_0_default="@DEFAULT@" 220 param_0_default="@DEFAULT@"
221 doc=Get real profile name from profile key 221 doc=Get real profile name from profile key
222 doc_param_0=%(doc_profile_key)s 222 doc_param_0=%(doc_profile_key)s
223 doc_return=Real profile name, or empty string if the profile doesn't exist 223 doc_return=Real profile name
224 224
225 [getProfilesList] 225 [getProfilesList]
226 type=method 226 type=method
227 category=core 227 category=core
228 sig_in= 228 sig_in=
229 sig_out=as 229 sig_out=as
230 doc=Get all profiles 230 doc=Get all profiles
231
232 [profileSetDefault]
233 type=method
234 category=core
235 sig_in=s
236 sig_out=
237 doc=Set default profile
231 238
232 [getEntityData] 239 [getEntityData]
233 type=method 240 type=method
234 category=core 241 category=core
235 sig_in=sass 242 sig_in=sass