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