pub type GSimpleAsyncThreadFunc = Option<unsafe extern "C" fn(res: *mut GSimpleAsyncResult, object: *mut GObject, cancellable: *mut GCancellable)>;Aliased Type§
pub enum GSimpleAsyncThreadFunc {
None,
Some(unsafe extern "C" fn(*mut _GSimpleAsyncResult, *mut _GObject, *mut _GCancellable)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut _GSimpleAsyncResult, *mut _GObject, *mut _GCancellable))
Some value of type T.