aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-weather.h
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2002-03-18 23:47:04 +0800
committerIain Holmes <iain@src.gnome.org>2002-03-18 23:47:04 +0800
commitbc73d24d04269d1cd4df99acdb511580626ca98f (patch)
treebe2344b66d4dcbfe8a28fac8446f3243f2c1b800 /my-evolution/e-summary-weather.h
parent0ae3f73824ac55fab40594bc0ee16812d0f3bbf4 (diff)
downloadgsoc2013-evolution-bc73d24d04269d1cd4df99acdb511580626ca98f.tar
gsoc2013-evolution-bc73d24d04269d1cd4df99acdb511580626ca98f.tar.gz
gsoc2013-evolution-bc73d24d04269d1cd4df99acdb511580626ca98f.tar.bz2
gsoc2013-evolution-bc73d24d04269d1cd4df99acdb511580626ca98f.tar.lz
gsoc2013-evolution-bc73d24d04269d1cd4df99acdb511580626ca98f.tar.xz
gsoc2013-evolution-bc73d24d04269d1cd4df99acdb511580626ca98f.tar.zst
gsoc2013-evolution-bc73d24d04269d1cd4df99acdb511580626ca98f.zip
VFolders in the summary
svn path=/trunk/; revision=16190
Diffstat (limited to 'my-evolution/e-summary-weather.h')
-rw-r--r--my-evolution/e-summary-weather.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/my-evolution/e-summary-weather.h b/my-evolution/e-summary-weather.h
index 795afcfede..3dac76f7ee 100644
--- a/my-evolution/e-summary-weather.h
+++ b/my-evolution/e-summary-weather.h
@@ -26,6 +26,7 @@
#include <time.h>
#include "e-summary-type.h"
+#include "e-summary-shown.h"
typedef struct _ESummaryWeather ESummaryWeather;
@@ -144,7 +145,7 @@ typedef time_t ESummaryWeatherUpdate;
char *e_summary_weather_get_html (ESummary *summary);
void e_summary_weather_init (ESummary *summary);
void e_summary_weather_reconfigure (ESummary *summary);
-void e_summary_weather_fill_etable (ESummaryTable *est,
+void e_summary_weather_fill_etable (ESummaryShown *ess,
ESummary *summary);
const char *e_summary_weather_code_to_name (const char *code);
void e_summary_weather_free (ESummary *summary);