Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 337:4402ac630712
bridge: async callback managed in bridge_constructor + misc
- the new flag async make the method asynchronous
- new method asyncConnect (connect which return when the user is connected)
- setMicroblogAccess added to DBus frontend
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 26 May 2011 16:47:09 +0200 |
parents | 953536246d9d |
children | e6047415868d |
comparison
equal
deleted
inserted
replaced
336:953536246d9d | 337:4402ac630712 |
---|---|
205 doc_param_2=email: email of the account | 205 doc_param_2=email: email of the account |
206 doc_param_3=host: host of the server to register to | 206 doc_param_3=host: host of the server to register to |
207 doc_param_4=port: port of the server to register to | 207 doc_param_4=port: port of the server to register to |
208 | 208 |
209 [connect] | 209 [connect] |
210 type=method | |
211 category=communication | |
212 sig_in=s | |
213 sig_out= | |
214 param_0_default="@DEFAULT@" | |
215 doc=Connect a profile | |
216 doc_param_0=%(doc_profile_key)s | |
217 | |
218 [asyncConnect] | |
219 async= | |
210 type=method | 220 type=method |
211 category=communication | 221 category=communication |
212 sig_in=s | 222 sig_in=s |
213 sig_out= | 223 sig_out= |
214 param_0_default="@DEFAULT@" | 224 param_0_default="@DEFAULT@" |