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