Function
GWeatherLocationdetect_nearest_city_finish
Declaration [src]
GWeatherLocation*
gweather_location_detect_nearest_city_finish (
GAsyncResult* result,
GError** error
)
Parameters
result
-
Type:
GAsyncResult
The result of the asynchronous operation.
The data is owned by the caller of the function. error
-
Type:
GError **
The return location for a
GError*
, orNULL
.
Return value
Type: GWeatherLocation
Customized GWeatherLocation.
The caller of the function takes ownership of the data, and is responsible for freeing it. |