Type Alias XConnectionWatchProc

Source
pub type XConnectionWatchProc = Option<unsafe extern "C" fn(*mut Display, XPointer, c_int, Bool, XPointer)>;

Aliased Type§

pub enum XConnectionWatchProc {
    None,
    Some(unsafe extern "C" fn(*mut _XDisplay, *mut i8, i32, i32, *mut i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _XDisplay, *mut i8, i32, i32, *mut i8))

Some value of type T.