summaryrefslogtreecommitdiffstats
path: root/tkimg/base/tkimgStubInit.c
blob: 65b0b4f09bd765597a1472cf3f9d19b871332405 (plain)
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
/*

 * tkimgStubInit.c --

 */

#include "tkimg.h"


/*

 * WARNING: The contents of this file is automatically generated by the

 * genStubs.tcl script. Any modifications to the function declarations

 * below should be made in the tkimg.decls script.

 */

MODULE_SCOPE const TkimgStubs tkimgStubs;

/* !BEGIN!: Do not edit below this line. */

const TkimgStubs tkimgStubs = {
    TCL_STUB_MAGIC,
    0,
    tkimg_OpenFileChannel, /* 0 */
    tkimg_ReadInit, /* 1 */
    tkimg_WriteInit, /* 2 */
    tkimg_Getc, /* 3 */
    tkimg_Read, /* 4 */
    tkimg_Putc, /* 5 */
    tkimg_Write, /* 6 */
    tkimg_ReadBuffer, /* 7 */
    0, /* 8 */
    0, /* 9 */
    tkimg_PhotoPutBlock, /* 10 */
    tkimg_PhotoExpand, /* 11 */
    tkimg_PhotoSetSize, /* 12 */
    0, /* 13 */
    0, /* 14 */
    0, /* 15 */
    0, /* 16 */
    0, /* 17 */
    0, /* 18 */
    0, /* 19 */
    tkimg_FixChanMatchProc, /* 20 */
    tkimg_FixObjMatchProc, /* 21 */
    tkimg_FixStringWriteProc, /* 22 */
    0, /* 23 */
    0, /* 24 */
    0, /* 25 */
    0, /* 26 */
    0, /* 27 */
    0, /* 28 */
    0, /* 29 */
    tkimg_GetStringFromObj, /* 30 */
    tkimg_GetByteArrayFromObj, /* 31 */
    tkimg_ListObjGetElements, /* 32 */
};

/* !END!: Do not edit above this line. */