#include <gwenhywfar/types.h>
#include <aqbanking/banking.h>
Go to the source code of this file.
Functions | |
GtkWidget * | GBanking_Progress_new (AB_BANKING *ab, GWEN_TYPE_UINT32 id) |
int | GBanking_Progress_Start (GtkWidget *w, const char *title, const char *text, GWEN_TYPE_UINT32 total) |
int | GBanking_Progress_Advance (GtkWidget *w, GWEN_TYPE_UINT32 progress) |
int | GBanking_Progress_Log (GtkWidget *w, AB_BANKING_LOGLEVEL level, const char *text) |
int | GBanking_Progress_End (GtkWidget *w) |
GWEN_TYPE_UINT32 | GBanking_Progress_GetId (GtkWidget *w) |
|
|
|
|
|
|
|
|
|
|
|
|