/ gwsettingsgui.h / Functions / Description

Functions



gw_plugin_settings_gui_init

Initializes the GUI plugin.
gint gw_plugin_settings_gui_init ( GWSettingsModule **module);
This function initializes the GUI plugin.

Parameters
module module to store the plugin

Result: an error code.
Returns 0 when it's done.
Returns -1 when an error occured.
.