#include <gwenhywfar/configmgr_be.h>
Go to the source code of this file.
Functions | |
int | GWEN_ConfigMgr_ModuleFini () |
int | GWEN_ConfigMgr_ModuleInit () |
int GWEN_ConfigMgr_ModuleFini | ( | ) |
Definition at line 91 of file configmgr.c.
References DBG_ERROR, GWEN_CONFIGMGR_PLUGIN_NAME, GWEN_LOGDOMAIN, GWEN_PluginManager_FindPluginManager(), GWEN_PluginManager_free(), and GWEN_PluginManager_Unregister().
Referenced by GWEN_Fini().
int GWEN_ConfigMgr_ModuleInit | ( | ) |
Definition at line 52 of file configmgr.c.
References DBG_ERROR, DBG_INFO, GWEN_Buffer_AppendString(), GWEN_Buffer_free(), GWEN_Buffer_GetStart(), GWEN_Buffer_new(), GWEN_Buffer_Reset(), GWEN_CONFIGMGR_FOLDER, GWEN_CONFIGMGR_PLUGIN_NAME, GWEN_DIR_SEPARATOR_S, GWEN_LOGDOMAIN, GWEN_PathManager_GetPaths(), GWEN_PluginManager_AddPath(), GWEN_PluginManager_new(), GWEN_PluginManager_Register(), GWEN_PM_LIBNAME, GWEN_PM_PLUGINDIR, GWEN_StringList_FirstEntry(), GWEN_StringListEntry_Data(), and GWEN_StringListEntry_Next().
Referenced by GWEN_Init().