comparison src/bridge/bridge_constructor/bridge_template.ini @ 641:49587e170f53

core: added the security_limit to setParam - params with a security greater than security_limit can not be modified - special value: security_limit < 0 disable the check (all params can be modified)
author souliane <souliane@mailoo.org>
date Sat, 07 Sep 2013 02:03:17 +0200
parents 7ea6d5a86e58
children a5ad628c3cbf
comparison
equal deleted inserted replaced
640:8211b462af6b 641:49587e170f53
396 doc_param_1=name: name of the option 396 doc_param_1=name: name of the option
397 397
398 [setParam] 398 [setParam]
399 type=method 399 type=method
400 category=core 400 category=core
401 sig_in=ssss 401 sig_in=sssis
402 sig_out= 402 sig_out=
403 param_3_default="@DEFAULT@" 403 param_3_default=-1
404 param_4_default="@DEFAULT@"
404 doc=Change a parameter 405 doc=Change a parameter
405 doc_param_0=name: Name of the parameter to change 406 doc_param_0=name: Name of the parameter to change
406 doc_param_1=value: New Value of the parameter 407 doc_param_1=value: New Value of the parameter
407 doc_param_2=category: Category of the parameter to change 408 doc_param_2=category: Category of the parameter to change
408 doc_param_3=%(doc_profile_key)s 409 doc_param_3=security_limit: -1 means no security then the higher the most secure
410 doc_param_4=%(doc_profile_key)s
409 411
410 [getParamA] 412 [getParamA]
411 type=method 413 type=method
412 category=core 414 category=core
413 sig_in=ssss 415 sig_in=ssss