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§
None
No value.
Some(unsafe extern "C" fn(*mut _GTypePlugin, u64, *mut _GTypeInfo, *mut _GTypeValueTable))
Some value of type T.