FilterFunc
Description:
[
CCode ( instance_pos =
1.9 ) ]
public delegate bool FilterFunc (
Location location)
A filter function for locations.
Parameters:
location |
the location to check
|
user_data |
data passed to [method@GWeather.Location.find_nearest_city_full]
|
Returns:
`FALSE` if the location should be skipped, and `TRUE` otherwise
|