Type Alias GInitableIface

Source
pub type GInitableIface = _GInitableIface;

Aliased Type§

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>