about summary refs log tree commit diff stats
path: root/src/wrapped32/generated
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped32/generated')
-rw-r--r--src/wrapped32/generated/functions_list.txt4
-rw-r--r--src/wrapped32/generated/wrappedfontconfigtypes32.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/wrapped32/generated/functions_list.txt b/src/wrapped32/generated/functions_list.txt
index bef624bf..cc18d84f 100644
--- a/src/wrapped32/generated/functions_list.txt
+++ b/src/wrapped32/generated/functions_list.txt
@@ -2216,8 +2216,12 @@ wrappedexpat:
 wrappedfontconfig:
 - vFp:
   - FcFontSetDestroy
+- pFv:
+  - FcFontSetCreate
 - pFp:
   - FcCacheCopySet
+- iFpp:
+  - FcFontSetAdd
 - uFpu:
   - FcFreeTypeCharIndex
 - pFpp:
diff --git a/src/wrapped32/generated/wrappedfontconfigtypes32.h b/src/wrapped32/generated/wrappedfontconfigtypes32.h
index aea977d0..a8a32d1d 100644
--- a/src/wrapped32/generated/wrappedfontconfigtypes32.h
+++ b/src/wrapped32/generated/wrappedfontconfigtypes32.h
@@ -12,7 +12,9 @@
 #endif
 
 typedef void (*vFp_t)(void*);
+typedef void* (*pFv_t)(void);
 typedef void* (*pFp_t)(void*);
+typedef int32_t (*iFpp_t)(void*, void*);
 typedef uint32_t (*uFpu_t)(void*, uint32_t);
 typedef void* (*pFpp_t)(void*, void*);
 typedef void* (*pFpV_t)(void*, ...);
@@ -22,7 +24,9 @@ typedef void* (*pFppibp_p_t)(void*, void*, int32_t, struct_p_t*, void*);
 
 #define SUPER() ADDED_FUNCTIONS() \
 	GO(FcFontSetDestroy, vFp_t) \
+	GO(FcFontSetCreate, pFv_t) \
 	GO(FcCacheCopySet, pFp_t) \
+	GO(FcFontSetAdd, iFpp_t) \
 	GO(FcFreeTypeCharIndex, uFpu_t) \
 	GO(FcObjectSetBuild, pFpV_t) \
 	GO(FcPatternBuild, pFpV_t) \