pub type GTypePluginCompleteInterfaceInfo = Option<unsafe extern "C" fn(plugin: *mut GTypePlugin, instance_type: GType, interface_type: GType, info: *mut GInterfaceInfo)>;Aliased Type§
enum GTypePluginCompleteInterfaceInfo {
None,
Some(unsafe extern "C" fn(_: *mut _GTypePlugin, _: u32, _: u32, _: *mut _GInterfaceInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut _GTypePlugin, _: u32, _: u32, _: *mut _GInterfaceInfo))
Some value of type T.