aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/weather.h
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2002-01-17 01:56:22 +0800
committerIain Holmes <iain@src.gnome.org>2002-01-17 01:56:22 +0800
commit82cb9e15be22f43794345c93cbbef1bf0da06158 (patch)
treedb2d4f6d5bde131dcadbe7ee4c6a3c03a3b661db /my-evolution/weather.h
parent95de7c6dc800504a12b6fc7557e282e646250422 (diff)
downloadgsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.tar
gsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.tar.gz
gsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.tar.bz2
gsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.tar.lz
gsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.tar.xz
gsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.tar.zst
gsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.zip
Use soup to transfer HTTP files and other bugs fixed
svn path=/trunk/; revision=15344
Diffstat (limited to 'my-evolution/weather.h')
-rw-r--r--my-evolution/weather.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/my-evolution/weather.h b/my-evolution/weather.h
index cd04c9621f..196b9a8017 100644
--- a/my-evolution/weather.h
+++ b/my-evolution/weather.h
@@ -25,14 +25,13 @@
#include "e-summary-weather.h"
-#include <libgnomevfs/gnome-vfs.h>
+#include <libsoup/soup.h>
typedef struct _Weather {
char *location;
char *html;
- GnomeVFSAsyncHandle *handle;
- GString *string;
- char *buffer;
+
+ SoupMessage *message;
ESummary *summary;