Type Alias vte_sys::VteTerminalSpawnAsyncCallback

source ·
pub type VteTerminalSpawnAsyncCallback = Option<unsafe extern "C" fn(_: *mut VteTerminal, _: GPid, _: *mut GError, _: gpointer)>;

Aliased Type§

enum VteTerminalSpawnAsyncCallback {
    None,
    Some(unsafe extern "C" fn(_: *mut VteTerminal, _: i32, _: *mut GError, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut VteTerminal, _: i32, _: *mut GError, _: *mut c_void))

Some value of type T.