gwenhywfar  4.3.3
cgui.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Mon Mar 01 2004
3  copyright : (C) 2004-2008 by Martin Preuss
4  email : martin@libchipcard.de
5 
6  ***************************************************************************
7  * Please see toplevel file COPYING for license details *
8  ***************************************************************************/
9 
10 
11 #ifndef GWEN_GUI_CGUI_H
12 #define GWEN_GUI_CGUI_H
13 
14 #include <gwenhywfar/gui.h>
15 
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
30 
36 
37 
47 const char *GWEN_Gui_CGui_GetCharSet(const GWEN_GUI *gui);
48 
50 void GWEN_Gui_CGui_SetCharSet(GWEN_GUI *gui, const char *s);
51 
76 
101  GWEN_DB_NODE *dbPasswords,
102  int persistent);
103 
129 void GWEN_Gui_CGui_SetCertDb(GWEN_GUI *gui, GWEN_DB_NODE *dbCerts);
130 
137 
147 
153 
157  /* defgroup */
158 
159 
160 #ifdef __cplusplus
161 }
162 #endif
163 
164 
165 #endif
166 
167 
168