/ gwpluginsmanager.h / Functions / Description

Functions



gw_plugins_manager_init

Initializes the plugins settings.
gint gw_plugins_manager_init ( );
This function initializes the plugins settings.

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


gw_plugins_manager_get_file_descr_func

Gets the function to use from one file extension.
gint gw_plugins_manager_get_file_descr_func ( const gchar *ext, func_get_file_descr_t *f);
This function gets the function to use from one file extension.

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


gw_plugins_manager_get_files_descr_func

Gets the function to use from one file extension.
gint gw_plugins_manager_get_files_descr_func ( const gchar *ext, func_get_files_descr_t *f);
This function gets the function to use from one file extension.

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


gw_plugins_manager_get_parent_descr_func

Gets the function to use from one file extension.
gint gw_plugins_manager_get_parent_descr_func ( const gchar *ext, func_get_parent_descr_t *f);
This function gets the function to use from one file extension.

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


gw_plugins_manager_exit

Exits the plugins manager and processes to all savings.
gint gw_plugins_manager_exit ( );
This function exits the plugins manager and processes to all savings.

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