Type Alias GTypePluginUnuse

Source
pub type GTypePluginUnuse = Option<unsafe extern "C" fn(plugin: *mut GTypePlugin)>;
Expand description

GTypePluginUnuse: @plugin: the #GTypePlugin whose use count should be decreased

The type of the @unuse_plugin function of #GTypePluginClass.

Aliased Type§

enum GTypePluginUnuse {
    None,
    Some(unsafe extern "C" fn(*mut _GTypePlugin)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _GTypePlugin))

Some value of type T.