comparison frontends/src/bridge/DBus.py @ 455:72522263cbc9

plugin RadioCol: basic functionnality working approximately
author Goffi <goffi@goffi.org>
date Mon, 23 Jan 2012 00:14:33 +0100
parents afe9cfd2ddbb
children cf005701624b
comparison
equal deleted inserted replaced
454:60a9086b35c5 455:72522263cbc9
209 return self.db_plugin_iface.radiocolLaunch(players, profile_key) 209 return self.db_plugin_iface.radiocolLaunch(players, profile_key)
210 210
211 def radiocolCreate(self, room_jid, profile_key): 211 def radiocolCreate(self, room_jid, profile_key):
212 return self.db_plugin_iface.radiocolCreate(room_jid, profile_key) 212 return self.db_plugin_iface.radiocolCreate(room_jid, profile_key)
213 213
214 def radiocolSongAdded(self, room_jid, song_path, profile):
215 return self.db_plugin_iface.radiocolSongAdded(room_jid, song_path, profile)
216
214 def sendFile(self, to, path, data, profile_key): 217 def sendFile(self, to, path, data, profile_key):
215 return self.db_plugin_iface.sendFile(to, path, data, profile_key) 218 return self.db_plugin_iface.sendFile(to, path, data, profile_key)
216 219
217 def pipeOut(self, to, path, data, profile_key): 220 def pipeOut(self, to, path, data, profile_key):
218 return self.db_plugin_iface.pipeOut(to, path, data, profile_key) 221 return self.db_plugin_iface.pipeOut(to, path, data, profile_key)