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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error Meh....
#endif
//GO(xpmatoui,
GO(XpmAttributesSize, iFv)
GO(XpmCreateBufferFromImage, iFppppp) // need unwrapping of Image?
GO(XpmCreateBufferFromPixmap, iFppppp)
GO(XpmCreateBufferFromXpmImage, iFppp)
GO(XpmCreateDataFromImage, iFppppp)
GO(XpmCreateDataFromPixmap, iFppppp)
GO(XpmCreateDataFromXpmImage, iFppp)
GO(XpmCreateImageFromBuffer, iFppppp) // XImage...
GO(XpmCreateImageFromData, iFppppp) // XImage...
//GO(xpmCreateImageFromPixmap,
GO(XpmCreateImageFromXpmImage, iFppppp)
GO(XpmCreatePixmapFromBuffer, iFpppppp)
GO(XpmCreatePixmapFromData, iFpppppp)
//GO(xpmCreatePixmapFromImage,
GO(XpmCreatePixmapFromXpmImage, iFpppppp)
GO(XpmCreateXpmImageFromBuffer, iFppp)
GO(XpmCreateXpmImageFromData, iFppp)
GO(XpmCreateXpmImageFromImage, iFppppp)
GO(XpmCreateXpmImageFromPixmap, iFppppp)
GO(XpmFree, vFp)
GO(XpmFreeAttributes, vFp)
//GO(xpmFreeColorTable,
GO(XpmFreeExtensions, vFpi)
//GO(xpmFreeRgbNames,
GO(XpmFreeXpmImage, vFp)
GO(XpmFreeXpmInfo, vFp)
//GO(xpmGetCmt,
GO(XpmGetErrorString, pFi)
//GO(xpmGetRgbName,
//GO(xpmGetString,
//GO(xpmHashIntern,
//GO(xpmHashSlot,
//GO(xpmHashTableFree,
//GO(xpmHashTableInit,
//GO(xpmInitAttributes,
//GO(xpmInitXpmImage,
//GO(xpmInitXpmInfo,
GO(XpmLibraryVersion, iFv)
//GO(xpmNextString,
//GO(xpmNextUI,
//GO(xpmNextWord,
//GO(xpmParseColors,
//GO(xpmParseData,
//GO(xpmParseDataAndCreate,
//GO(xpmParseExtensions,
//GO(xpmParseHeader,
//GO(xpmParseValues,
//GO(xpmPipeThrough,
GO(XpmReadFileToBuffer, iFpp)
GO(XpmReadFileToData, iFpp)
//GO(XpmReadFileToImage,
GO(XpmReadFileToPixmap, iFpppppp)
GO(XpmReadFileToXpmImage, iFppp)
//GO(xpmReadRgbNames,
//GO(xpmSetAttributes,
//GO(xpmSetInfo,
//GO(xpmSetInfoMask,
GO(XpmWriteFileFromBuffer, iFpp)
GO(XpmWriteFileFromData, iFpp)
//GO(XpmWriteFileFromImage,
GO(XpmWriteFileFromPixmap, iFppppp)
GO(XpmWriteFileFromXpmImage, iFppp)
//GO(xpm_xynormalizeimagebits,
//GO(xpm_znormalizeimagebits,
|