pub type GSimpleAsyncThreadFunc = Option<unsafe extern "C" fn(_: *mut GSimpleAsyncResult, _: *mut GObject, _: *mut GCancellable)>;
Aliased Type§
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
.