Type Alias GTypePluginUse

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

GTypePluginUse: @plugin: the #GTypePlugin whose use count should be increased

The type of the @use_plugin function of #GTypePluginClass, which gets called to increase the use count of @plugin.

Aliased Type§

enum GTypePluginUse {
    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.