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