about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedgdkpixbuf2types.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-09-18 21:01:13 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-09-18 21:01:13 +0200
commit9414ece323bc6a9d024b6b969eb9f9c8bb9e20d3 (patch)
treef59b535fe2c6a3273a9e7ff73e411fbb0c38aa51 /src/wrapped/generated/wrappedgdkpixbuf2types.h
parentc64cb5b92b610adbc9c6bf73f8330bdd746611fd (diff)
downloadbox64-9414ece323bc6a9d024b6b969eb9f9c8bb9e20d3.tar.gz
box64-9414ece323bc6a9d024b6b969eb9f9c8bb9e20d3.zip
Added wrapped gtk2 (enough to launch Dwarf Fortress and some simple gtk2 samples)
Diffstat (limited to 'src/wrapped/generated/wrappedgdkpixbuf2types.h')
-rw-r--r--src/wrapped/generated/wrappedgdkpixbuf2types.h19
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_