Mercurial > libervia-backend
comparison frontends/sat_bridge_frontend/DBus.py @ 91:39c672544593
Tarot: bidding phase
- quick_app: command line is now parsed, "profile" option allow to select it
- xml_tools: list-single is now managed
- plugin tarot: method and signal to manage contract (contrat): tarotChooseContrat & tarotGameContratChoosed
- wix: Q&D Form hack to manage more generic form (not only registration), used to show contract selection form
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 27 May 2010 19:26:19 +0930 |
parents | 4020931569b8 |
children | 2503de7fb4c7 |
comparison
equal
deleted
inserted
replaced
90:4020931569b8 | 91:39c672544593 |
---|---|
123 return self.db_comm_iface.tarotGameCreate(room_jid, players, profile_key) | 123 return self.db_comm_iface.tarotGameCreate(room_jid, players, profile_key) |
124 | 124 |
125 def tarotGameReady(self, user, referee, profile_key='@DEFAULT@'): | 125 def tarotGameReady(self, user, referee, profile_key='@DEFAULT@'): |
126 return self.db_comm_iface.tarotGameReady(user, referee, profile_key) | 126 return self.db_comm_iface.tarotGameReady(user, referee, profile_key) |
127 | 127 |
128 def tarotGameContratChoosed(self, user, referee, contrat, profile_key='@DEFAULT@'): | |
129 return self.db_comm_iface.tarotGameContratChoosed(user, referee, contrat, profile_key) | |
130 | |
128 def sendFile(self, to, path, profile_key='@DEFAULT@'): | 131 def sendFile(self, to, path, profile_key='@DEFAULT@'): |
129 return self.db_comm_iface.sendFile(to, path, profile_key) | 132 return self.db_comm_iface.sendFile(to, path, profile_key) |
130 | 133 |
131 def findGateways(self, target, profile_key='@DEFAULT@'): | 134 def findGateways(self, target, profile_key='@DEFAULT@'): |
132 return self.db_comm_iface.findGateways(target, profile_key) | 135 return self.db_comm_iface.findGateways(target, profile_key) |