Method
GWeatherInfoget_value_wind
Declaration [src]
gboolean
gweather_info_get_value_wind (
GWeatherInfo* info,
GWeatherSpeedUnit unit,
double* speed,
GWeatherWindDirection* direction
)
Parameters
unit |
GWeatherSpeedUnit |
The desired unit, as a |
|
speed |
double* |
Forecasted wind speed. |
|
The argument will be set by the function. | |
direction |
GWeatherWindDirection |
Forecasted wind direction. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. |