diff options
author | nobody <nobody@localhost> | 2002-11-01 23:06:20 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-11-01 23:06:20 +0800 |
commit | b08dab03a835f258852f344b97df90dfd9ec4571 (patch) | |
tree | 112fdd1c1308eff2630d6e381ed55bb0b4ee3071 /my-evolution/weather.h | |
parent | 29f8799d6648986b85447ffebfd496ed6f3f7b63 (diff) | |
download | gsoc2013-evolution-b08dab03a835f258852f344b97df90dfd9ec4571.tar.gz gsoc2013-evolution-b08dab03a835f258852f344b97df90dfd9ec4571.tar.zst gsoc2013-evolution-b08dab03a835f258852f344b97df90dfd9ec4571.zip |
This commit was manufactured by cvs2svn to create tag 'GEDIT_2_1_2'.GEDIT_2_1_2
svn path=/tags/GEDIT_2_1_2/; revision=18483
Diffstat (limited to 'my-evolution/weather.h')
-rw-r--r-- | my-evolution/weather.h | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/my-evolution/weather.h b/my-evolution/weather.h deleted file mode 100644 index 196b9a8017..0000000000 --- a/my-evolution/weather.h +++ /dev/null @@ -1,54 +0,0 @@ -/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ -/* weather.h - * - * Copyright (C) 2001 Ximian, Inc. - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU General Public - * License as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - * - * Author: Iain Holmes <iain@ximian.com> - */ - -#ifndef __WEATHER_H__ -#define __WEATHER_H__ - -#include "e-summary-weather.h" - -#include <libsoup/soup.h> - -typedef struct _Weather { - char *location; - char *html; - - SoupMessage *message; - - ESummary *summary; - - gboolean valid; - ESummaryWeatherLocation *loc; - ESummaryWeatherUnits units; - ESummaryWeatherUpdate update; - ESummaryWeatherSky sky; - ESummaryWeatherConditions cond; - ESummaryWeatherTemperature temp; - ESummaryWeatherTemperature dew; - ESummaryWeatherHumidity humidity; - ESummaryWeatherWindDir wind; - ESummaryWeatherWindSpeed windspeed; - ESummaryWeatherPressure pressure; - ESummaryWeatherVisibility visibility; - char *forecast; -} Weather; - -#endif |