diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-06-30 02:34:53 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-06-30 02:34:53 +0800 |
commit | c470087c9b5663a64c338fadee3594d261ab65f3 (patch) | |
tree | 39f601455981886c8c21bfcc2fed03ac56bd7624 /my-evolution/e-summary-weather.h | |
parent | e64a02be08f27b9a403de2bdf147626b8c8f2523 (diff) | |
download | gsoc2013-evolution-c470087c9b5663a64c338fadee3594d261ab65f3.tar gsoc2013-evolution-c470087c9b5663a64c338fadee3594d261ab65f3.tar.gz gsoc2013-evolution-c470087c9b5663a64c338fadee3594d261ab65f3.tar.bz2 gsoc2013-evolution-c470087c9b5663a64c338fadee3594d261ab65f3.tar.lz gsoc2013-evolution-c470087c9b5663a64c338fadee3594d261ab65f3.tar.xz gsoc2013-evolution-c470087c9b5663a64c338fadee3594d261ab65f3.tar.zst gsoc2013-evolution-c470087c9b5663a64c338fadee3594d261ab65f3.zip |
Configure My Evolution
svn path=/trunk/; revision=10604
Diffstat (limited to 'my-evolution/e-summary-weather.h')
-rw-r--r-- | my-evolution/e-summary-weather.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/my-evolution/e-summary-weather.h b/my-evolution/e-summary-weather.h index d771a05aa8..290efc6aa8 100644 --- a/my-evolution/e-summary-weather.h +++ b/my-evolution/e-summary-weather.h @@ -7,6 +7,7 @@ #define __E_SUMMARY_WEATHER_H__ #include <time.h> +#include <gtk/gtkctree.h> #include "e-summary-type.h" typedef struct _ESummaryWeather ESummaryWeather; @@ -125,4 +126,8 @@ 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_ctree_fill (GtkCTree *tree); +const char *e_summary_weather_code_to_name (const char *code); + #endif |