pub type GdkWindowInvalidateHandlerFunc = Option<unsafe extern "C" fn(_: *mut GdkWindow, _: *mut cairo_region_t)>;
Aliased Type§
enum GdkWindowInvalidateHandlerFunc {
None,
Some(unsafe extern "C" fn(_: *mut GdkWindow, _: *mut cairo_region_t)),
}