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§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.