Type Alias gio_sys::GAsyncReadyCallback

source ·
pub type GAsyncReadyCallback = Option<unsafe extern "C" fn(_: *mut GObject, _: *mut GAsyncResult, _: gpointer)>;

Aliased Type§

enum GAsyncReadyCallback {
    None,
    Some(unsafe extern "C" fn(_: *mut GObject, _: *mut GAsyncResult, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GObject, _: *mut GAsyncResult, _: *mut c_void))

Some value of type T.