Method

GWeatherInfoget_value_visibility

Declaration [src]

gboolean
gweather_info_get_value_visibility (
  GWeatherInfo* info,
  GWeatherDistanceUnit unit,
  double* value
)

Description

No description available.

Parameters

unit

Type: GWeatherDistanceUnit

The desired unit, as a GWeatherDistanceUnit.

value

Type: double*

Forecasted visibility, expressed in unit.

The argument will be set by the function.

Return value

Type: gboolean

TRUE if value is valid, FALSE otherwise.