Tk_SelectionProc

Type Alias Tk_SelectionProc 

Source
pub type Tk_SelectionProc = Option<unsafe extern "C" fn(clientData: ClientData, offset: c_int, buffer: *mut c_char, maxBytes: c_int) -> c_int>;

Aliased Type§

pub enum Tk_SelectionProc {
    None,
    Some(unsafe extern "C" fn(*mut c_void, i32, *mut i8, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, i32, *mut i8, i32) -> i32)

Some value of type T.