summaryrefslogtreecommitdiff
path: root/gtk/gtk.symbols
blob: 242e1a6b9c6eb8164499f3b1919bf56c3255cbce (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
/* This list defines the GTK+ ABI. It is used to generate the gtk.def
 * file and the gtkalias.h header. 
 *
 * Variables must be put into ifdef INCLUDE_VARIABLES ... endif sections. 
 *
 * Internal symbols must be protected by ifdef INCLUDE_INTERNAL_SYMBOLS. 
 *
 * Symbols which occur only on Windows, or only on Unix, or only with
 * the X11 backend must be included in similar ifdefs, using the
 * symbols G_OS_WIN32, G_OS_UNIX and GTK_WINDOWING_X11.
 * 
 * Every symbol must be included in the right
 * #ifdef IN_HEADER(sym) #endif and
 * #ifdef IN_FILE(sym) #endif sections.
 * 
 * gdkalias.h must be included *after* all other gdk headers
 * in each source file, gdkaliasdef.c must be included at the
 * very bottom, after a line defining the right symbol.
 */ 
#ifdef ALL_FILES
#define IN_FILE(x) 1
#define IN_HEADER(x) 1
#endif

#if IN_HEADER(__GTK_ABOUT_DIALOG_H__)
#if IN_FILE(__GTK_ABOUT_DIALOG_C__)
gtk_show_about_dialog G_GNUC_NULL_TERMINATED
gtk_about_dialog_get_artists
gtk_about_dialog_get_authors
gtk_about_dialog_get_comments
gtk_about_dialog_get_copyright
gtk_about_dialog_get_documenters
gtk_about_dialog_get_license
gtk_about_dialog_get_logo
gtk_about_dialog_get_logo_icon_name
gtk_about_dialog_get_name
gtk_about_dialog_get_translator_credits
gtk_about_dialog_get_type G_GNUC_CONST
gtk_about_dialog_get_version
gtk_about_dialog_get_website
gtk_about_dialog_get_website_label
gtk_about_dialog_get_wrap_license
gtk_about_dialog_new
gtk_about_dialog_set_artists
gtk_about_dialog_set_authors
gtk_about_dialog_set_comments
gtk_about_dialog_set_copyright
gtk_about_dialog_set_documenters
gtk_about_dialog_set_email_hook
gtk_about_dialog_set_license
gtk_about_dialog_set_logo
gtk_about_dialog_set_logo_icon_name
gtk_about_dialog_set_name
gtk_about_dialog_set_translator_credits
gtk_about_dialog_set_url_hook
gtk_about_dialog_set_version
gtk_about_dialog_set_website
gtk_about_dialog_set_website_label
gtk_about_dialog_set_wrap_license
#endif
#endif

#if IN_HEADER(__GTK_ACCEL_GROUP_H__)
#if IN_FILE(__GTK_ACCEL_GROUP_C__)
gtk_accelerator_get_default_mod_mask
gtk_accelerator_get_label
gtk_accelerator_name
gtk_accelerator_parse
gtk_accelerator_set_default_mod_mask
gtk_accelerator_valid G_GNUC_CONST

gtk_accel_group_activate
gtk_accel_group_connect
gtk_accel_group_connect_by_path
gtk_accel_group_disconnect
gtk_accel_group_disconnect_key
gtk_accel_group_find
gtk_accel_group_from_accel_closure
gtk_accel_group_get_type G_GNUC_CONST
gtk_accel_group_lock
gtk_accel_group_new
gtk_accel_group_query
gtk_accel_groups_activate
gtk_accel_groups_from_object
gtk_accel_group_unlock
#endif
#endif

#if IN_HEADER(__GTK_ACCEL_LABEL_H__)
#if IN_FILE(__GTK_ACCEL_LABEL_C__)
gtk_accel_label_get_accel_widget
gtk_accel_label_get_accel_width
gtk_accel_label_get_type G_GNUC_CONST
gtk_accel_label_new
gtk_accel_label_refetch
gtk_accel_label_set_accel_closure
gtk_accel_label_set_accel_widget
#endif
#endif

#if IN_HEADER(__GTK_ACCEL_MAP_H__)
#if IN_FILE(__GTK_ACCEL_MAP_C__)
gtk_accel_map_add_entry
gtk_accel_map_add_filter
gtk_accel_map_change_entry
gtk_accel_map_foreach
gtk_accel_map_foreach_unfiltered
gtk_accel_map_get
gtk_accel_map_get_type G_GNUC_CONST
gtk_accel_map_load PRIVATE
#ifdef G_OS_WIN32
gtk_accel_map_load_utf8
#endif
gtk_accel_map_load_fd
gtk_accel_map_load_scanner
gtk_accel_map_lock_path
gtk_accel_map_lookup_entry
gtk_accel_map_save PRIVATE
#ifdef G_OS_WIN32
gtk_accel_map_save_utf8
#endif
gtk_accel_map_save_fd
gtk_accel_map_unlock_path
#endif
#endif

#if IN_HEADER(__GTK_ACCESSIBLE_H__)
#if IN_FILE(__GTK_ACCESSIBLE_C__)
gtk_accessible_connect_widget_destroyed
gtk_accessible_get_type G_GNUC_CONST
#endif
#endif

#if IN_HEADER(__GTK_ACTION_H__)
#if IN_FILE(__GTK_ACTION_C__)
gtk_action_activate
gtk_action_block_activate_from
gtk_action_connect_accelerator
gtk_action_connect_proxy
gtk_action_create_icon
gtk_action_create_menu_item
gtk_action_create_tool_item
gtk_action_disconnect_accelerator
gtk_action_disconnect_proxy
gtk_action_get_accel_closure
gtk_action_get_accel_path
gtk_action_get_name
gtk_action_get_proxies
gtk_action_get_sensitive
gtk_action_get_type G_GNUC_CONST
gtk_action_get_visible
gtk_action_is_sensitive
gtk_action_is_visible
gtk_action_new
gtk_action_set_accel_group
gtk_action_set_accel_path
gtk_action_set_sensitive
gtk_action_set_visible
gtk_action_unblock_activate_from
#endif
#endif

#if IN_HEADER(__GTK_ACTION_GROUP_H__)
#if IN_FILE(__GTK_ACTION_GROUP_C__)
gtk_action_group_add_action
gtk_action_group_add_actions
gtk_action_group_add_actions_full
gtk_action_group_add_action_with_accel
gtk_action_group_add_radio_actions
gtk_action_group_add_radio_actions_full
gtk_action_group_add_toggle_actions
gtk_action_group_add_toggle_actions_full
gtk_action_group_get_action
gtk_action_group_get_name
gtk_action_group_get_sensitive
gtk_action_group_get_type G_GNUC_CONST
gtk_action_group_get_visible
gtk_action_group_list_actions
gtk_action_group_new
gtk_action_group_remove_action
gtk_action_group_set_sensitive
gtk_action_group_set_translate_func
gtk_action_group_set_translation_domain
gtk_action_group_set_visible
gtk_action_group_translate_string
#endif
#endif

#if IN_HEADER(__GTK_ADJUSTMENT_H__)
#if IN_FILE(__GTK_ADJUSTMENT_C__)
gtk_adjustment_changed
gtk_adjustment_clamp_page
gtk_adjustment_get_type G_GNUC_CONST
gtk_adjustment_get_value
gtk_adjustment_new
gtk_adjustment_set_value
gtk_adjustment_value_changed
#endif
#endif

#if IN_HEADER(__GTK_ALIGNMENT_H__)
#if IN_FILE(__GTK_ALIGNMENT_C__)
gtk_alignment_get_padding
gtk_alignment_get_type G_GNUC_CONST
gtk_alignment_new
gtk_alignment_set
gtk_alignment_set_padding
#endif
#endif

#if IN_HEADER(__GTK_TYPE_BUILTINS_H__)
#if IN_FILE(__GTK_TYPE_BUILTINS_C__)
gtk_pack_direction_get_type G_GNUC_CONST
gtk_ui_manager_item_type_get_type G_GNUC_CONST
gtk_spin_button_update_policy_get_type G_GNUC_CONST
gtk_notebook_tab_get_type G_GNUC_CONST
gtk_anchor_type_get_type G_GNUC_CONST
gtk_arg_flags_get_type G_GNUC_CONST
gtk_arrow_type_get_type G_GNUC_CONST
gtk_attach_options_get_type G_GNUC_CONST
gtk_button_action_get_type G_GNUC_CONST
gtk_buttons_type_get_type G_GNUC_CONST
gtk_calendar_display_options_get_type G_GNUC_CONST
gtk_cell_renderer_mode_get_type G_GNUC_CONST
gtk_cell_renderer_state_get_type G_GNUC_CONST
gtk_corner_type_get_type G_GNUC_CONST
gtk_debug_flag_get_type G_GNUC_CONST
gtk_delete_type_get_type G_GNUC_CONST
gtk_dest_defaults_get_type G_GNUC_CONST
gtk_clist_drag_pos_get_type G_GNUC_CONST
gtk_dialog_flags_get_type G_GNUC_CONST
gtk_direction_type_get_type G_GNUC_CONST
gtk_expander_style_get_type G_GNUC_CONST
gtk_file_chooser_action_get_type G_GNUC_CONST
gtk_file_chooser_confirmation_get_type G_GNUC_CONST
gtk_file_filter_flags_get_type G_GNUC_CONST
gtk_icon_view_drop_position_get_type G_GNUC_CONST
gtk_window_type_get_type G_GNUC_CONST
gtk_wrap_mode_get_type G_GNUC_CONST
gtk_widget_flags_get_type G_GNUC_CONST
gtk_widget_help_type_get_type G_GNUC_CONST
gtk_window_position_get_type G_GNUC_CONST
gtk_tree_view_column_sizing_get_type G_GNUC_CONST
gtk_tree_view_drop_position_get_type G_GNUC_CONST
gtk_button_box_style_get_type G_GNUC_CONST
gtk_cell_type_get_type G_GNUC_CONST
gtk_ctree_expander_style_get_type G_GNUC_CONST
gtk_ctree_expansion_type_get_type G_GNUC_CONST
gtk_ctree_line_style_get_type G_GNUC_CONST
gtk_ctree_pos_get_type G_GNUC_CONST
gtk_curve_type_get_type G_GNUC_CONST
gtk_icon_lookup_flags_get_type G_GNUC_CONST
gtk_image_type_get_type G_GNUC_CONST
gtk_im_preedit_style_get_type G_GNUC_CONST
gtk_im_status_style_get_type G_GNUC_CONST
gtk_justification_get_type G_GNUC_CONST
gtk_match_type_get_type G_GNUC_CONST
gtk_menu_direction_type_get_type G_GNUC_CONST
gtk_message_type_get_type G_GNUC_CONST
gtk_metric_type_get_type G_GNUC_CONST
gtk_movement_step_get_type G_GNUC_CONST
gtk_orientation_get_type G_GNUC_CONST
gtk_pack_type_get_type G_GNUC_CONST
gtk_path_priority_type_get_type G_GNUC_CONST
gtk_path_type_get_type G_GNUC_CONST
gtk_policy_type_get_type G_GNUC_CONST
gtk_position_type_get_type G_GNUC_CONST
gtk_preview_type_get_type G_GNUC_CONST
gtk_private_flags_get_type G_GNUC_CONST
gtk_progress_bar_orientation_get_type G_GNUC_CONST
gtk_progress_bar_style_get_type G_GNUC_CONST
gtk_rc_flags_get_type G_GNUC_CONST
gtk_rc_token_type_get_type G_GNUC_CONST
gtk_relief_style_get_type G_GNUC_CONST
gtk_resize_mode_get_type G_GNUC_CONST
gtk_response_type_get_type G_GNUC_CONST
gtk_scroll_step_get_type G_GNUC_CONST
gtk_scroll_type_get_type G_GNUC_CONST
gtk_selection_mode_get_type G_GNUC_CONST
gtk_shadow_type_get_type G_GNUC_CONST
gtk_side_type_get_type G_GNUC_CONST
gtk_signal_run_type_get_type G_GNUC_CONST
gtk_size_group_mode_get_type G_GNUC_CONST
gtk_sort_type_get_type G_GNUC_CONST
gtk_spin_type_get_type G_GNUC_CONST
gtk_state_type_get_type G_GNUC_CONST
gtk_submenu_direction_get_type G_GNUC_CONST
gtk_submenu_placement_get_type G_GNUC_CONST
gtk_target_flags_get_type G_GNUC_CONST
gtk_text_direction_get_type G_GNUC_CONST
gtk_text_search_flags_get_type G_GNUC_CONST
gtk_text_window_type_get_type G_GNUC_CONST
gtk_tree_model_flags_get_type G_GNUC_CONST
gtk_tree_view_mode_get_type G_GNUC_CONST
gtk_update_type_get_type G_GNUC_CONST
gtk_visibility_get_type G_GNUC_CONST
gtk_object_flags_get_type G_GNUC_CONST
gtk_accel_flags_get_type G_GNUC_CONST
gtk_icon_size_get_type G_GNUC_CONST
gtk_file_chooser_error_get_type G_GNUC_CONST
gtk_icon_theme_error_get_type G_GNUC_CONST
gtk_toolbar_child_type_get_type G_GNUC_CONST
gtk_toolbar_space_style_get_type G_GNUC_CONST
gtk_toolbar_style_get_type G_GNUC_CONST
#endif
#endif

#if IN_HEADER(__GTK_ARROW_H__)
#if IN_FILE(__GTK_ARROW_C__)
gtk_arrow_get_type G_GNUC_CONST
gtk_arrow_new
gtk_arrow_set
#endif
#endif

#if IN_HEADER(__GTK_ASPECT_FRAME_H__)
#if IN_FILE(__GTK_ASPECT_FRAME_C__)
gtk_aspect_frame_get_type G_GNUC_CONST
gtk_aspect_frame_new
gtk_aspect_frame_set
#endif
#endif

#if IN_HEADER(__GTK_BINDINGS_H__)
#if IN_FILE(__GTK_BINDINGS_C__)
gtk_binding_entry_add_signal
gtk_binding_entry_add_signall
gtk_binding_entry_clear
gtk_binding_entry_remove
gtk_binding_parse_binding
gtk_bindings_activate
gtk_bindings_activate_event
gtk_binding_set_activate
gtk_binding_set_add_path
gtk_binding_set_by_class
gtk_binding_set_find
gtk_binding_set_new
#endif
#endif

#if IN_HEADER(__GTK_BIN_H__)
#if IN_FILE(__GTK_BIN_C__)
gtk_bin_get_child
gtk_bin_get_type G_GNUC_CONST
#endif
#endif

#if IN_HEADER(__GTK_BOX_H__)
#if IN_FILE(__GTK_BOX_C__)
gtk_box_get_homogeneous
gtk_box_get_spacing
gtk_box_get_type G_GNUC_CONST
gtk_box_pack_end
gtk_box_pack_end_defaults
gtk_box_pack_start
gtk_box_pack_start_defaults
gtk_box_query_child_packing
gtk_box_reorder_child
gtk_box_set_child_packing
gtk_box_set_homogeneous
gtk_box_set_spacing
#endif
#endif

#if IN_HEADER(__GTK_BUTTON_BOX_H__)
#if IN_FILE(__GTK_BUTTON_BOX_C__)
#ifndef GTK_DISABLE_DEPRECATED
gtk_button_box_set_child_size
gtk_button_box_set_child_ipadding
gtk_button_box_get_child_ipadding
gtk_button_box_get_child_size
#endif
gtk_button_box_get_child_secondary
gtk_button_box_get_layout
gtk_button_box_get_type G_GNUC_CONST
gtk_button_box_set_child_secondary
gtk_button_box_set_layout
#endif
#endif

#if IN_HEADER(__GTK_BUTTON_H__)
#if IN_FILE(__GTK_BUTTON_C__)
gtk_button_clicked
gtk_button_enter
gtk_button_get_alignment
gtk_button_get_focus_on_click
gtk_button_get_image
gtk_button_get_label
gtk_button_get_relief
gtk_button_get_type G_GNUC_CONST
gtk_button_get_use_stock
gtk_button_get_use_underline
gtk_button_leave
gtk_button_new
gtk_button_new_from_stock
gtk_button_new_with_label
gtk_button_new_with_mnemonic
gtk_button_pressed
gtk_button_released
gtk_button_set_alignment
gtk_button_set_focus_on_click
gtk_button_set_image
gtk_button_set_label
gtk_button_set_relief
gtk_button_set_use_stock
gtk_button_set_use_underline
#endif
#endif

#if IN_HEADER(__GTK_CALENDAR_H__)
#if IN_FILE(__GTK_CALENDAR_C__)
#ifndef GTK_DISABLE_DEPRECATED
gtk_calendar_display_options
gtk_calendar_freeze
gtk_calendar_thaw
#endif
gtk_calendar_clear_marks
gtk_calendar_get_date
gtk_calendar_get_display_options
gtk_calendar_get_type G_GNUC_CONST
gtk_calendar_mark_day
gtk_calendar_new
gtk_calendar_select_day
gtk_calendar_select_month
gtk_calendar_set_display_options
gtk_calendar_unmark_day
#endif
#endif

#if IN_HEADER(__GTK_CELL_EDITABLE_H__)
#if IN_FILE(__GTK_CELL_EDITABLE_C__)
gtk_cell_editable_editing_done
gtk_cell_editable_get_type G_GNUC_CONST
gtk_cell_editable_remove_widget
gtk_cell_editable_start_editing
#endif
#endif

#if IN_HEADER(__GTK_CELL_LAYOUT_H__)
#if IN_FILE(__GTK_CELL_LAYOUT_C__)
gtk_cell_layout_add_attribute
gtk_cell_layout_clear
gtk_cell_layout_clear_attributes
gtk_cell_layout_get_type G_GNUC_CONST
gtk_cell_layout_pack_end
gtk_cell_layout_pack_start
gtk_cell_layout_reorder
gtk_cell_layout_set_attributes G_GNUC_NULL_TERMINATED
gtk_cell_layout_set_cell_data_func
#endif
#endif

#if IN_HEADER(__GTK_CELL_RENDERER_H__)
#if IN_FILE(__GTK_CELL_RENDERER_C__)
gtk_cell_renderer_activate
#ifndef GTK_DISABLE_DEPRECATED
gtk_cell_renderer_editing_canceled
#endif
gtk_cell_renderer_get_fixed_size
gtk_cell_renderer_get_size
gtk_cell_renderer_get_type G_GNUC_CONST
gtk_cell_renderer_render
gtk_cell_renderer_set_fixed_size
gtk_cell_renderer_start_editing
gtk_cell_renderer_stop_editing
#endif
#endif

#if IN_HEADER(__GTK_CELL_RENDERER_ACCEL_H__)
#if IN_FILE(__GTK_CELL_RENDERER_ACCEL_C__)
gtk_cell_renderer_accel_get_type G_GNUC_CONST
gtk_cell_renderer_accel_new
#endif
#endif

#if IN_HEADER(__GTK_CELL_RENDERER_COMBO_H__)
#if IN_FILE(__GTK_CELL_RENDERER_COMBO_C__)
gtk_cell_renderer_combo_get_type G_GNUC_CONST
gtk_cell_renderer_combo_new
#endif
#endif

#if IN_HEADER(__GTK_CELL_RENDERER_PIXBUF_H__)
#if IN_FILE(__GTK_CELL_RENDERER_PIXBUF_C__)
gtk_cell_renderer_pixbuf_get_type G_GNUC_CONST
gtk_cell_renderer_pixbuf_new
#endif
#endif

#if IN_HEADER(__GTK_CELL_RENDERER_PROGRESS_H__)
#if IN_FILE(__GTK_CELL_RENDERER_PROGRESS_C__)
gtk_cell_renderer_progress_get_type G_GNUC_CONST
gtk_cell_renderer_progress_new
#endif
#endif

#if IN_HEADER(__GTK_CELL_RENDERER_TEXT_H__)
#if IN_FILE(__GTK_CELL_RENDERER_TEXT_C__)
gtk_cell_renderer_text_get_type G_GNUC_CONST
gtk_cell_renderer_text_new
gtk_cell_renderer_text_set_fixed_height_from_font
#endif
#endif

#if IN_HEADER(__GTK_CELL_RENDERER_TOGGLE_H__)
#if IN_FILE(__GTK_CELL_RENDERER_TOGGLE_C__)
gtk_cell_renderer_toggle_get_active
gtk_cell_renderer_toggle_get_radio
gtk_cell_renderer_toggle_get_type G_GNUC_CONST
gtk_cell_renderer_toggle_new
gtk_cell_renderer_toggle_set_active
gtk_cell_renderer_toggle_set_radio
#endif
#endif

#if IN_HEADER(__GTK_CELL_VIEW_H__)
#if IN_FILE(__GTK_CELL_VIEW_C__)
gtk_cell_view_get_cell_renderers
gtk_cell_view_get_displayed_row
gtk_cell_view_get_size_of_row
gtk_cell_view_get_type G_GNUC_CONST
gtk_cell_view_new
gtk_cell_view_new_with_markup
gtk_cell_view_new_with_pixbuf
gtk_cell_view_new_with_text
gtk_cell_view_set_background_color
gtk_cell_view_set_displayed_row
gtk_cell_view_set_model
#endif
#endif

#if IN_HEADER(__GTK_CHECK_BUTTON_H__)
#if IN_FILE(__GTK_CHECK_BUTTON_C__)
gtk_check_button_get_type G_GNUC_CONST
gtk_check_button_new
gtk_check_button_new_with_label
gtk_check_button_new_with_mnemonic
#endif
#endif

#if IN_HEADER(__GTK_MENU_CHECK_ITEM_H__)
#if IN_FILE(__GTK_MENU_CHECK_ITEM_C__)
gtk_check_menu_item_get_active
gtk_check_menu_item_get_draw_as_radio
gtk_check_menu_item_get_inconsistent
gtk_check_menu_item_get_type G_GNUC_CONST
gtk_check_menu_item_new
gtk_check_menu_item_new_with_label
gtk_check_menu_item_new_with_mnemonic
gtk_check_menu_item_set_active
gtk_check_menu_item_set_draw_as_radio
gtk_check_menu_item_set_inconsistent
#ifndef GTK_DISABLE_DEPRECATED
gtk_check_menu_item_set_show_toggle
#endif
gtk_check_menu_item_toggled
#endif
#endif

#if IN_HEADER(__GTK_CLIPBOARD_H__)
#if IN_FILE(__GTK_CLIPBOARD_C__)
gtk_clipboard_clear
gtk_clipboard_get
gtk_clipboard_get_display
gtk_clipboard_get_for_display
gtk_clipboard_get_owner
gtk_clipboard_get_type G_GNUC_CONST
gtk_clipboard_request_contents
gtk_clipboard_request_image
gtk_clipboard_request_targets
gtk_clipboard_request_text
gtk_clipboard_set_can_store
gtk_clipboard_set_image
gtk_clipboard_set_text
gtk_clipboard_set_with_data
gtk_clipboard_set_with_owner
gtk_clipboard_store
gtk_clipboard_wait_for_contents
gtk_clipboard_wait_for_image
gtk_clipboard_wait_for_targets
gtk_clipboard_wait_for_text
gtk_clipboard_wait_is_image_available
gtk_clipboard_wait_is_text_available
gtk_clipboard_wait_is_target_available
#endif
#endif

#if IN_HEADER(__GTK_CLIST_H__)
#if IN_FILE(__GTK_CLIST_C__)
#ifndef GTK_DISABLE_DEPRECATED
gtk_clist_append
gtk_clist_clear
gtk_clist_columns_autosize
gtk_clist_column_title_active
gtk_clist_column_title_passive
gtk_clist_column_titles_active
gtk_clist_column_titles_hide
gtk_clist_column_titles_passive
gtk_clist_column_titles_show
gtk_clist_find_row_from_data
gtk_clist_freeze
gtk_clist_get_cell_style
gtk_clist_get_cell_type
gtk_clist_get_column_title
gtk_clist_get_column_widget
gtk_clist_get_hadjustment
gtk_clist_get_pixmap
gtk_clist_get_pixtext
gtk_clist_get_row_data
gtk_clist_get_row_style
gtk_clist_get_selectable
gtk_clist_get_selection_info
gtk_clist_get_text
gtk_clist_get_type G_GNUC_CONST
gtk_clist_get_vadjustment
gtk_clist_insert
gtk_clist_moveto
gtk_clist_new
gtk_clist_new_with_titles
gtk_clist_optimal_column_width
gtk_clist_prepend
gtk_clist_remove
gtk_clist_row_is_visible
gtk_clist_row_move
gtk_clist_select_all
gtk_clist_select_row
gtk_clist_set_auto_sort
gtk_clist_set_background
gtk_clist_set_button_actions
gtk_clist_set_cell_style
gtk_clist_set_column_auto_resize
gtk_clist_set_column_justification
gtk_clist_set_column_max_width
gtk_clist_set_column_min_width
gtk_clist_set_column_resizeable
gtk_clist_set_column_title
gtk_clist_set_column_visibility
gtk_clist_set_column_widget
gtk_clist_set_column_width
gtk_clist_set_compare_func
gtk_clist_set_foreground
gtk_clist_set_hadjustment
gtk_clist_set_pixmap
gtk_clist_set_pixtext
gtk_clist_set_reorderable
gtk_clist_set_row_data
gtk_clist_set_row_data_full
gtk_clist_set_row_height
gtk_clist_set_row_style
gtk_clist_set_selectable
gtk_clist_set_selection_mode
gtk_clist_set_shadow_type
gtk_clist_set_shift
gtk_clist_set_sort_column
gtk_clist_set_sort_type
gtk_clist_set_text
gtk_clist_set_use_drag_icons
gtk_clist_set_vadjustment
gtk_clist_sort
gtk_clist_swap_rows
gtk_clist_thaw
gtk_clist_undo_selection
gtk_clist_unselect_all
gtk_clist_unselect_row
#endif
#endif
#endif

#if IN_HEADER(__GTK_COLOR_BUTTON_H__)
#if IN_FILE(__GTK_COLOR_BUTTON_C__)
gtk_color_button_get_alpha
gtk_color_button_get_color
gtk_color_button_get_title
gtk_color_button_get_type G_GNUC_CONST
gtk_color_button_get_use_alpha
gtk_color_button_new
gtk_color_button_new_with_color
gtk_color_button_set_alpha
gtk_color_button_set_color
gtk_color_button_set_title
gtk_color_button_set_use_alpha
#endif
#endif

#if IN_HEADER(__GTK_COLOR_SELECTION_H__)
#if IN_FILE(__GTK_COLOR_SELECTION_C__)
gtk_color_selection_get_current_alpha
gtk_color_selection_get_current_color
gtk_color_selection_get_has_opacity_control
gtk_color_selection_get_has_palette
gtk_color_selection_get_previous_alpha
gtk_color_selection_get_previous_color
gtk_color_selection_get_type G_GNUC_CONST
gtk_color_selection_is_adjusting
gtk_color_selection_new
gtk_color_selection_palette_from_string
gtk_color_selection_palette_to_string
#ifndef GTK_DISABLE_DEPRECATED
gtk_color_selection_set_change_palette_hook
gtk_color_selection_set_color
gtk_color_selection_get_color
gtk_color_selection_set_update_policy
#endif
gtk_color_selection_set_change_palette_with_screen_hook
gtk_color_selection_set_current_alpha
gtk_color_selection_set_current_color
gtk_color_selection_set_has_opacity_control
gtk_color_selection_set_has_palette
gtk_color_selection_set_previous_alpha
gtk_color_selection_set_previous_color
#endif
#endif

#if IN_HEADER(__GTK_COLOR_SELECTION_DIALOG_H__)
#if IN_FILE(__GTK_COLOR_SELECTION_DIALOG_C__)
gtk_color_selection_dialog_get_type G_GNUC_CONST
gtk_color_selection_dialog_new
#endif
#endif

#if IN_HEADER(__GTK_COMBO_BOX_H__)
#if IN_FILE(__GTK_COMBO_BOX_C__)
gtk_combo_box_append_text
gtk_combo_box_get_active
gtk_combo_box_get_active_iter
gtk_combo_box_get_active_text
gtk_combo_box_get_add_tearoffs
gtk_combo_box_get_column_span_column
gtk_combo_box_get_focus_on_click
gtk_combo_box_get_model
gtk_combo_box_get_popup_accessible
gtk_combo_box_get_row_separator_func
gtk_combo_box_get_row_span_column
gtk_combo_box_get_title
gtk_combo_box_get_type G_GNUC_CONST
gtk_combo_box_get_wrap_width
gtk_combo_box_insert_text
gtk_combo_box_new
gtk_combo_box_new_text
gtk_combo_box_new_with_model
gtk_combo_box_popdown
gtk_combo_box_popup
gtk_combo_box_prepend_text
gtk_combo_box_remove_text
gtk_combo_box_set_active
gtk_combo_box_set_active_iter
gtk_combo_box_set_add_tearoffs
gtk_combo_box_set_column_span_column
gtk_combo_box_set_focus_on_click
gtk_combo_box_set_model
gtk_combo_box_set_row_separator_func
gtk_combo_box_set_row_span_column
gtk_combo_box_set_title
gtk_combo_box_set_wrap_width
#endif
#endif

#if IN_HEADER(__GTK_COMBO_BOX_ENTRY_H__)
#if IN_FILE(__GTK_COMBO_BOX_ENTRY_C__)
gtk_combo_box_entry_get_text_column
gtk_combo_box_entry_get_type G_GNUC_CONST
gtk_combo_box_entry_new
gtk_combo_box_entry_new_text
gtk_combo_box_entry_new_with_model
gtk_combo_box_entry_set_text_column
#endif
#endif

#if IN_HEADER(__GTK_SMART_COMBO_H__)
#if IN_FILE(__GTK_SMART_COMBO_C__)
#ifndef GTK_DISABLE_DEPRECATED
gtk_combo_disable_activate
gtk_combo_get_type G_GNUC_CONST
gtk_combo_new
gtk_combo_set_case_sensitive
gtk_combo_set_item_string
gtk_combo_set_popdown_strings
gtk_combo_set_use_arrows
gtk_combo_set_use_arrows_always
gtk_combo_set_value_in_list
#endif
#endif
#endif

#if IN_HEADER(__GTK_CONTAINER_H__)
#if IN_FILE(__GTK_CONTAINER_C__)
gtk_container_add
gtk_container_add_with_properties G_GNUC_NULL_TERMINATED
gtk_container_check_resize
gtk_container_child_get G_GNUC_NULL_TERMINATED
gtk_container_child_get_property
gtk_container_child_get_valist
gtk_container_child_set G_GNUC_NULL_TERMINATED
gtk_container_child_set_property
gtk_container_child_set_valist
gtk_container_child_type
gtk_container_class_find_child_property
gtk_container_class_install_child_property
gtk_container_class_list_child_properties
gtk_container_forall
gtk_container_foreach
#ifndef GTK_DISABLE_DEPRECATED
gtk_container_foreach_full
#endif
gtk_container_get_border_width
gtk_container_get_children
gtk_container_get_focus_chain
gtk_container_get_focus_hadjustment
gtk_container_get_focus_vadjustment
gtk_container_get_resize_mode
gtk_container_get_type G_GNUC_CONST
gtk_container_propagate_expose
gtk_container_remove
gtk_container_resize_children
gtk_container_set_border_width
gtk_container_set_focus_chain
gtk_container_set_focus_child
gtk_container_set_focus_hadjustment
gtk_container_set_focus_vadjustment
gtk_container_set_reallocate_redraws
gtk_container_set_resize_mode
gtk_container_unset_focus_chain
#endif
#endif

#if IN_HEADER(__C_TREE_H__)
#if IN_FILE(__G_TREE_C__)
#ifndef GTK_DISABLE_DEPRECATED
gtk_ctree_collapse
gtk_ctree_collapse_recursive
gtk_ctree_collapse_to_depth
gtk_ctree_expand
gtk_ctree_expand_recursive
gtk_ctree_expand_to_depth
gtk_ctree_export_to_gnode
gtk_ctree_find
gtk_ctree_find_all_by_row_data
gtk_ctree_find_all_by_row_data_custom
gtk_ctree_find_by_row_data
gtk_ctree_find_by_row_data_custom
gtk_ctree_find_node_ptr
gtk_ctree_get_node_info
gtk_ctree_get_type G_GNUC_CONST
gtk_ctree_insert_gnode
gtk_ctree_insert_node
gtk_ctree_is_ancestor
gtk_ctree_is_hot_spot
gtk_ctree_is_viewable
gtk_ctree_last
gtk_ctree_move
gtk_ctree_new
gtk_ctree_new_with_titles
gtk_ctree_node_get_cell_style
gtk_ctree_node_get_cell_type
gtk_ctree_node_get_pixmap
gtk_ctree_node_get_pixtext
gtk_ctree_node_get_row_data
gtk_ctree_node_get_row_style
gtk_ctree_node_get_selectable
gtk_ctree_node_get_text
gtk_ctree_node_get_type G_GNUC_CONST
gtk_ctree_node_is_visible
gtk_ctree_node_moveto
gtk_ctree_node_nth
gtk_ctree_node_set_background
gtk_ctree_node_set_cell_style
gtk_ctree_node_set_foreground
gtk_ctree_node_set_pixmap
gtk_ctree_node_set_pixtext
gtk_ctree_node_set_row_data
gtk_ctree_node_set_row_data_full
gtk_ctree_node_set_row_style
gtk_ctree_node_set_selectable
gtk_ctree_node_set_shift
gtk_ctree_node_set_text
gtk_ctree_post_recursive
gtk_ctree_post_recursive_to_depth
gtk_ctree_pre_recursive
gtk_ctree_pre_recursive_to_depth
gtk_ctree_real_select_recursive
gtk_ctree_remove_node
gtk_ctree_select
gtk_ctree_select_recursive
gtk_ctree_set_drag_compare_func
gtk_ctree_set_expander_style
gtk_ctree_set_indent
gtk_ctree_set_line_style
gtk_ctree_set_node_info
gtk_ctree_set_show_stub
gtk_ctree_set_spacing
gtk_ctree_sort_node
gtk_ctree_sort_recursive
gtk_ctree_toggle_expansion
gtk_ctree_toggle_expansion_recursive
gtk_ctree_unselect
gtk_ctree_unselect_recursive
#endif
#endif
#endif

#if IN_HEADER(__GTK_CURVE_H__)
#if IN_FILE(__GTK_CURVE_C__)
gtk_curve_get_type G_GNUC_CONST
gtk_curve_get_vector
gtk_curve_new
gtk_curve_reset
gtk_curve_set_curve_type
gtk_curve_set_gamma
gtk_curve_set_range
gtk_curve_set_vector
#endif
#endif

#if IN_HEADER(__GTK_WINDOW_DECORATE_H__)
#if IN_FILE(__GTK_WINDOW_DECORATE_C__)
gtk_decorated_window_calculate_frame_size
gtk_decorated_window_init
gtk_decorated_window_move_resize_window
gtk_decorated_window_set_title
#endif
#endif

#if IN_HEADER(__GTK_DIALOG_H__)
#if IN_FILE(__GTK_DIALOG_C__)
gtk_dialog_add_action_widget
gtk_dialog_add_button
gtk_dialog_add_buttons G_GNUC_NULL_TERMINATED
gtk_dialog_get_has_separator
gtk_dialog_get_response_for_widget
gtk_dialog_get_type G_GNUC_CONST
gtk_dialog_new
gtk_dialog_new_with_buttons
gtk_dialog_response
gtk_dialog_run
gtk_alternative_dialog_button_order
gtk_dialog_set_alternative_button_order
gtk_dialog_set_alternative_button_order_from_array
gtk_dialog_set_default_response
gtk_dialog_set_has_separator
gtk_dialog_set_response_sensitive
#endif
#endif

#if IN_HEADER(__GTK_DND_H__)
#if IN_FILE(__GTK_DND_C__)
gtk_drag_begin
gtk_drag_check_threshold
gtk_drag_dest_add_image_targets
gtk_drag_dest_add_text_targets
gtk_drag_dest_add_uri_targets
gtk_drag_dest_find_target
gtk_drag_dest_get_target_list
gtk_drag_dest_set
gtk_drag_dest_set_proxy
gtk_drag_dest_set_target_list
gtk_drag_dest_unset
gtk_drag_finish
gtk_drag_get_data
gtk_drag_get_source_widget
gtk_drag_highlight
#ifndef GTK_DISABLE_DEPRECATED
gtk_drag_set_default_icon
#endif
gtk_drag_set_icon_default
gtk_drag_set_icon_name
gtk_drag_set_icon_pixbuf
gtk_drag_set_icon_pixmap
gtk_drag_set_icon_stock
gtk_drag_set_icon_widget
gtk_drag_source_add_image_targets
gtk_drag_source_add_text_targets
gtk_drag_source_add_uri_targets
gtk_drag_source_get_target_list
gtk_drag_source_set
gtk_drag_source_set_icon
gtk_drag_source_set_icon_name
gtk_drag_source_set_icon_pixbuf
gtk_drag_source_set_icon_stock
gtk_drag_source_set_target_list
gtk_drag_source_unset
gtk_drag_unhighlight
#endif
#endif

#if IN_HEADER(__GTK_STATUS_ICON_H__)
#if IN_FILE(__GTK_STATUS_ICON_C__)
gtk_status_icon_get_type G_GNUC_CONST
gtk_status_icon_new
gtk_status_icon_new_from_pixbuf
gtk_status_icon_new_from_file
gtk_status_icon_new_from_stock
gtk_status_icon_new_from_icon_name
gtk_status_icon_set_from_pixbuf
gtk_status_icon_set_from_file
gtk_status_icon_set_from_stock
gtk_status_icon_set_from_icon_name
gtk_status_icon_get_storage_type
gtk_status_icon_get_pixbuf
gtk_status_icon_get_stock
gtk_status_icon_get_icon_name
gtk_status_icon_get_size
gtk_status_icon_set_tooltip
gtk_status_icon_set_visible
gtk_status_icon_get_visible
gtk_status_icon_set_blinking
gtk_status_icon_get_blinking
gtk_status_icon_is_embedded
#endif
#endif

#if IN_HEADER(__GTK_STYLE_H__)
#if IN_FILE(__GTK_STYLE_C__)
#ifndef GTK_DISABLE_DEPRECATED
gtk_draw_arrow
gtk_draw_box
gtk_draw_box_gap
gtk_draw_check
gtk_draw_diamond
gtk_draw_expander
gtk_draw_extension
gtk_draw_flat_box
gtk_draw_focus
gtk_draw_handle
gtk_draw_hline
gtk_draw_insertion_cursor
gtk_draw_layout
gtk_draw_option
gtk_draw_polygon
gtk_draw_resize_grip
gtk_draw_shadow
gtk_draw_shadow_gap
gtk_draw_slider
gtk_draw_string
gtk_draw_tab
gtk_draw_vline
gtk_style_set_font
gtk_style_get_font
gtk_style_ref
gtk_style_unref
gtk_paint_string
#endif
gtk_paint_arrow
gtk_paint_box
gtk_paint_box_gap
gtk_paint_check
gtk_paint_diamond
gtk_paint_expander
gtk_paint_extension
gtk_paint_flat_box
gtk_paint_focus
gtk_paint_handle
gtk_paint_hline
gtk_paint_layout
gtk_paint_option
gtk_paint_polygon
gtk_paint_resize_grip
gtk_paint_shadow
gtk_paint_shadow_gap
gtk_paint_slider
gtk_paint_tab
gtk_paint_vline
gtk_border_copy
gtk_border_free
gtk_border_get_type G_GNUC_CONST
gtk_style_apply_default_background
gtk_style_attach
gtk_style_copy
gtk_style_detach
gtk_style_get_type G_GNUC_CONST
gtk_style_lookup_icon_set
gtk_style_lookup_color
gtk_style_new
gtk_style_render_icon
gtk_style_set_background
#endif
#endif

#if IN_HEADER(__GTK_DRAWING_AREA_H__)
#if IN_FILE(__GTK_DRAWING_AREA_C__)
gtk_drawing_area_get_type G_GNUC_CONST
gtk_drawing_area_new
#ifndef GTK_DISABLE_DEPRECATED
gtk_drawing_area_size
#endif
#endif
#endif

#if IN_HEADER(__GTK_EDITABLE_H__)
#if IN_FILE(__GTK_EDITABLE_C__)
gtk_editable_copy_clipboard
gtk_editable_cut_clipboard
gtk_editable_delete_selection
gtk_editable_delete_text
gtk_editable_get_chars
gtk_editable_get_editable
gtk_editable_get_position
gtk_editable_get_selection_bounds
gtk_editable_get_type G_GNUC_CONST
gtk_editable_insert_text
gtk_editable_paste_clipboard
gtk_editable_select_region
gtk_editable_set_editable
gtk_editable_set_position
#endif
#endif

#if IN_HEADER(__GTK_ENTRY_H__)
#if IN_FILE(__GTK_ENTRY_C__)
gtk_entry_get_activates_default
gtk_entry_get_alignment
gtk_entry_get_completion
gtk_entry_get_has_frame
gtk_entry_get_invisible_char
gtk_entry_get_layout
gtk_entry_get_layout_offsets
gtk_entry_get_max_length
gtk_entry_get_text
gtk_entry_get_type G_GNUC_CONST
gtk_entry_get_visibility
gtk_entry_get_width_chars
gtk_entry_layout_index_to_text_index
gtk_entry_new
#ifndef GTK_DISABLE_DEPRECATED
gtk_entry_new_with_max_length
gtk_entry_append_text
gtk_entry_prepend_text
gtk_entry_select_region
gtk_entry_set_position
gtk_entry_set_editable
#endif
gtk_entry_set_activates_default
gtk_entry_set_alignment
gtk_entry_set_completion
gtk_entry_set_has_frame
gtk_entry_set_invisible_char
gtk_entry_set_max_length
gtk_entry_set_text
gtk_entry_set_visibility
gtk_entry_set_width_chars
gtk_entry_text_index_to_layout_index
#endif
#endif

#if IN_HEADER(__GTK_ENTRY_COMPLETION_H__)
#if IN_FILE(__GTK_ENTRY_COMPLETION_C__)
gtk_entry_completion_complete
gtk_entry_completion_delete_action
gtk_entry_completion_get_entry
gtk_entry_completion_get_inline_completion
gtk_entry_completion_get_minimum_key_length
gtk_entry_completion_get_model
gtk_entry_completion_get_popup_completion
gtk_entry_completion_get_popup_set_width
gtk_entry_completion_get_popup_single_match
gtk_entry_completion_get_text_column
gtk_entry_completion_get_type G_GNUC_CONST
gtk_entry_completion_insert_action_markup
gtk_entry_completion_insert_action_text
gtk_entry_completion_insert_prefix
gtk_entry_completion_new
gtk_entry_completion_set_inline_completion
gtk_entry_completion_set_match_func
gtk_entry_completion_set_minimum_key_length
gtk_entry_completion_set_model
gtk_entry_completion_set_popup_completion
gtk_entry_completion_set_popup_set_width
gtk_entry_completion_set_popup_single_match
gtk_entry_completion_set_text_column
#endif
#endif

#if IN_HEADER(__GTK_EVENT_BOX_H__)
#if IN_FILE(__GTK_EVENT_BOX_C__)
gtk_event_box_get_above_child
gtk_event_box_get_type G_GNUC_CONST
gtk_event_box_get_visible_window
gtk_event_box_new
gtk_event_box_set_above_child
gtk_event_box_set_visible_window
#endif
#endif

#if IN_HEADER(__GTK_EXPANDER_H__)
#if IN_FILE(__GTK_EXPANDER_C__)
gtk_expander_get_expanded
gtk_expander_get_label
gtk_expander_get_label_widget
gtk_expander_get_spacing
gtk_expander_get_type G_GNUC_CONST
gtk_expander_get_use_markup
gtk_expander_get_use_underline
gtk_expander_new
gtk_expander_new_with_mnemonic
gtk_expander_set_expanded
gtk_expander_set_label
gtk_expander_set_label_widget
gtk_expander_set_spacing
gtk_expander_set_use_markup
gtk_expander_set_use_underline
#endif
#endif

#if IN_HEADER(__GTK_FILE_CHOOSER_H__)
#if IN_FILE(__GTK_FILE_CHOOSER_C__)
gtk_file_chooser_add_filter
gtk_file_chooser_add_shortcut_folder PRIVATE
#ifdef G_OS_WIN32
gtk_file_chooser_add_shortcut_folder_utf8
#endif
gtk_file_chooser_add_shortcut_folder_uri
gtk_file_chooser_error_quark
gtk_file_chooser_get_action
gtk_file_chooser_get_current_folder PRIVATE
#ifdef G_OS_WIN32
gtk_file_chooser_get_current_folder_utf8
#endif
gtk_file_chooser_get_current_folder_uri
gtk_file_chooser_get_extra_widget
gtk_file_chooser_get_filename PRIVATE
#ifdef G_OS_WIN32
gtk_file_chooser_get_filename_utf8
#endif
gtk_file_chooser_get_filenames PRIVATE
#ifdef G_OS_WIN32
gtk_file_chooser_get_filenames_utf8
#endif
gtk_file_chooser_get_filter
gtk_file_chooser_get_local_only
gtk_file_chooser_get_preview_filename PRIVATE
#ifdef G_OS_WIN32
gtk_file_chooser_get_preview_filename_utf8
#endif
gtk_file_chooser_get_preview_uri
gtk_file_chooser_get_preview_widget
gtk_file_chooser_get_preview_widget_active
gtk_file_chooser_get_select_multiple
gtk_file_chooser_get_show_hidden
gtk_file_chooser_set_do_overwrite_confirmation
gtk_file_chooser_get_do_overwrite_confirmation
gtk_file_chooser_get_type G_GNUC_CONST
gtk_file_chooser_get_uri
gtk_file_chooser_get_uris
gtk_file_chooser_get_use_preview_label
gtk_file_chooser_list_filters
gtk_file_chooser_list_shortcut_folders PRIVATE
#ifdef G_OS_WIN32
gtk_file_chooser_list_shortcut_folders_utf8
#endif
gtk_file_chooser_list_shortcut_folder_uris
gtk_file_chooser_remove_filter
gtk_file_chooser_remove_shortcut_folder PRIVATE
#ifdef G_OS_WIN32
gtk_file_chooser_remove_shortcut_folder_utf8
#endif
gtk_file_chooser_remove_shortcut_folder_uri
gtk_file_chooser_select_all
gtk_file_chooser_select_filename PRIVATE
#ifdef G_OS_WIN32
gtk_file_chooser_select_filename_utf8
#endif
gtk_file_chooser_select_uri
gtk_file_chooser_set_action
gtk_file_chooser_set_current_folder PRIVATE
#ifdef G_OS_WIN32
gtk_file_chooser_set_current_folder_utf8
#endif
gtk_file_chooser_set_current_folder_uri
gtk_file_chooser_set_current_name
gtk_file_chooser_set_extra_widget
gtk_file_chooser_set_filename PRIVATE
#ifdef G_OS_WIN32
gtk_file_chooser_set_filename_utf8
#endif
gtk_file_chooser_set_filter
gtk_file_chooser_set_local_only
gtk_file_chooser_set_preview_widget
gtk_file_chooser_set_preview_widget_active
gtk_file_chooser_set_select_multiple
gtk_file_chooser_set_show_hidden
gtk_file_chooser_set_uri
gtk_file_chooser_set_use_preview_label
gtk_file_chooser_unselect_all
gtk_file_chooser_unselect_filename PRIVATE
#ifdef G_OS_WIN32
gtk_file_chooser_unselect_filename_utf8
#endif
gtk_file_chooser_unselect_uri
#endif
#endif

#if IN_HEADER(__GTK_FILE_CHOOSER_DIALOG_H__)
#if IN_FILE(__GTK_FILE_CHOOSER_DIALOG_C__)
gtk_file_chooser_dialog_get_type G_GNUC_CONST
gtk_file_chooser_dialog_new
gtk_file_chooser_dialog_new_with_backend
#endif
#endif

#if IN_HEADER(__GTK_FILE_CHOOSER_WIDGET_H__)
#if IN_FILE(__GTK_FILE_CHOOSER_WIDGET_C__)
gtk_file_chooser_widget_get_type G_GNUC_CONST
gtk_file_chooser_widget_new
gtk_file_chooser_widget_new_with_backend
#endif
#endif

#if IN_HEADER(__GTK_FILE_CHOOSER_BUTTON_H__)
#if IN_FILE(__GTK_FILE_CHOOSER_BUTTON_C__)
gtk_file_chooser_button_get_title
gtk_file_chooser_button_get_type G_GNUC_CONST
gtk_file_chooser_button_get_width_chars
gtk_file_chooser_button_new
gtk_file_chooser_button_new_with_backend
gtk_file_chooser_button_new_with_dialog
gtk_file_chooser_button_set_title
gtk_file_chooser_button_set_width_chars
gtk_file_chooser_button_get_focus_on_click
gtk_file_chooser_button_set_focus_on_click
#endif
#endif

#if IN_HEADER(__GTK_FILE_FILTER_H__)
#if IN_FILE(__GTK_FILE_FILTER_C__)
gtk_file_filter_add_custom
gtk_file_filter_add_mime_type
gtk_file_filter_add_pattern
gtk_file_filter_add_pixbuf_formats
gtk_file_filter_filter
gtk_file_filter_get_name
gtk_file_filter_get_needed
gtk_file_filter_get_type G_GNUC_CONST
gtk_file_filter_new
gtk_file_filter_set_name
#endif
#endif

#if IN_HEADER(__GTK_FILE_SYSTEM_H__)
#if IN_FILE(__GTK_FILE_SYSTEM_C__)
gtk_file_folder_get_info
gtk_file_folder_get_type G_GNUC_CONST
gtk_file_folder_is_finished_loading
gtk_file_folder_list_children
gtk_file_info_copy
gtk_file_info_free
gtk_file_info_get_display_key
gtk_file_info_get_display_name
gtk_file_info_get_is_folder
gtk_file_info_get_is_hidden
gtk_file_info_get_mime_type
gtk_file_info_get_modification_time
gtk_file_info_get_size
gtk_file_info_get_type G_GNUC_CONST
gtk_file_info_new
gtk_file_info_render_icon
gtk_file_info_set_display_name
gtk_file_info_set_icon_name
gtk_file_info_set_is_folder
gtk_file_info_set_is_hidden
gtk_file_info_set_mime_type
gtk_file_info_set_modification_time
gtk_file_info_set_size
gtk_file_path_get_type G_GNUC_CONST
gtk_file_paths_copy
gtk_file_paths_free
gtk_file_paths_sort
gtk_file_system_cancel_operation
gtk_file_system_create_folder
gtk_file_system_error_quark
gtk_file_system_filename_to_path
gtk_file_system_get_info
gtk_file_system_get_folder
gtk_file_system_get_parent
gtk_file_system_get_type G_GNUC_CONST
gtk_file_system_get_volume_for_path
gtk_file_system_insert_bookmark
gtk_file_system_list_bookmarks
gtk_file_system_list_volumes
gtk_file_system_make_path
gtk_file_system_parse
gtk_file_system_path_is_local
gtk_file_system_path_to_filename
gtk_file_system_path_to_uri
gtk_file_system_remove_bookmark
gtk_file_system_uri_to_path
gtk_file_system_volume_free
gtk_file_system_volume_get_base_path
gtk_file_system_volume_get_display_name
gtk_file_system_volume_get_is_mounted
gtk_file_system_volume_mount
gtk_file_system_volume_render_icon
gtk_file_system_get_bookmark_label
gtk_file_system_set_bookmark_label
#endif
#endif

#if IN_HEADER(__GTK_FILE_SYSTEM_UNIX_H__)
#if IN_FILE(__GTK_FILE_SYSTEM_UNIX_C__)
#ifdef G_OS_UNIX
gtk_file_system_unix_get_type G_GNUC_CONST
gtk_file_system_unix_new
#endif
#endif
#endif

#if IN_HEADER(__GTK_FILE_SYSTEM_WIN32_H__)
#if IN_FILE(__GTK_FILE_SYSTEM_WIN32_C__)
#ifdef G_OS_WIN32
gtk_file_system_win32_get_type G_GNUC_CONST
gtk_file_system_win32_new
_gtk_file_system_win32_path_compare
#endif
#endif
#endif

#if IN_HEADER(__GTK_FILESEL_H__)
#if IN_FILE(__GTK_FILESEL_C__)
gtk_file_selection_complete
gtk_file_selection_get_filename PRIVATE
#ifdef G_OS_WIN32
gtk_file_selection_get_filename_utf8
#endif
gtk_file_selection_get_selections PRIVATE
#ifdef G_OS_WIN32
gtk_file_selection_get_selections_utf8
#endif
gtk_file_selection_get_select_multiple
gtk_file_selection_get_type G_GNUC_CONST
gtk_file_selection_hide_fileop_buttons
gtk_file_selection_new
gtk_file_selection_set_filename PRIVATE
#ifdef G_OS_WIN32
gtk_file_selection_set_filename_utf8
#endif
gtk_file_selection_set_select_multiple
gtk_file_selection_show_fileop_buttons
#endif
#endif

#if IN_HEADER(__GTK_FIXED_H__)
#if IN_FILE(__GTK_FIXED_C__)
gtk_fixed_get_has_window
gtk_fixed_get_type G_GNUC_CONST
gtk_fixed_move
gtk_fixed_new
gtk_fixed_put
gtk_fixed_set_has_window
#endif
#endif

#if IN_HEADER(__GTK_FONT_BUTTON_H__)
#if IN_FILE(__GTK_FONT_BUTTON_C__)
gtk_font_button_get_font_name
gtk_font_button_get_show_size
gtk_font_button_get_show_style
gtk_font_button_get_title
gtk_font_button_get_type G_GNUC_CONST
gtk_font_button_get_use_font
gtk_font_button_get_use_size
gtk_font_button_new
gtk_font_button_new_with_font
gtk_font_button_set_font_name
gtk_font_button_set_show_size
gtk_font_button_set_show_style
gtk_font_button_set_title
gtk_font_button_set_use_font
gtk_font_button_set_use_size
#endif
#endif

#if IN_HEADER(__GTK_FONSEL_H__)
#if IN_FILE(__GTK_FONSEL_C__)
gtk_font_selection_dialog_get_font_name
gtk_font_selection_dialog_get_preview_text
gtk_font_selection_dialog_get_type G_GNUC_CONST
gtk_font_selection_dialog_new
gtk_font_selection_dialog_set_font_name
gtk_font_selection_dialog_set_preview_text
#ifndef GTK_DISABLE_DEPRECATED
gtk_font_selection_get_font
gtk_font_selection_dialog_get_font
#endif
gtk_font_selection_get_font_name
gtk_font_selection_get_preview_text
gtk_font_selection_get_type G_GNUC_CONST
gtk_font_selection_new
gtk_font_selection_set_font_name
gtk_font_selection_set_preview_text
#endif
#endif

#if IN_HEADER(__GTK_FRAME_H__)
#if IN_FILE(__GTK_FRAME_C__)
gtk_frame_get_label
gtk_frame_get_label_align
gtk_frame_get_label_widget
gtk_frame_get_shadow_type
gtk_frame_get_type G_GNUC_CONST
gtk_frame_new
gtk_frame_set_label
gtk_frame_set_label_align
gtk_frame_set_label_widget
gtk_frame_set_shadow_type
#endif
#endif

#if IN_HEADER(__GTK_GAMMA_CURVE_H__)
#if IN_FILE(__GTK_GAMMA_CURVE_C__)
gtk_gamma_curve_get_type G_GNUC_CONST
gtk_gamma_curve_new
#endif
#endif

#if IN_HEADER(__GTK_GC_H__)
#if IN_FILE(__GTK_GC_C__)
gtk_gc_get
gtk_gc_release
#endif
#endif

#if IN_HEADER(__GTK_HANDLE_BOX_H__)
#if IN_FILE(__GTK_HANDLE_BOX_C__)
gtk_handle_box_get_handle_position
gtk_handle_box_get_shadow_type
gtk_handle_box_get_snap_edge
gtk_handle_box_get_type G_GNUC_CONST
gtk_handle_box_new
gtk_handle_box_set_handle_position
gtk_handle_box_set_shadow_type
gtk_handle_box_set_snap_edge
#endif
#endif

#if IN_HEADER(__GTK_HBOX_H__)
#if IN_FILE(__GTK_HBOX_C__)
gtk_hbox_get_type G_GNUC_CONST
gtk_hbox_new
#endif
#endif

#if IN_HEADER(__GTK_HBUTTON_BOX_H__)
#if IN_FILE(__GTK_HBUTTON_BOX_C__)
gtk_hbutton_box_new
gtk_hbutton_box_get_type G_GNUC_CONST
#ifndef GTK_DISABLE_DEPRECATED
gtk_hbutton_box_get_layout_default
gtk_hbutton_box_get_spacing_default
gtk_hbutton_box_set_layout_default
gtk_hbutton_box_set_spacing_default
#endif
#endif
#endif

#if IN_HEADER(__GTK_HPANED_H__)
#if IN_FILE(__GTK_HPANED_C__)
gtk_hpaned_get_type G_GNUC_CONST
gtk_hpaned_new
#endif
#endif

#if IN_HEADER(__GTK_HRULER_H__)
#if IN_FILE(__GTK_HRULER_C__)
gtk_hruler_get_type G_GNUC_CONST
gtk_hruler_new
#endif
#endif

#if IN_HEADER(__GTK_HSCALE_H__)
#if IN_FILE(__GTK_HSCALE_C__)
gtk_hscale_get_type G_GNUC_CONST
gtk_hscale_new
gtk_hscale_new_with_range
#endif
#endif

#if IN_HEADER(__GTK_HSCROLLBAR_H__)
#if IN_FILE(__GTK_HSCROLLBAR_C__)
gtk_hscrollbar_get_type G_GNUC_CONST
gtk_hscrollbar_new
#endif
#endif

#if IN_HEADER(__GTK_HSEPARATOR_H__)
#if IN_FILE(__GTK_HSEPARATOR_C__)
gtk_hseparator_get_type G_GNUC_CONST
gtk_hseparator_new
#endif
#endif

#if IN_HEADER(__GTK_HSV_H__)
#if IN_FILE(__GTK_HSV_C__)
gtk_hsv_get_color
gtk_hsv_get_metrics
gtk_hsv_get_type G_GNUC_CONST
gtk_hsv_is_adjusting
gtk_hsv_new
gtk_hsv_set_color
gtk_hsv_set_metrics
gtk_hsv_to_rgb
gtk_rgb_to_hsv
#endif
#endif

#if IN_HEADER(__GTK_ICON_FACTORY_H__)
#if IN_FILE(__GTK_ICON_FACTORY_C__)
gtk_icon_factory_add
gtk_icon_factory_add_default
gtk_icon_factory_get_type G_GNUC_CONST
gtk_icon_factory_lookup
gtk_icon_factory_lookup_default
gtk_icon_factory_new
gtk_icon_factory_remove_default
gtk_icon_size_from_name
gtk_icon_size_get_name
gtk_icon_size_lookup
gtk_icon_size_lookup_for_settings
gtk_icon_size_register
gtk_icon_size_register_alias
gtk_icon_set_add_source
gtk_icon_set_copy
gtk_icon_set_get_sizes
gtk_icon_set_get_type G_GNUC_CONST
gtk_icon_set_new
gtk_icon_set_new_from_pixbuf
gtk_icon_set_ref
gtk_icon_set_render_icon
gtk_icon_set_unref
gtk_icon_source_copy
gtk_icon_source_free
gtk_icon_source_get_direction
gtk_icon_source_get_direction_wildcarded
gtk_icon_source_get_filename PRIVATE
#ifdef G_OS_WIN32
gtk_icon_source_get_filename_utf8
#endif
gtk_icon_source_get_icon_name
gtk_icon_source_get_pixbuf
gtk_icon_source_get_size
gtk_icon_source_get_size_wildcarded
gtk_icon_source_get_state
gtk_icon_source_get_state_wildcarded
gtk_icon_source_get_type G_GNUC_CONST
gtk_icon_source_new
gtk_icon_source_set_direction
gtk_icon_source_set_direction_wildcarded
gtk_icon_source_set_filename PRIVATE
#ifdef G_OS_WIN32
gtk_icon_source_set_filename_utf8
#endif
gtk_icon_source_set_icon_name
gtk_icon_source_set_pixbuf
gtk_icon_source_set_size
gtk_icon_source_set_size_wildcarded
gtk_icon_source_set_state
gtk_icon_source_set_state_wildcarded
#endif
#endif

#if IN_HEADER(__GTK_ICON_THEME_H__)
#if IN_FILE(__GTK_ICON_THEME_C__)
gtk_icon_info_copy
gtk_icon_info_free
gtk_icon_info_get_attach_points
gtk_icon_info_get_base_size
gtk_icon_info_get_builtin_pixbuf
gtk_icon_info_get_display_name
gtk_icon_info_get_embedded_rect
gtk_icon_info_get_filename PRIVATE
#ifdef G_OS_WIN32
gtk_icon_info_get_filename_utf8
#endif
gtk_icon_info_get_type G_GNUC_CONST
gtk_icon_info_load_icon
gtk_icon_info_set_raw_coordinates
gtk_icon_theme_add_builtin_icon
gtk_icon_theme_append_search_path PRIVATE
#ifdef G_OS_WIN32
gtk_icon_theme_append_search_path_utf8
#endif
gtk_icon_theme_error_quark
gtk_icon_theme_get_default
gtk_icon_theme_get_example_icon_name
gtk_icon_theme_get_for_screen
gtk_icon_theme_get_icon_sizes
gtk_icon_theme_get_search_path PRIVATE
#ifdef G_OS_WIN32
gtk_icon_theme_get_search_path_utf8
#endif
gtk_icon_theme_get_type G_GNUC_CONST
gtk_icon_theme_has_icon
gtk_icon_theme_list_icons
gtk_icon_theme_load_icon
gtk_icon_theme_lookup_icon
gtk_icon_theme_new
gtk_icon_theme_prepend_search_path PRIVATE
#ifdef G_OS_WIN32
gtk_icon_theme_prepend_search_path_utf8
#endif
gtk_icon_theme_rescan_if_needed
gtk_icon_theme_set_custom_theme
gtk_icon_theme_set_screen
gtk_icon_theme_set_search_path PRIVATE
#ifdef G_OS_WIN32
gtk_icon_theme_set_search_path_utf8
#endif
#endif
#endif

#if IN_HEADER(__GTK_ICON_VIEW_H__)
#if IN_FILE(__GTK_ICON_VIEW_C__)
gtk_icon_view_get_column_spacing
gtk_icon_view_get_columns
gtk_icon_view_get_cursor
gtk_icon_view_get_item_width
gtk_icon_view_get_margin
gtk_icon_view_get_markup_column
gtk_icon_view_get_model
gtk_icon_view_get_orientation
gtk_icon_view_get_path_at_pos
gtk_icon_view_get_item_at_pos
gtk_icon_view_get_pixbuf_column
gtk_icon_view_get_row_spacing
gtk_icon_view_get_selected_items
gtk_icon_view_get_selection_mode
gtk_icon_view_get_spacing
gtk_icon_view_get_text_column
gtk_icon_view_get_type G_GNUC_CONST
gtk_icon_view_get_visible_range
gtk_icon_view_item_activated
gtk_icon_view_new
gtk_icon_view_new_with_model
gtk_icon_view_path_is_selected
gtk_icon_view_scroll_to_path
gtk_icon_view_select_all
gtk_icon_view_selected_foreach
gtk_icon_view_select_path
gtk_icon_view_set_column_spacing
gtk_icon_view_set_columns
gtk_icon_view_set_cursor
gtk_icon_view_set_item_width
gtk_icon_view_set_margin
gtk_icon_view_set_markup_column
gtk_icon_view_set_model
gtk_icon_view_set_orientation
gtk_icon_view_set_pixbuf_column
gtk_icon_view_set_row_spacing
gtk_icon_view_set_selection_mode
gtk_icon_view_set_spacing
gtk_icon_view_set_text_column
gtk_icon_view_unselect_all
gtk_icon_view_unselect_path
gtk_icon_view_enable_model_drag_source
gtk_icon_view_enable_model_drag_dest
gtk_icon_view_unset_model_drag_source
gtk_icon_view_unset_model_drag_dest
gtk_icon_view_set_reorderable
gtk_icon_view_get_reorderable
gtk_icon_view_set_drag_dest_item
gtk_icon_view_get_drag_dest_item
gtk_icon_view_get_dest_item_at_pos
gtk_icon_view_create_drag_icon
#endif
#endif

#if IN_HEADER(__GTK_IMAGE_H__)
#if IN_FILE(__GTK_IMAGE_C__)
#ifndef GTK_DISABLE_DEPRECATED
gtk_image_get
gtk_image_set
#endif
gtk_image_clear
gtk_image_get_animation
gtk_image_get_icon_name
gtk_image_get_icon_set
gtk_image_get_image
gtk_image_get_pixbuf
gtk_image_get_pixel_size
gtk_image_get_pixmap
gtk_image_get_stock
gtk_image_get_storage_type
gtk_image_get_type G_GNUC_CONST
gtk_image_new
gtk_image_new_from_animation
gtk_image_new_from_file PRIVATE
#ifdef G_OS_WIN32
gtk_image_new_from_file_utf8
#endif
gtk_image_new_from_icon_name
gtk_image_new_from_icon_set
gtk_image_new_from_image
gtk_image_new_from_pixbuf
gtk_image_new_from_pixmap
gtk_image_new_from_stock
gtk_image_set_from_animation
gtk_image_set_from_file PRIVATE
#ifdef G_OS_WIN32
gtk_image_set_from_file_utf8
#endif
gtk_image_set_from_icon_name
gtk_image_set_from_icon_set
gtk_image_set_from_image
gtk_image_set_from_pixbuf
gtk_image_set_from_pixmap
gtk_image_set_from_stock
gtk_image_set_pixel_size
#endif
#endif

#if IN_HEADER(__GTK_IMAGE_MENU_ITEM_H__)
#if IN_FILE(__GTK_IMAGE_MENU_ITEM_C__)
gtk_image_menu_item_get_image
gtk_image_menu_item_get_type G_GNUC_CONST
gtk_image_menu_item_new
gtk_image_menu_item_new_from_stock
gtk_image_menu_item_new_with_label
gtk_image_menu_item_new_with_mnemonic
gtk_image_menu_item_set_image
#endif
#endif

#if IN_HEADER(__GTK_IM_CONTEXT_H__)
#if IN_FILE(__GTK_IM_CONTEXT_C__)
gtk_im_context_delete_surrounding
gtk_im_context_filter_keypress
gtk_im_context_focus_in
gtk_im_context_focus_out
gtk_im_context_get_preedit_string
gtk_im_context_get_surrounding
gtk_im_context_get_type G_GNUC_CONST
gtk_im_context_reset
gtk_im_context_set_client_window
gtk_im_context_set_cursor_location
gtk_im_context_set_surrounding
gtk_im_context_set_use_preedit
#endif
#endif

#if IN_HEADER(__GTK_IM_CONTEXT_SIMPLE_H__)
#if IN_FILE(__GTK_IM_CONTEXT_SIMPLE_C__)
gtk_im_context_simple_add_table
gtk_im_context_simple_get_type G_GNUC_CONST
gtk_im_context_simple_new
#endif
#endif

#if IN_HEADER(__GTK_IM_MULTICONTEXT_H__)
#if IN_FILE(__GTK_IM_MULTICONTEXT_C__)
gtk_im_multicontext_append_menuitems
gtk_im_multicontext_get_type G_GNUC_CONST
gtk_im_multicontext_new
#endif
#endif

#if IN_HEADER(__GTK_INVISIBLE_H__)
#if IN_FILE(__GTK_INVISIBLE_C__)
gtk_invisible_get_screen
gtk_invisible_get_type G_GNUC_CONST
gtk_invisible_new
gtk_invisible_new_for_screen
gtk_invisible_set_screen
#endif
#endif

#if IN_HEADER(__GTK_ITEM_H__)
#if IN_FILE(__GTK_ITEM_C__)
gtk_item_deselect
gtk_item_get_type G_GNUC_CONST
gtk_item_select
gtk_item_toggle
#endif
#endif

#if IN_HEADER(__GTK_ITEM__FACTORY_H__)
#if IN_FILE(__GTK_ITEM_FACTORY_C__)
#ifndef GTK_DISABLE_DEPRECATED
gtk_item_factories_path_delete
gtk_item_factory_add_foreign
gtk_item_factory_construct
gtk_item_factory_create_item
gtk_item_factory_create_items
gtk_item_factory_create_items_ac
gtk_item_factory_create_menu_entries
gtk_item_factory_delete_entries
gtk_item_factory_delete_entry
gtk_item_factory_delete_item
gtk_item_factory_from_path
gtk_item_factory_from_widget
gtk_item_factory_get_item
gtk_item_factory_get_item_by_action
gtk_item_factory_get_type G_GNUC_CONST
gtk_item_factory_get_widget
gtk_item_factory_get_widget_by_action
gtk_item_factory_new
gtk_item_factory_path_from_widget
gtk_item_factory_popup
gtk_item_factory_popup_data
gtk_item_factory_popup_data_from_widget
gtk_item_factory_popup_with_data
gtk_item_factory_set_translate_func
#endif
#endif
#endif

#if IN_HEADER(__GTK_LABEL_H__)
#if IN_FILE(__GTK_LABEL_C__)
#ifndef GTK_DISABLE_DEPRECATED
gtk_label_get
gtk_label_parse_uline
#endif
gtk_label_get_angle
gtk_label_get_attributes
gtk_label_get_ellipsize
gtk_label_get_justify
gtk_label_get_label
gtk_label_get_layout
gtk_label_get_layout_offsets
gtk_label_get_line_wrap
gtk_label_get_max_width_chars
gtk_label_get_mnemonic_keyval
gtk_label_get_mnemonic_widget
gtk_label_get_selectable
gtk_label_get_selection_bounds
gtk_label_get_single_line_mode
gtk_label_get_text
gtk_label_get_type G_GNUC_CONST
gtk_label_get_use_markup
gtk_label_get_use_underline
gtk_label_get_width_chars
gtk_label_new
gtk_label_new_with_mnemonic
gtk_label_select_region
gtk_label_set_angle
gtk_label_set_attributes
gtk_label_set_ellipsize
gtk_label_set_justify
gtk_label_set_label
gtk_label_set_line_wrap
gtk_label_set_markup
gtk_label_set_markup_with_mnemonic
gtk_label_set_max_width_chars
gtk_label_set_mnemonic_widget
gtk_label_set_pattern
gtk_label_set_selectable
gtk_label_set_single_line_mode
gtk_label_set_text
gtk_label_set_text_with_mnemonic
gtk_label_set_use_markup
gtk_label_set_use_underline
gtk_label_set_width_chars
#endif
#endif

#if IN_HEADER(__GTK_LAYOUT_H__)
#if IN_FILE(__GTK_LAYOUT_C__)
gtk_layout_get_hadjustment
gtk_layout_get_size
gtk_layout_get_type G_GNUC_CONST
gtk_layout_get_vadjustment
gtk_layout_move
gtk_layout_new
gtk_layout_put
gtk_layout_set_hadjustment
gtk_layout_set_size
gtk_layout_set_vadjustment
#ifndef GTK_DISABLE_DEPRECATED
gtk_layout_freeze
gtk_layout_thaw
#endif
#endif
#endif

#if IN_HEADER(__GTK_LIST_H__)
#if IN_FILE(__GTK_LIST_C__)
gtk_list_append_items
gtk_list_child_position
gtk_list_clear_items
gtk_list_end_drag_selection
gtk_list_end_selection
gtk_list_extend_selection
gtk_list_get_type G_GNUC_CONST
gtk_list_insert_items
gtk_list_new
gtk_list_prepend_items
gtk_list_remove_items
gtk_list_remove_items_no_unref
gtk_list_scroll_horizontal
gtk_list_scroll_vertical
gtk_list_select_all
gtk_list_select_child
gtk_list_select_item
gtk_list_set_selection_mode
gtk_list_start_selection
gtk_list_toggle_add_mode
gtk_list_toggle_focus_row
gtk_list_toggle_row
gtk_list_undo_selection
gtk_list_unselect_all
gtk_list_unselect_child
gtk_list_unselect_item
#endif
#endif

#if IN_HEADER(__GTK_LIST_ITEM_H__)
#if IN_FILE(__GTK_LIST_ITEM_C__)
gtk_list_item_deselect
gtk_list_item_get_type G_GNUC_CONST
gtk_list_item_new
gtk_list_item_new_with_label
gtk_list_item_select
#endif
#endif

#if IN_HEADER(__GTK_LIST_STORE_H__)
#if IN_FILE(__GTK_LIST_STORE_C__)
gtk_list_store_append
gtk_list_store_clear
gtk_list_store_get_type G_GNUC_CONST
gtk_list_store_insert
gtk_list_store_insert_after
gtk_list_store_insert_before
gtk_list_store_insert_with_values
gtk_list_store_insert_with_valuesv
gtk_list_store_iter_is_valid
gtk_list_store_move_after
gtk_list_store_move_before
gtk_list_store_new
gtk_list_store_newv
gtk_list_store_prepend
gtk_list_store_remove
gtk_list_store_reorder
gtk_list_store_set
gtk_list_store_set_column_types
gtk_list_store_set_valist
gtk_list_store_set_value
gtk_list_store_swap
#endif
#endif

#if IN_HEADER(__GTK_MAIN_H__)
#if IN_FILE(__GTK_MAIN_C__)
gtk_get_option_group
gtk_get_current_event
gtk_get_current_event_state
gtk_get_current_event_time
#ifndef GTK_DISABLE_DEPRECATED
gtk_exit
gtk_idle_add
gtk_idle_add_full
gtk_idle_add_priority
gtk_idle_remove
gtk_idle_remove_by_data
gtk_timeout_add
gtk_timeout_add_full
gtk_timeout_remove
gtk_input_add_full
gtk_input_remove
#endif
gtk_false G_GNUC_CONST
gtk_true G_GNUC_CONST
gtk_events_pending
gtk_disable_setlocale
gtk_set_locale
gtk_check_version
gtk_get_default_language
gtk_get_event_widget
gtk_grab_add
gtk_grab_get_current
gtk_grab_remove
gtk_propagate_event
gtk_quit_add
gtk_quit_add_destroy
gtk_quit_add_full
gtk_quit_remove
gtk_quit_remove_by_data
gtk_key_snooper_install
gtk_key_snooper_remove
gtk_init
#ifdef G_OS_WIN32
gtk_init_abi_check
#endif
gtk_init_add
gtk_init_check
#ifdef G_OS_WIN32
gtk_init_check_abi_check
#endif
gtk_init_with_args
gtk_parse_args
gtk_main
gtk_main_do_event
gtk_main_iteration
gtk_main_iteration_do
gtk_main_level
gtk_main_quit
#endif
#endif

#if IN_HEADER(__GTK_INPUTDIALOG_H__)
#if IN_FILE(__GTK_INPUTDIALOG_C__)
gtk_input_dialog_get_type G_GNUC_CONST
gtk_input_dialog_new
#endif
#endif

#if IN_HEADER(__gtk_marshal_MARSHAL_H__)
#if IN_FILE(__gtk_marshal_MARSHAL_C__)
gtk_marshal_BOOLEAN__POINTER
gtk_marshal_BOOLEAN__POINTER_INT_INT
gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT
gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT
gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER
gtk_marshal_BOOLEAN__VOID
gtk_marshal_ENUM__ENUM
gtk_marshal_INT__POINTER
gtk_marshal_INT__POINTER_CHAR_CHAR
gtk_marshal_VOID__ENUM_FLOAT
gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN
gtk_marshal_VOID__INT_INT
gtk_marshal_VOID__INT_INT_POINTER
gtk_marshal_VOID__POINTER_INT
gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT
gtk_marshal_VOID__POINTER_POINTER
gtk_marshal_VOID__POINTER_POINTER_POINTER
gtk_marshal_VOID__POINTER_POINTER_UINT_UINT
gtk_marshal_VOID__POINTER_STRING_STRING
gtk_marshal_VOID__POINTER_UINT
gtk_marshal_VOID__POINTER_UINT_ENUM
gtk_marshal_VOID__POINTER_UINT_UINT
gtk_marshal_VOID__STRING_INT_POINTER
gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER
gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM
gtk_marshal_VOID__UINT_STRING
#endif
#endif

#if IN_HEADER(__GTK_MENU_BAR_H__)
#if IN_FILE(__GTK_MENU_BAR_C__)
gtk_menu_bar_get_type G_GNUC_CONST
gtk_menu_bar_new
gtk_menu_bar_get_child_pack_direction
gtk_menu_bar_set_child_pack_direction
gtk_menu_bar_get_pack_direction
gtk_menu_bar_set_pack_direction
#endif
#endif

#if IN_HEADER(__GTK_MENU_H__)
#if IN_FILE(__GTK_MENU_C__)
gtk_menu_attach
gtk_menu_attach_to_widget
gtk_menu_detach
gtk_menu_get_accel_group
gtk_menu_get_active
gtk_menu_get_attach_widget
gtk_menu_get_for_attach_widget
gtk_menu_get_tearoff_state
gtk_menu_get_title
gtk_menu_get_type G_GNUC_CONST
gtk_menu_new
gtk_menu_popdown
gtk_menu_popup
gtk_menu_reorder_child
gtk_menu_reposition
gtk_menu_set_accel_group
gtk_menu_set_accel_path
gtk_menu_set_active
gtk_menu_set_monitor
gtk_menu_set_screen
gtk_menu_set_tearoff_state
gtk_menu_set_title
#endif
#endif

#if IN_HEADER(__GTK_MENU_ITEM_H__)
#if IN_FILE(__GTK_MENU_ITEM_C__)
gtk_menu_item_activate
gtk_menu_item_deselect
gtk_menu_item_get_right_justified
gtk_menu_item_get_submenu
gtk_menu_item_get_type G_GNUC_CONST
gtk_menu_item_new
gtk_menu_item_new_with_label
gtk_menu_item_new_with_mnemonic
gtk_menu_item_remove_submenu
gtk_menu_item_select
gtk_menu_item_set_accel_path
gtk_menu_item_set_right_justified
gtk_menu_item_set_submenu
gtk_menu_item_toggle_size_allocate
gtk_menu_item_toggle_size_request
#endif
#endif

#if IN_HEADER(__GTK_MENU_SHELL_H__)
#if IN_FILE(__GTK_MENU_SHELL_C__)
gtk_menu_shell_activate_item
gtk_menu_shell_append
gtk_menu_shell_cancel
gtk_menu_shell_deactivate
gtk_menu_shell_deselect
gtk_menu_shell_get_type G_GNUC_CONST
gtk_menu_shell_insert
gtk_menu_shell_prepend
gtk_menu_shell_select_first
gtk_menu_shell_select_item
gtk_menu_shell_set_take_focus
gtk_menu_shell_get_take_focus
#endif
#endif

#if IN_HEADER(__GTK_MENU_TOOL_BUTTON_H__)
#if IN_FILE(__GTK_MENU_TOOL_BUTTON_C__)
gtk_menu_tool_button_get_menu
gtk_menu_tool_button_get_type G_GNUC_CONST
gtk_menu_tool_button_new
gtk_menu_tool_button_new_from_stock
gtk_menu_tool_button_set_arrow_tooltip
gtk_menu_tool_button_set_menu
#endif
#endif

#if IN_HEADER(__GTK_MESSAGE_DIALOG_H__)
#if IN_FILE(__GTK_MESSAGE_DIALOG_C__)
gtk_message_dialog_format_secondary_markup G_GNUC_PRINTF(2,3)
gtk_message_dialog_format_secondary_text G_GNUC_PRINTF(2,3)
gtk_message_dialog_get_type G_GNUC_CONST
gtk_message_dialog_new G_GNUC_PRINTF(5,6)
gtk_message_dialog_new_with_markup G_GNUC_PRINTF(5,6)
gtk_message_dialog_set_markup
#endif
#endif

#if IN_HEADER(__GTK_MISC_H__)
#if IN_FILE(__GTK_MISC_C__)
gtk_misc_get_alignment
gtk_misc_get_padding
gtk_misc_get_type G_GNUC_CONST
gtk_misc_set_alignment
gtk_misc_set_padding
#endif
#endif

#if IN_HEADER(__GTK_NOTEBOOK_H__)
#if IN_FILE(__GTK_NOTEBOOK_C__)
gtk_notebook_append_page
gtk_notebook_append_page_menu
gtk_notebook_get_current_page
gtk_notebook_get_menu_label
gtk_notebook_get_menu_label_text
gtk_notebook_get_n_pages
gtk_notebook_get_nth_page
gtk_notebook_get_scrollable
gtk_notebook_get_show_border
gtk_notebook_get_show_tabs
gtk_notebook_get_tab_label
gtk_notebook_get_tab_label_text
gtk_notebook_get_tab_pos
gtk_notebook_get_type G_GNUC_CONST
gtk_notebook_insert_page
gtk_notebook_insert_page_menu
gtk_notebook_new
gtk_notebook_next_page
gtk_notebook_page_num
gtk_notebook_popup_disable
gtk_notebook_popup_enable
gtk_notebook_prepend_page
gtk_notebook_prepend_page_menu
gtk_notebook_prev_page
gtk_notebook_query_tab_label_packing
gtk_notebook_remove_page
gtk_notebook_reorder_child
gtk_notebook_set_current_page
#ifndef GTK_DISABLE_DEPRECATED
gtk_notebook_set_homogeneous_tabs
gtk_notebook_set_tab_border
gtk_notebook_set_tab_hborder
gtk_notebook_set_tab_vborder
#endif
gtk_notebook_set_menu_label
gtk_notebook_set_menu_label_text
gtk_notebook_set_scrollable
gtk_notebook_set_show_border
gtk_notebook_set_show_tabs
gtk_notebook_set_tab_label
gtk_notebook_set_tab_label_packing
gtk_notebook_set_tab_label_text
gtk_notebook_set_tab_pos
#endif
#endif

#if IN_HEADER(__GTK_OBJECT_H__)
#if IN_FILE(__GTK_OBJECT_C__)
#ifndef GTK_DISABLE_DEPRECATED
gtk_object_add_arg_type
gtk_object_get G_GNUC_NULL_TERMINATED
gtk_object_set G_GNUC_NULL_TERMINATED
gtk_object_get_data
gtk_object_get_data_by_id
gtk_object_get_user_data
gtk_object_new
gtk_object_remove_data
gtk_object_remove_data_by_id
gtk_object_remove_no_notify
gtk_object_remove_no_notify_by_id
gtk_object_ref
gtk_object_unref
gtk_object_weakref
gtk_object_weakunref
gtk_object_set_data
gtk_object_set_data_by_id
gtk_object_set_data_by_id_full
gtk_object_set_data_full
gtk_object_set_user_data
gtk_object_sink
#endif
gtk_object_destroy
gtk_object_get_type G_GNUC_CONST
#endif
#endif

#if IN_HEADER(__GTK_OLD_EDITABLE_H__)
#if IN_FILE(__GTK_OLD_EDITABLE_C__)
gtk_old_editable_changed
gtk_old_editable_claim_selection
gtk_old_editable_get_type G_GNUC_CONST
#endif
#endif

#if IN_HEADER(__GTK_OPTION_MENU_H__)
#if IN_FILE(__GTK_OPTION_MENU_C__)
gtk_option_menu_get_history
gtk_option_menu_get_menu
gtk_option_menu_get_type G_GNUC_CONST
gtk_option_menu_new
gtk_option_menu_remove_menu
gtk_option_menu_set_history
gtk_option_menu_set_menu
#endif
#endif

#if IN_HEADER(__GTK_PANED_H__)
#if IN_FILE(__GTK_PANED_C__)
gtk_paned_add1
gtk_paned_add2
gtk_paned_compute_position
gtk_paned_get_child1
gtk_paned_get_child2
gtk_paned_get_position
gtk_paned_get_type G_GNUC_CONST
gtk_paned_pack1
gtk_paned_pack2
gtk_paned_set_position
#endif
#endif

#if IN_HEADER(__GTK_PATH_BAR_H__)
#if IN_FILE(__GTK_PATH_BAR_C__)
gtk_path_bar_get_type G_GNUC_CONST
#endif
#endif

#if IN_HEADER(__GTK_PIXMAP_H__)
#if IN_FILE(__GTK_PIXMAP_C__)
gtk_pixmap_get
gtk_pixmap_get_type G_GNUC_CONST
gtk_pixmap_new
gtk_pixmap_set
gtk_pixmap_set_build_insensitive
#endif
#endif

#if IN_HEADER(__GTK_PLUG_H__)
#if IN_FILE(__GTK_PLUG_C__)
gtk_plug_construct
gtk_plug_construct_for_display
gtk_plug_get_id
gtk_plug_get_type G_GNUC_CONST
gtk_plug_new
gtk_plug_new_for_display
#endif
#endif

#if IN_HEADER(__GTK_PREVIEW_H__)
#if IN_FILE(__GTK_PREVIEW_C__)
gtk_preview_draw_row
gtk_preview_get_cmap
gtk_preview_get_info
gtk_preview_get_type G_GNUC_CONST
gtk_preview_get_visual
gtk_preview_new
gtk_preview_put
gtk_preview_reset
gtk_preview_set_color_cube
gtk_preview_set_dither
gtk_preview_set_expand
gtk_preview_set_gamma
gtk_preview_set_install_cmap
gtk_preview_set_reserved
gtk_preview_size
gtk_preview_uninit
#endif
#endif

#if IN_HEADER(__GTK_PROGRESS_BAR_H__)
#if IN_FILE(__GTK_PROGRESS_BAR_C__)
gtk_progress_bar_get_fraction
gtk_progress_bar_get_orientation
gtk_progress_bar_get_pulse_step
gtk_progress_bar_get_text
gtk_progress_bar_get_ellipsize
gtk_progress_bar_get_type G_GNUC_CONST
gtk_progress_bar_new
#ifndef GTK_DISABLE_DEPRECATED
gtk_progress_bar_new_with_adjustment
gtk_progress_bar_set_bar_style
gtk_progress_bar_set_discrete_blocks
gtk_progress_bar_set_activity_blocks
gtk_progress_bar_set_activity_step
gtk_progress_bar_update
#endif
gtk_progress_bar_pulse
gtk_progress_bar_set_fraction
gtk_progress_bar_set_orientation
gtk_progress_bar_set_pulse_step
gtk_progress_bar_set_text
gtk_progress_bar_set_ellipsize
#endif
#endif

#if IN_HEADER(__GTK_PROGRESS_H__)
#if IN_FILE(__GTK_PROGRESS_C__)
gtk_progress_configure
gtk_progress_get_current_percentage
gtk_progress_get_current_text
gtk_progress_get_percentage_from_value
gtk_progress_get_text_from_value
gtk_progress_get_type G_GNUC_CONST
gtk_progress_get_value
gtk_progress_set_activity_mode
gtk_progress_set_adjustment
gtk_progress_set_format_string
gtk_progress_set_percentage
gtk_progress_set_show_text
gtk_progress_set_text_alignment
gtk_progress_set_value
#endif
#endif

#if IN_HEADER(__GTK_RADIO_ACTION_H__)
#if IN_FILE(__GTK_RADIO_ACTION_C__)
gtk_radio_action_get_current_value
gtk_radio_action_get_group
gtk_radio_action_get_type G_GNUC_CONST
gtk_radio_action_new
gtk_radio_action_set_group
#endif
#endif

#if IN_HEADER(__GTK_RADIO_BUTTON_H__)
#if IN_FILE(__GTK_RADIO_BUTTON_C__)
gtk_radio_button_get_group
gtk_radio_button_get_type G_GNUC_CONST
gtk_radio_button_new
gtk_radio_button_new_from_widget
gtk_radio_button_new_with_label
gtk_radio_button_new_with_label_from_widget
gtk_radio_button_new_with_mnemonic
gtk_radio_button_new_with_mnemonic_from_widget
gtk_radio_button_set_group
#endif
#endif

#if IN_HEADER(__GTK_RADIO_MENU_ITEM_H__)
#if IN_FILE(__GTK_RADIO_MENU_ITEM_C__)
gtk_radio_menu_item_get_group
gtk_radio_menu_item_get_type G_GNUC_CONST
gtk_radio_menu_item_new
gtk_radio_menu_item_new_from_widget
gtk_radio_menu_item_new_with_label
gtk_radio_menu_item_new_with_label_from_widget
gtk_radio_menu_item_new_with_mnemonic
gtk_radio_menu_item_new_with_mnemonic_from_widget
gtk_radio_menu_item_set_group
#endif
#endif

#if IN_HEADER(__GTK_RADIO_TOOL_BUTTON_H__)
#if IN_FILE(__GTK_RADIO_TOOL_BUTTON_C__)
gtk_radio_tool_button_get_group
gtk_radio_tool_button_get_type G_GNUC_CONST
gtk_radio_tool_button_new
gtk_radio_tool_button_new_from_stock
gtk_radio_tool_button_new_from_widget
gtk_radio_tool_button_new_with_stock_from_widget
gtk_radio_tool_button_set_group
#endif
#endif

#if IN_HEADER(__GTK_RANGE_H__)
#if IN_FILE(__GTK_RANGE_C__)
gtk_range_get_adjustment
gtk_range_get_inverted
gtk_range_get_lower_stepper_sensitivity
gtk_range_get_type G_GNUC_CONST
gtk_range_get_update_policy
gtk_range_get_upper_stepper_sensitivity
gtk_range_get_value
gtk_range_set_adjustment
gtk_range_set_increments
gtk_range_set_inverted
gtk_range_set_lower_stepper_sensitivity
gtk_range_set_range
gtk_range_set_update_policy
gtk_range_set_upper_stepper_sensitivity
gtk_range_set_value
#endif
#endif

#if IN_HEADER(__GTK_RC_H__)
#if IN_FILE(__GTK_RC_C__)
#ifndef GTK_DISABLE_DEPRECATED
gtk_rc_add_class_style
gtk_rc_add_widget_class_style
gtk_rc_add_widget_name_style
#endif
gtk_rc_add_default_file PRIVATE
#ifdef G_OS_WIN32
gtk_rc_add_default_file_utf8
#endif
gtk_rc_find_module_in_path
gtk_rc_find_pixmap_in_path
gtk_rc_get_default_files
gtk_rc_get_im_module_file
gtk_rc_get_im_module_path
gtk_rc_get_module_dir
gtk_rc_get_style
gtk_rc_get_style_by_paths
gtk_rc_get_theme_dir
gtk_rc_parse PRIVATE
#ifdef G_OS_WIN32
gtk_rc_parse_utf8
#endif
gtk_rc_parse_color
gtk_rc_parse_priority
gtk_rc_parse_state
gtk_rc_parse_string
gtk_rc_reparse_all
gtk_rc_reparse_all_for_settings
gtk_rc_reset_styles
gtk_rc_scanner_new
gtk_rc_set_default_files PRIVATE
#ifdef G_OS_WIN32
gtk_rc_set_default_files_utf8
#endif
gtk_rc_style_copy
gtk_rc_style_get_type G_GNUC_CONST
gtk_rc_style_new
gtk_rc_style_ref
gtk_rc_style_unref
#endif
#endif

#if IN_HEADER(__GTK_RULER_H__)
#if IN_FILE(__GTK_RULER_C__)
gtk_ruler_draw_pos
gtk_ruler_draw_ticks
gtk_ruler_get_metric
gtk_ruler_get_range
gtk_ruler_get_type G_GNUC_CONST
gtk_ruler_set_metric
gtk_ruler_set_range
#endif
#endif

#if IN_HEADER(__GTK_SCALE_H__)
#if IN_FILE(__GTK_SCALE_C__)
gtk_scale_get_digits
gtk_scale_get_draw_value
gtk_scale_get_layout
gtk_scale_get_layout_offsets
gtk_scale_get_type G_GNUC_CONST
gtk_scale_get_value_pos
gtk_scale_set_digits
gtk_scale_set_draw_value
gtk_scale_set_value_pos
#endif
#endif

#if IN_HEADER(__GTK_SCROLLBAR_H__)
#if IN_FILE(__GTK_SCROLLBAR_C__)
gtk_scrollbar_get_type G_GNUC_CONST
#endif
#endif

#if IN_HEADER(__GTK_SCROLLED_WINDOW_H__)
#if IN_FILE(__GTK_SCROLLED_WINDOW_C__)
gtk_scrolled_window_add_with_viewport
gtk_scrolled_window_get_hadjustment
gtk_scrolled_window_get_hscrollbar
gtk_scrolled_window_get_placement
gtk_scrolled_window_get_policy
gtk_scrolled_window_get_shadow_type
gtk_scrolled_window_get_type G_GNUC_CONST
gtk_scrolled_window_get_vadjustment
gtk_scrolled_window_get_vscrollbar
gtk_scrolled_window_new
gtk_scrolled_window_set_hadjustment
gtk_scrolled_window_set_placement
gtk_scrolled_window_set_policy
gtk_scrolled_window_set_shadow_type
gtk_scrolled_window_set_vadjustment
#endif
#endif

#if IN_HEADER(__GTK_SELECTION_H__)
#if IN_FILE(__GTK_SELECTION_C__)
gtk_selection_add_target
gtk_selection_add_targets
gtk_selection_clear
gtk_selection_clear_targets
gtk_selection_convert
gtk_selection_data_copy
gtk_selection_data_free
gtk_selection_data_get_pixbuf
gtk_selection_data_get_targets
gtk_selection_data_get_text
gtk_selection_data_get_type G_GNUC_CONST
gtk_selection_data_get_uris
gtk_selection_data_set
gtk_selection_data_set_pixbuf
gtk_selection_data_set_text
gtk_selection_data_set_uris
gtk_selection_data_targets_include_image
gtk_selection_data_targets_include_text
gtk_selection_data_targets_include_uri
gtk_targets_include_image
gtk_targets_include_text
gtk_targets_include_uri
gtk_selection_owner_set
gtk_selection_owner_set_for_display
gtk_selection_remove_all
gtk_target_list_add
gtk_target_list_add_image_targets
gtk_target_list_add_table
gtk_target_list_add_text_targets
gtk_target_list_add_uri_targets
gtk_target_list_find
gtk_target_list_new
gtk_target_list_ref
gtk_target_list_remove
gtk_target_list_unref
#endif
#endif

#if IN_HEADER(__GTK_SEPARATOR_H__)
#if IN_FILE(__GTK_SEPARATOR_C__)
gtk_separator_get_type G_GNUC_CONST
#endif
#endif

#if IN_HEADER(__GTK_SEPARATOR_MENU_ITEM_H__)
#if IN_FILE(__GTK_SEPARATOR_MENU_ITEM_C__)
gtk_separator_menu_item_get_type G_GNUC_CONST
gtk_separator_menu_item_new
#endif
#endif

#if IN_HEADER(__GTK_SEPARATOR_TOOL_ITEM_H__)
#if IN_FILE(__GTK_SEPARATOR_TOOL_ITEM_C__)
gtk_separator_tool_item_get_draw
gtk_separator_tool_item_get_type G_GNUC_CONST
gtk_separator_tool_item_new
gtk_separator_tool_item_set_draw
#endif
#endif

#if IN_HEADER(__GTK_SETTINGS_H__)
#if IN_FILE(__GTK_SETTINGS_C__)
gtk_settings_get_default
gtk_settings_get_for_screen
gtk_settings_get_type G_GNUC_CONST
gtk_settings_install_property
gtk_settings_install_property_parser
gtk_settings_set_double_property
gtk_settings_set_long_property
gtk_settings_set_property_value
gtk_settings_set_string_property
gtk_rc_property_parse_border
gtk_rc_property_parse_color
gtk_rc_property_parse_enum
gtk_rc_property_parse_flags
gtk_rc_property_parse_requisition
#endif
#endif

#if IN_HEADER(__GTK_SIGNAL_H__)
#if IN_FILE(__GTK_SIGNAL_C__)
#ifndef GTK_DISABLE_DEPRECATED
gtk_signal_compat_matched
gtk_signal_connect_full
gtk_signal_connect_object_while_alive
gtk_signal_connect_while_alive
gtk_signal_emit
gtk_signal_emit_by_name
gtk_signal_emit_stop_by_name
gtk_signal_emitv
gtk_signal_emitv_by_name
gtk_signal_new
gtk_signal_newv
#endif
#endif
#endif

#if IN_HEADER(__GTK_SIZE_GROUP_H__)
#if IN_FILE(__GTK_SIZE_GROUP_C__)
gtk_size_group_add_widget
gtk_size_group_get_ignore_hidden
gtk_size_group_get_mode
gtk_size_group_get_type G_GNUC_CONST
gtk_size_group_new
gtk_size_group_remove_widget
gtk_size_group_set_ignore_hidden
gtk_size_group_set_mode
#endif
#endif


#if IN_HEADER(__GTK_SOCKET_H__)
#if IN_FILE(__GTK_SOCKET_C__)
gtk_socket_add_id
gtk_socket_get_id
gtk_socket_get_type G_GNUC_CONST
gtk_socket_new
#ifndef GTK_DISABLE_DEPRECATED
gtk_socket_steal
#endif
#endif
#endif

#if IN_HEADER(__GTK_SPIN_BUTTON_H__)
#if IN_FILE(__GTK_SPIN_BUTTON_C__)
gtk_spin_button_configure
gtk_spin_button_get_adjustment
gtk_spin_button_get_digits
gtk_spin_button_get_increments
gtk_spin_button_get_numeric
gtk_spin_button_get_range
gtk_spin_button_get_snap_to_ticks
gtk_spin_button_get_type G_GNUC_CONST
gtk_spin_button_get_update_policy
gtk_spin_button_get_value
gtk_spin_button_get_value_as_int
gtk_spin_button_get_wrap
gtk_spin_button_new
gtk_spin_button_new_with_range
gtk_spin_button_set_adjustment
gtk_spin_button_set_digits
gtk_spin_button_set_increments
gtk_spin_button_set_numeric
gtk_spin_button_set_range
gtk_spin_button_set_snap_to_ticks
gtk_spin_button_set_update_policy
gtk_spin_button_set_value
gtk_spin_button_set_wrap
gtk_spin_button_spin
gtk_spin_button_update
#endif
#endif

#if IN_HEADER(__GTK_STATUSBAR_H__)
#if IN_FILE(__GTK_STATUSBAR_C__)
gtk_statusbar_get_context_id
gtk_statusbar_get_has_resize_grip
gtk_statusbar_get_type G_GNUC_CONST
gtk_statusbar_new
gtk_statusbar_pop
gtk_statusbar_push
gtk_statusbar_remove
gtk_statusbar_set_has_resize_grip
#endif
#endif

#if IN_HEADER(__GTK_STOCK_H__)
#if IN_FILE(__GTK_STOCK_C__)
gtk_stock_add
gtk_stock_add_static
gtk_stock_item_copy
gtk_stock_item_free
gtk_stock_list_ids
gtk_stock_lookup
gtk_stock_set_translate_func
#endif
#endif

#if IN_HEADER(__GTK_TABLE_H__)
#if IN_FILE(__GTK_TABLE_C__)
gtk_table_attach
gtk_table_attach_defaults
gtk_table_get_col_spacing
gtk_table_get_default_col_spacing
gtk_table_get_default_row_spacing
gtk_table_get_homogeneous
gtk_table_get_row_spacing
gtk_table_get_type G_GNUC_CONST
gtk_table_new
gtk_table_resize
gtk_table_set_col_spacing
gtk_table_set_col_spacings
gtk_table_set_homogeneous
gtk_table_set_row_spacing
gtk_table_set_row_spacings
#endif
#endif

#if IN_HEADER(__GTK_TEAROFF_MENU_ITEM_H__)
#if IN_FILE(__GTK_TEAROFF_MENU_ITEM_C__)
gtk_tearoff_menu_item_get_type G_GNUC_CONST
gtk_tearoff_menu_item_new
#endif
#endif

#if IN_HEADER(__GTK_TEXT_TAG_H__)
#if IN_FILE(__GTK_TEXT_TAG_C__)
gtk_text_attributes_copy
gtk_text_attributes_copy_values
gtk_text_attributes_get_type G_GNUC_CONST
gtk_text_attributes_new
gtk_text_attributes_ref
gtk_text_attributes_unref
gtk_text_tag_event
gtk_text_tag_get_priority
gtk_text_tag_get_type G_GNUC_CONST
gtk_text_tag_new
gtk_text_tag_set_priority
#endif
#endif

#if IN_HEADER(__GTK_TEXT_TAG_TABLE_H__)
#if IN_FILE(__GTK_TEXT_TAG_TABLE_C__)
gtk_text_tag_table_add
gtk_text_tag_table_foreach
gtk_text_tag_table_get_size
gtk_text_tag_table_get_type G_GNUC_CONST
gtk_text_tag_table_lookup
gtk_text_tag_table_new
gtk_text_tag_table_remove
#endif
#endif

#if IN_HEADER(__GTK_TEXT_H__)
#if IN_FILE(__GTK_TEXT_C__)
gtk_text_backward_delete
gtk_text_forward_delete
gtk_text_freeze
gtk_text_get_length
gtk_text_get_point
gtk_text_get_type G_GNUC_CONST
gtk_text_insert
gtk_text_new
gtk_text_set_adjustments
gtk_text_set_editable
gtk_text_set_line_wrap
gtk_text_set_point
gtk_text_set_word_wrap
gtk_text_thaw
#endif
#endif

#if IN_HEADER(__GTK_TEXT_BUFFER_H__)
#if IN_FILE(__GTK_TEXT_BUFFER_C__)
gtk_text_buffer_add_selection_clipboard
gtk_text_buffer_apply_tag
gtk_text_buffer_apply_tag_by_name
gtk_text_buffer_backspace
gtk_text_buffer_begin_user_action
gtk_text_buffer_copy_clipboard
gtk_text_buffer_create_child_anchor
gtk_text_buffer_create_mark
gtk_text_buffer_create_tag 
gtk_text_buffer_cut_clipboard
gtk_text_buffer_delete
gtk_text_buffer_delete_interactive
gtk_text_buffer_delete_mark
gtk_text_buffer_delete_mark_by_name
gtk_text_buffer_delete_selection
gtk_text_buffer_end_user_action
gtk_text_buffer_get_bounds
gtk_text_buffer_get_char_count
gtk_text_buffer_get_end_iter
gtk_text_buffer_get_has_selection
gtk_text_buffer_get_insert
gtk_text_buffer_get_iter_at_child_anchor
gtk_text_buffer_get_iter_at_line
gtk_text_buffer_get_iter_at_line_index
gtk_text_buffer_get_iter_at_line_offset
gtk_text_buffer_get_iter_at_mark
gtk_text_buffer_get_iter_at_offset
gtk_text_buffer_get_line_count
gtk_text_buffer_get_mark
gtk_text_buffer_get_modified
gtk_text_buffer_get_selection_bound
gtk_text_buffer_get_selection_bounds
gtk_text_buffer_get_slice
gtk_text_buffer_get_start_iter
gtk_text_buffer_get_tag_table
gtk_text_buffer_get_text
gtk_text_buffer_get_type G_GNUC_CONST
gtk_text_buffer_insert
gtk_text_buffer_insert_at_cursor
gtk_text_buffer_insert_child_anchor
gtk_text_buffer_insert_interactive
gtk_text_buffer_insert_interactive_at_cursor
gtk_text_buffer_insert_pixbuf
gtk_text_buffer_insert_range
gtk_text_buffer_insert_range_interactive
gtk_text_buffer_insert_with_tags G_GNUC_NULL_TERMINATED
gtk_text_buffer_insert_with_tags_by_name G_GNUC_NULL_TERMINATED
gtk_text_buffer_move_mark
gtk_text_buffer_move_mark_by_name
gtk_text_buffer_new
gtk_text_buffer_paste_clipboard
gtk_text_buffer_place_cursor
gtk_text_buffer_remove_all_tags
gtk_text_buffer_remove_selection_clipboard
gtk_text_buffer_remove_tag
gtk_text_buffer_remove_tag_by_name
gtk_text_buffer_select_range
gtk_text_buffer_set_modified
gtk_text_buffer_set_text
#endif
#endif

#if IN_HEADER(__GTK_TEXT_TYPES_H__)
#if IN_FILE(__GTK_TEXT_TYPES_C__)
gtk_text_byte_begins_utf8_char
#endif
#endif

#if IN_HEADER(__GTK_TEXT_ITER_H__)
#if IN_FILE(__GTK_TEXT_ITER_C__)
gtk_text_iter_backward_char
gtk_text_iter_backward_chars
gtk_text_iter_backward_cursor_position
gtk_text_iter_backward_cursor_positions
gtk_text_iter_backward_find_char
gtk_text_iter_backward_line
gtk_text_iter_backward_lines
gtk_text_iter_backward_search
gtk_text_iter_backward_sentence_start
gtk_text_iter_backward_sentence_starts
gtk_text_iter_backward_to_tag_toggle
gtk_text_iter_backward_visible_cursor_position
gtk_text_iter_backward_visible_cursor_positions
gtk_text_iter_backward_visible_line
gtk_text_iter_backward_visible_lines
gtk_text_iter_backward_visible_word_start
gtk_text_iter_backward_visible_word_starts
gtk_text_iter_backward_word_start
gtk_text_iter_backward_word_starts
gtk_text_iter_begins_tag
gtk_text_iter_can_insert
gtk_text_iter_compare
gtk_text_iter_copy
gtk_text_iter_editable
gtk_text_iter_ends_line
gtk_text_iter_ends_sentence
gtk_text_iter_ends_tag
gtk_text_iter_ends_word
gtk_text_iter_equal
gtk_text_iter_forward_char
gtk_text_iter_forward_chars
gtk_text_iter_forward_cursor_position
gtk_text_iter_forward_cursor_positions
gtk_text_iter_forward_find_char
gtk_text_iter_forward_line
gtk_text_iter_forward_lines
gtk_text_iter_forward_search
gtk_text_iter_forward_sentence_end
gtk_text_iter_forward_sentence_ends
gtk_text_iter_forward_to_end
gtk_text_iter_forward_to_line_end
gtk_text_iter_forward_to_tag_toggle
gtk_text_iter_forward_visible_cursor_position
gtk_text_iter_forward_visible_cursor_positions
gtk_text_iter_forward_visible_line
gtk_text_iter_forward_visible_lines
gtk_text_iter_forward_visible_word_end
gtk_text_iter_forward_visible_word_ends
gtk_text_iter_forward_word_end
gtk_text_iter_forward_word_ends
gtk_text_iter_free
gtk_text_iter_get_attributes
gtk_text_iter_get_buffer
gtk_text_iter_get_bytes_in_line
gtk_text_iter_get_char
gtk_text_iter_get_chars_in_line
gtk_text_iter_get_child_anchor
gtk_text_iter_get_language
gtk_text_iter_get_line
gtk_text_iter_get_line_index
gtk_text_iter_get_line_offset
gtk_text_iter_get_marks
gtk_text_iter_get_offset
gtk_text_iter_get_pixbuf
gtk_text_iter_get_slice
gtk_text_iter_get_tags
gtk_text_iter_get_text
gtk_text_iter_get_toggled_tags
gtk_text_iter_get_type G_GNUC_CONST
gtk_text_iter_get_visible_line_index
gtk_text_iter_get_visible_line_offset
gtk_text_iter_get_visible_slice
gtk_text_iter_get_visible_text
gtk_text_iter_has_tag
gtk_text_iter_in_range
gtk_text_iter_inside_sentence
gtk_text_iter_inside_word
gtk_text_iter_is_cursor_position
gtk_text_iter_is_end
gtk_text_iter_is_start
gtk_text_iter_order
gtk_text_iter_set_line
gtk_text_iter_set_line_index
gtk_text_iter_set_line_offset
gtk_text_iter_set_offset
gtk_text_iter_set_visible_line_index
gtk_text_iter_set_visible_line_offset
gtk_text_iter_starts_line
gtk_text_iter_starts_sentence
gtk_text_iter_starts_word
gtk_text_iter_toggles_tag
#endif
#endif

#if IN_HEADER(__GTK_TEXT_LAYOUT_H__)
#if IN_FILE(__GTK_TEXT_LAYOUT_C__)
gtk_text_layout_changed
gtk_text_layout_clamp_iter_to_vrange
gtk_text_layout_default_style_changed
gtk_text_layout_free_line_data
gtk_text_layout_free_line_display
gtk_text_layout_get_buffer
gtk_text_layout_get_cursor_locations
gtk_text_layout_get_cursor_visible
gtk_text_layout_get_iter_at_line
gtk_text_layout_get_iter_at_pixel
gtk_text_layout_get_iter_at_position
gtk_text_layout_get_iter_location
gtk_text_layout_get_line_at_y
gtk_text_layout_get_line_display
gtk_text_layout_get_lines
gtk_text_layout_get_line_yrange
gtk_text_layout_get_size
gtk_text_layout_get_type G_GNUC_CONST
gtk_text_layout_invalidate
gtk_text_layout_is_valid
gtk_text_layout_iter_starts_line
gtk_text_layout_move_iter_to_line_end
gtk_text_layout_move_iter_to_next_line
gtk_text_layout_move_iter_to_previous_line
gtk_text_layout_move_iter_to_x
gtk_text_layout_move_iter_visually
gtk_text_layout_new
gtk_text_layout_set_buffer
gtk_text_layout_set_contexts
gtk_text_layout_set_cursor_direction
gtk_text_layout_set_cursor_visible
gtk_text_layout_set_default_style
gtk_text_layout_set_keyboard_direction
gtk_text_layout_set_preedit_string
gtk_text_layout_set_screen_width
gtk_text_layout_spew
gtk_text_layout_validate
gtk_text_layout_validate_yrange
gtk_text_layout_wrap
gtk_text_layout_wrap_loop_end
gtk_text_layout_wrap_loop_start
#endif
#endif

#if IN_HEADER(__GTK_TEXT_CHILD_H__)
#if IN_FILE(__GTK_TEXT_CHILD_C__)
gtk_text_child_anchor_get_deleted
gtk_text_child_anchor_get_type G_GNUC_CONST
gtk_text_child_anchor_get_widgets
gtk_text_child_anchor_new
#endif
#endif

#if IN_HEADER(__GTK_TEXT_LAYOUT_H__)
#if IN_FILE(__GTK_TEXT_CHILD_C__)
gtk_text_child_anchor_queue_resize
gtk_text_child_anchor_register_child
gtk_text_child_anchor_unregister_child
gtk_text_anchored_child_set_layout
#endif
#endif

#if IN_HEADER(__GTK_TEXT_DISPLAY_H__)
#if IN_FILE(__GTK_TEXT_DISPLAY_C__)
gtk_text_layout_draw
#endif
#endif

#if IN_HEADER(__GTK_TEXT_SEGMENT_H__)
#if IN_FILE(__GTK_TEXT_SEGMENT_C__)
gtk_text_line_segment_split
#endif
#endif

#if IN_HEADER(__GTK_TEXT_MARK_H__)
#if IN_FILE(__GTK_TEXT_MARK_C__)
gtk_text_mark_get_buffer
gtk_text_mark_get_deleted
gtk_text_mark_get_left_gravity
gtk_text_mark_get_name
gtk_text_mark_get_type G_GNUC_CONST
gtk_text_mark_get_visible
#endif
#endif

#if IN_HEADER(__GTK_TEXT_MARK_H__)
#if IN_FILE(__GTK_TEXT_BTREE_C__)
gtk_text_mark_set_visible
#endif
#endif

#if IN_HEADER(__GTK_TEXT_VIEW_H__)
#if IN_FILE(__GTK_TEXT_VIEW_C__)
gtk_text_view_add_child_at_anchor
gtk_text_view_add_child_in_window
gtk_text_view_backward_display_line
gtk_text_view_backward_display_line_start
gtk_text_view_buffer_to_window_coords
gtk_text_view_forward_display_line
gtk_text_view_forward_display_line_end
gtk_text_view_get_accepts_tab
gtk_text_view_get_border_window_size
gtk_text_view_get_buffer
gtk_text_view_get_cursor_visible
gtk_text_view_get_default_attributes
gtk_text_view_get_editable
gtk_text_view_get_indent
gtk_text_view_get_iter_at_location
gtk_text_view_get_iter_at_position
gtk_text_view_get_iter_location
gtk_text_view_get_justification
gtk_text_view_get_left_margin
gtk_text_view_get_line_at_y
gtk_text_view_get_line_yrange
gtk_text_view_get_overwrite
gtk_text_view_get_pixels_above_lines
gtk_text_view_get_pixels_below_lines
gtk_text_view_get_pixels_inside_wrap
gtk_text_view_get_right_margin
gtk_text_view_get_tabs
gtk_text_view_get_type G_GNUC_CONST
gtk_text_view_get_visible_rect
gtk_text_view_get_window
gtk_text_view_get_window_type
gtk_text_view_get_wrap_mode
gtk_text_view_move_child
gtk_text_view_move_mark_onscreen
gtk_text_view_move_visually
gtk_text_view_new
gtk_text_view_new_with_buffer
gtk_text_view_place_cursor_onscreen
gtk_text_view_scroll_mark_onscreen
gtk_text_view_scroll_to_iter
gtk_text_view_scroll_to_mark
gtk_text_view_set_accepts_tab
gtk_text_view_set_border_window_size
gtk_text_view_set_buffer
gtk_text_view_set_cursor_visible
gtk_text_view_set_editable
gtk_text_view_set_indent
gtk_text_view_set_justification
gtk_text_view_set_left_margin
gtk_text_view_set_overwrite
gtk_text_view_set_pixels_above_lines
gtk_text_view_set_pixels_below_lines
gtk_text_view_set_pixels_inside_wrap
gtk_text_view_set_right_margin
gtk_text_view_set_tabs
gtk_text_view_set_wrap_mode
gtk_text_view_starts_display_line
gtk_text_view_window_to_buffer_coords
#endif
#endif

#if IN_HEADER(__GTK_THEMES_H__)
#if IN_FILE(__GTK_THEMES_C__)
gtk_theme_engine_create_rc_style
gtk_theme_engine_get
gtk_theme_engine_get_type G_GNUC_CONST
#endif
#endif

#if IN_HEADER(__GTK_TIPS_QUERY_H__)
#if IN_FILE(__GTK_TIPS_QUERY_C__)
gtk_tips_query_get_type G_GNUC_CONST
gtk_tips_query_new
gtk_tips_query_set_caller
gtk_tips_query_set_labels
gtk_tips_query_start_query
gtk_tips_query_stop_query
#endif
#endif

#if IN_HEADER(__GTK_TOGGLE_ACTION_H__)
#if IN_FILE(__GTK_TOGGLE_ACTION_C__)
gtk_toggle_action_get_active
gtk_toggle_action_get_draw_as_radio
gtk_toggle_action_get_type G_GNUC_CONST
gtk_toggle_action_new
gtk_toggle_action_set_active
gtk_toggle_action_set_draw_as_radio
gtk_toggle_action_toggled
#endif
#endif

#if IN_HEADER(__GTK_TOGGLE_BUTTON_H__)
#if IN_FILE(__GTK_TOGGLE_BUTTON_C__)
gtk_toggle_button_get_active
gtk_toggle_button_get_inconsistent
gtk_toggle_button_get_mode
gtk_toggle_button_get_type G_GNUC_CONST
gtk_toggle_button_new
gtk_toggle_button_new_with_label
gtk_toggle_button_new_with_mnemonic
gtk_toggle_button_set_active
gtk_toggle_button_set_inconsistent
gtk_toggle_button_set_mode
gtk_toggle_button_toggled
#endif
#endif

#if IN_HEADER(__GTK_TOGGLE_TOOL_BUTTON_H__)
#if IN_FILE(__GTK_TOGGLE_TOOL_BUTTON_C__)
gtk_toggle_tool_button_get_active
gtk_toggle_tool_button_get_type G_GNUC_CONST
gtk_toggle_tool_button_new
gtk_toggle_tool_button_new_from_stock
gtk_toggle_tool_button_set_active
#endif
#endif

#if IN_HEADER(__GTK_TOOLBAR_H__)
#if IN_FILE(__GTK_TOOLBAR_C__)
#ifndef GTK_DISABLE_DEPRECATED
gtk_toolbar_append_element
gtk_toolbar_set_icon_size
gtk_toolbar_unset_icon_size
gtk_toolbar_append_item
gtk_toolbar_prepend_element
gtk_toolbar_prepend_item
gtk_toolbar_insert_element
gtk_toolbar_insert_item
gtk_toolbar_insert_space
gtk_toolbar_insert_stock
gtk_toolbar_append_space
gtk_toolbar_prepend_space
gtk_toolbar_remove_space
gtk_toolbar_append_widget
gtk_toolbar_insert_widget
gtk_toolbar_prepend_widget
#endif
gtk_toolbar_get_drop_index
gtk_toolbar_get_icon_size
gtk_toolbar_get_item_index
gtk_toolbar_get_n_items
gtk_toolbar_get_nth_item
gtk_toolbar_get_orientation
gtk_toolbar_get_relief_style
gtk_toolbar_get_show_arrow
gtk_toolbar_get_style
gtk_toolbar_get_tooltips
gtk_toolbar_get_type G_GNUC_CONST
gtk_toolbar_insert
gtk_toolbar_new
gtk_toolbar_set_drop_highlight_item
gtk_toolbar_set_orientation
gtk_toolbar_set_show_arrow
gtk_toolbar_set_style
gtk_toolbar_set_tooltips
gtk_toolbar_unset_style
#endif
#endif

#if IN_HEADER(__GTK_TOOL_BUTTON_H__)
#if IN_FILE(__GTK_TOOL_BUTTON_C__)
gtk_tool_button_get_icon_name
gtk_tool_button_get_icon_widget
gtk_tool_button_get_label
gtk_tool_button_get_label_widget
gtk_tool_button_get_stock_id
gtk_tool_button_get_type G_GNUC_CONST
gtk_tool_button_get_use_underline
gtk_tool_button_new
gtk_tool_button_new_from_stock
gtk_tool_button_set_icon_name
gtk_tool_button_set_icon_widget
gtk_tool_button_set_label
gtk_tool_button_set_label_widget
gtk_tool_button_set_stock_id
gtk_tool_button_set_use_underline
#endif
#endif

#if IN_HEADER(__GTK_TOOL_ITEM_H__)
#if IN_FILE(__GTK_TOOL_ITEM_C__)
gtk_tool_item_get_expand
gtk_tool_item_get_homogeneous
gtk_tool_item_get_icon_size
gtk_tool_item_get_is_important
gtk_tool_item_get_orientation
gtk_tool_item_get_proxy_menu_item
gtk_tool_item_get_relief_style
gtk_tool_item_get_toolbar_style
gtk_tool_item_get_type G_GNUC_CONST
gtk_tool_item_get_use_drag_window
gtk_tool_item_get_visible_horizontal
gtk_tool_item_get_visible_vertical
gtk_tool_item_new
gtk_tool_item_rebuild_menu
gtk_tool_item_retrieve_proxy_menu_item
gtk_tool_item_set_expand
gtk_tool_item_set_homogeneous
gtk_tool_item_set_is_important
gtk_tool_item_set_proxy_menu_item
gtk_tool_item_set_tooltip
gtk_tool_item_set_use_drag_window
gtk_tool_item_set_visible_horizontal
gtk_tool_item_set_visible_vertical
#endif
#endif

#if IN_HEADER(__GTK_TOOLTIPS_H__)
#if IN_FILE(__GTK_TOOLTIPS_C__)
gtk_tooltips_data_get
gtk_tooltips_disable
gtk_tooltips_enable
gtk_tooltips_force_window
gtk_tooltips_get_info_from_tip_window
gtk_tooltips_get_type G_GNUC_CONST
gtk_tooltips_new
#ifndef GTK_DISABLE_DEPRECATED
gtk_tooltips_set_delay
#endif
gtk_tooltips_set_tip
#endif
#endif

#if IN_HEADER(__GTK_TREE_H__)
#if IN_FILE(__GTK_TREE_C__)
gtk_tree_append
gtk_tree_child_position
gtk_tree_clear_items
gtk_tree_get_type G_GNUC_CONST
gtk_tree_insert
gtk_tree_prepend
gtk_tree_remove_item
gtk_tree_remove_items
gtk_tree_select_child
gtk_tree_select_item
gtk_tree_set_selection_mode
gtk_tree_set_view_lines
gtk_tree_set_view_mode
gtk_tree_unselect_child
gtk_tree_unselect_item
gtk_tree_new
#endif
#endif

#if IN_HEADER(__GTK_TREE_DND_H__)
#if IN_FILE(__GTK_TREE_DND_C__)
gtk_tree_drag_dest_drag_data_received
gtk_tree_drag_dest_get_type G_GNUC_CONST
gtk_tree_drag_dest_row_drop_possible
gtk_tree_drag_source_drag_data_delete
gtk_tree_drag_source_drag_data_get
gtk_tree_drag_source_get_type G_GNUC_CONST
gtk_tree_drag_source_row_draggable
gtk_tree_get_row_drag_data
gtk_tree_set_row_drag_data
#endif
#endif

#if IN_HEADER(__GTK_TREE_ITEM_H__)
#if IN_FILE(__GTK_TREE_ITEM_C__)
gtk_tree_item_collapse
gtk_tree_item_deselect
gtk_tree_item_expand
gtk_tree_item_get_type G_GNUC_CONST
gtk_tree_item_new
gtk_tree_item_new_with_label
gtk_tree_item_remove_subtree
gtk_tree_item_select
gtk_tree_item_set_subtree
#endif
#endif

#if IN_HEADER(__GTK_TREE_MODEL_H__)
#if IN_FILE(__GTK_TREE_MODEL_C__)
gtk_tree_iter_copy
gtk_tree_iter_free
gtk_tree_iter_get_type G_GNUC_CONST
gtk_tree_model_foreach
gtk_tree_model_get
gtk_tree_model_get_column_type
gtk_tree_model_get_flags
gtk_tree_model_get_iter
gtk_tree_model_get_iter_first
gtk_tree_model_get_iter_from_string
gtk_tree_model_get_n_columns
gtk_tree_model_get_path
gtk_tree_model_get_string_from_iter
gtk_tree_model_get_type G_GNUC_CONST
gtk_tree_model_get_valist
gtk_tree_model_get_value
gtk_tree_model_iter_children
gtk_tree_model_iter_has_child
gtk_tree_model_iter_n_children
gtk_tree_model_iter_next
gtk_tree_model_iter_nth_child
gtk_tree_model_iter_parent
gtk_tree_model_ref_node
gtk_tree_model_row_changed
gtk_tree_model_row_deleted
gtk_tree_model_row_has_child_toggled
gtk_tree_model_row_inserted
gtk_tree_model_rows_reordered
gtk_tree_model_unref_node
gtk_tree_path_append_index
gtk_tree_path_compare
gtk_tree_path_copy
gtk_tree_path_down
gtk_tree_path_free
gtk_tree_path_get_depth
gtk_tree_path_get_indices
gtk_tree_path_get_type G_GNUC_CONST
gtk_tree_path_is_ancestor
gtk_tree_path_is_descendant
gtk_tree_path_new
gtk_tree_path_new_first
gtk_tree_path_new_from_indices
gtk_tree_path_new_from_string
gtk_tree_path_next
gtk_tree_path_prepend_index
gtk_tree_path_prev
gtk_tree_path_to_string
gtk_tree_path_up
gtk_tree_row_reference_copy
gtk_tree_row_reference_deleted
gtk_tree_row_reference_free
gtk_tree_row_reference_get_model
gtk_tree_row_reference_get_path
gtk_tree_row_reference_get_type G_GNUC_CONST
gtk_tree_row_reference_inserted
gtk_tree_row_reference_new
gtk_tree_row_reference_new_proxy
gtk_tree_row_reference_reordered
gtk_tree_row_reference_valid
#endif
#endif

#if IN_HEADER(__GTK_TREE_MODEL_SORT_H__)
#if IN_FILE(__GTK_TREE_MODEL_SORT_C__)
gtk_tree_model_sort_clear_cache
gtk_tree_model_sort_convert_child_iter_to_iter
gtk_tree_model_sort_convert_child_path_to_path
gtk_tree_model_sort_convert_iter_to_child_iter
gtk_tree_model_sort_convert_path_to_child_path
gtk_tree_model_sort_get_model
gtk_tree_model_sort_get_type G_GNUC_CONST
gtk_tree_model_sort_iter_is_valid
gtk_tree_model_sort_new_with_model
gtk_tree_model_sort_reset_default_sort_func
#endif
#endif

#if IN_HEADER(__GTK_TREE_MODEL_FILTER_H__)
#if IN_FILE(__GTK_TREE_MODEL_FILTER_C__)
gtk_tree_model_filter_clear_cache
gtk_tree_model_filter_convert_child_iter_to_iter
gtk_tree_model_filter_convert_child_path_to_path
gtk_tree_model_filter_convert_iter_to_child_iter
gtk_tree_model_filter_convert_path_to_child_path
gtk_tree_model_filter_get_model
gtk_tree_model_filter_get_type G_GNUC_CONST
gtk_tree_model_filter_new
gtk_tree_model_filter_refilter
gtk_tree_model_filter_set_modify_func
gtk_tree_model_filter_set_visible_column
gtk_tree_model_filter_set_visible_func
#endif
#endif

#if IN_HEADER(__GTK_TREE_SELECTION_H__)
#if IN_FILE(__GTK_TREE_SELECTION_C__)
gtk_tree_selection_count_selected_rows
gtk_tree_selection_get_mode
gtk_tree_selection_get_selected
gtk_tree_selection_get_selected_rows
gtk_tree_selection_get_tree_view
gtk_tree_selection_get_type G_GNUC_CONST
gtk_tree_selection_get_user_data
gtk_tree_selection_iter_is_selected
gtk_tree_selection_path_is_selected
gtk_tree_selection_select_all
gtk_tree_selection_selected_foreach
gtk_tree_selection_select_iter
gtk_tree_selection_select_path
gtk_tree_selection_select_range
gtk_tree_selection_set_mode
gtk_tree_selection_set_select_function
gtk_tree_selection_unselect_all
gtk_tree_selection_unselect_iter
gtk_tree_selection_unselect_path
gtk_tree_selection_unselect_range
#endif
#endif

#if IN_HEADER(__GTK_TREE_SORTABLE_H__)
#if IN_FILE(__GTK_TREE_SORTABLE_C__)
gtk_tree_sortable_get_sort_column_id
gtk_tree_sortable_get_type G_GNUC_CONST
gtk_tree_sortable_has_default_sort_func
gtk_tree_sortable_set_default_sort_func
gtk_tree_sortable_set_sort_column_id
gtk_tree_sortable_set_sort_func
gtk_tree_sortable_sort_column_changed
#endif
#endif

#if IN_HEADER(__GTK_TREE_STORE_H__)
#if IN_FILE(__GTK_TREE_STORE_C__)
gtk_tree_store_append
gtk_tree_store_clear
gtk_tree_store_get_type G_GNUC_CONST
gtk_tree_store_insert
gtk_tree_store_insert_after
gtk_tree_store_insert_before
gtk_tree_store_is_ancestor
gtk_tree_store_iter_depth
gtk_tree_store_iter_is_valid
gtk_tree_store_move_after
gtk_tree_store_move_before
gtk_tree_store_new
gtk_tree_store_newv
gtk_tree_store_prepend
gtk_tree_store_remove
gtk_tree_store_reorder
gtk_tree_store_set
gtk_tree_store_set_column_types
gtk_tree_store_set_valist
gtk_tree_store_set_value
gtk_tree_store_swap
#endif
#endif

#if IN_HEADER(__GTK_TREE_VIEW_COLUMN_H__)
#if IN_FILE(__GTK_TREE_VIEW_COLUMN_C__)
gtk_tree_view_column_add_attribute
gtk_tree_view_column_cell_get_position
gtk_tree_view_column_cell_get_size
gtk_tree_view_column_cell_is_visible
gtk_tree_view_column_cell_set_cell_data
gtk_tree_view_column_clear
gtk_tree_view_column_clear_attributes
gtk_tree_view_column_clicked
gtk_tree_view_column_focus_cell
gtk_tree_view_column_get_alignment
gtk_tree_view_column_get_cell_renderers
gtk_tree_view_column_get_clickable
gtk_tree_view_column_get_expand
gtk_tree_view_column_get_fixed_width
gtk_tree_view_column_get_max_width
gtk_tree_view_column_get_min_width
gtk_tree_view_column_get_reorderable
gtk_tree_view_column_get_resizable
gtk_tree_view_column_get_sizing
gtk_tree_view_column_get_sort_column_id
gtk_tree_view_column_get_sort_indicator
gtk_tree_view_column_get_sort_order
gtk_tree_view_column_get_spacing
gtk_tree_view_column_get_title
gtk_tree_view_column_get_type G_GNUC_CONST
gtk_tree_view_column_get_visible
gtk_tree_view_column_get_widget
gtk_tree_view_column_get_width
gtk_tree_view_column_new
gtk_tree_view_column_new_with_attributes G_GNUC_NULL_TERMINATED
gtk_tree_view_column_pack_end
gtk_tree_view_column_queue_resize
gtk_tree_view_column_pack_start
gtk_tree_view_column_set_alignment
gtk_tree_view_column_set_attributes
gtk_tree_view_column_set_cell_data_func
gtk_tree_view_column_set_clickable
gtk_tree_view_column_set_expand
gtk_tree_view_column_set_fixed_width
gtk_tree_view_column_set_max_width
gtk_tree_view_column_set_min_width
gtk_tree_view_column_set_reorderable
gtk_tree_view_column_set_resizable
gtk_tree_view_column_set_sizing
gtk_tree_view_column_set_sort_column_id
gtk_tree_view_column_set_sort_indicator
gtk_tree_view_column_set_sort_order
gtk_tree_view_column_set_spacing
gtk_tree_view_column_set_title
gtk_tree_view_column_set_visible
gtk_tree_view_column_set_widget
#endif
#endif

#if IN_HEADER(__GTK_TREE_VIEW_H__)
#if IN_FILE(__GTK_TREE_VIEW_C__)
gtk_tree_view_append_column
gtk_tree_view_collapse_all
gtk_tree_view_collapse_row
gtk_tree_view_create_row_drag_icon
gtk_tree_view_enable_model_drag_dest
gtk_tree_view_enable_model_drag_source
gtk_tree_view_expand_all
gtk_tree_view_expand_row
gtk_tree_view_expand_to_path
gtk_tree_view_get_background_area
gtk_tree_view_get_bin_window
gtk_tree_view_get_cell_area
gtk_tree_view_get_column
gtk_tree_view_get_columns
gtk_tree_view_get_cursor
gtk_tree_view_get_dest_row_at_pos
gtk_tree_view_get_drag_dest_row
gtk_tree_view_get_enable_search
gtk_tree_view_get_expander_column
gtk_tree_view_get_fixed_height_mode
gtk_tree_view_get_hadjustment
gtk_tree_view_get_headers_clickable
gtk_tree_view_get_headers_visible
gtk_tree_view_get_hover_expand
gtk_tree_view_get_hover_selection
gtk_tree_view_get_model
gtk_tree_view_get_path_at_pos
gtk_tree_view_get_reorderable
gtk_tree_view_get_row_separator_func
gtk_tree_view_get_rules_hint
gtk_tree_view_get_search_column
gtk_tree_view_get_search_equal_func
gtk_tree_view_get_selection
gtk_tree_view_get_type G_GNUC_CONST
gtk_tree_view_get_vadjustment
gtk_tree_view_get_visible_range
gtk_tree_view_get_visible_rect
gtk_tree_view_insert_column
gtk_tree_view_insert_column_with_attributes G_GNUC_NULL_TERMINATED
gtk_tree_view_insert_column_with_data_func
gtk_tree_view_map_expanded_rows
gtk_tree_view_move_column_after
gtk_tree_view_new
gtk_tree_view_new_with_model
gtk_tree_view_remove_column
gtk_tree_view_row_activated
gtk_tree_view_row_expanded
gtk_tree_view_scroll_to_cell
gtk_tree_view_scroll_to_point
gtk_tree_view_set_column_drag_function
gtk_tree_view_set_cursor
gtk_tree_view_set_cursor_on_cell
gtk_tree_view_set_destroy_count_func
gtk_tree_view_set_drag_dest_row
gtk_tree_view_set_enable_search
gtk_tree_view_set_expander_column
gtk_tree_view_set_fixed_height_mode
gtk_tree_view_set_hadjustment
gtk_tree_view_set_headers_clickable
gtk_tree_view_set_headers_visible
gtk_tree_view_set_hover_expand
gtk_tree_view_set_hover_selection
gtk_tree_view_set_model
gtk_tree_view_set_reorderable
gtk_tree_view_set_row_separator_func
gtk_tree_view_set_rules_hint
gtk_tree_view_set_search_column
gtk_tree_view_set_search_equal_func
gtk_tree_view_set_vadjustment
gtk_tree_view_tree_to_widget_coords
gtk_tree_view_unset_rows_drag_dest
gtk_tree_view_unset_rows_drag_source
gtk_tree_view_widget_to_tree_coords
gtk_tree_view_columns_autosize
#endif
#endif

#if IN_HEADER(__GTK_TYPE_UTILS_H__)
#if IN_FILE(__GTK_TYPE_UTILS_C__)
gtk_type_class
gtk_identifier_get_type G_GNUC_CONST
#ifndef GTK_DISABLE_DEPRECATED
gtk_type_enum_find_value
gtk_type_enum_get_values
gtk_type_flags_find_value
gtk_type_flags_get_values
gtk_type_init
gtk_type_new
gtk_type_unique
#endif
#endif
#endif

#if IN_HEADER(__GTK_UI_MANAGER_H__)
#if IN_FILE(__GTK_UI_MANAGER_C__)
gtk_ui_manager_add_ui
gtk_ui_manager_add_ui_from_file PRIVATE
#ifdef G_OS_WIN32
gtk_ui_manager_add_ui_from_file_utf8
#endif
gtk_ui_manager_add_ui_from_string
gtk_ui_manager_ensure_update
gtk_ui_manager_get_accel_group
gtk_ui_manager_get_action
gtk_ui_manager_get_action_groups
gtk_ui_manager_get_add_tearoffs
gtk_ui_manager_get_toplevels
gtk_ui_manager_get_type G_GNUC_CONST
gtk_ui_manager_get_ui
gtk_ui_manager_get_widget
gtk_ui_manager_insert_action_group
gtk_ui_manager_new
gtk_ui_manager_new_merge_id
gtk_ui_manager_remove_action_group
gtk_ui_manager_remove_ui
gtk_ui_manager_set_add_tearoffs
#endif
#endif

#if IN_HEADER(__GTK_VBOX_H__)
#if IN_FILE(__GTK_VBOX_C__)
gtk_vbox_get_type G_GNUC_CONST
gtk_vbox_new
#endif
#endif

#if IN_HEADER(__GTK_VBUTTONBOX_H__)
#if IN_FILE(__GTK_VBUTTONBOX_C__)
gtk_vbutton_box_get_layout_default
gtk_vbutton_box_get_spacing_default
gtk_vbutton_box_get_type G_GNUC_CONST
gtk_vbutton_box_new
gtk_vbutton_box_set_layout_default
gtk_vbutton_box_set_spacing_default
#endif
#endif

#if IN_HEADER(__GTK_VIEPORT_H__)
#if IN_FILE(__GTK_VIEPORT_C__)
gtk_viewport_get_hadjustment
gtk_viewport_get_shadow_type
gtk_viewport_get_type G_GNUC_CONST
gtk_viewport_get_vadjustment
gtk_viewport_new
gtk_viewport_set_hadjustment
gtk_viewport_set_shadow_type
gtk_viewport_set_vadjustment
#endif
#endif

#if IN_HEADER(__GTK_VPANED_H__)
#if IN_FILE(__GTK_VPANED_C__)
gtk_vpaned_get_type G_GNUC_CONST
gtk_vpaned_new
#endif
#endif

#if IN_HEADER(__GTK_VRULER_H__)
#if IN_FILE(__GTK_VRULER_C__)
gtk_vruler_get_type G_GNUC_CONST
gtk_vruler_new
#endif
#endif

#if IN_HEADER(__GTK_VSCALE_H__)
#if IN_FILE(__GTK_VSCALE_C__)
gtk_vscale_get_type G_GNUC_CONST
gtk_vscale_new
gtk_vscale_new_with_range
#endif
#endif

#if IN_HEADER(__GTK_VSCROLLBAR_H__)
#if IN_FILE(__GTK_VSCROLLBAR_C__)
gtk_vscrollbar_get_type G_GNUC_CONST
gtk_vscrollbar_new
#endif
#endif

#if IN_HEADER(__GTK_VSEPARATOR_H__)
#if IN_FILE(__GTK_VSEPARATOR_C__)
gtk_vseparator_get_type G_GNUC_CONST
gtk_vseparator_new
#endif
#endif

#if IN_HEADER(__GTK_WIDGET_H__)
#if IN_FILE(__GTK_WIDGET_C__)
gtk_requisition_copy
gtk_requisition_free
gtk_requisition_get_type G_GNUC_CONST
gtk_widget_activate
gtk_widget_add_accelerator
gtk_widget_add_events
gtk_widget_add_mnemonic_label
gtk_widget_can_activate_accel
gtk_widget_child_focus
gtk_widget_child_notify
gtk_widget_class_find_style_property
gtk_widget_class_install_style_property
gtk_widget_class_install_style_property_parser
gtk_widget_class_list_style_properties
gtk_widget_class_path
gtk_widget_create_pango_context
gtk_widget_create_pango_layout
gtk_widget_destroy
gtk_widget_destroyed
gtk_widget_ensure_style
gtk_widget_event
gtk_widget_freeze_child_notify
gtk_widget_get_accessible
gtk_widget_get_ancestor
gtk_widget_get_child_requisition
gtk_widget_get_child_visible
gtk_widget_get_clipboard
gtk_widget_get_colormap
gtk_widget_get_composite_name
gtk_widget_get_default_colormap
gtk_widget_get_default_direction
gtk_widget_get_default_style
gtk_widget_get_default_visual
gtk_widget_get_direction
gtk_widget_get_display
gtk_widget_get_events
gtk_widget_get_extension_events
gtk_widget_get_modifier_style
gtk_widget_get_name
gtk_widget_get_no_show_all
gtk_widget_get_pango_context
gtk_widget_get_parent
gtk_widget_get_parent_window
gtk_widget_get_pointer
gtk_widget_get_root_window
gtk_widget_get_screen
gtk_widget_get_settings
gtk_widget_get_size_request
gtk_widget_get_style
gtk_widget_get_toplevel
gtk_widget_get_type G_GNUC_CONST
gtk_widget_get_visual
gtk_widget_grab_default
gtk_widget_grab_focus
gtk_widget_has_screen
gtk_widget_hide
gtk_widget_hide_all
gtk_widget_hide_on_delete
gtk_widget_intersect
gtk_widget_is_ancestor
gtk_widget_is_focus
gtk_widget_list_accel_closures
gtk_widget_list_mnemonic_labels
gtk_widget_map
gtk_widget_mnemonic_activate
gtk_widget_modify_base
gtk_widget_modify_bg
gtk_widget_modify_fg
gtk_widget_modify_font
gtk_widget_modify_style
gtk_widget_modify_text
gtk_widget_new 
gtk_widget_path
gtk_widget_pop_colormap
gtk_widget_pop_composite_child
gtk_widget_push_colormap
gtk_widget_push_composite_child
#ifndef GTK_DISABLE_DEPRECATED
gtk_widget_draw
gtk_widget_queue_clear
gtk_widget_queue_clear_area
gtk_widget_set
gtk_widget_set_uposition
gtk_widget_set_usize
#endif
gtk_widget_queue_draw
gtk_widget_queue_draw_area
gtk_widget_queue_resize
gtk_widget_queue_resize_no_redraw
gtk_widget_realize
gtk_widget_ref
gtk_widget_region_intersect
gtk_widget_remove_accelerator
gtk_widget_remove_mnemonic_label
gtk_widget_render_icon
gtk_widget_reparent
gtk_widget_reset_rc_styles
gtk_widget_reset_shapes
gtk_widget_send_expose
gtk_widget_set_accel_path
gtk_widget_set_app_paintable
gtk_widget_set_child_visible
gtk_widget_set_colormap
gtk_widget_set_composite_name
gtk_widget_set_default_colormap
gtk_widget_set_default_direction
gtk_widget_set_direction
gtk_widget_set_double_buffered
gtk_widget_set_events
gtk_widget_set_extension_events
gtk_widget_set_name
gtk_widget_set_no_show_all
gtk_widget_set_parent
gtk_widget_set_parent_window
gtk_widget_set_redraw_on_allocate
gtk_widget_set_scroll_adjustments
gtk_widget_set_sensitive
gtk_widget_set_size_request
gtk_widget_set_state
gtk_widget_set_style
gtk_widget_shape_combine_mask
gtk_widget_show
gtk_widget_show_all
gtk_widget_show_now
gtk_widget_size_allocate
gtk_widget_size_request
gtk_widget_style_get G_GNUC_NULL_TERMINATED
gtk_widget_style_get_property
gtk_widget_style_get_valist
gtk_widget_thaw_child_notify
gtk_widget_translate_coordinates
gtk_widget_unmap
gtk_widget_unparent
gtk_widget_unrealize
gtk_widget_unref
#endif
#endif

#if IN_HEADER(__GTK_WINDOW_H__)
#if IN_FILE(__GTK_WINDOW_C__)
gtk_window_activate_default
gtk_window_activate_focus
gtk_window_activate_key
gtk_window_add_accel_group
gtk_window_add_embedded_xid
gtk_window_add_mnemonic
gtk_window_begin_move_drag
gtk_window_begin_resize_drag
gtk_window_deiconify
gtk_window_fullscreen
gtk_window_get_accept_focus
gtk_window_get_decorated
gtk_window_get_deletable
gtk_window_get_default_icon_list
gtk_window_get_default_size
gtk_window_get_destroy_with_parent
gtk_window_get_focus
gtk_window_get_focus_on_map
gtk_window_get_frame_dimensions
gtk_window_get_gravity
gtk_window_get_has_frame
gtk_window_get_icon
gtk_window_get_icon_list
gtk_window_get_icon_name
gtk_window_get_mnemonic_modifier
gtk_window_get_modal
gtk_window_get_position
gtk_window_get_resizable
gtk_window_get_role
gtk_window_get_screen
gtk_window_get_size
gtk_window_get_skip_pager_hint
gtk_window_get_skip_taskbar_hint
gtk_window_get_urgency_hint
gtk_window_get_title
gtk_window_get_transient_for
gtk_window_get_type G_GNUC_CONST
gtk_window_get_type_hint
gtk_window_group_add_window
gtk_window_group_get_type G_GNUC_CONST
gtk_window_group_new
gtk_window_group_remove_window
gtk_window_has_toplevel_focus
gtk_window_iconify
gtk_window_is_active
gtk_window_list_toplevels
gtk_window_maximize
gtk_window_mnemonic_activate
gtk_window_move
gtk_window_new
gtk_window_parse_geometry
gtk_window_present
gtk_window_present_with_time
gtk_window_propagate_key_event
gtk_window_remove_accel_group
gtk_window_remove_embedded_xid
gtk_window_remove_mnemonic
gtk_window_reshow_with_initial_size
gtk_window_resize
gtk_window_set_accept_focus
gtk_window_set_auto_startup_notification
gtk_window_set_decorated
gtk_window_set_deletable
gtk_window_set_default
gtk_window_set_default_icon
gtk_window_set_default_icon_from_file PRIVATE
#ifdef G_OS_WIN32
gtk_window_set_default_icon_from_file_utf8
#endif
gtk_window_set_default_icon_list
gtk_window_set_default_icon_name
gtk_window_set_default_size
gtk_window_set_destroy_with_parent
gtk_window_set_focus
gtk_window_set_focus_on_map
gtk_window_set_frame_dimensions
gtk_window_set_geometry_hints
gtk_window_set_gravity
gtk_window_set_has_frame
gtk_window_set_icon
gtk_window_set_icon_from_file PRIVATE
#ifdef G_OS_WIN32
gtk_window_set_icon_from_file_utf8
#endif
gtk_window_set_icon_list
gtk_window_set_icon_name
gtk_window_set_keep_above
gtk_window_set_keep_below
gtk_window_set_mnemonic_modifier
gtk_window_set_modal
#ifndef GTK_DISABLE_DEPRECATED
gtk_window_set_policy
#endif
gtk_window_set_position
gtk_window_set_resizable
gtk_window_set_role
gtk_window_set_screen
gtk_window_set_skip_pager_hint
gtk_window_set_skip_taskbar_hint
gtk_window_set_urgency_hint
gtk_window_set_title
gtk_window_set_transient_for
gtk_window_set_type_hint
gtk_window_set_wmclass
gtk_window_stick
gtk_window_unfullscreen
gtk_window_unmaximize
gtk_window_unstick
#endif
#endif

#ifdef INCLUDE_VARIABLES
gtk_binary_age
gtk_interface_age
gtk_major_version
gtk_minor_version
gtk_micro_version
gtk_combo_string_key
gtk_debug_flags
gtk_text_attr_appearance_type
gtk_text_char_type
gtk_text_child_type
gtk_text_left_mark_type
gtk_text_pixbuf_type
gtk_text_right_mark_type
gtk_text_toggle_off_type
gtk_text_toggle_on_type
gtk_text_unknown_char_utf8
#endif