comparison src/bridge/bridge_constructor/bridge_template.ini @ 413:dd4caab17008

core: - individual parameters managed through sqlite - new asyncGetParamA method, which allow to get parameter for a not connected profile ==> individual parameters are cached in memory when the profile is connected, but must be accessed though sqlite else, and that must be done asynchronously primitivus: - profile manager updated to use asyncGetParamA /!\ still broken, need more work before being able to run again
author Goffi <goffi@goffi.org>
date Tue, 01 Nov 2011 20:39:22 +0100
parents 3ed53803b3b3
children 6c167a2e04b8
comparison
equal deleted inserted replaced
412:62b17854254e 413:dd4caab17008
358 category=core 358 category=core
359 sig_in=ssss 359 sig_in=ssss
360 sig_out=s 360 sig_out=s
361 param_2_default="value" 361 param_2_default="value"
362 param_3_default="@DEFAULT@" 362 param_3_default="@DEFAULT@"
363 doc=Helper method to get a parameter's attribute *when profile is connected*
364 doc_param_0=name: as for [setParam]
365 doc_param_1=category: as for [setParam]
366 doc_param_2=attribute: Name of the attribute
367 doc_param_3=%(doc_profile_key)s
368
369 [asyncGetParamA]
370 async=
371 type=method
372 category=core
373 sig_in=ssss
374 sig_out=s
375 param_2_default="value"
376 param_3_default="@DEFAULT@"
363 doc=Helper method to get a parameter's attribute 377 doc=Helper method to get a parameter's attribute
364 doc_param_0=name: as for [setParam] 378 doc_param_0=name: as for [setParam]
365 doc_param_1=category: as for [setParam] 379 doc_param_1=category: as for [setParam]
366 doc_param_2=attribute: Name of the attribute 380 doc_param_2=attribute: Name of the attribute
367 doc_param_3=%(doc_profile_key)s 381 doc_param_3=%(doc_profile_key)s