Home
last modified time | relevance | path

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

/dports/misc/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0/panel-plugin/
H A Dweather.c1722 gchar *fog, *cloudiness, *sunval = NULL, *value; in weather_get_tooltip_text() local
1741 sunval = g_strdup(_("The sun never sets today.")); in weather_get_tooltip_text()
1743 sunval = g_strdup(_("The sun never rises today.")); in weather_get_tooltip_text()
1748 sunval = in weather_get_tooltip_text()
1755 sunval = in weather_get_tooltip_text()
1763 sunval = in weather_get_tooltip_text()
1770 sunval = g_strdup(""); in weather_get_tooltip_text()
1835 sunval); in weather_get_tooltip_text()
1838 g_free(sunval); in weather_get_tooltip_text()