Mercurial > libervia-web
comparison src/browser/sat_browser/json.py @ 683:801eb94aa869
browser side: versions management + version is shown in about dialog
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 19 Mar 2015 20:41:46 +0100 |
parents | a90cc8fc9605 |
children | 9877607c719a |
comparison
equal
deleted
inserted
replaced
682:e6bb64bd6b4d | 683:801eb94aa869 |
---|---|
184 "tarotGamePlayCards", "launchRadioCollective", "getMblogs", "getMblogsWithComments", | 184 "tarotGamePlayCards", "launchRadioCollective", "getMblogs", "getMblogsWithComments", |
185 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard", | 185 "getWaitingSub", "subscription", "delContact", "updateContact", "getCard", |
186 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction", | 186 "getEntityData", "getParamsUI", "asyncGetParamA", "setParam", "launchAction", |
187 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer", | 187 "disconnect", "chatStateComposing", "getNewAccountDomain", "confirmationAnswer", |
188 "syntaxConvert", "getAccountDialogUI", "getMainResource", "getWaitingConf", "getEntitiesData", | 188 "syntaxConvert", "getAccountDialogUI", "getMainResource", "getWaitingConf", "getEntitiesData", |
189 "getVersion", "getLiberviaVersion", | |
189 ]) | 190 ]) |
190 def __call__(self, *args, **kwargs): | 191 def __call__(self, *args, **kwargs): |
191 return LiberviaJsonProxy.__call__(self, *args, **kwargs) | 192 return LiberviaJsonProxy.__call__(self, *args, **kwargs) |
192 | 193 |
193 def getConfig(self, dummy1, dummy2): # FIXME | 194 def getConfig(self, dummy1, dummy2): # FIXME |