comparison src/bridge/bridge_constructor/bridge_template.ini @ 2168:255830fdb80b

core, bridge: renamed getProfileName to profileNameGet according to new conventions
author Goffi <goffi@goffi.org>
date Sun, 05 Mar 2017 21:36:01 +0100
parents 91347fe95384
children f047d5410040
comparison
equal deleted inserted replaced
2167:4b78b4c7f805 2168:255830fdb80b
185 doc_param_0=%(doc_profile_key)s 185 doc_param_0=%(doc_profile_key)s
186 doc_return=dictionary of available features: 186 doc_return=dictionary of available features:
187 plugin import name is used as key, data is an other dict managed by the plugin 187 plugin import name is used as key, data is an other dict managed by the plugin
188 async= 188 async=
189 189
190 [getProfileName] 190 [profileNameGet]
191 type=method 191 type=method
192 category=core 192 category=core
193 sig_in=s 193 sig_in=s
194 sig_out=s 194 sig_out=s
195 param_0_default="@DEFAULT@" 195 param_0_default="@DEFAULT@"