[ CCode ( has_construct_function = false ) ]
public Info (Location? location)
Builds a new `GWeatherInfo` that will provide weather information about the given location.
In order to retrieve the weather information, you will need to enable the desired providers and then call [[email protected]].
If you want to be notified of the completion of the weather information update, you should connect to the [[email protected]:
GWeatherInfo:updated
] signal before updating the `GWeatherInfo` instance.
location |
the desidered location |
a new weather information instance |