Skip to main content

mode_plugin_get_module

Function mode_plugin_get_module 

Source
pub unsafe extern "C" fn mode_plugin_get_module(
    mode: *mut Mode,
) -> *mut GModule
Expand description

Get the GModule used to load this plugin.

Returns null if not a plugin.