diff src/bridge/bridge_constructor/bridge_template.ini @ 423:6c20c76abdcc

backend: - bridge async D-Bus method now automatically manage callback and errback, we just have to return a deferred - getParams, getParamsForCategory and getParamsUI are now asynchronous primitivus: management of asynchronous getParamsUI
author Goffi <goffi@goffi.org>
date Mon, 07 Nov 2011 00:09:22 +0100
parents 6c167a2e04b8
children e4e9187e3b5b
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini	Sun Nov 06 15:19:51 2011 +0100
+++ b/src/bridge/bridge_constructor/bridge_template.ini	Mon Nov 07 00:09:22 2011 +0100
@@ -195,7 +195,6 @@
 errback is called with error constant as parameter:
  - "CONFLICT": The profile name already exists
  - "CANCELED": profile creation canceled
- - "DATABASE": profile creation in database failed
 
 [deleteProfile]
 type=method
@@ -396,6 +395,7 @@
 doc_param_3=%(doc_profile_key)s
 
 [getParamsUI]
+async=
 type=method
 category=core
 sig_in=s
@@ -405,6 +405,7 @@
 doc_param_0=%(doc_profile_key)s
 
 [getParams]
+async=
 type=method
 category=core
 sig_in=s
@@ -414,6 +415,7 @@
 doc_param_0=%(doc_profile_key)s
 
 [getParamsForCategory]
+async=
 type=method
 category=core
 sig_in=ss