pub type GInitableIface = _GInitableIface;Expand description
GInitable:
Interface for initializable objects.
Since: 2.22
Aliased Type§
#[repr(C)]pub struct GInitableIface {
pub g_iface: _GTypeInterface,
pub init: Option<unsafe extern "C" fn(*mut _GInitable, *mut _GCancellable, *mut *mut _GError) -> i32>,
}Fields§
§g_iface: _GTypeInterface§init: Option<unsafe extern "C" fn(*mut _GInitable, *mut _GCancellable, *mut *mut _GError) -> i32>