mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Display divelogs.de upload status to the user
This shows a dialog indicating the success or failure of divelogs.de upload. Currently the raw XML returned from the SOAP request is also displayed. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5c4a7c7498
commit
172982b860
3 changed files with 52 additions and 10 deletions
|
@ -1,3 +1,3 @@
|
|||
extern void webservice_download_dialog(void);
|
||||
extern gboolean webservice_request_user_xml(const gchar *, gchar **, guint *, guint *);
|
||||
extern int divelogde_upload(char *fn);
|
||||
extern int divelogde_upload(char *fn, char **error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue