Mercurial > libervia-backend
comparison frontends/src/bridge/DBus.py @ 450:afe9cfd2ddbb
plugins: radio collective first draft
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 05 Jan 2012 00:21:30 +0100 |
parents | 961543b20806 |
children | 72522263cbc9 |
comparison
equal
deleted
inserted
replaced
449:961543b20806 | 450:afe9cfd2ddbb |
---|---|
203 return self.db_plugin_iface.quizGameReady(player, referee, profile_key) | 203 return self.db_plugin_iface.quizGameReady(player, referee, profile_key) |
204 | 204 |
205 def quizGameAnswer(self, player, referee, answer, profile_key): | 205 def quizGameAnswer(self, player, referee, answer, profile_key): |
206 return self.db_plugin_iface.quizGameAnswer(player, referee, answer, profile_key) | 206 return self.db_plugin_iface.quizGameAnswer(player, referee, answer, profile_key) |
207 | 207 |
208 def radiocolLaunch(self, players, profile_key): | |
209 return self.db_plugin_iface.radiocolLaunch(players, profile_key) | |
210 | |
211 def radiocolCreate(self, room_jid, profile_key): | |
212 return self.db_plugin_iface.radiocolCreate(room_jid, profile_key) | |
213 | |
208 def sendFile(self, to, path, data, profile_key): | 214 def sendFile(self, to, path, data, profile_key): |
209 return self.db_plugin_iface.sendFile(to, path, data, profile_key) | 215 return self.db_plugin_iface.sendFile(to, path, data, profile_key) |
210 | 216 |
211 def pipeOut(self, to, path, data, profile_key): | 217 def pipeOut(self, to, path, data, profile_key): |
212 return self.db_plugin_iface.pipeOut(to, path, data, profile_key) | 218 return self.db_plugin_iface.pipeOut(to, path, data, profile_key) |