[libgweather/wip/hadess/remove-forecast-list] GWeatherWeather: Remove FORECAST_LIST



commit f01e820fbf76e3a12a991c6413a6c07e9aa03a74
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Aug 27 00:56:35 2019 +0300

    GWeatherWeather: Remove FORECAST_LIST
    
    In the past, you could choose to have the forecast in either textual or
    structured format, or even both. The textual forecast was removed as it
    was not useful, and the structured format is now always filled.
    
    Closes: #31

 libgweather/gweather-weather.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/libgweather/gweather-weather.c b/libgweather/gweather-weather.c
index 6254316..3bb4eaa 100644
--- a/libgweather/gweather-weather.c
+++ b/libgweather/gweather-weather.c
@@ -1278,10 +1278,8 @@ gweather_info_get_sunset (GWeatherInfo *info)
  * Returns: (transfer none) (element-type GWeather.Info): list
  * of GWeatherInfo* objects for the forecast.
  * The list is owned by the 'info' object thus is alive as long
- * as the 'info'. This list is filled only when requested with
- * type FORECAST_LIST and if available for given location.
- * The 'update' property is the date/time when the forecast info
- * is used for.
+ * as the 'info'. The 'update' property is the date/time when the
+ * forecast info is used for.
  **/
 GSList *
 gweather_info_get_forecast_list (GWeatherInfo *info)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]