Mercurial > libervia-backend
diff 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 |
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini Wed May 25 17:18:05 2011 +0200 +++ b/src/bridge/bridge_constructor/bridge_template.ini Thu May 26 16:47:09 2011 +0200 @@ -215,6 +215,16 @@ doc=Connect a profile doc_param_0=%(doc_profile_key)s +[asyncConnect] +async= +type=method +category=communication +sig_in=s +sig_out= +param_0_default="@DEFAULT@" +doc=Connect a profile +doc_param_0=%(doc_profile_key)s + [disconnect] type=method category=communication