Type Alias x11_dl::xlib::XConnectionWatchProc
source · pub type XConnectionWatchProc = Option<unsafe extern "C" fn(_: *mut Display, _: XPointer, _: c_int, _: Bool, _: XPointer)>;
Aliased Type§
enum XConnectionWatchProc {
None,
Some(unsafe extern "C" fn(_: *mut _XDisplay, _: *mut i8, _: i32, _: i32, _: *mut i8)),
}