|
Namespaces |
namespace | HBCI |
Typedefs |
typedef void(* | TransStartedFuncTyp )(TransProgressType type, int jobs, void *user_data) |
typedef void(* | JobStartedFuncTyp )(JobProgressType type, int actions, void *user_data) |
typedef void(* | ActStartedFuncTyp )(ActionProgressType type, void *user_data) |
typedef HBCI::ProgressMonitorCB | HBCI_ProgressMonitorCB |
Functions |
HBCI_ProgressMonitorCB * | HBCI_ProgressMonitorCB_new (VoidFuncTyp destrCB, TransStartedFuncTyp transStartedCB, VoidFuncTyp transFinCB, JobStartedFuncTyp jobStartedCB, VoidFuncTyp jobFinCB, ActStartedFuncTyp actStartedCB, VoidFuncTyp actFinCB, LoggingFuncTyp logMessageCB, void *user_data) |
HBCI_ProgressMonitor * | HBCI_ProgressMonitorCB_ProgressMonitor (HBCI_ProgressMonitorCB *p) |