pub type GTypePluginCompleteTypeInfo = Option<unsafe extern "C" fn(_: *mut GTypePlugin, _: GType, _: *mut GTypeInfo, _: *mut GTypeValueTable)>;
Aliased Type§
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
.