GSimpleAsyncThreadFunc

Type Alias GSimpleAsyncThreadFunc 

Source
pub type GSimpleAsyncThreadFunc = Option<unsafe extern "C" fn(*mut GSimpleAsyncResult, *mut GObject, *mut GCancellable)>;

Aliased Type§

pub enum GSimpleAsyncThreadFunc {
    None,
    Some(unsafe extern "C" fn(*mut GSimpleAsyncResult, *mut GObject, *mut GCancellable)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut GSimpleAsyncResult, *mut GObject, *mut GCancellable))

Some value of type T.