diff src/bridge/bridge_constructor/bridge_template.ini @ 1023:8bae81e254a2

core: added a getReady method which can be called by frontends to ensure that backend is fully initialised before doing anything + this ckeck is automatically done in asyncConnect
author Goffi <goffi@goffi.org>
date Thu, 15 May 2014 16:02:16 +0200
parents 6a16ec17a458
children 15f43b54d697
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini	Wed May 14 13:26:23 2014 +0200
+++ b/src/bridge/bridge_constructor/bridge_template.ini	Thu May 15 16:02:16 2014 +0200
@@ -156,6 +156,14 @@
 
 ;methods
 
+[getReady]
+async=
+type=method
+category=core
+sig_in=
+sig_out=
+doc=Return when backend is initialised
+
 [getVersion]
 type=method
 category=core