/ gwsettingsgeneral.h / Functions / Description

Functions



gw_plugin_settings_general_init

Initializes the general plugin.
gint gw_plugin_settings_general_init ( GWSettingsModule **module);
This function initializes the general plugin.

Parameters
module module to store the plugin

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