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, _: u64, _: u64, _: *mut _GInterfaceInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _GTypePlugin, _: u64, _: u64, _: *mut _GInterfaceInfo))

Some value of type T.