pub type GTypePluginCompleteTypeInfo = Option<unsafe extern "C" fn(*mut GTypePlugin, GType, *mut GTypeInfo, *mut GTypeValueTable)>;
Aliased Type§
pub enum GTypePluginCompleteTypeInfo {
None,
Some(unsafe extern "C" fn(*mut GTypePlugin, usize, *mut GTypeInfo, *mut GTypeValueTable)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut GTypePlugin, usize, *mut GTypeInfo, *mut GTypeValueTable))
Some value of type T
.