/ gwpluginsmanager.h / Type definitions / Description

Type definitions



GWPluginsManager

typedef struct gw_plugins_manager
{
	GHashTable *catalog_plugins;
	GHashTable *descr_plugins;
	GHashTable *file_descr_funcs;
	GHashTable *files_descr_funcs;
	GHashTable *parent_descr_funcs;
}GWPluginsManager;
Common data structure for the plugin manager

Fields
catalog_plugins list of all catalog plugins
descr_plugins list of all description plugins