GInputFunction

Type Alias GInputFunction 

Source
pub type GInputFunction = Option<unsafe extern "C" fn(data: *mut c_void, source: *mut GIOChannel, condition: c_int)>;

Aliased Type§

pub enum GInputFunction {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut _GIOChannel, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut _GIOChannel, i32))

Some value of type T.