#include <gwenhywfar/configmgr.h>
#include <gwenhywfar/plugin.h>
Go to the source code of this file.
typedef int(* GWEN_CONFIGMGR_DELETEGROUP_FN)(GWEN_CONFIGMGR *mgr, const char *groupName, const char *subGroupName) |
Definition at line 56 of file configmgr_be.h.
typedef int(* GWEN_CONFIGMGR_GETGROUP_FN)(GWEN_CONFIGMGR *mgr, const char *groupName, const char *subGroupName, GWEN_DB_NODE **pDb) |
Definition at line 38 of file configmgr_be.h.
typedef int(* GWEN_CONFIGMGR_LISTGROUPS_FN)(GWEN_CONFIGMGR *mgr, GWEN_STRINGLIST *sl) |
Definition at line 60 of file configmgr_be.h.
typedef int(* GWEN_CONFIGMGR_LISTSUBGROUPS_FN)(GWEN_CONFIGMGR *mgr, const char *groupName, GWEN_STRINGLIST *sl) |
Definition at line 63 of file configmgr_be.h.
typedef int(* GWEN_CONFIGMGR_LOCKGROUP_FN)(GWEN_CONFIGMGR *mgr, const char *groupName, const char *subGroupName) |
Definition at line 48 of file configmgr_be.h.
typedef GWEN_CONFIGMGR*(* GWEN_CONFIGMGR_PLUGIN_FACTORYFN)(GWEN_PLUGIN *pl, const char *url) |
Definition at line 101 of file configmgr_be.h.
typedef int(* GWEN_CONFIGMGR_SETGROUP_FN)(GWEN_CONFIGMGR *mgr, const char *groupName, const char *subGroupName, GWEN_DB_NODE *db) |
Definition at line 43 of file configmgr_be.h.
typedef int(* GWEN_CONFIGMGR_UNLOCKGROUP_FN)(GWEN_CONFIGMGR *mgr, const char *groupName, const char *subGroupName) |
Definition at line 52 of file configmgr_be.h.
GWEN_CONFIGMGR* GWEN_ConfigMgr_new | ( | const char * | url | ) |
GWENHYWFAR_API GWEN_PLUGIN* GWEN_ConfigMgr_Plugin_new | ( | GWEN_PLUGIN_MANAGER * | pm, | |
const char * | name, | |||
const char * | fileName | |||
) |
Definition at line 319 of file configmgr.c.
References GWEN_ConfigMgr_Plugin_FreeData(), GWEN_INHERIT_SETDATA, GWEN_NEW_OBJECT, and GWEN_Plugin_new().
GWENHYWFAR_API void GWEN_ConfigMgr_Plugin_SetFactoryFn | ( | GWEN_PLUGIN * | pl, | |
GWEN_CONFIGMGR_PLUGIN_FACTORYFN | f | |||
) |
GWENHYWFAR_API GWEN_CONFIGMGR_DELETEGROUP_FN GWEN_ConfigMgr_SetDeleteGroupFn | ( | GWEN_CONFIGMGR * | mgr, | |
GWEN_CONFIGMGR_DELETEGROUP_FN | f | |||
) |
Definition at line 190 of file configmgr.c.
GWENHYWFAR_API GWEN_CONFIGMGR_GETGROUP_FN GWEN_ConfigMgr_SetGetGroupFn | ( | GWEN_CONFIGMGR * | mgr, | |
GWEN_CONFIGMGR_GETGROUP_FN | f | |||
) |
Definition at line 138 of file configmgr.c.
GWENHYWFAR_API GWEN_CONFIGMGR_LISTGROUPS_FN GWEN_ConfigMgr_SetListGroupsFn | ( | GWEN_CONFIGMGR * | mgr, | |
GWEN_CONFIGMGR_LISTGROUPS_FN | f | |||
) |
Definition at line 203 of file configmgr.c.
GWENHYWFAR_API GWEN_CONFIGMGR_LISTSUBGROUPS_FN GWEN_ConfigMgr_SetListSubGroupsFn | ( | GWEN_CONFIGMGR * | mgr, | |
GWEN_CONFIGMGR_LISTSUBGROUPS_FN | f | |||
) |
Definition at line 216 of file configmgr.c.
GWENHYWFAR_API GWEN_CONFIGMGR_LOCKGROUP_FN GWEN_ConfigMgr_SetLockGroupFn | ( | GWEN_CONFIGMGR * | mgr, | |
GWEN_CONFIGMGR_LOCKGROUP_FN | f | |||
) |
Definition at line 164 of file configmgr.c.
GWENHYWFAR_API GWEN_CONFIGMGR_SETGROUP_FN GWEN_ConfigMgr_SetSetGroupFn | ( | GWEN_CONFIGMGR * | mgr, | |
GWEN_CONFIGMGR_SETGROUP_FN | f | |||
) |
Definition at line 151 of file configmgr.c.
GWENHYWFAR_API GWEN_CONFIGMGR_UNLOCKGROUP_FN GWEN_ConfigMgr_SetUnlockGroupFn | ( | GWEN_CONFIGMGR * | mgr, | |
GWEN_CONFIGMGR_UNLOCKGROUP_FN | f | |||
) |
Definition at line 177 of file configmgr.c.