Type Alias gweather_sys::GWeatherFilterFunc
source · pub type GWeatherFilterFunc = Option<unsafe extern "C" fn(_: *mut GWeatherLocation, _: gpointer) -> gboolean>;
Aliased Type§
enum GWeatherFilterFunc {
None,
Some(unsafe extern "C" fn(_: *mut GWeatherLocation, _: *mut c_void) -> i32),
}