summaryrefslogtreecommitdiff
path: root/libgweather/gweather-weather.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgweather/gweather-weather.h')
-rw-r--r--libgweather/gweather-weather.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libgweather/gweather-weather.h b/libgweather/gweather-weather.h
index 86c1f29..3c2e10a 100644
--- a/libgweather/gweather-weather.h
+++ b/libgweather/gweather-weather.h
@@ -75,11 +75,7 @@ struct _GWeatherInfoClass {
};
GType gweather_info_get_type (void) G_GNUC_CONST;
-GWeatherInfo * gweather_info_new (GWeatherLocation *location,
- GWeatherForecastType forecast_type);
-GWeatherInfo * gweather_info_new_for_world (GWeatherLocation *world,
- GWeatherLocation *location,
- GWeatherForecastType forecast_type);
+GWeatherInfo * gweather_info_new (GWeatherLocation *location);
void gweather_info_update (GWeatherInfo *info);
void gweather_info_abort (GWeatherInfo *info);
void gweather_info_store_cache (void);
@@ -109,7 +105,6 @@ gchar * gweather_info_get_visibility (GWeatherInfo *info);
gchar * gweather_info_get_apparent (GWeatherInfo *info);
gchar * gweather_info_get_sunrise (GWeatherInfo *info);
gchar * gweather_info_get_sunset (GWeatherInfo *info);
-gchar * gweather_info_get_forecast (GWeatherInfo *info);
GSList * gweather_info_get_forecast_list (GWeatherInfo *info);
GdkPixbufAnimation * gweather_info_get_radar (GWeatherInfo *info);
const gchar *gweather_info_get_attribution (GWeatherInfo *info);