aqbanking  5.7.8
ab_jobqueue.h
Go to the documentation of this file.
1 /**********************************************************
2  * This file has been automatically created by "typemaker2"
3  * from the file "ab_jobqueue.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_JOBQUEUE_H
9 #define AB_JOBQUEUE_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/job.h>
45 
46 typedef struct AB_JOBQUEUE AB_JOBQUEUE;
49 
50 
51 
52 /* post-headers */
53 
54 
55 
57 
60 
62 
64 
69 
74 
79 
83 AQBANKING_API void AB_JobQueue_SetJobType(AB_JOBQUEUE *p_struct, int p_src);
84 
85 /* list1 functions */
87 
88 /* end-headers */
89 
90 
91 #ifdef __cplusplus
92 }
93 #endif
94 
95 #endif
96 
struct AB_JOBQUEUE AB_JOBQUEUE
Definition: ab_jobqueue.h:46
int AB_JobQueue_GetJobType(const AB_JOBQUEUE *p_struct)
#define AQBANKING_API
Definition: error.h:55
AB_JOBQUEUE * AB_JobQueue_new(void)
struct AB_JOB_LIST2 AB_JOB_LIST2
Definition: listdoc.h:3187
AB_JOBQUEUE_LIST * AB_JobQueue_List_dup(const AB_JOBQUEUE_LIST *p_src)
GWEN_INHERIT_FUNCTION_LIB_DEFS(AB_BANKINFO_PLUGIN,) GWEN_LIST2_FUNCTION_LIB_DEFS(AB_BANKINFO_PLUGIN
AB_JOB_LIST2 * AB_JobQueue_GetJobList(const AB_JOBQUEUE *p_struct)
void AB_JobQueue_Attach(AB_JOBQUEUE *p_struct)
void AB_JobQueue_SetJobType(AB_JOBQUEUE *p_struct, int p_src)
AB_JOBQUEUE * AB_JobQueue_dup(const AB_JOBQUEUE *p_struct)
void AB_JobQueue_free(AB_JOBQUEUE *p_struct)
GWEN_LIST_FUNCTION_LIB_DEFS(AB_PROVIDER_DESCRIPTION, AB_ProviderDescription,) GWEN_LIST2_FUNCTION_LIB_DEFS(AB_PROVIDER_DESCRIPTION
void AB_JobQueue_SetJobList(AB_JOBQUEUE *p_struct, AB_JOB_LIST2 *p_src)