GTypePluginCompleteInterfaceInfo

Type Alias GTypePluginCompleteInterfaceInfo 

Source
pub type GTypePluginCompleteInterfaceInfo = Option<unsafe extern "C" fn(plugin: *mut GTypePlugin, instance_type: GType, interface_type: GType, info: *mut GInterfaceInfo)>;

Aliased Type§

pub enum GTypePluginCompleteInterfaceInfo {
    None,
    Some(unsafe extern "C" fn(*mut _GTypePlugin, u64, u64, *mut _GInterfaceInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _GTypePlugin, u64, u64, *mut _GInterfaceInfo))

Some value of type T.