Skip to main content

mode_plugin_set_module

Function mode_plugin_set_module 

Source
pub unsafe extern "C" fn mode_plugin_set_module(
    mode: *mut Mode,
    module: *mut GModule,
)
Expand description

Set the GModule used to load this plugin. This is used to unload it on shutdown.