Type Alias GAsyncInitableIface

Source
pub type GAsyncInitableIface = _GAsyncInitableIface;
Expand description

GAsyncInitable:

Interface for asynchronously initializable objects.

Since: 2.22

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>