gwenhywfar  4.3.3
configmgr_be.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Mon Aug 11 2008
3  copyright : (C) 2008 by Martin Preuss
4  email : martin@libchipcard.de
5 
6  ***************************************************************************
7  * *
8  * This library is free software; you can redistribute it and/or *
9  * modify it under the terms of the GNU Lesser General Public *
10  * License as published by the Free Software Foundation; either *
11  * version 2.1 of the License, or (at your option) any later version. *
12  * *
13  * This library is distributed in the hope that it will be useful, *
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
16  * Lesser General Public License for more details. *
17  * *
18  * You should have received a copy of the GNU Lesser General Public *
19  * License along with this library; if not, write to the Free Software *
20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
21  * MA 02111-1307 USA *
22  * *
23  ***************************************************************************/
24 
25 
26 #ifndef GWENHYWFAR_CONFIGMGR_BE_H
27 #define GWENHYWFAR_CONFIGMGR_BE_H
28 
29 
30 #include <gwenhywfar/configmgr.h>
31 #include <gwenhywfar/plugin.h>
32 
33 
34 
36 GWEN_CONFIGMGR *GWEN_ConfigMgr_new(const char *url);
37 
38 
40  const char *groupName,
41  const char *subGroupName,
42  GWEN_DB_NODE **pDb);
43 
45  const char *groupName,
46  const char *subGroupName,
47  GWEN_DB_NODE *db);
48 
50  const char *groupName,
51  const char *subGroupName);
52 
54  const char *groupName,
55  const char *subGroupName);
56 
58  const char *groupName,
59  char *buffer,
60  uint32_t bufferLen);
61 
63  const char *groupName,
64  const char *subGroupName);
65 
67  GWEN_STRINGLIST *sl);
68 
70  const char *groupName,
71  GWEN_STRINGLIST *sl);
72 
73 
74 
78 
82 
86 
90 
94 
98 
102 
106 
107 
108 
109 
110 
111 typedef GWEN_CONFIGMGR* (*GWEN_CONFIGMGR_PLUGIN_FACTORYFN)(GWEN_PLUGIN *pl,
112  const char *url);
113 
116  const char *name,
117  const char *fileName);
118 
122 
123 
124 
125 #endif
126