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)),
}