diff frontends/sat_bridge_frontend/DBus.py @ 25:53e921c8a357

new plugin: gateways plugin, and first implementation of findGateways - test menu in Wix - new actionResultExt method, for sending dictionary of dictionaries - new getNextId method, for accessing sat ids from plugins.
author Goffi <goffi@goffi.org>
date Fri, 04 Dec 2009 08:47:44 +0100
parents bb72c29f3432
children d6b613764dd7
line wrap: on
line diff
--- a/frontends/sat_bridge_frontend/DBus.py	Tue Dec 01 07:55:46 2009 +0100
+++ b/frontends/sat_bridge_frontend/DBus.py	Fri Dec 04 08:47:44 2009 +0100
@@ -58,6 +58,9 @@
     def sendFile(self, to, path):
         return self.db_comm_iface.sendFile(to, path)
 
+    def findGateways(self, target):
+        return self.db_comm_iface.findGateways(target)
+
     def setPresence(self, to="", type="", show="", status="", priority=0):
         return self.db_comm_iface.setPresence(to, type, show, status, priority)