diff options
Diffstat (limited to 'src/wrapped32/generated/wrappedlibxcbtypes32.h')
| -rw-r--r-- | src/wrapped32/generated/wrappedlibxcbtypes32.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/wrapped32/generated/wrappedlibxcbtypes32.h b/src/wrapped32/generated/wrappedlibxcbtypes32.h new file mode 100644 index 00000000..e4231f65 --- /dev/null +++ b/src/wrapped32/generated/wrappedlibxcbtypes32.h @@ -0,0 +1,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 (*zFpnuu_t)(void*, void*, uint32_t, uint32_t); +typedef my_xcb_cookie_t (*zFpnCWp_t)(void*, void*, uint8_t, uint16_t, void*); +typedef my_xcb_cookie_t (*zFpnCuuuuu_t)(void*, void*, uint8_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t); +typedef my_xcb_cookie_t (*zFpnCuuuCup_t)(void*, 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_ |