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)),
}