pub type GTypePluginCompleteTypeInfo = Option<unsafe extern "C" fn(plugin: *mut GTypePlugin, g_type: GType, info: *mut GTypeInfo, value_table: *mut GTypeValueTable)>;

Aliased Type§

enum GTypePluginCompleteTypeInfo {
    None,
    Some(unsafe extern "C" fn(_: *mut _GTypePlugin, _: u64, _: *mut _GTypeInfo, _: *mut _GTypeValueTable)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.