#include <gwenhywfar/stringlist.h>
#include <gwenhywfar/db.h>
#include <gwenhywfar/buffer.h>
#include <gwenhywfar/msgengine.h>
#include "cardcontext_l.h"


Go to the source code of this file.
Typedefs | |
| typedef struct LC_CARDMGR | LC_CARDMGR |
Enumerations | |
| enum | LC_CARDMGR_RESULT { LC_CardMgr_ResultOk = 0, LC_CardMgr_ResultError, LC_CardMgr_ResultCmdError } |
Functions | |
| LC_CARDMGR * | LC_CardMgr_new (const GWEN_STRINGLIST *paths) |
| void | LC_CardMgr_free (LC_CARDMGR *mgr) |
| void | LC_CardMgr_Attach (LC_CARDMGR *mgr) |
| GWEN_MSGENGINE * | LC_CardMgr_GetMsgEngine (const LC_CARDMGR *mgr) |
| LC_CARDCONTEXT * | LC_CardMgr_SelectApp (LC_CARDMGR *mgr, const char *appName) |
| GWEN_XMLNODE * | LC_CardMgr_FindAppNode (LC_CARDMGR *mgr, const char *appName) |
| typedef struct LC_CARDMGR LC_CARDMGR |
| enum LC_CARDMGR_RESULT |
| void LC_CardMgr_Attach | ( | LC_CARDMGR * | mgr | ) |
| GWEN_XMLNODE* LC_CardMgr_FindAppNode | ( | LC_CARDMGR * | mgr, | |
| const char * | appName | |||
| ) |
| void LC_CardMgr_free | ( | LC_CARDMGR * | mgr | ) |
| GWEN_MSGENGINE* LC_CardMgr_GetMsgEngine | ( | const LC_CARDMGR * | mgr | ) |
| LC_CARDMGR* LC_CardMgr_new | ( | const GWEN_STRINGLIST * | paths | ) |
| LC_CARDCONTEXT* LC_CardMgr_SelectApp | ( | LC_CARDMGR * | mgr, | |
| const char * | appName | |||
| ) |
1.5.3