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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut GTypePlugin, _: usize, _: *mut GTypeInfo, _: *mut GTypeValueTable))

Some value of type T.