GTypePluginCompleteTypeInfo

Type Alias GTypePluginCompleteTypeInfo 

Source
pub type GTypePluginCompleteTypeInfo = Option<unsafe extern "C" fn(plugin: *mut GTypePlugin, g_type: GType, info: *mut GTypeInfo, value_table: *mut GTypeValueTable)>;

Aliased Type§

pub enum GTypePluginCompleteTypeInfo {
    None,
    Some(unsafe extern "C" fn(*mut _GTypePlugin, u64, *mut _GTypeInfo, *mut _GTypeValueTable)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.