#include <gwenhywfar/gui.h>
Go to the source code of this file.
Functions | |
GWENHYWFAR_API GWEN_DB_NODE * | GWEN_Gui_CGui_GetCertDb (const GWEN_GUI *gui) |
GWENHYWFAR_API const char * | GWEN_Gui_CGui_GetCharSet (const GWEN_GUI *gui) |
GWENHYWFAR_API int | GWEN_Gui_CGui_GetIsNonInteractive (const GWEN_GUI *gui) |
GWENHYWFAR_API GWEN_DB_NODE * | GWEN_Gui_CGui_GetPasswordDb (const GWEN_GUI *gui) |
GWENHYWFAR_API GWEN_GUI * | GWEN_Gui_CGui_new () |
GWENHYWFAR_API void | GWEN_Gui_CGui_SetCertDb (GWEN_GUI *gui, GWEN_DB_NODE *dbCerts) |
GWENHYWFAR_API void | GWEN_Gui_CGui_SetCharSet (GWEN_GUI *gui, const char *s) |
GWENHYWFAR_API void | GWEN_Gui_CGui_SetIsNonInteractive (GWEN_GUI *gui, int i) |
GWENHYWFAR_API void | GWEN_Gui_CGui_SetPasswordDb (GWEN_GUI *gui, GWEN_DB_NODE *dbPasswords, int persistent) |
GWENHYWFAR_API GWEN_DB_NODE* GWEN_Gui_CGui_GetCertDb | ( | const GWEN_GUI * | gui | ) |
GWENHYWFAR_API const char* GWEN_Gui_CGui_GetCharSet | ( | const GWEN_GUI * | gui | ) |
GWENHYWFAR_API int GWEN_Gui_CGui_GetIsNonInteractive | ( | const GWEN_GUI * | gui | ) |
Definition at line 148 of file cgui.c.
References GWEN_INHERIT_GETDATA.
Referenced by GWEN_Gui_CProgress_Advance(), GWEN_Gui_CProgress_End(), and GWEN_Gui_CProgress_Log().
GWENHYWFAR_API GWEN_DB_NODE* GWEN_Gui_CGui_GetPasswordDb | ( | const GWEN_GUI * | gui | ) |
GWENHYWFAR_API GWEN_GUI* GWEN_Gui_CGui_new | ( | ) |
Definition at line 74 of file cgui.c.
References GWEN_DB_Group_new(), GWEN_Gui_CGui_CheckCert(), GWEN_Gui_CGui_FreeData(), GWEN_Gui_CGui_GetPassword(), GWEN_Gui_CGui_HideBox(), GWEN_Gui_CGui_InputBox(), GWEN_Gui_CGui_MessageBox(), GWEN_Gui_CGui_ProgressAdvance(), GWEN_Gui_CGui_ProgressEnd(), GWEN_Gui_CGui_ProgressLog(), GWEN_Gui_CGui_ProgressStart(), GWEN_Gui_CGui_SetPasswordStatus(), GWEN_Gui_CGui_ShowBox(), GWEN_Gui_new(), GWEN_Gui_SetCheckCertFn(), GWEN_Gui_SetGetPasswordFn(), GWEN_Gui_SetHideBoxFn(), GWEN_Gui_SetInputBoxFn(), GWEN_Gui_SetMessageBoxFn(), GWEN_Gui_SetProgressAdvanceFn(), GWEN_Gui_SetProgressEndFn(), GWEN_Gui_SetProgressLogFn(), GWEN_Gui_SetProgressStartFn(), GWEN_Gui_SetSetPasswordStatusFn(), GWEN_Gui_SetShowBoxFn(), GWEN_INHERIT_SETDATA, GWEN_NEW_OBJECT, and GWEN_StringList_new().
Referenced by test_gui().
GWENHYWFAR_API void GWEN_Gui_CGui_SetCertDb | ( | GWEN_GUI * | gui, | |
GWEN_DB_NODE * | dbCerts | |||
) |
Set the certificate DB. Takes over the given DB.
Definition at line 1061 of file cgui.c.
References GWEN_DB_Group_free(), and GWEN_INHERIT_GETDATA.
GWENHYWFAR_API void GWEN_Gui_CGui_SetCharSet | ( | GWEN_GUI * | gui, | |
const char * | s | |||
) |
GWENHYWFAR_API void GWEN_Gui_CGui_SetIsNonInteractive | ( | GWEN_GUI * | gui, | |
int | i | |||
) |
GWENHYWFAR_API void GWEN_Gui_CGui_SetPasswordDb | ( | GWEN_GUI * | gui, | |
GWEN_DB_NODE * | dbPasswords, | |||
int | persistent | |||
) |
Set the password DB. Takes over the given DB.
Definition at line 1033 of file cgui.c.
References GWEN_DB_Group_free(), and GWEN_INHERIT_GETDATA.