#include <gtk/gtk.h>
#include <aqbanking/banking.h>
#include <aqbanking/imexporter.h>
Go to the source code of this file.
Defines | |
#define | GBANKING_LOGDOMAIN "gbanking" |
Typedefs | |
typedef int(* | GBANKING_IMPORTCONTEXT_FN )(AB_BANKING *ab, AB_IMEXPORTER_CONTEXT *ctx) |
Functions | |
AB_BANKING * | GBanking_new (const char *appName, const char *fname) |
GWEN_TYPE_UINT32 | GBanking_GetLastAccountUpdate (const AB_BANKING *ab) |
GWEN_TYPE_UINT32 | GBanking_GetLastQueueUpdate (const AB_BANKING *ab) |
void | GBanking_AccountsUpdated (AB_BANKING *ab) |
void | GBanking_QueueUpdated (AB_BANKING *ab) |
int | GBanking_ImportContext (AB_BANKING *ab, AB_IMEXPORTER_CONTEXT *ctx) |
void | GBanking_SetImportContextFn (AB_BANKING *ab, GBANKING_IMPORTCONTEXT_FN cb) |
|
Definition at line 23 of file gbanking.h. |
|
Definition at line 26 of file gbanking.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|