pub type GAsyncInitableIface = _GAsyncInitableIface;

Aliased Type§

struct GAsyncInitableIface {
    pub g_iface: _GTypeInterface,
    pub init_async: Option<unsafe extern "C" fn(_: *mut _GAsyncInitable, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
    pub init_finish: Option<unsafe extern "C" fn(_: *mut _GAsyncInitable, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>,
}

Fields§

§g_iface: _GTypeInterface§init_async: Option<unsafe extern "C" fn(_: *mut _GAsyncInitable, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§init_finish: Option<unsafe extern "C" fn(_: *mut _GAsyncInitable, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>