about summary refs log tree commit diff stats
path: root/src/wrapped32/generated/wrappedlibxcbtypes32.h
blob: 7da67c9a1ad6428738f82700564a7d464630f8f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*********************************************************************
 * File automatically generated by rebuild_wrappers_32.py (v0.0.2.2) *
 *********************************************************************/
#ifndef __wrappedlibxcbTYPES32_H_
#define __wrappedlibxcbTYPES32_H_

#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS() 
#endif

typedef void (*vFp_t)(void*);
typedef void* (*pFpp_t)(void*, void*);
typedef my_xcb_XXX_iterator_t (*ZFpp_t)(void*, void*);
typedef my_xcb_cookie_t (*zFnuu_t)(void*, uint32_t, uint32_t);
typedef my_xcb_cookie_t (*zFnCWp_t)(void*, uint8_t, uint16_t, void*);
typedef my_xcb_cookie_t (*zFnCuuuuu_t)(void*, uint8_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t);
typedef my_xcb_cookie_t (*zFnCuuuCup_t)(void*, uint8_t, uint32_t, uint32_t, uint32_t, uint8_t, uint32_t, void*);

#define SUPER() ADDED_FUNCTIONS() \
	GO(xcb_disconnect, vFp_t) \
	GO(xcb_connect, pFpp_t)

#endif // __wrappedlibxcbTYPES32_H_