diff 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
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini	Sun Oct 30 23:13:40 2011 +0100
+++ b/src/bridge/bridge_constructor/bridge_template.ini	Tue Nov 01 20:39:22 2011 +0100
@@ -360,6 +360,20 @@
 sig_out=s
 param_2_default="value"
 param_3_default="@DEFAULT@"
+doc=Helper method to get a parameter's attribute *when profile is connected*
+doc_param_0=name: as for [setParam]
+doc_param_1=category: as for [setParam]
+doc_param_2=attribute: Name of the attribute
+doc_param_3=%(doc_profile_key)s
+
+[asyncGetParamA]
+async=
+type=method
+category=core
+sig_in=ssss
+sig_out=s
+param_2_default="value"
+param_3_default="@DEFAULT@"
 doc=Helper method to get a parameter's attribute
 doc_param_0=name: as for [setParam]
 doc_param_1=category: as for [setParam]