diff src/bridge/bridge_constructor/bridge_template.ini @ 272:1d2e0dfe7114

bridge: core & frontend sides of bridge are now generated
author Goffi <goffi@goffi.org>
date Mon, 24 Jan 2011 22:05:04 +0100
parents bdcd535e179e
children c1ad04586edf
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini	Mon Jan 24 21:48:09 2011 +0100
+++ b/src/bridge/bridge_constructor/bridge_template.ini	Mon Jan 24 22:05:04 2011 +0100
@@ -323,13 +323,15 @@
 [getParamA]
 type=method
 category=communication
-sig_in=sss
+sig_in=ssss
 sig_out=s
-param_2_default="@DEFAULT@"
+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]
-doc_param_2=%(doc_profile_key)s
+doc_param_2=attribute: Name of the attribute
+doc_param_3=%(doc_profile_key)s
 
 [getParamsUI]
 type=method