aqbanking  5.7.8
ab_accountqueue.h
Go to the documentation of this file.
1 /**********************************************************
2  * This file has been automatically created by "typemaker2"
3  * from the file "ab_accountqueue.xml".
4  * Please do not edit this file, all changes will be lost.
5  * Better edit the mentioned source file instead.
6  **********************************************************/
7 
8 #ifndef AB_ACCOUNTQUEUE_H
9 #define AB_ACCOUNTQUEUE_H
10 
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
38 /* needed system headers */
39 #include <gwenhywfar/types.h>
40 #include <gwenhywfar/list1.h>
41 #include <gwenhywfar/inherit.h>
42 
43 /* pre-headers */
44 #include <aqbanking/banking.h>
45 #include <aqbanking/ab_jobqueue.h>
46 
50 
51 
52 
53 /* post-headers */
54 #include <aqbanking/ab_accountqueuefns.h>
55 
56 
59 
62 
64 
66 
71 
76 
81 
86 
87 /* list1 functions */
89 
90 /* end-headers */
91 
92 
93 #ifdef __cplusplus
94 }
95 #endif
96 
97 #endif
98 
The main interface of the aqbanking library.
struct AB_ACCOUNTQUEUE AB_ACCOUNTQUEUE
AB_ACCOUNTQUEUE_LIST * AB_AccountQueue_List_dup(const AB_ACCOUNTQUEUE_LIST *p_src)
#define AQBANKING_API
Definition: error.h:55
void AB_AccountQueue_free(AB_ACCOUNTQUEUE *p_struct)
GWEN_INHERIT_FUNCTION_LIB_DEFS(AB_BANKINFO_PLUGIN,) GWEN_LIST2_FUNCTION_LIB_DEFS(AB_BANKINFO_PLUGIN
void AB_AccountQueue_Attach(AB_ACCOUNTQUEUE *p_struct)
AB_JOBQUEUE_LIST * AB_AccountQueue_GetJobQueueList(const AB_ACCOUNTQUEUE *p_struct)
AB_ACCOUNTQUEUE * AB_AccountQueue_dup(const AB_ACCOUNTQUEUE *p_struct)
void AB_AccountQueue_SetAccount(AB_ACCOUNTQUEUE *p_struct, AB_ACCOUNT *p_src)
AB_ACCOUNTQUEUE * AB_AccountQueue_new(void)
AB_ACCOUNT * AB_AccountQueue_GetAccount(const AB_ACCOUNTQUEUE *p_struct)
void AB_AccountQueue_SetJobQueueList(AB_ACCOUNTQUEUE *p_struct, AB_JOBQUEUE_LIST *p_src)
GWEN_LIST_FUNCTION_LIB_DEFS(AB_PROVIDER_DESCRIPTION, AB_ProviderDescription,) GWEN_LIST2_FUNCTION_LIB_DEFS(AB_PROVIDER_DESCRIPTION
struct AB_ACCOUNT AB_ACCOUNT