diff options
author | Iain Holmes <iain@src.gnome.org> | 2002-01-17 01:56:22 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2002-01-17 01:56:22 +0800 |
commit | 82cb9e15be22f43794345c93cbbef1bf0da06158 (patch) | |
tree | db2d4f6d5bde131dcadbe7ee4c6a3c03a3b661db /my-evolution/weather.h | |
parent | 95de7c6dc800504a12b6fc7557e282e646250422 (diff) | |
download | gsoc2013-evolution-82cb9e15be22f43794345c93cbbef1bf0da06158.tar.gz 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.h | 7 |
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; |