diff options
Diffstat (limited to 'src/wrapped/generated/wrappedlibxcbtypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibxcbtypes.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/wrapped/generated/wrappedlibxcbtypes.h b/src/wrapped/generated/wrappedlibxcbtypes.h index 4829c514..f7677468 100644 --- a/src/wrapped/generated/wrappedlibxcbtypes.h +++ b/src/wrapped/generated/wrappedlibxcbtypes.h @@ -1,5 +1,5 @@ /******************************************************************* - * File automatically generated by rebuild_wrappers.py (v2.2.0.18) * + * File automatically generated by rebuild_wrappers.py (v2.3.0.19) * *******************************************************************/ #ifndef __wrappedlibxcbTYPES_H_ #define __wrappedlibxcbTYPES_H_ @@ -11,7 +11,11 @@ #define ADDED_FUNCTIONS() #endif +typedef void (*vFp_t)(void*); +typedef void* (*pFpp_t)(void*, void*); -#define SUPER() ADDED_FUNCTIONS() +#define SUPER() ADDED_FUNCTIONS() \ + GO(xcb_disconnect, vFp_t) \ + GO(xcb_connect, pFpp_t) #endif // __wrappedlibxcbTYPES_H_ |