about summary refs log tree commit diff stats
path: root/src/wrapped32/generated/wrappedfontconfigtypes32.h
blob: a8a32d1dc75067d67c6f9f635252e4532e7b75af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*********************************************************************
 * File automatically generated by rebuild_wrappers_32.py (v0.0.2.2) *
 *********************************************************************/
#ifndef __wrappedfontconfigTYPES32_H_
#define __wrappedfontconfigTYPES32_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* (*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*, ...);
typedef void* (*pFppp_t)(void*, void*, void*);
typedef int32_t (*iFppiUi_t)(void*, void*, int32_t, uint64_t, int32_t);
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) \
	GO(FcFontList, pFppp_t) \
	GO(FcPatternAdd, iFppiUi_t) \
	GO(FcFontSort, pFppibp_p_t)

#endif // __wrappedfontconfigTYPES32_H_