gdk_sys

Type Alias GdkWindowInvalidateHandlerFunc

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GdkWindow, _: *mut cairo_region_t))

Some value of type T.