Method

GWeatherInfoget_value_dew

Declaration [src]

gboolean
gweather_info_get_value_dew (
  GWeatherInfo* info,
  GWeatherTemperatureUnit unit,
  double* value
)

Description

No description available.

Parameters

unit

Type: GWeatherTemperatureUnit

The desired unit, as a GWeatherTemperatureUnit.

value

Type: double*

The dew point.

The argument will be set by the function.

Return value

Type: gboolean

TRUE is value is valid, FALSE otherwise.