Home
last modified time | relevance | path

Searched refs:CLOUDS_PERC_LOW (Results 1 – 4 of 4) sorted by relevance

/dports/misc/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0/panel-plugin/
H A Dweather-parsers.h32 CLOUDS_PERC_LOW = 0, enumerator
H A Dweather-parsers.c269 g_free(loc->clouds_percent[CLOUDS_PERC_LOW]); in parse_location()
270 loc->clouds_percent[CLOUDS_PERC_LOW] = PROP(child_node, "percent"); in parse_location()
710 g_free(loc->clouds_percent[CLOUDS_PERC_LOW]); in xml_location_free()
H A Dweather-debug.c310 loc->clouds_percent[CLOUDS_PERC_LOW], in weather_dump_location()
H A Dweather-data.c422 return LOCALE_DOUBLE(loc->clouds_percent[CLOUDS_PERC_LOW], in get_data()