diff options
Diffstat (limited to 'src/wrapped/generated/wrappedgdkpixbuf2types.h')
| -rw-r--r-- | src/wrapped/generated/wrappedgdkpixbuf2types.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrappedgdkpixbuf2types.h b/src/wrapped/generated/wrappedgdkpixbuf2types.h new file mode 100644 index 00000000..8a7f8294 --- /dev/null +++ b/src/wrapped/generated/wrappedgdkpixbuf2types.h @@ -0,0 +1,19 @@ +/******************************************************************* + * File automatically generated by rebuild_wrappers.py (v2.1.0.16) * + *******************************************************************/ +#ifndef __wrappedgdkpixbuf2TYPES_H_ +#define __wrappedgdkpixbuf2TYPES_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* (*pFpiiiiiipp_t)(void*, int64_t, int64_t, int64_t, int64_t, int64_t, int64_t, void*, void*); + +#define SUPER() ADDED_FUNCTIONS() \ + GO(gdk_pixbuf_new_from_data, pFpiiiiiipp_t) + +#endif // __wrappedgdkpixbuf2TYPES_H_ |