This file is indexed.

/usr/include/valadoc-1.0.h is in libvaladoc-dev 0.2+git20110728-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
/* valadoc-1.0.h generated by valac 0.12.1, the Vala compiler, do not modify */


#ifndef __VALADOC_1_0_H__
#define __VALADOC_1_0_H__

#include <glib.h>
#include <glib-object.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <vala.h>
#include <gee.h>
#include <graphviz/gvc.h>

G_BEGIN_DECLS


#define VALADOC_TYPE_DOCLET (valadoc_doclet_get_type ())
#define VALADOC_DOCLET(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_DOCLET, ValadocDoclet))
#define VALADOC_IS_DOCLET(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_DOCLET))
#define VALADOC_DOCLET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), VALADOC_TYPE_DOCLET, ValadocDocletIface))

typedef struct _ValadocDoclet ValadocDoclet;
typedef struct _ValadocDocletIface ValadocDocletIface;

#define VALADOC_TYPE_SETTINGS (valadoc_settings_get_type ())
#define VALADOC_SETTINGS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_SETTINGS, ValadocSettings))
#define VALADOC_SETTINGS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TYPE_SETTINGS, ValadocSettingsClass))
#define VALADOC_IS_SETTINGS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_SETTINGS))
#define VALADOC_IS_SETTINGS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TYPE_SETTINGS))
#define VALADOC_SETTINGS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TYPE_SETTINGS, ValadocSettingsClass))

typedef struct _ValadocSettings ValadocSettings;
typedef struct _ValadocSettingsClass ValadocSettingsClass;

#define VALADOC_API_TYPE_TREE (valadoc_api_tree_get_type ())
#define VALADOC_API_TREE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_TREE, ValadocApiTree))
#define VALADOC_API_TREE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_TREE, ValadocApiTreeClass))
#define VALADOC_API_IS_TREE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_TREE))
#define VALADOC_API_IS_TREE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_TREE))
#define VALADOC_API_TREE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_TREE, ValadocApiTreeClass))

typedef struct _ValadocApiTree ValadocApiTree;
typedef struct _ValadocApiTreeClass ValadocApiTreeClass;

#define VALADOC_TYPE_ERROR_REPORTER (valadoc_error_reporter_get_type ())
#define VALADOC_ERROR_REPORTER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_ERROR_REPORTER, ValadocErrorReporter))
#define VALADOC_ERROR_REPORTER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TYPE_ERROR_REPORTER, ValadocErrorReporterClass))
#define VALADOC_IS_ERROR_REPORTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_ERROR_REPORTER))
#define VALADOC_IS_ERROR_REPORTER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TYPE_ERROR_REPORTER))
#define VALADOC_ERROR_REPORTER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TYPE_ERROR_REPORTER, ValadocErrorReporterClass))

typedef struct _ValadocErrorReporter ValadocErrorReporter;
typedef struct _ValadocErrorReporterClass ValadocErrorReporterClass;
typedef struct _ValadocErrorReporterPrivate ValadocErrorReporterPrivate;

#define VALADOC_TYPE_MODULE_LOADER (valadoc_module_loader_get_type ())
#define VALADOC_MODULE_LOADER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_MODULE_LOADER, ValadocModuleLoader))
#define VALADOC_MODULE_LOADER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TYPE_MODULE_LOADER, ValadocModuleLoaderClass))
#define VALADOC_IS_MODULE_LOADER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_MODULE_LOADER))
#define VALADOC_IS_MODULE_LOADER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TYPE_MODULE_LOADER))
#define VALADOC_MODULE_LOADER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TYPE_MODULE_LOADER, ValadocModuleLoaderClass))

typedef struct _ValadocModuleLoader ValadocModuleLoader;
typedef struct _ValadocModuleLoaderClass ValadocModuleLoaderClass;
typedef struct _ValadocModuleLoaderPrivate ValadocModuleLoaderPrivate;

#define VALADOC_CONTENT_TYPE_CONTENT_ELEMENT (valadoc_content_content_element_get_type ())
#define VALADOC_CONTENT_CONTENT_ELEMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_CONTENT_ELEMENT, ValadocContentContentElement))
#define VALADOC_CONTENT_CONTENT_ELEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_CONTENT_ELEMENT, ValadocContentContentElementClass))
#define VALADOC_CONTENT_IS_CONTENT_ELEMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_CONTENT_ELEMENT))
#define VALADOC_CONTENT_IS_CONTENT_ELEMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_CONTENT_ELEMENT))
#define VALADOC_CONTENT_CONTENT_ELEMENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_CONTENT_ELEMENT, ValadocContentContentElementClass))

typedef struct _ValadocContentContentElement ValadocContentContentElement;
typedef struct _ValadocContentContentElementClass ValadocContentContentElementClass;

#define VALADOC_CONTENT_TYPE_TAGLET (valadoc_content_taglet_get_type ())
#define VALADOC_CONTENT_TAGLET(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_TAGLET, ValadocContentTaglet))
#define VALADOC_CONTENT_IS_TAGLET(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_TAGLET))
#define VALADOC_CONTENT_TAGLET_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), VALADOC_CONTENT_TYPE_TAGLET, ValadocContentTagletIface))

typedef struct _ValadocContentTaglet ValadocContentTaglet;
typedef struct _ValadocContentTagletIface ValadocContentTagletIface;

#define VALADOC_TYPE_RULE (valadoc_rule_get_type ())
#define VALADOC_RULE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_RULE, ValadocRule))
#define VALADOC_RULE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TYPE_RULE, ValadocRuleClass))
#define VALADOC_IS_RULE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_RULE))
#define VALADOC_IS_RULE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TYPE_RULE))
#define VALADOC_RULE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TYPE_RULE, ValadocRuleClass))

typedef struct _ValadocRule ValadocRule;
typedef struct _ValadocRuleClass ValadocRuleClass;
typedef struct _ValadocSettingsPrivate ValadocSettingsPrivate;

#define VALADOC_TYPE_MARKUP_WRITER (valadoc_markup_writer_get_type ())
#define VALADOC_MARKUP_WRITER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_MARKUP_WRITER, ValadocMarkupWriter))
#define VALADOC_MARKUP_WRITER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TYPE_MARKUP_WRITER, ValadocMarkupWriterClass))
#define VALADOC_IS_MARKUP_WRITER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_MARKUP_WRITER))
#define VALADOC_IS_MARKUP_WRITER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TYPE_MARKUP_WRITER))
#define VALADOC_MARKUP_WRITER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TYPE_MARKUP_WRITER, ValadocMarkupWriterClass))

typedef struct _ValadocMarkupWriter ValadocMarkupWriter;
typedef struct _ValadocMarkupWriterClass ValadocMarkupWriterClass;
typedef struct _ValadocMarkupWriterPrivate ValadocMarkupWriterPrivate;

#define VALADOC_DEVHELP_TYPE_MARKUP_WRITER (valadoc_devhelp_markup_writer_get_type ())
#define VALADOC_DEVHELP_MARKUP_WRITER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_DEVHELP_TYPE_MARKUP_WRITER, ValadocDevhelpMarkupWriter))
#define VALADOC_DEVHELP_MARKUP_WRITER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_DEVHELP_TYPE_MARKUP_WRITER, ValadocDevhelpMarkupWriterClass))
#define VALADOC_DEVHELP_IS_MARKUP_WRITER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_DEVHELP_TYPE_MARKUP_WRITER))
#define VALADOC_DEVHELP_IS_MARKUP_WRITER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_DEVHELP_TYPE_MARKUP_WRITER))
#define VALADOC_DEVHELP_MARKUP_WRITER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_DEVHELP_TYPE_MARKUP_WRITER, ValadocDevhelpMarkupWriterClass))

typedef struct _ValadocDevhelpMarkupWriter ValadocDevhelpMarkupWriter;
typedef struct _ValadocDevhelpMarkupWriterClass ValadocDevhelpMarkupWriterClass;
typedef struct _ValadocDevhelpMarkupWriterPrivate ValadocDevhelpMarkupWriterPrivate;

#define VALADOC_API_TYPE_VISITOR (valadoc_api_visitor_get_type ())
#define VALADOC_API_VISITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_VISITOR, ValadocApiVisitor))
#define VALADOC_API_VISITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_VISITOR, ValadocApiVisitorClass))
#define VALADOC_API_IS_VISITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_VISITOR))
#define VALADOC_API_IS_VISITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_VISITOR))
#define VALADOC_API_VISITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_VISITOR, ValadocApiVisitorClass))

typedef struct _ValadocApiVisitor ValadocApiVisitor;
typedef struct _ValadocApiVisitorClass ValadocApiVisitorClass;
typedef struct _ValadocApiVisitorPrivate ValadocApiVisitorPrivate;

#define VALADOC_API_TYPE_ITEM (valadoc_api_item_get_type ())
#define VALADOC_API_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_ITEM, ValadocApiItem))
#define VALADOC_API_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_ITEM, ValadocApiItemClass))
#define VALADOC_API_IS_ITEM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_ITEM))
#define VALADOC_API_IS_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_ITEM))
#define VALADOC_API_ITEM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_ITEM, ValadocApiItemClass))

typedef struct _ValadocApiItem ValadocApiItem;
typedef struct _ValadocApiItemClass ValadocApiItemClass;

#define VALADOC_API_TYPE_NODE (valadoc_api_node_get_type ())
#define VALADOC_API_NODE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_NODE, ValadocApiNode))
#define VALADOC_API_NODE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_NODE, ValadocApiNodeClass))
#define VALADOC_API_IS_NODE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_NODE))
#define VALADOC_API_IS_NODE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_NODE))
#define VALADOC_API_NODE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_NODE, ValadocApiNodeClass))

typedef struct _ValadocApiNode ValadocApiNode;
typedef struct _ValadocApiNodeClass ValadocApiNodeClass;

#define VALADOC_API_TYPE_PACKAGE (valadoc_api_package_get_type ())
#define VALADOC_API_PACKAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_PACKAGE, ValadocApiPackage))
#define VALADOC_API_PACKAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_PACKAGE, ValadocApiPackageClass))
#define VALADOC_API_IS_PACKAGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_PACKAGE))
#define VALADOC_API_IS_PACKAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_PACKAGE))
#define VALADOC_API_PACKAGE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_PACKAGE, ValadocApiPackageClass))

typedef struct _ValadocApiPackage ValadocApiPackage;
typedef struct _ValadocApiPackageClass ValadocApiPackageClass;

#define VALADOC_API_TYPE_SYMBOL (valadoc_api_symbol_get_type ())
#define VALADOC_API_SYMBOL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_SYMBOL, ValadocApiSymbol))
#define VALADOC_API_SYMBOL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_SYMBOL, ValadocApiSymbolClass))
#define VALADOC_API_IS_SYMBOL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_SYMBOL))
#define VALADOC_API_IS_SYMBOL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_SYMBOL))
#define VALADOC_API_SYMBOL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_SYMBOL, ValadocApiSymbolClass))

typedef struct _ValadocApiSymbol ValadocApiSymbol;
typedef struct _ValadocApiSymbolClass ValadocApiSymbolClass;

#define VALADOC_API_TYPE_NAMESPACE (valadoc_api_namespace_get_type ())
#define VALADOC_API_NAMESPACE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_NAMESPACE, ValadocApiNamespace))
#define VALADOC_API_NAMESPACE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_NAMESPACE, ValadocApiNamespaceClass))
#define VALADOC_API_IS_NAMESPACE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_NAMESPACE))
#define VALADOC_API_IS_NAMESPACE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_NAMESPACE))
#define VALADOC_API_NAMESPACE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_NAMESPACE, ValadocApiNamespaceClass))

typedef struct _ValadocApiNamespace ValadocApiNamespace;
typedef struct _ValadocApiNamespaceClass ValadocApiNamespaceClass;

#define VALADOC_API_TYPE_TYPESYMBOL (valadoc_api_typesymbol_get_type ())
#define VALADOC_API_TYPESYMBOL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_TYPESYMBOL, ValadocApiTypeSymbol))
#define VALADOC_API_TYPESYMBOL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_TYPESYMBOL, ValadocApiTypeSymbolClass))
#define VALADOC_API_IS_TYPESYMBOL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_TYPESYMBOL))
#define VALADOC_API_IS_TYPESYMBOL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_TYPESYMBOL))
#define VALADOC_API_TYPESYMBOL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_TYPESYMBOL, ValadocApiTypeSymbolClass))

typedef struct _ValadocApiTypeSymbol ValadocApiTypeSymbol;
typedef struct _ValadocApiTypeSymbolClass ValadocApiTypeSymbolClass;

#define VALADOC_API_TYPE_INTERFACE (valadoc_api_interface_get_type ())
#define VALADOC_API_INTERFACE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_INTERFACE, ValadocApiInterface))
#define VALADOC_API_INTERFACE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_INTERFACE, ValadocApiInterfaceClass))
#define VALADOC_API_IS_INTERFACE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_INTERFACE))
#define VALADOC_API_IS_INTERFACE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_INTERFACE))
#define VALADOC_API_INTERFACE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_INTERFACE, ValadocApiInterfaceClass))

typedef struct _ValadocApiInterface ValadocApiInterface;
typedef struct _ValadocApiInterfaceClass ValadocApiInterfaceClass;

#define VALADOC_API_TYPE_CLASS (valadoc_api_class_get_type ())
#define VALADOC_API_CLASS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_CLASS, ValadocApiClass))
#define VALADOC_API_CLASS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_CLASS, ValadocApiClassClass))
#define VALADOC_API_IS_CLASS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_CLASS))
#define VALADOC_API_IS_CLASS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_CLASS))
#define VALADOC_API_CLASS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_CLASS, ValadocApiClassClass))

typedef struct _ValadocApiClass ValadocApiClass;
typedef struct _ValadocApiClassClass ValadocApiClassClass;

#define VALADOC_API_TYPE_STRUCT (valadoc_api_struct_get_type ())
#define VALADOC_API_STRUCT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_STRUCT, ValadocApiStruct))
#define VALADOC_API_STRUCT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_STRUCT, ValadocApiStructClass))
#define VALADOC_API_IS_STRUCT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_STRUCT))
#define VALADOC_API_IS_STRUCT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_STRUCT))
#define VALADOC_API_STRUCT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_STRUCT, ValadocApiStructClass))

typedef struct _ValadocApiStruct ValadocApiStruct;
typedef struct _ValadocApiStructClass ValadocApiStructClass;

#define VALADOC_API_TYPE_MEMBER (valadoc_api_member_get_type ())
#define VALADOC_API_MEMBER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_MEMBER, ValadocApiMember))
#define VALADOC_API_MEMBER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_MEMBER, ValadocApiMemberClass))
#define VALADOC_API_IS_MEMBER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_MEMBER))
#define VALADOC_API_IS_MEMBER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_MEMBER))
#define VALADOC_API_MEMBER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_MEMBER, ValadocApiMemberClass))

typedef struct _ValadocApiMember ValadocApiMember;
typedef struct _ValadocApiMemberClass ValadocApiMemberClass;

#define VALADOC_API_TYPE_PROPERTY (valadoc_api_property_get_type ())
#define VALADOC_API_PROPERTY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_PROPERTY, ValadocApiProperty))
#define VALADOC_API_PROPERTY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_PROPERTY, ValadocApiPropertyClass))
#define VALADOC_API_IS_PROPERTY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_PROPERTY))
#define VALADOC_API_IS_PROPERTY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_PROPERTY))
#define VALADOC_API_PROPERTY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_PROPERTY, ValadocApiPropertyClass))

typedef struct _ValadocApiProperty ValadocApiProperty;
typedef struct _ValadocApiPropertyClass ValadocApiPropertyClass;

#define VALADOC_API_TYPE_FIELD (valadoc_api_field_get_type ())
#define VALADOC_API_FIELD(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_FIELD, ValadocApiField))
#define VALADOC_API_FIELD_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_FIELD, ValadocApiFieldClass))
#define VALADOC_API_IS_FIELD(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_FIELD))
#define VALADOC_API_IS_FIELD_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_FIELD))
#define VALADOC_API_FIELD_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_FIELD, ValadocApiFieldClass))

typedef struct _ValadocApiField ValadocApiField;
typedef struct _ValadocApiFieldClass ValadocApiFieldClass;

#define VALADOC_API_TYPE_CONSTANT (valadoc_api_constant_get_type ())
#define VALADOC_API_CONSTANT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_CONSTANT, ValadocApiConstant))
#define VALADOC_API_CONSTANT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_CONSTANT, ValadocApiConstantClass))
#define VALADOC_API_IS_CONSTANT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_CONSTANT))
#define VALADOC_API_IS_CONSTANT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_CONSTANT))
#define VALADOC_API_CONSTANT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_CONSTANT, ValadocApiConstantClass))

typedef struct _ValadocApiConstant ValadocApiConstant;
typedef struct _ValadocApiConstantClass ValadocApiConstantClass;

#define VALADOC_API_TYPE_DELEGATE (valadoc_api_delegate_get_type ())
#define VALADOC_API_DELEGATE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_DELEGATE, ValadocApiDelegate))
#define VALADOC_API_DELEGATE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_DELEGATE, ValadocApiDelegateClass))
#define VALADOC_API_IS_DELEGATE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_DELEGATE))
#define VALADOC_API_IS_DELEGATE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_DELEGATE))
#define VALADOC_API_DELEGATE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_DELEGATE, ValadocApiDelegateClass))

typedef struct _ValadocApiDelegate ValadocApiDelegate;
typedef struct _ValadocApiDelegateClass ValadocApiDelegateClass;

#define VALADOC_API_TYPE_SIGNAL (valadoc_api_signal_get_type ())
#define VALADOC_API_SIGNAL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_SIGNAL, ValadocApiSignal))
#define VALADOC_API_SIGNAL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_SIGNAL, ValadocApiSignalClass))
#define VALADOC_API_IS_SIGNAL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_SIGNAL))
#define VALADOC_API_IS_SIGNAL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_SIGNAL))
#define VALADOC_API_SIGNAL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_SIGNAL, ValadocApiSignalClass))

typedef struct _ValadocApiSignal ValadocApiSignal;
typedef struct _ValadocApiSignalClass ValadocApiSignalClass;

#define VALADOC_API_TYPE_METHOD (valadoc_api_method_get_type ())
#define VALADOC_API_METHOD(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_METHOD, ValadocApiMethod))
#define VALADOC_API_METHOD_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_METHOD, ValadocApiMethodClass))
#define VALADOC_API_IS_METHOD(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_METHOD))
#define VALADOC_API_IS_METHOD_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_METHOD))
#define VALADOC_API_METHOD_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_METHOD, ValadocApiMethodClass))

typedef struct _ValadocApiMethod ValadocApiMethod;
typedef struct _ValadocApiMethodClass ValadocApiMethodClass;

#define VALADOC_API_TYPE_TYPEPARAMETER (valadoc_api_typeparameter_get_type ())
#define VALADOC_API_TYPEPARAMETER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_TYPEPARAMETER, ValadocApiTypeParameter))
#define VALADOC_API_TYPEPARAMETER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_TYPEPARAMETER, ValadocApiTypeParameterClass))
#define VALADOC_API_IS_TYPEPARAMETER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_TYPEPARAMETER))
#define VALADOC_API_IS_TYPEPARAMETER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_TYPEPARAMETER))
#define VALADOC_API_TYPEPARAMETER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_TYPEPARAMETER, ValadocApiTypeParameterClass))

typedef struct _ValadocApiTypeParameter ValadocApiTypeParameter;
typedef struct _ValadocApiTypeParameterClass ValadocApiTypeParameterClass;

#define VALADOC_API_TYPE_FORMAL_PARAMETER (valadoc_api_formal_parameter_get_type ())
#define VALADOC_API_FORMAL_PARAMETER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_FORMAL_PARAMETER, ValadocApiFormalParameter))
#define VALADOC_API_FORMAL_PARAMETER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_FORMAL_PARAMETER, ValadocApiFormalParameterClass))
#define VALADOC_API_IS_FORMAL_PARAMETER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_FORMAL_PARAMETER))
#define VALADOC_API_IS_FORMAL_PARAMETER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_FORMAL_PARAMETER))
#define VALADOC_API_FORMAL_PARAMETER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_FORMAL_PARAMETER, ValadocApiFormalParameterClass))

typedef struct _ValadocApiFormalParameter ValadocApiFormalParameter;
typedef struct _ValadocApiFormalParameterClass ValadocApiFormalParameterClass;

#define VALADOC_API_TYPE_ERROR_DOMAIN (valadoc_api_error_domain_get_type ())
#define VALADOC_API_ERROR_DOMAIN(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_ERROR_DOMAIN, ValadocApiErrorDomain))
#define VALADOC_API_ERROR_DOMAIN_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_ERROR_DOMAIN, ValadocApiErrorDomainClass))
#define VALADOC_API_IS_ERROR_DOMAIN(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_ERROR_DOMAIN))
#define VALADOC_API_IS_ERROR_DOMAIN_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_ERROR_DOMAIN))
#define VALADOC_API_ERROR_DOMAIN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_ERROR_DOMAIN, ValadocApiErrorDomainClass))

typedef struct _ValadocApiErrorDomain ValadocApiErrorDomain;
typedef struct _ValadocApiErrorDomainClass ValadocApiErrorDomainClass;

#define VALADOC_API_TYPE_ERROR_CODE (valadoc_api_error_code_get_type ())
#define VALADOC_API_ERROR_CODE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_ERROR_CODE, ValadocApiErrorCode))
#define VALADOC_API_ERROR_CODE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_ERROR_CODE, ValadocApiErrorCodeClass))
#define VALADOC_API_IS_ERROR_CODE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_ERROR_CODE))
#define VALADOC_API_IS_ERROR_CODE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_ERROR_CODE))
#define VALADOC_API_ERROR_CODE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_ERROR_CODE, ValadocApiErrorCodeClass))

typedef struct _ValadocApiErrorCode ValadocApiErrorCode;
typedef struct _ValadocApiErrorCodeClass ValadocApiErrorCodeClass;

#define VALADOC_API_TYPE_ENUM (valadoc_api_enum_get_type ())
#define VALADOC_API_ENUM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_ENUM, ValadocApiEnum))
#define VALADOC_API_ENUM_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_ENUM, ValadocApiEnumClass))
#define VALADOC_API_IS_ENUM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_ENUM))
#define VALADOC_API_IS_ENUM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_ENUM))
#define VALADOC_API_ENUM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_ENUM, ValadocApiEnumClass))

typedef struct _ValadocApiEnum ValadocApiEnum;
typedef struct _ValadocApiEnumClass ValadocApiEnumClass;

#define VALADOC_API_TYPE_ENUM_VALUE (valadoc_api_enum_value_get_type ())
#define VALADOC_API_ENUM_VALUE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_ENUM_VALUE, ValadocApiEnumValue))
#define VALADOC_API_ENUM_VALUE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_ENUM_VALUE, ValadocApiEnumValueClass))
#define VALADOC_API_IS_ENUM_VALUE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_ENUM_VALUE))
#define VALADOC_API_IS_ENUM_VALUE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_ENUM_VALUE))
#define VALADOC_API_ENUM_VALUE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_ENUM_VALUE, ValadocApiEnumValueClass))

typedef struct _ValadocApiEnumValue ValadocApiEnumValue;
typedef struct _ValadocApiEnumValueClass ValadocApiEnumValueClass;

#define VALADOC_TYPE_CTYPE_RESOLVER (valadoc_ctype_resolver_get_type ())
#define VALADOC_CTYPE_RESOLVER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_CTYPE_RESOLVER, ValadocCTypeResolver))
#define VALADOC_CTYPE_RESOLVER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TYPE_CTYPE_RESOLVER, ValadocCTypeResolverClass))
#define VALADOC_IS_CTYPE_RESOLVER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_CTYPE_RESOLVER))
#define VALADOC_IS_CTYPE_RESOLVER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TYPE_CTYPE_RESOLVER))
#define VALADOC_CTYPE_RESOLVER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TYPE_CTYPE_RESOLVER, ValadocCTypeResolverClass))

typedef struct _ValadocCTypeResolver ValadocCTypeResolver;
typedef struct _ValadocCTypeResolverClass ValadocCTypeResolverClass;
typedef struct _ValadocCTypeResolverPrivate ValadocCTypeResolverPrivate;

#define VALADOC_TYPE_SCANNER (valadoc_scanner_get_type ())
#define VALADOC_SCANNER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_SCANNER, ValadocScanner))
#define VALADOC_IS_SCANNER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_SCANNER))
#define VALADOC_SCANNER_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), VALADOC_TYPE_SCANNER, ValadocScannerIface))

typedef struct _ValadocScanner ValadocScanner;
typedef struct _ValadocScannerIface ValadocScannerIface;

#define VALADOC_TYPE_PARSER (valadoc_parser_get_type ())
#define VALADOC_PARSER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_PARSER, ValadocParser))
#define VALADOC_PARSER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TYPE_PARSER, ValadocParserClass))
#define VALADOC_IS_PARSER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_PARSER))
#define VALADOC_IS_PARSER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TYPE_PARSER))
#define VALADOC_PARSER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TYPE_PARSER, ValadocParserClass))

typedef struct _ValadocParser ValadocParser;
typedef struct _ValadocParserClass ValadocParserClass;

#define VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_SCANNER (valadoc_importer_gir_documentation_scanner_get_type ())
#define VALADOC_IMPORTER_GIR_DOCUMENTATION_SCANNER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_SCANNER, ValadocImporterGirDocumentationScanner))
#define VALADOC_IMPORTER_GIR_DOCUMENTATION_SCANNER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_SCANNER, ValadocImporterGirDocumentationScannerClass))
#define VALADOC_IMPORTER_IS_GIR_DOCUMENTATION_SCANNER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_SCANNER))
#define VALADOC_IMPORTER_IS_GIR_DOCUMENTATION_SCANNER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_SCANNER))
#define VALADOC_IMPORTER_GIR_DOCUMENTATION_SCANNER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_SCANNER, ValadocImporterGirDocumentationScannerClass))

typedef struct _ValadocImporterGirDocumentationScanner ValadocImporterGirDocumentationScanner;
typedef struct _ValadocImporterGirDocumentationScannerClass ValadocImporterGirDocumentationScannerClass;
typedef struct _ValadocImporterGirDocumentationScannerPrivate ValadocImporterGirDocumentationScannerPrivate;

#define VALADOC_TYPE_WIKI_SCANNER (valadoc_wiki_scanner_get_type ())
#define VALADOC_WIKI_SCANNER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_WIKI_SCANNER, ValadocWikiScanner))
#define VALADOC_WIKI_SCANNER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TYPE_WIKI_SCANNER, ValadocWikiScannerClass))
#define VALADOC_IS_WIKI_SCANNER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_WIKI_SCANNER))
#define VALADOC_IS_WIKI_SCANNER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TYPE_WIKI_SCANNER))
#define VALADOC_WIKI_SCANNER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TYPE_WIKI_SCANNER, ValadocWikiScannerClass))

typedef struct _ValadocWikiScanner ValadocWikiScanner;
typedef struct _ValadocWikiScannerClass ValadocWikiScannerClass;
typedef struct _ValadocWikiScannerPrivate ValadocWikiScannerPrivate;

#define VALADOC_TYPE_COMMENT_SCANNER (valadoc_comment_scanner_get_type ())
#define VALADOC_COMMENT_SCANNER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_COMMENT_SCANNER, ValadocCommentScanner))
#define VALADOC_COMMENT_SCANNER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TYPE_COMMENT_SCANNER, ValadocCommentScannerClass))
#define VALADOC_IS_COMMENT_SCANNER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_COMMENT_SCANNER))
#define VALADOC_IS_COMMENT_SCANNER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TYPE_COMMENT_SCANNER))
#define VALADOC_COMMENT_SCANNER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TYPE_COMMENT_SCANNER, ValadocCommentScannerClass))

typedef struct _ValadocCommentScanner ValadocCommentScanner;
typedef struct _ValadocCommentScannerClass ValadocCommentScannerClass;
typedef struct _ValadocCommentScannerPrivate ValadocCommentScannerPrivate;

#define VALADOC_TYPE_DOCUMENTATION (valadoc_documentation_get_type ())
#define VALADOC_DOCUMENTATION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_DOCUMENTATION, ValadocDocumentation))
#define VALADOC_IS_DOCUMENTATION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_DOCUMENTATION))
#define VALADOC_DOCUMENTATION_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), VALADOC_TYPE_DOCUMENTATION, ValadocDocumentationIface))

typedef struct _ValadocDocumentation ValadocDocumentation;
typedef struct _ValadocDocumentationIface ValadocDocumentationIface;

#define VALADOC_TYPE_RESOURCE_LOCATOR (valadoc_resource_locator_get_type ())
#define VALADOC_RESOURCE_LOCATOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_RESOURCE_LOCATOR, ValadocResourceLocator))
#define VALADOC_IS_RESOURCE_LOCATOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_RESOURCE_LOCATOR))
#define VALADOC_RESOURCE_LOCATOR_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), VALADOC_TYPE_RESOURCE_LOCATOR, ValadocResourceLocatorIface))

typedef struct _ValadocResourceLocator ValadocResourceLocator;
typedef struct _ValadocResourceLocatorIface ValadocResourceLocatorIface;

#define VALADOC_TYPE_DOCUMENTATION_PARSER (valadoc_documentation_parser_get_type ())
#define VALADOC_DOCUMENTATION_PARSER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_DOCUMENTATION_PARSER, ValadocDocumentationParser))
#define VALADOC_DOCUMENTATION_PARSER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TYPE_DOCUMENTATION_PARSER, ValadocDocumentationParserClass))
#define VALADOC_IS_DOCUMENTATION_PARSER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_DOCUMENTATION_PARSER))
#define VALADOC_IS_DOCUMENTATION_PARSER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TYPE_DOCUMENTATION_PARSER))
#define VALADOC_DOCUMENTATION_PARSER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TYPE_DOCUMENTATION_PARSER, ValadocDocumentationParserClass))

typedef struct _ValadocDocumentationParser ValadocDocumentationParser;
typedef struct _ValadocDocumentationParserClass ValadocDocumentationParserClass;
typedef struct _ValadocDocumentationParserPrivate ValadocDocumentationParserPrivate;

#define VALADOC_CONTENT_TYPE_BLOCK_CONTENT (valadoc_content_block_content_get_type ())
#define VALADOC_CONTENT_BLOCK_CONTENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_BLOCK_CONTENT, ValadocContentBlockContent))
#define VALADOC_CONTENT_BLOCK_CONTENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_BLOCK_CONTENT, ValadocContentBlockContentClass))
#define VALADOC_CONTENT_IS_BLOCK_CONTENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_BLOCK_CONTENT))
#define VALADOC_CONTENT_IS_BLOCK_CONTENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_BLOCK_CONTENT))
#define VALADOC_CONTENT_BLOCK_CONTENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_BLOCK_CONTENT, ValadocContentBlockContentClass))

typedef struct _ValadocContentBlockContent ValadocContentBlockContent;
typedef struct _ValadocContentBlockContentClass ValadocContentBlockContentClass;

#define VALADOC_CONTENT_TYPE_COMMENT (valadoc_content_comment_get_type ())
#define VALADOC_CONTENT_COMMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_COMMENT, ValadocContentComment))
#define VALADOC_CONTENT_COMMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_COMMENT, ValadocContentCommentClass))
#define VALADOC_CONTENT_IS_COMMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_COMMENT))
#define VALADOC_CONTENT_IS_COMMENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_COMMENT))
#define VALADOC_CONTENT_COMMENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_COMMENT, ValadocContentCommentClass))

typedef struct _ValadocContentComment ValadocContentComment;
typedef struct _ValadocContentCommentClass ValadocContentCommentClass;

#define VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_BUILDER (valadoc_importer_gir_documentation_builder_get_type ())
#define VALADOC_IMPORTER_GIR_DOCUMENTATION_BUILDER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_BUILDER, ValadocImporterGirDocumentationBuilder))
#define VALADOC_IMPORTER_GIR_DOCUMENTATION_BUILDER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_BUILDER, ValadocImporterGirDocumentationBuilderClass))
#define VALADOC_IMPORTER_IS_GIR_DOCUMENTATION_BUILDER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_BUILDER))
#define VALADOC_IMPORTER_IS_GIR_DOCUMENTATION_BUILDER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_BUILDER))
#define VALADOC_IMPORTER_GIR_DOCUMENTATION_BUILDER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_BUILDER, ValadocImporterGirDocumentationBuilderClass))

typedef struct _ValadocImporterGirDocumentationBuilder ValadocImporterGirDocumentationBuilder;
typedef struct _ValadocImporterGirDocumentationBuilderClass ValadocImporterGirDocumentationBuilderClass;

#define VALADOC_TYPE_WIKI_PAGE (valadoc_wiki_page_get_type ())
#define VALADOC_WIKI_PAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_WIKI_PAGE, ValadocWikiPage))
#define VALADOC_WIKI_PAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TYPE_WIKI_PAGE, ValadocWikiPageClass))
#define VALADOC_IS_WIKI_PAGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_WIKI_PAGE))
#define VALADOC_IS_WIKI_PAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TYPE_WIKI_PAGE))
#define VALADOC_WIKI_PAGE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TYPE_WIKI_PAGE, ValadocWikiPageClass))

typedef struct _ValadocWikiPage ValadocWikiPage;
typedef struct _ValadocWikiPageClass ValadocWikiPageClass;

#define VALADOC_CONTENT_TYPE_PAGE (valadoc_content_page_get_type ())
#define VALADOC_CONTENT_PAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_PAGE, ValadocContentPage))
#define VALADOC_CONTENT_PAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_PAGE, ValadocContentPageClass))
#define VALADOC_CONTENT_IS_PAGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_PAGE))
#define VALADOC_CONTENT_IS_PAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_PAGE))
#define VALADOC_CONTENT_PAGE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_PAGE, ValadocContentPageClass))

typedef struct _ValadocContentPage ValadocContentPage;
typedef struct _ValadocContentPageClass ValadocContentPageClass;
typedef struct _ValadocWikiPagePrivate ValadocWikiPagePrivate;

#define VALADOC_TYPE_WIKI_PAGE_TREE (valadoc_wiki_page_tree_get_type ())
#define VALADOC_WIKI_PAGE_TREE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_WIKI_PAGE_TREE, ValadocWikiPageTree))
#define VALADOC_WIKI_PAGE_TREE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TYPE_WIKI_PAGE_TREE, ValadocWikiPageTreeClass))
#define VALADOC_IS_WIKI_PAGE_TREE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_WIKI_PAGE_TREE))
#define VALADOC_IS_WIKI_PAGE_TREE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TYPE_WIKI_PAGE_TREE))
#define VALADOC_WIKI_PAGE_TREE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TYPE_WIKI_PAGE_TREE, ValadocWikiPageTreeClass))

typedef struct _ValadocWikiPageTree ValadocWikiPageTree;
typedef struct _ValadocWikiPageTreeClass ValadocWikiPageTreeClass;
typedef struct _ValadocWikiPageTreePrivate ValadocWikiPageTreePrivate;

#define VALADOC_IMPORTER_TYPE_DOCUMENTATION_IMPORTER (valadoc_importer_documentation_importer_get_type ())
#define VALADOC_IMPORTER_DOCUMENTATION_IMPORTER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_IMPORTER_TYPE_DOCUMENTATION_IMPORTER, ValadocImporterDocumentationImporter))
#define VALADOC_IMPORTER_DOCUMENTATION_IMPORTER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_IMPORTER_TYPE_DOCUMENTATION_IMPORTER, ValadocImporterDocumentationImporterClass))
#define VALADOC_IMPORTER_IS_DOCUMENTATION_IMPORTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_IMPORTER_TYPE_DOCUMENTATION_IMPORTER))
#define VALADOC_IMPORTER_IS_DOCUMENTATION_IMPORTER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_IMPORTER_TYPE_DOCUMENTATION_IMPORTER))
#define VALADOC_IMPORTER_DOCUMENTATION_IMPORTER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_IMPORTER_TYPE_DOCUMENTATION_IMPORTER, ValadocImporterDocumentationImporterClass))

typedef struct _ValadocImporterDocumentationImporter ValadocImporterDocumentationImporter;
typedef struct _ValadocImporterDocumentationImporterClass ValadocImporterDocumentationImporterClass;
typedef struct _ValadocImporterDocumentationImporterPrivate ValadocImporterDocumentationImporterPrivate;

#define VALADOC_CONTENT_TYPE_CONTENT_FACTORY (valadoc_content_content_factory_get_type ())
#define VALADOC_CONTENT_CONTENT_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_CONTENT_FACTORY, ValadocContentContentFactory))
#define VALADOC_CONTENT_CONTENT_FACTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_CONTENT_FACTORY, ValadocContentContentFactoryClass))
#define VALADOC_CONTENT_IS_CONTENT_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_CONTENT_FACTORY))
#define VALADOC_CONTENT_IS_CONTENT_FACTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_CONTENT_FACTORY))
#define VALADOC_CONTENT_CONTENT_FACTORY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_CONTENT_FACTORY, ValadocContentContentFactoryClass))

typedef struct _ValadocContentContentFactory ValadocContentContentFactory;
typedef struct _ValadocContentContentFactoryClass ValadocContentContentFactoryClass;

#define VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_IMPORTER (valadoc_importer_gir_documentation_importer_get_type ())
#define VALADOC_IMPORTER_GIR_DOCUMENTATION_IMPORTER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_IMPORTER, ValadocImporterGirDocumentationImporter))
#define VALADOC_IMPORTER_GIR_DOCUMENTATION_IMPORTER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_IMPORTER, ValadocImporterGirDocumentationImporterClass))
#define VALADOC_IMPORTER_IS_GIR_DOCUMENTATION_IMPORTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_IMPORTER))
#define VALADOC_IMPORTER_IS_GIR_DOCUMENTATION_IMPORTER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_IMPORTER))
#define VALADOC_IMPORTER_GIR_DOCUMENTATION_IMPORTER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_IMPORTER_TYPE_GIR_DOCUMENTATION_IMPORTER, ValadocImporterGirDocumentationImporterClass))

typedef struct _ValadocImporterGirDocumentationImporter ValadocImporterGirDocumentationImporter;
typedef struct _ValadocImporterGirDocumentationImporterClass ValadocImporterGirDocumentationImporterClass;
typedef struct _ValadocImporterGirDocumentationImporterPrivate ValadocImporterGirDocumentationImporterPrivate;
typedef struct _ValadocImporterGirDocumentationBuilderPrivate ValadocImporterGirDocumentationBuilderPrivate;

#define VALADOC_IMPORTER_TYPE_VALADOC_DOCUMENTATION_IMPORTER (valadoc_importer_valadoc_documentation_importer_get_type ())
#define VALADOC_IMPORTER_VALADOC_DOCUMENTATION_IMPORTER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_IMPORTER_TYPE_VALADOC_DOCUMENTATION_IMPORTER, ValadocImporterValadocDocumentationImporter))
#define VALADOC_IMPORTER_VALADOC_DOCUMENTATION_IMPORTER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_IMPORTER_TYPE_VALADOC_DOCUMENTATION_IMPORTER, ValadocImporterValadocDocumentationImporterClass))
#define VALADOC_IMPORTER_IS_VALADOC_DOCUMENTATION_IMPORTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_IMPORTER_TYPE_VALADOC_DOCUMENTATION_IMPORTER))
#define VALADOC_IMPORTER_IS_VALADOC_DOCUMENTATION_IMPORTER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_IMPORTER_TYPE_VALADOC_DOCUMENTATION_IMPORTER))
#define VALADOC_IMPORTER_VALADOC_DOCUMENTATION_IMPORTER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_IMPORTER_TYPE_VALADOC_DOCUMENTATION_IMPORTER, ValadocImporterValadocDocumentationImporterClass))

typedef struct _ValadocImporterValadocDocumentationImporter ValadocImporterValadocDocumentationImporter;
typedef struct _ValadocImporterValadocDocumentationImporterClass ValadocImporterValadocDocumentationImporterClass;
typedef struct _ValadocImporterValadocDocumentationImporterPrivate ValadocImporterValadocDocumentationImporterPrivate;

#define VALADOC_IMPORTER_TYPE_VALADO_DOCUMENTATION_SCANNER (valadoc_importer_valado_documentation_scanner_get_type ())
#define VALADOC_IMPORTER_VALADO_DOCUMENTATION_SCANNER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_IMPORTER_TYPE_VALADO_DOCUMENTATION_SCANNER, ValadocImporterValadoDocumentationScanner))
#define VALADOC_IMPORTER_VALADO_DOCUMENTATION_SCANNER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_IMPORTER_TYPE_VALADO_DOCUMENTATION_SCANNER, ValadocImporterValadoDocumentationScannerClass))
#define VALADOC_IMPORTER_IS_VALADO_DOCUMENTATION_SCANNER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_IMPORTER_TYPE_VALADO_DOCUMENTATION_SCANNER))
#define VALADOC_IMPORTER_IS_VALADO_DOCUMENTATION_SCANNER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_IMPORTER_TYPE_VALADO_DOCUMENTATION_SCANNER))
#define VALADOC_IMPORTER_VALADO_DOCUMENTATION_SCANNER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_IMPORTER_TYPE_VALADO_DOCUMENTATION_SCANNER, ValadocImporterValadoDocumentationScannerClass))

typedef struct _ValadocImporterValadoDocumentationScanner ValadocImporterValadoDocumentationScanner;
typedef struct _ValadocImporterValadoDocumentationScannerClass ValadocImporterValadoDocumentationScannerClass;
typedef struct _ValadocImporterValadoDocumentationScannerPrivate ValadocImporterValadoDocumentationScannerPrivate;
typedef struct _ValadocApiItemPrivate ValadocApiItemPrivate;

#define VALADOC_CONTENT_TYPE_INLINE (valadoc_content_inline_get_type ())
#define VALADOC_CONTENT_INLINE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_INLINE, ValadocContentInline))
#define VALADOC_CONTENT_IS_INLINE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_INLINE))
#define VALADOC_CONTENT_INLINE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), VALADOC_CONTENT_TYPE_INLINE, ValadocContentInlineIface))

typedef struct _ValadocContentInline ValadocContentInline;
typedef struct _ValadocContentInlineIface ValadocContentInlineIface;

#define VALADOC_API_TYPE_ARRAY (valadoc_api_array_get_type ())
#define VALADOC_API_ARRAY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_ARRAY, ValadocApiArray))
#define VALADOC_API_ARRAY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_ARRAY, ValadocApiArrayClass))
#define VALADOC_API_IS_ARRAY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_ARRAY))
#define VALADOC_API_IS_ARRAY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_ARRAY))
#define VALADOC_API_ARRAY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_ARRAY, ValadocApiArrayClass))

typedef struct _ValadocApiArray ValadocApiArray;
typedef struct _ValadocApiArrayClass ValadocApiArrayClass;
typedef struct _ValadocApiArrayPrivate ValadocApiArrayPrivate;

#define VALADOC_API_TYPE_BROWSABLE (valadoc_api_browsable_get_type ())
#define VALADOC_API_BROWSABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_BROWSABLE, ValadocApiBrowsable))
#define VALADOC_API_IS_BROWSABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_BROWSABLE))
#define VALADOC_API_BROWSABLE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), VALADOC_API_TYPE_BROWSABLE, ValadocApiBrowsableIface))

typedef struct _ValadocApiBrowsable ValadocApiBrowsable;
typedef struct _ValadocApiBrowsableIface ValadocApiBrowsableIface;
typedef struct _ValadocApiNodePrivate ValadocApiNodePrivate;

#define VALADOC_API_TYPE_NODE_TYPE (valadoc_api_node_type_get_type ())
typedef struct _ValadocApiSymbolPrivate ValadocApiSymbolPrivate;
typedef struct _ValadocApiTypeSymbolPrivate ValadocApiTypeSymbolPrivate;
typedef struct _ValadocApiClassPrivate ValadocApiClassPrivate;

#define VALADOC_API_TYPE_TYPEREFERENCE (valadoc_api_typereference_get_type ())
#define VALADOC_API_TYPEREFERENCE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_TYPEREFERENCE, ValadocApiTypeReference))
#define VALADOC_API_TYPEREFERENCE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_TYPEREFERENCE, ValadocApiTypeReferenceClass))
#define VALADOC_API_IS_TYPEREFERENCE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_TYPEREFERENCE))
#define VALADOC_API_IS_TYPEREFERENCE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_TYPEREFERENCE))
#define VALADOC_API_TYPEREFERENCE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_TYPEREFERENCE, ValadocApiTypeReferenceClass))

typedef struct _ValadocApiTypeReference ValadocApiTypeReference;
typedef struct _ValadocApiTypeReferenceClass ValadocApiTypeReferenceClass;
typedef struct _ValadocApiMemberPrivate ValadocApiMemberPrivate;
typedef struct _ValadocApiConstantPrivate ValadocApiConstantPrivate;
typedef struct _ValadocApiDelegatePrivate ValadocApiDelegatePrivate;
typedef struct _ValadocApiEnumPrivate ValadocApiEnumPrivate;
typedef struct _ValadocApiEnumValuePrivate ValadocApiEnumValuePrivate;
typedef struct _ValadocApiErrorCodePrivate ValadocApiErrorCodePrivate;
typedef struct _ValadocApiErrorDomainPrivate ValadocApiErrorDomainPrivate;
typedef struct _ValadocApiFieldPrivate ValadocApiFieldPrivate;
typedef struct _ValadocApiFormalParameterPrivate ValadocApiFormalParameterPrivate;
typedef struct _ValadocApiInterfacePrivate ValadocApiInterfacePrivate;
typedef struct _ValadocApiMethodPrivate ValadocApiMethodPrivate;
typedef struct _ValadocApiNamespacePrivate ValadocApiNamespacePrivate;
typedef struct _ValadocApiPackagePrivate ValadocApiPackagePrivate;

#define VALADOC_API_TYPE_POINTER (valadoc_api_pointer_get_type ())
#define VALADOC_API_POINTER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_POINTER, ValadocApiPointer))
#define VALADOC_API_POINTER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_POINTER, ValadocApiPointerClass))
#define VALADOC_API_IS_POINTER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_POINTER))
#define VALADOC_API_IS_POINTER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_POINTER))
#define VALADOC_API_POINTER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_POINTER, ValadocApiPointerClass))

typedef struct _ValadocApiPointer ValadocApiPointer;
typedef struct _ValadocApiPointerClass ValadocApiPointerClass;
typedef struct _ValadocApiPointerPrivate ValadocApiPointerPrivate;
typedef struct _ValadocApiPropertyPrivate ValadocApiPropertyPrivate;

#define VALADOC_API_TYPE_PROPERTY_ACCESSOR (valadoc_api_property_accessor_get_type ())
#define VALADOC_API_PROPERTY_ACCESSOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_PROPERTY_ACCESSOR, ValadocApiPropertyAccessor))
#define VALADOC_API_PROPERTY_ACCESSOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_PROPERTY_ACCESSOR, ValadocApiPropertyAccessorClass))
#define VALADOC_API_IS_PROPERTY_ACCESSOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_PROPERTY_ACCESSOR))
#define VALADOC_API_IS_PROPERTY_ACCESSOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_PROPERTY_ACCESSOR))
#define VALADOC_API_PROPERTY_ACCESSOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_PROPERTY_ACCESSOR, ValadocApiPropertyAccessorClass))

typedef struct _ValadocApiPropertyAccessor ValadocApiPropertyAccessor;
typedef struct _ValadocApiPropertyAccessorClass ValadocApiPropertyAccessorClass;
typedef struct _ValadocApiPropertyAccessorPrivate ValadocApiPropertyAccessorPrivate;
typedef struct _ValadocApiSignalPrivate ValadocApiSignalPrivate;

#define VALADOC_API_TYPE_SIGNATURE_BUILDER (valadoc_api_signature_builder_get_type ())
#define VALADOC_API_SIGNATURE_BUILDER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_API_TYPE_SIGNATURE_BUILDER, ValadocApiSignatureBuilder))
#define VALADOC_API_SIGNATURE_BUILDER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_API_TYPE_SIGNATURE_BUILDER, ValadocApiSignatureBuilderClass))
#define VALADOC_API_IS_SIGNATURE_BUILDER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_API_TYPE_SIGNATURE_BUILDER))
#define VALADOC_API_IS_SIGNATURE_BUILDER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_API_TYPE_SIGNATURE_BUILDER))
#define VALADOC_API_SIGNATURE_BUILDER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_API_TYPE_SIGNATURE_BUILDER, ValadocApiSignatureBuilderClass))

typedef struct _ValadocApiSignatureBuilder ValadocApiSignatureBuilder;
typedef struct _ValadocApiSignatureBuilderClass ValadocApiSignatureBuilderClass;
typedef struct _ValadocApiSignatureBuilderPrivate ValadocApiSignatureBuilderPrivate;

#define VALADOC_CONTENT_TYPE_INLINE_CONTENT (valadoc_content_inline_content_get_type ())
#define VALADOC_CONTENT_INLINE_CONTENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_INLINE_CONTENT, ValadocContentInlineContent))
#define VALADOC_CONTENT_INLINE_CONTENT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_INLINE_CONTENT, ValadocContentInlineContentClass))
#define VALADOC_CONTENT_IS_INLINE_CONTENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_INLINE_CONTENT))
#define VALADOC_CONTENT_IS_INLINE_CONTENT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_INLINE_CONTENT))
#define VALADOC_CONTENT_INLINE_CONTENT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_INLINE_CONTENT, ValadocContentInlineContentClass))

typedef struct _ValadocContentInlineContent ValadocContentInlineContent;
typedef struct _ValadocContentInlineContentClass ValadocContentInlineContentClass;

#define VALADOC_CONTENT_TYPE_RUN (valadoc_content_run_get_type ())
#define VALADOC_CONTENT_RUN(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_RUN, ValadocContentRun))
#define VALADOC_CONTENT_RUN_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_RUN, ValadocContentRunClass))
#define VALADOC_CONTENT_IS_RUN(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_RUN))
#define VALADOC_CONTENT_IS_RUN_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_RUN))
#define VALADOC_CONTENT_RUN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_RUN, ValadocContentRunClass))

typedef struct _ValadocContentRun ValadocContentRun;
typedef struct _ValadocContentRunClass ValadocContentRunClass;
typedef struct _ValadocApiStructPrivate ValadocApiStructPrivate;
typedef struct _ValadocApiTreePrivate ValadocApiTreePrivate;
typedef struct _ValadocApiTypeParameterPrivate ValadocApiTypeParameterPrivate;
typedef struct _ValadocApiTypeReferencePrivate ValadocApiTypeReferencePrivate;

#define VALADOC_CONTENT_TYPE_BLOCK (valadoc_content_block_get_type ())
#define VALADOC_CONTENT_BLOCK(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_BLOCK, ValadocContentBlock))
#define VALADOC_CONTENT_IS_BLOCK(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_BLOCK))
#define VALADOC_CONTENT_BLOCK_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), VALADOC_CONTENT_TYPE_BLOCK, ValadocContentBlockIface))

typedef struct _ValadocContentBlock ValadocContentBlock;
typedef struct _ValadocContentBlockIface ValadocContentBlockIface;
typedef struct _ValadocContentContentElementPrivate ValadocContentContentElementPrivate;

#define VALADOC_CONTENT_TYPE_CONTENT_VISITOR (valadoc_content_content_visitor_get_type ())
#define VALADOC_CONTENT_CONTENT_VISITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_CONTENT_VISITOR, ValadocContentContentVisitor))
#define VALADOC_CONTENT_CONTENT_VISITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_CONTENT_VISITOR, ValadocContentContentVisitorClass))
#define VALADOC_CONTENT_IS_CONTENT_VISITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_CONTENT_VISITOR))
#define VALADOC_CONTENT_IS_CONTENT_VISITOR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_CONTENT_VISITOR))
#define VALADOC_CONTENT_CONTENT_VISITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_CONTENT_VISITOR, ValadocContentContentVisitorClass))

typedef struct _ValadocContentContentVisitor ValadocContentContentVisitor;
typedef struct _ValadocContentContentVisitorClass ValadocContentContentVisitorClass;
typedef struct _ValadocContentBlockContentPrivate ValadocContentBlockContentPrivate;
typedef struct _ValadocContentCommentPrivate ValadocContentCommentPrivate;
typedef struct _ValadocContentContentFactoryPrivate ValadocContentContentFactoryPrivate;

#define VALADOC_CONTENT_TYPE_EMBEDDED (valadoc_content_embedded_get_type ())
#define VALADOC_CONTENT_EMBEDDED(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_EMBEDDED, ValadocContentEmbedded))
#define VALADOC_CONTENT_EMBEDDED_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_EMBEDDED, ValadocContentEmbeddedClass))
#define VALADOC_CONTENT_IS_EMBEDDED(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_EMBEDDED))
#define VALADOC_CONTENT_IS_EMBEDDED_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_EMBEDDED))
#define VALADOC_CONTENT_EMBEDDED_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_EMBEDDED, ValadocContentEmbeddedClass))

typedef struct _ValadocContentEmbedded ValadocContentEmbedded;
typedef struct _ValadocContentEmbeddedClass ValadocContentEmbeddedClass;

#define VALADOC_CONTENT_TYPE_HEADLINE (valadoc_content_headline_get_type ())
#define VALADOC_CONTENT_HEADLINE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_HEADLINE, ValadocContentHeadline))
#define VALADOC_CONTENT_HEADLINE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_HEADLINE, ValadocContentHeadlineClass))
#define VALADOC_CONTENT_IS_HEADLINE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_HEADLINE))
#define VALADOC_CONTENT_IS_HEADLINE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_HEADLINE))
#define VALADOC_CONTENT_HEADLINE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_HEADLINE, ValadocContentHeadlineClass))

typedef struct _ValadocContentHeadline ValadocContentHeadline;
typedef struct _ValadocContentHeadlineClass ValadocContentHeadlineClass;

#define VALADOC_CONTENT_TYPE_LINK (valadoc_content_link_get_type ())
#define VALADOC_CONTENT_LINK(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_LINK, ValadocContentLink))
#define VALADOC_CONTENT_LINK_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_LINK, ValadocContentLinkClass))
#define VALADOC_CONTENT_IS_LINK(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_LINK))
#define VALADOC_CONTENT_IS_LINK_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_LINK))
#define VALADOC_CONTENT_LINK_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_LINK, ValadocContentLinkClass))

typedef struct _ValadocContentLink ValadocContentLink;
typedef struct _ValadocContentLinkClass ValadocContentLinkClass;

#define VALADOC_CONTENT_TYPE_WIKI_LINK (valadoc_content_wiki_link_get_type ())
#define VALADOC_CONTENT_WIKI_LINK(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_WIKI_LINK, ValadocContentWikiLink))
#define VALADOC_CONTENT_WIKI_LINK_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_WIKI_LINK, ValadocContentWikiLinkClass))
#define VALADOC_CONTENT_IS_WIKI_LINK(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_WIKI_LINK))
#define VALADOC_CONTENT_IS_WIKI_LINK_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_WIKI_LINK))
#define VALADOC_CONTENT_WIKI_LINK_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_WIKI_LINK, ValadocContentWikiLinkClass))

typedef struct _ValadocContentWikiLink ValadocContentWikiLink;
typedef struct _ValadocContentWikiLinkClass ValadocContentWikiLinkClass;

#define VALADOC_CONTENT_TYPE_LIST (valadoc_content_list_get_type ())
#define VALADOC_CONTENT_LIST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_LIST, ValadocContentList))
#define VALADOC_CONTENT_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_LIST, ValadocContentListClass))
#define VALADOC_CONTENT_IS_LIST(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_LIST))
#define VALADOC_CONTENT_IS_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_LIST))
#define VALADOC_CONTENT_LIST_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_LIST, ValadocContentListClass))

typedef struct _ValadocContentList ValadocContentList;
typedef struct _ValadocContentListClass ValadocContentListClass;

#define VALADOC_CONTENT_TYPE_LIST_ITEM (valadoc_content_list_item_get_type ())
#define VALADOC_CONTENT_LIST_ITEM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_LIST_ITEM, ValadocContentListItem))
#define VALADOC_CONTENT_LIST_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_LIST_ITEM, ValadocContentListItemClass))
#define VALADOC_CONTENT_IS_LIST_ITEM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_LIST_ITEM))
#define VALADOC_CONTENT_IS_LIST_ITEM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_LIST_ITEM))
#define VALADOC_CONTENT_LIST_ITEM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_LIST_ITEM, ValadocContentListItemClass))

typedef struct _ValadocContentListItem ValadocContentListItem;
typedef struct _ValadocContentListItemClass ValadocContentListItemClass;

#define VALADOC_CONTENT_TYPE_PARAGRAPH (valadoc_content_paragraph_get_type ())
#define VALADOC_CONTENT_PARAGRAPH(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_PARAGRAPH, ValadocContentParagraph))
#define VALADOC_CONTENT_PARAGRAPH_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_PARAGRAPH, ValadocContentParagraphClass))
#define VALADOC_CONTENT_IS_PARAGRAPH(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_PARAGRAPH))
#define VALADOC_CONTENT_IS_PARAGRAPH_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_PARAGRAPH))
#define VALADOC_CONTENT_PARAGRAPH_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_PARAGRAPH, ValadocContentParagraphClass))

typedef struct _ValadocContentParagraph ValadocContentParagraph;
typedef struct _ValadocContentParagraphClass ValadocContentParagraphClass;

#define VALADOC_CONTENT_RUN_TYPE_STYLE (valadoc_content_run_style_get_type ())

#define VALADOC_CONTENT_TYPE_SOURCE_CODE (valadoc_content_source_code_get_type ())
#define VALADOC_CONTENT_SOURCE_CODE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_SOURCE_CODE, ValadocContentSourceCode))
#define VALADOC_CONTENT_SOURCE_CODE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_SOURCE_CODE, ValadocContentSourceCodeClass))
#define VALADOC_CONTENT_IS_SOURCE_CODE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_SOURCE_CODE))
#define VALADOC_CONTENT_IS_SOURCE_CODE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_SOURCE_CODE))
#define VALADOC_CONTENT_SOURCE_CODE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_SOURCE_CODE, ValadocContentSourceCodeClass))

typedef struct _ValadocContentSourceCode ValadocContentSourceCode;
typedef struct _ValadocContentSourceCodeClass ValadocContentSourceCodeClass;

#define VALADOC_CONTENT_TYPE_TABLE (valadoc_content_table_get_type ())
#define VALADOC_CONTENT_TABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_TABLE, ValadocContentTable))
#define VALADOC_CONTENT_TABLE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_TABLE, ValadocContentTableClass))
#define VALADOC_CONTENT_IS_TABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_TABLE))
#define VALADOC_CONTENT_IS_TABLE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_TABLE))
#define VALADOC_CONTENT_TABLE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_TABLE, ValadocContentTableClass))

typedef struct _ValadocContentTable ValadocContentTable;
typedef struct _ValadocContentTableClass ValadocContentTableClass;

#define VALADOC_CONTENT_TYPE_TABLE_CELL (valadoc_content_table_cell_get_type ())
#define VALADOC_CONTENT_TABLE_CELL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_TABLE_CELL, ValadocContentTableCell))
#define VALADOC_CONTENT_TABLE_CELL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_TABLE_CELL, ValadocContentTableCellClass))
#define VALADOC_CONTENT_IS_TABLE_CELL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_TABLE_CELL))
#define VALADOC_CONTENT_IS_TABLE_CELL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_TABLE_CELL))
#define VALADOC_CONTENT_TABLE_CELL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_TABLE_CELL, ValadocContentTableCellClass))

typedef struct _ValadocContentTableCell ValadocContentTableCell;
typedef struct _ValadocContentTableCellClass ValadocContentTableCellClass;

#define VALADOC_CONTENT_TYPE_TABLE_ROW (valadoc_content_table_row_get_type ())
#define VALADOC_CONTENT_TABLE_ROW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_TABLE_ROW, ValadocContentTableRow))
#define VALADOC_CONTENT_TABLE_ROW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_TABLE_ROW, ValadocContentTableRowClass))
#define VALADOC_CONTENT_IS_TABLE_ROW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_TABLE_ROW))
#define VALADOC_CONTENT_IS_TABLE_ROW_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_TABLE_ROW))
#define VALADOC_CONTENT_TABLE_ROW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_TABLE_ROW, ValadocContentTableRowClass))

typedef struct _ValadocContentTableRow ValadocContentTableRow;
typedef struct _ValadocContentTableRowClass ValadocContentTableRowClass;

#define VALADOC_CONTENT_TYPE_TEXT (valadoc_content_text_get_type ())
#define VALADOC_CONTENT_TEXT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_TEXT, ValadocContentText))
#define VALADOC_CONTENT_TEXT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_TEXT, ValadocContentTextClass))
#define VALADOC_CONTENT_IS_TEXT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_TEXT))
#define VALADOC_CONTENT_IS_TEXT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_TEXT))
#define VALADOC_CONTENT_TEXT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_TEXT, ValadocContentTextClass))

typedef struct _ValadocContentText ValadocContentText;
typedef struct _ValadocContentTextClass ValadocContentTextClass;

#define VALADOC_CONTENT_TYPE_STYLE_ATTRIBUTES (valadoc_content_style_attributes_get_type ())
#define VALADOC_CONTENT_STYLE_ATTRIBUTES(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_STYLE_ATTRIBUTES, ValadocContentStyleAttributes))
#define VALADOC_CONTENT_IS_STYLE_ATTRIBUTES(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_STYLE_ATTRIBUTES))
#define VALADOC_CONTENT_STYLE_ATTRIBUTES_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), VALADOC_CONTENT_TYPE_STYLE_ATTRIBUTES, ValadocContentStyleAttributesIface))

typedef struct _ValadocContentStyleAttributes ValadocContentStyleAttributes;
typedef struct _ValadocContentStyleAttributesIface ValadocContentStyleAttributesIface;

#define VALADOC_CONTENT_TYPE_HORIZONTAL_ALIGN (valadoc_content_horizontal_align_get_type ())

#define VALADOC_CONTENT_TYPE_VERTICAL_ALIGN (valadoc_content_vertical_align_get_type ())
typedef struct _ValadocContentContentVisitorPrivate ValadocContentContentVisitorPrivate;

#define VALADOC_CONTENT_TYPE_SYMBOL_LINK (valadoc_content_symbol_link_get_type ())
#define VALADOC_CONTENT_SYMBOL_LINK(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_SYMBOL_LINK, ValadocContentSymbolLink))
#define VALADOC_CONTENT_SYMBOL_LINK_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_SYMBOL_LINK, ValadocContentSymbolLinkClass))
#define VALADOC_CONTENT_IS_SYMBOL_LINK(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_SYMBOL_LINK))
#define VALADOC_CONTENT_IS_SYMBOL_LINK_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_SYMBOL_LINK))
#define VALADOC_CONTENT_SYMBOL_LINK_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_SYMBOL_LINK, ValadocContentSymbolLinkClass))

typedef struct _ValadocContentSymbolLink ValadocContentSymbolLink;
typedef struct _ValadocContentSymbolLinkClass ValadocContentSymbolLinkClass;

#define VALADOC_CONTENT_TYPE_CONTENT_RENDERER (valadoc_content_content_renderer_get_type ())
#define VALADOC_CONTENT_CONTENT_RENDERER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_CONTENT_RENDERER, ValadocContentContentRenderer))
#define VALADOC_CONTENT_CONTENT_RENDERER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_CONTENT_RENDERER, ValadocContentContentRendererClass))
#define VALADOC_CONTENT_IS_CONTENT_RENDERER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_CONTENT_RENDERER))
#define VALADOC_CONTENT_IS_CONTENT_RENDERER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_CONTENT_RENDERER))
#define VALADOC_CONTENT_CONTENT_RENDERER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_CONTENT_RENDERER, ValadocContentContentRendererClass))

typedef struct _ValadocContentContentRenderer ValadocContentContentRenderer;
typedef struct _ValadocContentContentRendererClass ValadocContentContentRendererClass;
typedef struct _ValadocContentContentRendererPrivate ValadocContentContentRendererPrivate;
typedef struct _ValadocContentEmbeddedPrivate ValadocContentEmbeddedPrivate;
typedef struct _ValadocContentInlineContentPrivate ValadocContentInlineContentPrivate;
typedef struct _ValadocContentHeadlinePrivate ValadocContentHeadlinePrivate;

#define VALADOC_CONTENT_TYPE_INLINE_TAGLET (valadoc_content_inline_taglet_get_type ())
#define VALADOC_CONTENT_INLINE_TAGLET(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CONTENT_TYPE_INLINE_TAGLET, ValadocContentInlineTaglet))
#define VALADOC_CONTENT_INLINE_TAGLET_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CONTENT_TYPE_INLINE_TAGLET, ValadocContentInlineTagletClass))
#define VALADOC_CONTENT_IS_INLINE_TAGLET(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CONTENT_TYPE_INLINE_TAGLET))
#define VALADOC_CONTENT_IS_INLINE_TAGLET_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CONTENT_TYPE_INLINE_TAGLET))
#define VALADOC_CONTENT_INLINE_TAGLET_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CONTENT_TYPE_INLINE_TAGLET, ValadocContentInlineTagletClass))

typedef struct _ValadocContentInlineTaglet ValadocContentInlineTaglet;
typedef struct _ValadocContentInlineTagletClass ValadocContentInlineTagletClass;
typedef struct _ValadocContentInlineTagletPrivate ValadocContentInlineTagletPrivate;
typedef struct _ValadocContentWikiLinkPrivate ValadocContentWikiLinkPrivate;
typedef struct _ValadocContentLinkPrivate ValadocContentLinkPrivate;
typedef struct _ValadocContentListPrivate ValadocContentListPrivate;

#define VALADOC_CONTENT_LIST_TYPE_BULLET (valadoc_content_list_bullet_get_type ())
typedef struct _ValadocContentListItemPrivate ValadocContentListItemPrivate;
typedef struct _ValadocContentPagePrivate ValadocContentPagePrivate;
typedef struct _ValadocContentParagraphPrivate ValadocContentParagraphPrivate;
typedef struct _ValadocContentRunPrivate ValadocContentRunPrivate;
typedef struct _ValadocContentSourceCodePrivate ValadocContentSourceCodePrivate;

#define VALADOC_CONTENT_SOURCE_CODE_TYPE_LANGUAGE (valadoc_content_source_code_language_get_type ())
typedef struct _ValadocContentSymbolLinkPrivate ValadocContentSymbolLinkPrivate;
typedef struct _ValadocContentTablePrivate ValadocContentTablePrivate;
typedef struct _ValadocContentTableCellPrivate ValadocContentTableCellPrivate;
typedef struct _ValadocContentTableRowPrivate ValadocContentTableRowPrivate;
typedef struct _ValadocContentTextPrivate ValadocContentTextPrivate;

#define VALADOC_CHARTS_TYPE_CHART (valadoc_charts_chart_get_type ())
#define VALADOC_CHARTS_CHART(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CHARTS_TYPE_CHART, ValadocChartsChart))
#define VALADOC_CHARTS_CHART_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CHARTS_TYPE_CHART, ValadocChartsChartClass))
#define VALADOC_CHARTS_IS_CHART(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CHARTS_TYPE_CHART))
#define VALADOC_CHARTS_IS_CHART_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CHARTS_TYPE_CHART))
#define VALADOC_CHARTS_CHART_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CHARTS_TYPE_CHART, ValadocChartsChartClass))

typedef struct _ValadocChartsChart ValadocChartsChart;
typedef struct _ValadocChartsChartClass ValadocChartsChartClass;
typedef struct _ValadocChartsChartPrivate ValadocChartsChartPrivate;

#define VALADOC_CHARTS_TYPE_FACTORY (valadoc_charts_factory_get_type ())
#define VALADOC_CHARTS_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CHARTS_TYPE_FACTORY, ValadocChartsFactory))
#define VALADOC_CHARTS_FACTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CHARTS_TYPE_FACTORY, ValadocChartsFactoryClass))
#define VALADOC_CHARTS_IS_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CHARTS_TYPE_FACTORY))
#define VALADOC_CHARTS_IS_FACTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CHARTS_TYPE_FACTORY))
#define VALADOC_CHARTS_FACTORY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CHARTS_TYPE_FACTORY, ValadocChartsFactoryClass))

typedef struct _ValadocChartsFactory ValadocChartsFactory;
typedef struct _ValadocChartsFactoryClass ValadocChartsFactoryClass;
typedef struct _ValadocChartsFactoryPrivate ValadocChartsFactoryPrivate;

#define VALADOC_CHARTS_TYPE_HIERARCHY (valadoc_charts_hierarchy_get_type ())
#define VALADOC_CHARTS_HIERARCHY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CHARTS_TYPE_HIERARCHY, ValadocChartsHierarchy))
#define VALADOC_CHARTS_HIERARCHY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CHARTS_TYPE_HIERARCHY, ValadocChartsHierarchyClass))
#define VALADOC_CHARTS_IS_HIERARCHY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CHARTS_TYPE_HIERARCHY))
#define VALADOC_CHARTS_IS_HIERARCHY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CHARTS_TYPE_HIERARCHY))
#define VALADOC_CHARTS_HIERARCHY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CHARTS_TYPE_HIERARCHY, ValadocChartsHierarchyClass))

typedef struct _ValadocChartsHierarchy ValadocChartsHierarchy;
typedef struct _ValadocChartsHierarchyClass ValadocChartsHierarchyClass;
typedef struct _ValadocChartsHierarchyPrivate ValadocChartsHierarchyPrivate;

#define VALADOC_CHARTS_TYPE_SIMPLE_FACTORY (valadoc_charts_simple_factory_get_type ())
#define VALADOC_CHARTS_SIMPLE_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_CHARTS_TYPE_SIMPLE_FACTORY, ValadocChartsSimpleFactory))
#define VALADOC_CHARTS_SIMPLE_FACTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_CHARTS_TYPE_SIMPLE_FACTORY, ValadocChartsSimpleFactoryClass))
#define VALADOC_CHARTS_IS_SIMPLE_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_CHARTS_TYPE_SIMPLE_FACTORY))
#define VALADOC_CHARTS_IS_SIMPLE_FACTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_CHARTS_TYPE_SIMPLE_FACTORY))
#define VALADOC_CHARTS_SIMPLE_FACTORY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_CHARTS_TYPE_SIMPLE_FACTORY, ValadocChartsSimpleFactoryClass))

typedef struct _ValadocChartsSimpleFactory ValadocChartsSimpleFactory;
typedef struct _ValadocChartsSimpleFactoryClass ValadocChartsSimpleFactoryClass;
typedef struct _ValadocChartsSimpleFactoryPrivate ValadocChartsSimpleFactoryPrivate;

#define VALADOC_TYPE_PARSER_CALLBACK (valadoc_parser_callback_get_type ())
#define VALADOC_PARSER_CALLBACK(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_PARSER_CALLBACK, ValadocParserCallback))
#define VALADOC_IS_PARSER_CALLBACK(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_PARSER_CALLBACK))
#define VALADOC_PARSER_CALLBACK_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), VALADOC_TYPE_PARSER_CALLBACK, ValadocParserCallbackIface))

typedef struct _ValadocParserCallback ValadocParserCallback;
typedef struct _ValadocParserCallbackIface ValadocParserCallbackIface;

#define VALADOC_TYPE_TOKEN (valadoc_token_get_type ())
#define VALADOC_TOKEN(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_TOKEN, ValadocToken))
#define VALADOC_TOKEN_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TYPE_TOKEN, ValadocTokenClass))
#define VALADOC_IS_TOKEN(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_TOKEN))
#define VALADOC_IS_TOKEN_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TYPE_TOKEN))
#define VALADOC_TOKEN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TYPE_TOKEN, ValadocTokenClass))

typedef struct _ValadocToken ValadocToken;
typedef struct _ValadocTokenClass ValadocTokenClass;
typedef struct _ValadocParserPrivate ValadocParserPrivate;
typedef struct _ValadocRulePrivate ValadocRulePrivate;

#define VALADOC_RULE_TYPE_FORWARD (valadoc_rule_forward_get_type ())

#define VALADOC_TYPE_SOURCE_LOCATION (valadoc_source_location_get_type ())
typedef struct _ValadocSourceLocation ValadocSourceLocation;

#define VALADOC_TYPE_STUB_RULE (valadoc_stub_rule_get_type ())
#define VALADOC_STUB_RULE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_STUB_RULE, ValadocStubRule))
#define VALADOC_STUB_RULE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TYPE_STUB_RULE, ValadocStubRuleClass))
#define VALADOC_IS_STUB_RULE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_STUB_RULE))
#define VALADOC_IS_STUB_RULE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TYPE_STUB_RULE))
#define VALADOC_STUB_RULE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TYPE_STUB_RULE, ValadocStubRuleClass))

typedef struct _ValadocStubRule ValadocStubRule;
typedef struct _ValadocStubRuleClass ValadocStubRuleClass;
typedef struct _ValadocStubRulePrivate ValadocStubRulePrivate;
typedef struct _ValadocTokenPrivate ValadocTokenPrivate;

#define VALADOC_TYPE_TOKEN_TYPE (valadoc_token_type_get_type ())
#define VALADOC_TOKEN_TYPE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TYPE_TOKEN_TYPE, ValadocTokenType))
#define VALADOC_TOKEN_TYPE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TYPE_TOKEN_TYPE, ValadocTokenTypeClass))
#define VALADOC_IS_TOKEN_TYPE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TYPE_TOKEN_TYPE))
#define VALADOC_IS_TOKEN_TYPE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TYPE_TOKEN_TYPE))
#define VALADOC_TOKEN_TYPE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TYPE_TOKEN_TYPE, ValadocTokenTypeClass))

typedef struct _ValadocTokenType ValadocTokenType;
typedef struct _ValadocTokenTypeClass ValadocTokenTypeClass;
typedef struct _ValadocTokenTypePrivate ValadocTokenTypePrivate;

#define VALADOC_TAGLETS_TYPE_DEPRECATED (valadoc_taglets_deprecated_get_type ())
#define VALADOC_TAGLETS_DEPRECATED(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TAGLETS_TYPE_DEPRECATED, ValadocTagletsDeprecated))
#define VALADOC_TAGLETS_DEPRECATED_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TAGLETS_TYPE_DEPRECATED, ValadocTagletsDeprecatedClass))
#define VALADOC_TAGLETS_IS_DEPRECATED(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TAGLETS_TYPE_DEPRECATED))
#define VALADOC_TAGLETS_IS_DEPRECATED_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TAGLETS_TYPE_DEPRECATED))
#define VALADOC_TAGLETS_DEPRECATED_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TAGLETS_TYPE_DEPRECATED, ValadocTagletsDeprecatedClass))

typedef struct _ValadocTagletsDeprecated ValadocTagletsDeprecated;
typedef struct _ValadocTagletsDeprecatedClass ValadocTagletsDeprecatedClass;
typedef struct _ValadocTagletsDeprecatedPrivate ValadocTagletsDeprecatedPrivate;

#define VALADOC_TAGLETS_TYPE_INHERIT_DOC (valadoc_taglets_inherit_doc_get_type ())
#define VALADOC_TAGLETS_INHERIT_DOC(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TAGLETS_TYPE_INHERIT_DOC, ValadocTagletsInheritDoc))
#define VALADOC_TAGLETS_INHERIT_DOC_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TAGLETS_TYPE_INHERIT_DOC, ValadocTagletsInheritDocClass))
#define VALADOC_TAGLETS_IS_INHERIT_DOC(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TAGLETS_TYPE_INHERIT_DOC))
#define VALADOC_TAGLETS_IS_INHERIT_DOC_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TAGLETS_TYPE_INHERIT_DOC))
#define VALADOC_TAGLETS_INHERIT_DOC_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TAGLETS_TYPE_INHERIT_DOC, ValadocTagletsInheritDocClass))

typedef struct _ValadocTagletsInheritDoc ValadocTagletsInheritDoc;
typedef struct _ValadocTagletsInheritDocClass ValadocTagletsInheritDocClass;
typedef struct _ValadocTagletsInheritDocPrivate ValadocTagletsInheritDocPrivate;

#define VALADOC_TAGLETS_TYPE_LINK (valadoc_taglets_link_get_type ())
#define VALADOC_TAGLETS_LINK(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TAGLETS_TYPE_LINK, ValadocTagletsLink))
#define VALADOC_TAGLETS_LINK_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TAGLETS_TYPE_LINK, ValadocTagletsLinkClass))
#define VALADOC_TAGLETS_IS_LINK(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TAGLETS_TYPE_LINK))
#define VALADOC_TAGLETS_IS_LINK_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TAGLETS_TYPE_LINK))
#define VALADOC_TAGLETS_LINK_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TAGLETS_TYPE_LINK, ValadocTagletsLinkClass))

typedef struct _ValadocTagletsLink ValadocTagletsLink;
typedef struct _ValadocTagletsLinkClass ValadocTagletsLinkClass;
typedef struct _ValadocTagletsLinkPrivate ValadocTagletsLinkPrivate;

#define VALADOC_TAGLETS_TYPE_PARAM (valadoc_taglets_param_get_type ())
#define VALADOC_TAGLETS_PARAM(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TAGLETS_TYPE_PARAM, ValadocTagletsParam))
#define VALADOC_TAGLETS_PARAM_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TAGLETS_TYPE_PARAM, ValadocTagletsParamClass))
#define VALADOC_TAGLETS_IS_PARAM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TAGLETS_TYPE_PARAM))
#define VALADOC_TAGLETS_IS_PARAM_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TAGLETS_TYPE_PARAM))
#define VALADOC_TAGLETS_PARAM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TAGLETS_TYPE_PARAM, ValadocTagletsParamClass))

typedef struct _ValadocTagletsParam ValadocTagletsParam;
typedef struct _ValadocTagletsParamClass ValadocTagletsParamClass;
typedef struct _ValadocTagletsParamPrivate ValadocTagletsParamPrivate;

#define VALADOC_TAGLETS_TYPE_RETURN (valadoc_taglets_return_get_type ())
#define VALADOC_TAGLETS_RETURN(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TAGLETS_TYPE_RETURN, ValadocTagletsReturn))
#define VALADOC_TAGLETS_RETURN_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TAGLETS_TYPE_RETURN, ValadocTagletsReturnClass))
#define VALADOC_TAGLETS_IS_RETURN(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TAGLETS_TYPE_RETURN))
#define VALADOC_TAGLETS_IS_RETURN_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TAGLETS_TYPE_RETURN))
#define VALADOC_TAGLETS_RETURN_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TAGLETS_TYPE_RETURN, ValadocTagletsReturnClass))

typedef struct _ValadocTagletsReturn ValadocTagletsReturn;
typedef struct _ValadocTagletsReturnClass ValadocTagletsReturnClass;
typedef struct _ValadocTagletsReturnPrivate ValadocTagletsReturnPrivate;

#define VALADOC_TAGLETS_TYPE_SEE (valadoc_taglets_see_get_type ())
#define VALADOC_TAGLETS_SEE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TAGLETS_TYPE_SEE, ValadocTagletsSee))
#define VALADOC_TAGLETS_SEE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TAGLETS_TYPE_SEE, ValadocTagletsSeeClass))
#define VALADOC_TAGLETS_IS_SEE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TAGLETS_TYPE_SEE))
#define VALADOC_TAGLETS_IS_SEE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TAGLETS_TYPE_SEE))
#define VALADOC_TAGLETS_SEE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TAGLETS_TYPE_SEE, ValadocTagletsSeeClass))

typedef struct _ValadocTagletsSee ValadocTagletsSee;
typedef struct _ValadocTagletsSeeClass ValadocTagletsSeeClass;
typedef struct _ValadocTagletsSeePrivate ValadocTagletsSeePrivate;

#define VALADOC_TAGLETS_TYPE_SINCE (valadoc_taglets_since_get_type ())
#define VALADOC_TAGLETS_SINCE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TAGLETS_TYPE_SINCE, ValadocTagletsSince))
#define VALADOC_TAGLETS_SINCE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TAGLETS_TYPE_SINCE, ValadocTagletsSinceClass))
#define VALADOC_TAGLETS_IS_SINCE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TAGLETS_TYPE_SINCE))
#define VALADOC_TAGLETS_IS_SINCE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TAGLETS_TYPE_SINCE))
#define VALADOC_TAGLETS_SINCE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TAGLETS_TYPE_SINCE, ValadocTagletsSinceClass))

typedef struct _ValadocTagletsSince ValadocTagletsSince;
typedef struct _ValadocTagletsSinceClass ValadocTagletsSinceClass;
typedef struct _ValadocTagletsSincePrivate ValadocTagletsSincePrivate;

#define VALADOC_TAGLETS_TYPE_THROWS (valadoc_taglets_throws_get_type ())
#define VALADOC_TAGLETS_THROWS(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_TAGLETS_TYPE_THROWS, ValadocTagletsThrows))
#define VALADOC_TAGLETS_THROWS_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_TAGLETS_TYPE_THROWS, ValadocTagletsThrowsClass))
#define VALADOC_TAGLETS_IS_THROWS(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_TAGLETS_TYPE_THROWS))
#define VALADOC_TAGLETS_IS_THROWS_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_TAGLETS_TYPE_THROWS))
#define VALADOC_TAGLETS_THROWS_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_TAGLETS_TYPE_THROWS, ValadocTagletsThrowsClass))

typedef struct _ValadocTagletsThrows ValadocTagletsThrows;
typedef struct _ValadocTagletsThrowsClass ValadocTagletsThrowsClass;
typedef struct _ValadocTagletsThrowsPrivate ValadocTagletsThrowsPrivate;

#define VALADOC_HTML_TYPE_BASIC_DOCLET (valadoc_html_basic_doclet_get_type ())
#define VALADOC_HTML_BASIC_DOCLET(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_HTML_TYPE_BASIC_DOCLET, ValadocHtmlBasicDoclet))
#define VALADOC_HTML_BASIC_DOCLET_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_HTML_TYPE_BASIC_DOCLET, ValadocHtmlBasicDocletClass))
#define VALADOC_HTML_IS_BASIC_DOCLET(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_HTML_TYPE_BASIC_DOCLET))
#define VALADOC_HTML_IS_BASIC_DOCLET_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_HTML_TYPE_BASIC_DOCLET))
#define VALADOC_HTML_BASIC_DOCLET_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_HTML_TYPE_BASIC_DOCLET, ValadocHtmlBasicDocletClass))

typedef struct _ValadocHtmlBasicDoclet ValadocHtmlBasicDoclet;
typedef struct _ValadocHtmlBasicDocletClass ValadocHtmlBasicDocletClass;
typedef struct _ValadocHtmlBasicDocletPrivate ValadocHtmlBasicDocletPrivate;

#define VALADOC_HTML_TYPE_HTML_RENDERER (valadoc_html_html_renderer_get_type ())
#define VALADOC_HTML_HTML_RENDERER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_HTML_TYPE_HTML_RENDERER, ValadocHtmlHtmlRenderer))
#define VALADOC_HTML_HTML_RENDERER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_HTML_TYPE_HTML_RENDERER, ValadocHtmlHtmlRendererClass))
#define VALADOC_HTML_IS_HTML_RENDERER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_HTML_TYPE_HTML_RENDERER))
#define VALADOC_HTML_IS_HTML_RENDERER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_HTML_TYPE_HTML_RENDERER))
#define VALADOC_HTML_HTML_RENDERER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_HTML_TYPE_HTML_RENDERER, ValadocHtmlHtmlRendererClass))

typedef struct _ValadocHtmlHtmlRenderer ValadocHtmlHtmlRenderer;
typedef struct _ValadocHtmlHtmlRendererClass ValadocHtmlHtmlRendererClass;

#define VALADOC_HTML_TYPE_MARKUP_WRITER (valadoc_html_markup_writer_get_type ())
#define VALADOC_HTML_MARKUP_WRITER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_HTML_TYPE_MARKUP_WRITER, ValadocHtmlMarkupWriter))
#define VALADOC_HTML_MARKUP_WRITER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_HTML_TYPE_MARKUP_WRITER, ValadocHtmlMarkupWriterClass))
#define VALADOC_HTML_IS_MARKUP_WRITER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_HTML_TYPE_MARKUP_WRITER))
#define VALADOC_HTML_IS_MARKUP_WRITER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_HTML_TYPE_MARKUP_WRITER))
#define VALADOC_HTML_MARKUP_WRITER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_HTML_TYPE_MARKUP_WRITER, ValadocHtmlMarkupWriterClass))

typedef struct _ValadocHtmlMarkupWriter ValadocHtmlMarkupWriter;
typedef struct _ValadocHtmlMarkupWriterClass ValadocHtmlMarkupWriterClass;

#define VALADOC_HTML_TYPE_CSS_CLASS_RESOLVER (valadoc_html_css_class_resolver_get_type ())
#define VALADOC_HTML_CSS_CLASS_RESOLVER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_HTML_TYPE_CSS_CLASS_RESOLVER, ValadocHtmlCssClassResolver))
#define VALADOC_HTML_CSS_CLASS_RESOLVER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_HTML_TYPE_CSS_CLASS_RESOLVER, ValadocHtmlCssClassResolverClass))
#define VALADOC_HTML_IS_CSS_CLASS_RESOLVER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_HTML_TYPE_CSS_CLASS_RESOLVER))
#define VALADOC_HTML_IS_CSS_CLASS_RESOLVER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_HTML_TYPE_CSS_CLASS_RESOLVER))
#define VALADOC_HTML_CSS_CLASS_RESOLVER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_HTML_TYPE_CSS_CLASS_RESOLVER, ValadocHtmlCssClassResolverClass))

typedef struct _ValadocHtmlCssClassResolver ValadocHtmlCssClassResolver;
typedef struct _ValadocHtmlCssClassResolverClass ValadocHtmlCssClassResolverClass;

#define VALADOC_HTML_TYPE_LINK_HELPER (valadoc_html_link_helper_get_type ())
#define VALADOC_HTML_LINK_HELPER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_HTML_TYPE_LINK_HELPER, ValadocHtmlLinkHelper))
#define VALADOC_HTML_LINK_HELPER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_HTML_TYPE_LINK_HELPER, ValadocHtmlLinkHelperClass))
#define VALADOC_HTML_IS_LINK_HELPER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_HTML_TYPE_LINK_HELPER))
#define VALADOC_HTML_IS_LINK_HELPER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_HTML_TYPE_LINK_HELPER))
#define VALADOC_HTML_LINK_HELPER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_HTML_TYPE_LINK_HELPER, ValadocHtmlLinkHelperClass))

typedef struct _ValadocHtmlLinkHelper ValadocHtmlLinkHelper;
typedef struct _ValadocHtmlLinkHelperClass ValadocHtmlLinkHelperClass;

#define VALADOC_HTML_TYPE_SIMPLE_CHART_FACTORY (valadoc_html_simple_chart_factory_get_type ())
#define VALADOC_HTML_SIMPLE_CHART_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALADOC_HTML_TYPE_SIMPLE_CHART_FACTORY, ValadocHtmlSimpleChartFactory))
#define VALADOC_HTML_SIMPLE_CHART_FACTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALADOC_HTML_TYPE_SIMPLE_CHART_FACTORY, ValadocHtmlSimpleChartFactoryClass))
#define VALADOC_HTML_IS_SIMPLE_CHART_FACTORY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALADOC_HTML_TYPE_SIMPLE_CHART_FACTORY))
#define VALADOC_HTML_IS_SIMPLE_CHART_FACTORY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALADOC_HTML_TYPE_SIMPLE_CHART_FACTORY))
#define VALADOC_HTML_SIMPLE_CHART_FACTORY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALADOC_HTML_TYPE_SIMPLE_CHART_FACTORY, ValadocHtmlSimpleChartFactoryClass))

typedef struct _ValadocHtmlSimpleChartFactory ValadocHtmlSimpleChartFactory;
typedef struct _ValadocHtmlSimpleChartFactoryClass ValadocHtmlSimpleChartFactoryClass;
typedef struct _ValadocHtmlSimpleChartFactoryPrivate ValadocHtmlSimpleChartFactoryPrivate;
typedef struct _ValadocHtmlLinkHelperPrivate ValadocHtmlLinkHelperPrivate;
typedef struct _ValadocHtmlCssClassResolverPrivate ValadocHtmlCssClassResolverPrivate;
typedef struct _ValadocHtmlMarkupWriterPrivate ValadocHtmlMarkupWriterPrivate;
typedef struct _ValadocHtmlHtmlRendererPrivate ValadocHtmlHtmlRendererPrivate;

typedef GType (*ValadocDocletRegisterFunction) (GTypeModule* module);
struct _ValadocDocletIface {
	GTypeInterface parent_iface;
	void (*process) (ValadocDoclet* self, ValadocSettings* settings, ValadocApiTree* tree, ValadocErrorReporter* reporter);
};

struct _ValadocErrorReporter {
	GObject parent_instance;
	ValadocErrorReporterPrivate * priv;
};

struct _ValadocErrorReporterClass {
	GObjectClass parent_class;
};

typedef void (*ValadocTagletRegisterFunction) (ValadocModuleLoader* loader);
struct _ValadocModuleLoader {
	GTypeModule parent_instance;
	ValadocModuleLoaderPrivate * priv;
	ValadocDoclet* doclet;
	GeeHashMap* taglets;
};

struct _ValadocModuleLoaderClass {
	GTypeModuleClass parent_class;
};

struct _ValadocContentTagletIface {
	GTypeInterface parent_iface;
	ValadocRule* (*get_parser_rule) (ValadocContentTaglet* self, ValadocRule* run_rule);
};

struct _ValadocSettings {
	GObject parent_instance;
	ValadocSettingsPrivate * priv;
	gchar* path;
	gchar* pkg_name;
	gchar* pkg_version;
	gchar* wiki_directory;
	gchar** pluginargs;
	gint pluginargs_length1;
	gboolean _private;
	gboolean _protected;
	gboolean _internal;
	gboolean with_deps;
	gboolean add_inherited;
	gboolean verbose;
	gboolean experimental;
	gboolean experimental_non_null;
	gboolean disable_dbus_transformation;
	gchar* profile;
	gchar* basedir;
	gchar* directory;
	gchar** defines;
	gint defines_length1;
	gchar** vapi_directories;
	gint vapi_directories_length1;
};

struct _ValadocSettingsClass {
	GObjectClass parent_class;
};

struct _ValadocMarkupWriter {
	GTypeInstance parent_instance;
	volatile int ref_count;
	ValadocMarkupWriterPrivate * priv;
	FILE* stream;
	gint indent;
};

struct _ValadocMarkupWriterClass {
	GTypeClass parent_class;
	void (*finalize) (ValadocMarkupWriter *self);
	gboolean (*inline_element) (ValadocMarkupWriter* self, const gchar* name);
	gboolean (*content_inline_element) (ValadocMarkupWriter* self, const gchar* name);
};

struct _ValadocDevhelpMarkupWriter {
	ValadocMarkupWriter parent_instance;
	ValadocDevhelpMarkupWriterPrivate * priv;
};

struct _ValadocDevhelpMarkupWriterClass {
	ValadocMarkupWriterClass parent_class;
};

struct _ValadocApiVisitor {
	GObject parent_instance;
	ValadocApiVisitorPrivate * priv;
};

struct _ValadocApiVisitorClass {
	GObjectClass parent_class;
	void (*visit_tree) (ValadocApiVisitor* self, ValadocApiTree* item);
	void (*visit_package) (ValadocApiVisitor* self, ValadocApiPackage* item);
	void (*visit_namespace) (ValadocApiVisitor* self, ValadocApiNamespace* item);
	void (*visit_interface) (ValadocApiVisitor* self, ValadocApiInterface* item);
	void (*visit_class) (ValadocApiVisitor* self, ValadocApiClass* item);
	void (*visit_struct) (ValadocApiVisitor* self, ValadocApiStruct* item);
	void (*visit_property) (ValadocApiVisitor* self, ValadocApiProperty* item);
	void (*visit_field) (ValadocApiVisitor* self, ValadocApiField* item);
	void (*visit_constant) (ValadocApiVisitor* self, ValadocApiConstant* item);
	void (*visit_delegate) (ValadocApiVisitor* self, ValadocApiDelegate* item);
	void (*visit_signal) (ValadocApiVisitor* self, ValadocApiSignal* item);
	void (*visit_method) (ValadocApiVisitor* self, ValadocApiMethod* item);
	void (*visit_type_parameter) (ValadocApiVisitor* self, ValadocApiTypeParameter* item);
	void (*visit_formal_parameter) (ValadocApiVisitor* self, ValadocApiFormalParameter* item);
	void (*visit_error_domain) (ValadocApiVisitor* self, ValadocApiErrorDomain* item);
	void (*visit_error_code) (ValadocApiVisitor* self, ValadocApiErrorCode* item);
	void (*visit_enum) (ValadocApiVisitor* self, ValadocApiEnum* item);
	void (*visit_enum_value) (ValadocApiVisitor* self, ValadocApiEnumValue* item);
};

struct _ValadocCTypeResolver {
	ValadocApiVisitor parent_instance;
	ValadocCTypeResolverPrivate * priv;
};

struct _ValadocCTypeResolverClass {
	ValadocApiVisitorClass parent_class;
};

typedef enum  {
	VALADOC_PARSER_ERROR_INTERNAL_ERROR,
	VALADOC_PARSER_ERROR_UNEXPECTED_TOKEN
} ValadocParserError;
#define VALADOC_PARSER_ERROR valadoc_parser_error_quark ()
struct _ValadocScannerIface {
	GTypeInterface parent_iface;
	void (*set_parser) (ValadocScanner* self, ValadocParser* parser);
	void (*reset) (ValadocScanner* self);
	void (*scan) (ValadocScanner* self, const gchar* content, GError** error);
	void (*end) (ValadocScanner* self, GError** error);
	void (*stop) (ValadocScanner* self);
	gchar* (*get_line_content) (ValadocScanner* self);
};

struct _ValadocImporterGirDocumentationScanner {
	GObject parent_instance;
	ValadocImporterGirDocumentationScannerPrivate * priv;
};

struct _ValadocImporterGirDocumentationScannerClass {
	GObjectClass parent_class;
	gchar* (*get_line_content) (ValadocImporterGirDocumentationScanner* self);
};

struct _ValadocWikiScanner {
	GObject parent_instance;
	ValadocWikiScannerPrivate * priv;
};

struct _ValadocWikiScannerClass {
	GObjectClass parent_class;
	void (*reset) (ValadocWikiScanner* self);
	void (*stop) (ValadocWikiScanner* self);
	gchar* (*get_line_content) (ValadocWikiScanner* self);
	void (*accept) (ValadocWikiScanner* self, gunichar c, GError** error);
	gint (*get_line_start_column) (ValadocWikiScanner* self);
};

struct _ValadocCommentScanner {
	ValadocWikiScanner parent_instance;
	ValadocCommentScannerPrivate * priv;
};

struct _ValadocCommentScannerClass {
	ValadocWikiScannerClass parent_class;
};

struct _ValadocDocumentationIface {
	GTypeInterface parent_iface;
	gchar* (*get_filename) (ValadocDocumentation* self);
	ValadocApiPackage* (*get_package) (ValadocDocumentation* self);
};

struct _ValadocResourceLocatorIface {
	GTypeInterface parent_iface;
	gchar* (*resolve) (ValadocResourceLocator* self, const gchar* path);
};

struct _ValadocDocumentationParser {
	GObject parent_instance;
	ValadocDocumentationParserPrivate * priv;
};

struct _ValadocDocumentationParserClass {
	GObjectClass parent_class;
};

struct _ValadocWikiPage {
	GObject parent_instance;
	ValadocWikiPagePrivate * priv;
};

struct _ValadocWikiPageClass {
	GObjectClass parent_class;
};

struct _ValadocWikiPageTree {
	GObject parent_instance;
	ValadocWikiPageTreePrivate * priv;
};

struct _ValadocWikiPageTreeClass {
	GObjectClass parent_class;
};

struct _ValadocImporterDocumentationImporter {
	GObject parent_instance;
	ValadocImporterDocumentationImporterPrivate * priv;
	ValadocModuleLoader* modules;
	ValadocSettings* settings;
	ValadocApiTree* tree;
	ValadocContentContentFactory* factory;
};

struct _ValadocImporterDocumentationImporterClass {
	GObjectClass parent_class;
	gchar* (*resolve) (ValadocImporterDocumentationImporter* self, const gchar* path);
	void (*process) (ValadocImporterDocumentationImporter* self, const gchar* filename);
	const gchar* (*get_file_extension) (ValadocImporterDocumentationImporter* self);
};

struct _ValadocImporterGirDocumentationImporter {
	ValadocImporterDocumentationImporter parent_instance;
	ValadocImporterGirDocumentationImporterPrivate * priv;
};

struct _ValadocImporterGirDocumentationImporterClass {
	ValadocImporterDocumentationImporterClass parent_class;
};

struct _ValadocImporterGirDocumentationBuilder {
	ValaComment parent_instance;
	ValadocImporterGirDocumentationBuilderPrivate * priv;
};

struct _ValadocImporterGirDocumentationBuilderClass {
	ValaCommentClass parent_class;
};

struct _ValadocImporterValadocDocumentationImporter {
	ValadocImporterDocumentationImporter parent_instance;
	ValadocImporterValadocDocumentationImporterPrivate * priv;
};

struct _ValadocImporterValadocDocumentationImporterClass {
	ValadocImporterDocumentationImporterClass parent_class;
};

struct _ValadocImporterValadoDocumentationScanner {
	GObject parent_instance;
	ValadocImporterValadoDocumentationScannerPrivate * priv;
};

struct _ValadocImporterValadoDocumentationScannerClass {
	GObjectClass parent_class;
	void (*reset) (ValadocImporterValadoDocumentationScanner* self);
	void (*stop) (ValadocImporterValadoDocumentationScanner* self);
	gchar* (*get_line_content) (ValadocImporterValadoDocumentationScanner* self);
	gint (*get_line_start_column) (ValadocImporterValadoDocumentationScanner* self);
};

struct _ValadocContentInlineIface {
	GTypeInterface parent_iface;
};

struct _ValadocApiItem {
	GObject parent_instance;
	ValadocApiItemPrivate * priv;
};

struct _ValadocApiItemClass {
	GObjectClass parent_class;
	void (*resolve_type_references) (ValadocApiItem* self, ValadocApiTree* root);
	void (*resolve_children) (ValadocApiItem* self, ValadocApiTree* root);
	void (*process_comments) (ValadocApiItem* self, ValadocSettings* settings, ValadocDocumentationParser* parser);
	ValadocContentInline* (*build_signature) (ValadocApiItem* self);
};

struct _ValadocApiArray {
	ValadocApiItem parent_instance;
	ValadocApiArrayPrivate * priv;
};

struct _ValadocApiArrayClass {
	ValadocApiItemClass parent_class;
};

struct _ValadocApiBrowsableIface {
	GTypeInterface parent_iface;
	gboolean (*is_browsable) (ValadocApiBrowsable* self, ValadocSettings* settings);
};

typedef enum  {
	VALADOC_API_NODE_TYPE_CLASS,
	VALADOC_API_NODE_TYPE_CONSTANT,
	VALADOC_API_NODE_TYPE_CREATION_METHOD,
	VALADOC_API_NODE_TYPE_DELEGATE,
	VALADOC_API_NODE_TYPE_ENUM,
	VALADOC_API_NODE_TYPE_ENUM_VALUE,
	VALADOC_API_NODE_TYPE_ERROR_CODE,
	VALADOC_API_NODE_TYPE_ERROR_DOMAIN,
	VALADOC_API_NODE_TYPE_FIELD,
	VALADOC_API_NODE_TYPE_FORMAL_PARAMETER,
	VALADOC_API_NODE_TYPE_INTERFACE,
	VALADOC_API_NODE_TYPE_METHOD,
	VALADOC_API_NODE_TYPE_NAMESPACE,
	VALADOC_API_NODE_TYPE_PACKAGE,
	VALADOC_API_NODE_TYPE_PROPERTY,
	VALADOC_API_NODE_TYPE_PROPERTY_ACCESSOR,
	VALADOC_API_NODE_TYPE_SIGNAL,
	VALADOC_API_NODE_TYPE_STATIC_METHOD,
	VALADOC_API_NODE_TYPE_STRUCT,
	VALADOC_API_NODE_TYPE_TYPE_PARAMETER
} ValadocApiNodeType;

struct _ValadocApiNode {
	ValadocApiItem parent_instance;
	ValadocApiNodePrivate * priv;
};

struct _ValadocApiNodeClass {
	ValadocApiItemClass parent_class;
	void (*accept) (ValadocApiNode* self, ValadocApiVisitor* visitor);
	gboolean (*is_browsable) (ValadocApiNode* self, ValadocSettings* settings);
	gchar* (*get_filename) (ValadocApiNode* self);
	gchar* (*get_name) (ValadocApiNode* self);
	ValadocApiNodeType (*get_node_type) (ValadocApiNode* self);
};

struct _ValadocApiSymbol {
	ValadocApiNode parent_instance;
	ValadocApiSymbolPrivate * priv;
};

struct _ValadocApiSymbolClass {
	ValadocApiNodeClass parent_class;
	gboolean (*get_is_public) (ValadocApiSymbol* self);
	gboolean (*get_is_protected) (ValadocApiSymbol* self);
	gboolean (*get_is_internal) (ValadocApiSymbol* self);
	gboolean (*get_is_private) (ValadocApiSymbol* self);
};

struct _ValadocApiTypeSymbol {
	ValadocApiSymbol parent_instance;
	ValadocApiTypeSymbolPrivate * priv;
};

struct _ValadocApiTypeSymbolClass {
	ValadocApiSymbolClass parent_class;
};

struct _ValadocApiClass {
	ValadocApiTypeSymbol parent_instance;
	ValadocApiClassPrivate * priv;
};

struct _ValadocApiClassClass {
	ValadocApiTypeSymbolClass parent_class;
};

struct _ValadocApiMember {
	ValadocApiSymbol parent_instance;
	ValadocApiMemberPrivate * priv;
};

struct _ValadocApiMemberClass {
	ValadocApiSymbolClass parent_class;
};

struct _ValadocApiConstant {
	ValadocApiMember parent_instance;
	ValadocApiConstantPrivate * priv;
};

struct _ValadocApiConstantClass {
	ValadocApiMemberClass parent_class;
};

struct _ValadocApiDelegate {
	ValadocApiTypeSymbol parent_instance;
	ValadocApiDelegatePrivate * priv;
};

struct _ValadocApiDelegateClass {
	ValadocApiTypeSymbolClass parent_class;
};

struct _ValadocApiEnum {
	ValadocApiTypeSymbol parent_instance;
	ValadocApiEnumPrivate * priv;
};

struct _ValadocApiEnumClass {
	ValadocApiTypeSymbolClass parent_class;
};

struct _ValadocApiEnumValue {
	ValadocApiSymbol parent_instance;
	ValadocApiEnumValuePrivate * priv;
};

struct _ValadocApiEnumValueClass {
	ValadocApiSymbolClass parent_class;
};

struct _ValadocApiErrorCode {
	ValadocApiTypeSymbol parent_instance;
	ValadocApiErrorCodePrivate * priv;
};

struct _ValadocApiErrorCodeClass {
	ValadocApiTypeSymbolClass parent_class;
};

struct _ValadocApiErrorDomain {
	ValadocApiTypeSymbol parent_instance;
	ValadocApiErrorDomainPrivate * priv;
};

struct _ValadocApiErrorDomainClass {
	ValadocApiTypeSymbolClass parent_class;
};

struct _ValadocApiField {
	ValadocApiMember parent_instance;
	ValadocApiFieldPrivate * priv;
};

struct _ValadocApiFieldClass {
	ValadocApiMemberClass parent_class;
};

struct _ValadocApiFormalParameter {
	ValadocApiSymbol parent_instance;
	ValadocApiFormalParameterPrivate * priv;
};

struct _ValadocApiFormalParameterClass {
	ValadocApiSymbolClass parent_class;
};

struct _ValadocApiInterface {
	ValadocApiTypeSymbol parent_instance;
	ValadocApiInterfacePrivate * priv;
};

struct _ValadocApiInterfaceClass {
	ValadocApiTypeSymbolClass parent_class;
};

struct _ValadocApiMethod {
	ValadocApiMember parent_instance;
	ValadocApiMethodPrivate * priv;
};

struct _ValadocApiMethodClass {
	ValadocApiMemberClass parent_class;
};

struct _ValadocApiNamespace {
	ValadocApiSymbol parent_instance;
	ValadocApiNamespacePrivate * priv;
};

struct _ValadocApiNamespaceClass {
	ValadocApiSymbolClass parent_class;
};

struct _ValadocApiPackage {
	ValadocApiNode parent_instance;
	ValadocApiPackagePrivate * priv;
};

struct _ValadocApiPackageClass {
	ValadocApiNodeClass parent_class;
};

struct _ValadocApiPointer {
	ValadocApiItem parent_instance;
	ValadocApiPointerPrivate * priv;
};

struct _ValadocApiPointerClass {
	ValadocApiItemClass parent_class;
};

struct _ValadocApiProperty {
	ValadocApiMember parent_instance;
	ValadocApiPropertyPrivate * priv;
};

struct _ValadocApiPropertyClass {
	ValadocApiMemberClass parent_class;
};

struct _ValadocApiPropertyAccessor {
	ValadocApiSymbol parent_instance;
	ValadocApiPropertyAccessorPrivate * priv;
};

struct _ValadocApiPropertyAccessorClass {
	ValadocApiSymbolClass parent_class;
};

struct _ValadocApiSignal {
	ValadocApiMember parent_instance;
	ValadocApiSignalPrivate * priv;
};

struct _ValadocApiSignalClass {
	ValadocApiMemberClass parent_class;
};

struct _ValadocApiSignatureBuilder {
	GTypeInstance parent_instance;
	volatile int ref_count;
	ValadocApiSignatureBuilderPrivate * priv;
};

struct _ValadocApiSignatureBuilderClass {
	GTypeClass parent_class;
	void (*finalize) (ValadocApiSignatureBuilder *self);
};

struct _ValadocApiStruct {
	ValadocApiTypeSymbol parent_instance;
	ValadocApiStructPrivate * priv;
};

struct _ValadocApiStructClass {
	ValadocApiTypeSymbolClass parent_class;
};

struct _ValadocApiTree {
	GTypeInstance parent_instance;
	volatile int ref_count;
	ValadocApiTreePrivate * priv;
};

struct _ValadocApiTreeClass {
	GTypeClass parent_class;
	void (*finalize) (ValadocApiTree *self);
};

struct _ValadocApiTypeParameter {
	ValadocApiSymbol parent_instance;
	ValadocApiTypeParameterPrivate * priv;
};

struct _ValadocApiTypeParameterClass {
	ValadocApiSymbolClass parent_class;
};

struct _ValadocApiTypeReference {
	ValadocApiItem parent_instance;
	ValadocApiTypeReferencePrivate * priv;
};

struct _ValadocApiTypeReferenceClass {
	ValadocApiItemClass parent_class;
};

struct _ValadocContentBlockIface {
	GTypeInterface parent_iface;
};

struct _ValadocContentContentElement {
	GObject parent_instance;
	ValadocContentContentElementPrivate * priv;
};

struct _ValadocContentContentElementClass {
	GObjectClass parent_class;
	void (*configure) (ValadocContentContentElement* self, ValadocSettings* settings, ValadocResourceLocator* locator);
	void (*check) (ValadocContentContentElement* self, ValadocApiTree* api_root, ValadocApiNode* container, ValadocErrorReporter* reporter, ValadocSettings* settings);
	void (*accept) (ValadocContentContentElement* self, ValadocContentContentVisitor* visitor);
	void (*accept_children) (ValadocContentContentElement* self, ValadocContentContentVisitor* visitor);
};

struct _ValadocContentBlockContent {
	ValadocContentContentElement parent_instance;
	ValadocContentBlockContentPrivate * priv;
};

struct _ValadocContentBlockContentClass {
	ValadocContentContentElementClass parent_class;
};

struct _ValadocContentComment {
	ValadocContentBlockContent parent_instance;
	ValadocContentCommentPrivate * priv;
};

struct _ValadocContentCommentClass {
	ValadocContentBlockContentClass parent_class;
};

struct _ValadocContentContentFactory {
	GObject parent_instance;
	ValadocContentContentFactoryPrivate * priv;
};

struct _ValadocContentContentFactoryClass {
	GObjectClass parent_class;
};

typedef enum  {
	VALADOC_CONTENT_RUN_STYLE_NONE,
	VALADOC_CONTENT_RUN_STYLE_BOLD,
	VALADOC_CONTENT_RUN_STYLE_ITALIC,
	VALADOC_CONTENT_RUN_STYLE_UNDERLINED,
	VALADOC_CONTENT_RUN_STYLE_MONOSPACED,
	VALADOC_CONTENT_RUN_STYLE_STROKE,
	VALADOC_CONTENT_RUN_STYLE_LANG_KEYWORD,
	VALADOC_CONTENT_RUN_STYLE_LANG_LITERAL,
	VALADOC_CONTENT_RUN_STYLE_LANG_BASIC_TYPE,
	VALADOC_CONTENT_RUN_STYLE_LANG_TYPE
} ValadocContentRunStyle;

typedef enum  {
	VALADOC_CONTENT_HORIZONTAL_ALIGN_LEFT,
	VALADOC_CONTENT_HORIZONTAL_ALIGN_RIGHT,
	VALADOC_CONTENT_HORIZONTAL_ALIGN_CENTER
} ValadocContentHorizontalAlign;

typedef enum  {
	VALADOC_CONTENT_VERTICAL_ALIGN_TOP,
	VALADOC_CONTENT_VERTICAL_ALIGN_MIDDLE,
	VALADOC_CONTENT_VERTICAL_ALIGN_BOTTOM
} ValadocContentVerticalAlign;

struct _ValadocContentStyleAttributesIface {
	GTypeInterface parent_iface;
	ValadocContentHorizontalAlign* (*get_horizontal_align) (ValadocContentStyleAttributes* self);
	void (*set_horizontal_align) (ValadocContentStyleAttributes* self, ValadocContentHorizontalAlign* value);
	ValadocContentVerticalAlign* (*get_vertical_align) (ValadocContentStyleAttributes* self);
	void (*set_vertical_align) (ValadocContentStyleAttributes* self, ValadocContentVerticalAlign* value);
	const gchar* (*get_style) (ValadocContentStyleAttributes* self);
	void (*set_style) (ValadocContentStyleAttributes* self, const gchar* value);
};

struct _ValadocContentContentVisitor {
	GObject parent_instance;
	ValadocContentContentVisitorPrivate * priv;
};

struct _ValadocContentContentVisitorClass {
	GObjectClass parent_class;
	void (*visit_comment) (ValadocContentContentVisitor* self, ValadocContentComment* element);
	void (*visit_embedded) (ValadocContentContentVisitor* self, ValadocContentEmbedded* element);
	void (*visit_headline) (ValadocContentContentVisitor* self, ValadocContentHeadline* element);
	void (*visit_link) (ValadocContentContentVisitor* self, ValadocContentLink* element);
	void (*visit_wiki_link) (ValadocContentContentVisitor* self, ValadocContentWikiLink* element);
	void (*visit_symbol_link) (ValadocContentContentVisitor* self, ValadocContentSymbolLink* element);
	void (*visit_list) (ValadocContentContentVisitor* self, ValadocContentList* element);
	void (*visit_list_item) (ValadocContentContentVisitor* self, ValadocContentListItem* element);
	void (*visit_paragraph) (ValadocContentContentVisitor* self, ValadocContentParagraph* element);
	void (*visit_page) (ValadocContentContentVisitor* self, ValadocContentPage* element);
	void (*visit_run) (ValadocContentContentVisitor* self, ValadocContentRun* element);
	void (*visit_source_code) (ValadocContentContentVisitor* self, ValadocContentSourceCode* element);
	void (*visit_table) (ValadocContentContentVisitor* self, ValadocContentTable* element);
	void (*visit_table_cell) (ValadocContentContentVisitor* self, ValadocContentTableCell* element);
	void (*visit_table_row) (ValadocContentContentVisitor* self, ValadocContentTableRow* element);
	void (*visit_taglet) (ValadocContentContentVisitor* self, ValadocContentTaglet* element);
	void (*visit_text) (ValadocContentContentVisitor* self, ValadocContentText* element);
};

struct _ValadocContentContentRenderer {
	ValadocContentContentVisitor parent_instance;
	ValadocContentContentRendererPrivate * priv;
};

struct _ValadocContentContentRendererClass {
	ValadocContentContentVisitorClass parent_class;
	void (*render) (ValadocContentContentRenderer* self, ValadocContentContentElement* element);
	void (*render_children) (ValadocContentContentRenderer* self, ValadocContentContentElement* element);
};

struct _ValadocContentEmbedded {
	ValadocContentContentElement parent_instance;
	ValadocContentEmbeddedPrivate * priv;
	ValadocApiPackage* package;
};

struct _ValadocContentEmbeddedClass {
	ValadocContentContentElementClass parent_class;
};

struct _ValadocContentInlineContent {
	ValadocContentContentElement parent_instance;
	ValadocContentInlineContentPrivate * priv;
};

struct _ValadocContentInlineContentClass {
	ValadocContentContentElementClass parent_class;
};

struct _ValadocContentHeadline {
	ValadocContentInlineContent parent_instance;
	ValadocContentHeadlinePrivate * priv;
};

struct _ValadocContentHeadlineClass {
	ValadocContentInlineContentClass parent_class;
};

struct _ValadocContentInlineTaglet {
	ValadocContentContentElement parent_instance;
	ValadocContentInlineTagletPrivate * priv;
	ValadocSettings* settings;
	ValadocResourceLocator* locator;
};

struct _ValadocContentInlineTagletClass {
	ValadocContentContentElementClass parent_class;
	ValadocRule* (*get_parser_rule) (ValadocContentInlineTaglet* self, ValadocRule* run_rule);
	ValadocContentContentElement* (*produce_content) (ValadocContentInlineTaglet* self);
};

struct _ValadocContentWikiLink {
	ValadocContentInlineContent parent_instance;
	ValadocContentWikiLinkPrivate * priv;
};

struct _ValadocContentWikiLinkClass {
	ValadocContentInlineContentClass parent_class;
};

struct _ValadocContentLink {
	ValadocContentInlineContent parent_instance;
	ValadocContentLinkPrivate * priv;
};

struct _ValadocContentLinkClass {
	ValadocContentInlineContentClass parent_class;
};

struct _ValadocContentList {
	ValadocContentContentElement parent_instance;
	ValadocContentListPrivate * priv;
};

struct _ValadocContentListClass {
	ValadocContentContentElementClass parent_class;
};

typedef enum  {
	VALADOC_CONTENT_LIST_BULLET_NONE,
	VALADOC_CONTENT_LIST_BULLET_UNORDERED,
	VALADOC_CONTENT_LIST_BULLET_ORDERED,
	VALADOC_CONTENT_LIST_BULLET_ORDERED_NUMBER,
	VALADOC_CONTENT_LIST_BULLET_ORDERED_LOWER_CASE_ALPHA,
	VALADOC_CONTENT_LIST_BULLET_ORDERED_UPPER_CASE_ALPHA,
	VALADOC_CONTENT_LIST_BULLET_ORDERED_LOWER_CASE_ROMAN,
	VALADOC_CONTENT_LIST_BULLET_ORDERED_UPPER_CASE_ROMAN
} ValadocContentListBullet;

struct _ValadocContentListItem {
	ValadocContentInlineContent parent_instance;
	ValadocContentListItemPrivate * priv;
};

struct _ValadocContentListItemClass {
	ValadocContentInlineContentClass parent_class;
};

struct _ValadocContentPage {
	ValadocContentBlockContent parent_instance;
	ValadocContentPagePrivate * priv;
};

struct _ValadocContentPageClass {
	ValadocContentBlockContentClass parent_class;
};

struct _ValadocContentParagraph {
	ValadocContentInlineContent parent_instance;
	ValadocContentParagraphPrivate * priv;
};

struct _ValadocContentParagraphClass {
	ValadocContentInlineContentClass parent_class;
};

struct _ValadocContentRun {
	ValadocContentInlineContent parent_instance;
	ValadocContentRunPrivate * priv;
};

struct _ValadocContentRunClass {
	ValadocContentInlineContentClass parent_class;
};

struct _ValadocContentSourceCode {
	ValadocContentContentElement parent_instance;
	ValadocContentSourceCodePrivate * priv;
};

struct _ValadocContentSourceCodeClass {
	ValadocContentContentElementClass parent_class;
};

typedef enum  {
	VALADOC_CONTENT_SOURCE_CODE_LANGUAGE_GENIE,
	VALADOC_CONTENT_SOURCE_CODE_LANGUAGE_VALA,
	VALADOC_CONTENT_SOURCE_CODE_LANGUAGE_C
} ValadocContentSourceCodeLanguage;

struct _ValadocContentSymbolLink {
	ValadocContentContentElement parent_instance;
	ValadocContentSymbolLinkPrivate * priv;
};

struct _ValadocContentSymbolLinkClass {
	ValadocContentContentElementClass parent_class;
};

struct _ValadocContentTable {
	ValadocContentContentElement parent_instance;
	ValadocContentTablePrivate * priv;
};

struct _ValadocContentTableClass {
	ValadocContentContentElementClass parent_class;
};

struct _ValadocContentTableCell {
	ValadocContentInlineContent parent_instance;
	ValadocContentTableCellPrivate * priv;
};

struct _ValadocContentTableCellClass {
	ValadocContentInlineContentClass parent_class;
};

struct _ValadocContentTableRow {
	ValadocContentContentElement parent_instance;
	ValadocContentTableRowPrivate * priv;
};

struct _ValadocContentTableRowClass {
	ValadocContentContentElementClass parent_class;
};

struct _ValadocContentText {
	ValadocContentContentElement parent_instance;
	ValadocContentTextPrivate * priv;
};

struct _ValadocContentTextClass {
	ValadocContentContentElementClass parent_class;
};

struct _ValadocChartsChart {
	ValadocApiVisitor parent_instance;
	ValadocChartsChartPrivate * priv;
	GVC_t* context;
	Agraph_t* graph;
	ValadocChartsFactory* factory;
};

struct _ValadocChartsChartClass {
	ValadocApiVisitorClass parent_class;
};

struct _ValadocChartsFactory {
	GObject parent_instance;
	ValadocChartsFactoryPrivate * priv;
};

struct _ValadocChartsFactoryClass {
	GObjectClass parent_class;
	Agraph_t* (*create_graph) (ValadocChartsFactory* self, ValadocApiNode* item);
	GVC_t* (*create_context) (ValadocChartsFactory* self, Agraph_t* graph);
	Agnode_t* (*create_class) (ValadocChartsFactory* self, Agraph_t* graph, ValadocApiClass* item);
	Agnode_t* (*create_struct) (ValadocChartsFactory* self, Agraph_t* graph, ValadocApiStruct* item);
	Agnode_t* (*create_interface) (ValadocChartsFactory* self, Agraph_t* graph, ValadocApiInterface* item);
	Agnode_t* (*create_enum) (ValadocChartsFactory* self, Agraph_t* graph, ValadocApiEnum* item);
	Agnode_t* (*create_delegate) (ValadocChartsFactory* self, Agraph_t* graph, ValadocApiDelegate* item);
	Agnode_t* (*create_errordomain) (ValadocChartsFactory* self, Agraph_t* graph, ValadocApiErrorDomain* item);
	Agnode_t* (*create_namespace) (ValadocChartsFactory* self, Agraph_t* graph, ValadocApiNamespace* item);
	Agedge_t* (*add_children) (ValadocChartsFactory* self, Agraph_t* graph, Agnode_t* parent, Agnode_t* child);
};

struct _ValadocChartsHierarchy {
	ValadocChartsChart parent_instance;
	ValadocChartsHierarchyPrivate * priv;
};

struct _ValadocChartsHierarchyClass {
	ValadocChartsChartClass parent_class;
};

struct _ValadocChartsSimpleFactory {
	ValadocChartsFactory parent_instance;
	ValadocChartsSimpleFactoryPrivate * priv;
};

struct _ValadocChartsSimpleFactoryClass {
	ValadocChartsFactoryClass parent_class;
	Agnode_t* (*configure_type) (ValadocChartsSimpleFactory* self, Agnode_t* node, ValadocApiNode* item);
};

struct _ValadocParserCallbackIface {
	GTypeInterface parent_iface;
	GObject* (*get_rule_state) (ValadocParserCallback* self);
	void (*set_rule_state) (ValadocParserCallback* self, GObject* state);
	void (*push_rule) (ValadocParserCallback* self, ValadocRule* rule);
	void (*reduce) (ValadocParserCallback* self);
	gboolean (*would_parent_accept_token) (ValadocParserCallback* self, ValadocToken* token);
	gboolean (*would_parent_reduce_to_rule) (ValadocParserCallback* self, ValadocToken* token, ValadocRule* rule);
	void (*warning) (ValadocParserCallback* self, const gchar* message, ValadocToken* token);
	void (*error) (ValadocParserCallback* self, const gchar* message, ValadocToken* token, GError** error);
};

struct _ValadocParser {
	GTypeInstance parent_instance;
	volatile int ref_count;
	ValadocParserPrivate * priv;
};

struct _ValadocParserClass {
	GTypeClass parent_class;
	void (*finalize) (ValadocParser *self);
};

typedef enum  {
	VALADOC_RULE_FORWARD_NONE,
	VALADOC_RULE_FORWARD_PARENT,
	VALADOC_RULE_FORWARD_CHILD
} ValadocRuleForward;

struct _ValadocRule {
	GObject parent_instance;
	ValadocRulePrivate * priv;
};

struct _ValadocRuleClass {
	GObjectClass parent_class;
	gboolean (*is_optional) (ValadocRule* self);
	gboolean (*starts_with_token) (ValadocRule* self, ValadocToken* token);
	gboolean (*accept_token) (ValadocRule* self, ValadocToken* token, ValadocParserCallback* parser, ValadocRuleForward forward, GError** error);
	gboolean (*would_accept_token) (ValadocRule* self, ValadocToken* token, GObject* state);
	gboolean (*would_reduce) (ValadocRule* self, ValadocToken* token, GObject* state);
	gchar* (*to_string) (ValadocRule* self, GObject* state);
};

typedef void (*ValadocRuleAction) (void* user_data, GError** error);
struct _ValadocSourceLocation {
	gint line;
	gint column;
};

struct _ValadocStubRule {
	ValadocRule parent_instance;
	ValadocStubRulePrivate * priv;
};

struct _ValadocStubRuleClass {
	ValadocRuleClass parent_class;
};

struct _ValadocToken {
	GObject parent_instance;
	ValadocTokenPrivate * priv;
};

struct _ValadocTokenClass {
	GObjectClass parent_class;
};

struct _ValadocTokenType {
	GObject parent_instance;
	ValadocTokenTypePrivate * priv;
};

struct _ValadocTokenTypeClass {
	GObjectClass parent_class;
};

typedef void (*ValadocTokenTypeAction) (ValadocToken* token, void* user_data, GError** error);
struct _ValadocTagletsDeprecated {
	ValadocContentInlineContent parent_instance;
	ValadocTagletsDeprecatedPrivate * priv;
};

struct _ValadocTagletsDeprecatedClass {
	ValadocContentInlineContentClass parent_class;
};

struct _ValadocTagletsInheritDoc {
	ValadocContentInlineTaglet parent_instance;
	ValadocTagletsInheritDocPrivate * priv;
};

struct _ValadocTagletsInheritDocClass {
	ValadocContentInlineTagletClass parent_class;
};

struct _ValadocTagletsLink {
	ValadocContentInlineTaglet parent_instance;
	ValadocTagletsLinkPrivate * priv;
};

struct _ValadocTagletsLinkClass {
	ValadocContentInlineTagletClass parent_class;
};

struct _ValadocTagletsParam {
	ValadocContentInlineContent parent_instance;
	ValadocTagletsParamPrivate * priv;
};

struct _ValadocTagletsParamClass {
	ValadocContentInlineContentClass parent_class;
};

struct _ValadocTagletsReturn {
	ValadocContentInlineContent parent_instance;
	ValadocTagletsReturnPrivate * priv;
};

struct _ValadocTagletsReturnClass {
	ValadocContentInlineContentClass parent_class;
};

struct _ValadocTagletsSee {
	ValadocContentContentElement parent_instance;
	ValadocTagletsSeePrivate * priv;
};

struct _ValadocTagletsSeeClass {
	ValadocContentContentElementClass parent_class;
};

struct _ValadocTagletsSince {
	ValadocContentContentElement parent_instance;
	ValadocTagletsSincePrivate * priv;
	gchar* version;
};

struct _ValadocTagletsSinceClass {
	ValadocContentContentElementClass parent_class;
};

struct _ValadocTagletsThrows {
	ValadocContentInlineContent parent_instance;
	ValadocTagletsThrowsPrivate * priv;
};

struct _ValadocTagletsThrowsClass {
	ValadocContentInlineContentClass parent_class;
};

struct _ValadocHtmlBasicDoclet {
	ValadocApiVisitor parent_instance;
	ValadocHtmlBasicDocletPrivate * priv;
	ValadocApiTree* tree;
	ValadocHtmlHtmlRenderer* _renderer;
	ValadocHtmlMarkupWriter* writer;
	ValadocHtmlCssClassResolver* cssresolver;
	ValadocChartsFactory* image_factory;
};

struct _ValadocHtmlBasicDocletClass {
	ValadocApiVisitorClass parent_class;
	void (*process) (ValadocHtmlBasicDoclet* self, ValadocSettings* settings, ValadocApiTree* tree, ValadocErrorReporter* reporter);
	gchar* (*get_img_path_html) (ValadocHtmlBasicDoclet* self, ValadocApiNode* element, const gchar* type);
	gchar* (*get_img_path) (ValadocHtmlBasicDoclet* self, ValadocApiNode* element, const gchar* type);
	gchar* (*get_icon_directory) (ValadocHtmlBasicDoclet* self);
	void (*write_wiki_page) (ValadocHtmlBasicDoclet* self, ValadocWikiPage* page, const gchar* contentp, const gchar* css_path, const gchar* js_path, const gchar* pkg_name);
};

struct _ValadocHtmlSimpleChartFactory {
	ValadocChartsSimpleFactory parent_instance;
	ValadocHtmlSimpleChartFactoryPrivate * priv;
};

struct _ValadocHtmlSimpleChartFactoryClass {
	ValadocChartsSimpleFactoryClass parent_class;
};

struct _ValadocHtmlLinkHelper {
	GObject parent_instance;
	ValadocHtmlLinkHelperPrivate * priv;
};

struct _ValadocHtmlLinkHelperClass {
	GObjectClass parent_class;
	gchar* (*from_package_to_package) (ValadocHtmlLinkHelper* self, ValadocApiPackage* from, ValadocApiPackage* to);
	gchar* (*from_package_to_wiki) (ValadocHtmlLinkHelper* self, ValadocApiPackage* from, ValadocWikiPage* to);
	gchar* (*from_package_to_node) (ValadocHtmlLinkHelper* self, ValadocApiPackage* from, ValadocApiNode* to);
	gchar* (*from_wiki_to_package) (ValadocHtmlLinkHelper* self, ValadocWikiPage* from, ValadocApiPackage* to);
	gchar* (*from_wiki_to_wiki) (ValadocHtmlLinkHelper* self, ValadocWikiPage* from, ValadocWikiPage* to);
	gchar* (*from_wiki_to_node) (ValadocHtmlLinkHelper* self, ValadocWikiPage* from, ValadocApiNode* to);
	gchar* (*from_node_to_package) (ValadocHtmlLinkHelper* self, ValadocApiNode* from, ValadocApiPackage* to);
	gchar* (*from_node_to_wiki) (ValadocHtmlLinkHelper* self, ValadocApiNode* from, ValadocWikiPage* to);
	gchar* (*from_node_to_node) (ValadocHtmlLinkHelper* self, ValadocApiNode* from, ValadocApiNode* to);
};

struct _ValadocHtmlCssClassResolver {
	ValadocApiVisitor parent_instance;
	ValadocHtmlCssClassResolverPrivate * priv;
};

struct _ValadocHtmlCssClassResolverClass {
	ValadocApiVisitorClass parent_class;
};

struct _ValadocHtmlMarkupWriter {
	ValadocMarkupWriter parent_instance;
	ValadocHtmlMarkupWriterPrivate * priv;
};

struct _ValadocHtmlMarkupWriterClass {
	ValadocMarkupWriterClass parent_class;
};

struct _ValadocHtmlHtmlRenderer {
	ValadocContentContentRenderer parent_instance;
	ValadocHtmlHtmlRendererPrivate * priv;
	ValadocDocumentation* _container;
	ValadocHtmlMarkupWriter* writer;
	ValadocHtmlCssClassResolver* cssresolver;
	ValadocHtmlLinkHelper* linker;
	ValadocSettings* settings;
};

struct _ValadocHtmlHtmlRendererClass {
	ValadocContentContentRendererClass parent_class;
};


GType valadoc_settings_get_type (void) G_GNUC_CONST;
gpointer valadoc_api_tree_ref (gpointer instance);
void valadoc_api_tree_unref (gpointer instance);
GParamSpec* valadoc_api_param_spec_tree (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
void valadoc_api_value_set_tree (GValue* value, gpointer v_object);
void valadoc_api_value_take_tree (GValue* value, gpointer v_object);
gpointer valadoc_api_value_get_tree (const GValue* value);
GType valadoc_api_tree_get_type (void) G_GNUC_CONST;
GType valadoc_error_reporter_get_type (void) G_GNUC_CONST;
GType valadoc_doclet_get_type (void) G_GNUC_CONST;
void valadoc_doclet_process (ValadocDoclet* self, ValadocSettings* settings, ValadocApiTree* tree, ValadocErrorReporter* reporter);
ValadocErrorReporter* valadoc_error_reporter_new (void);
ValadocErrorReporter* valadoc_error_reporter_construct (GType object_type);
void valadoc_error_reporter_simple_warning (ValadocErrorReporter* self, const gchar* msg);
void valadoc_error_reporter_simple_error (ValadocErrorReporter* self, const gchar* msg);
void valadoc_error_reporter_error (ValadocErrorReporter* self, const gchar* file, glong line, glong startpos, glong endpos, const gchar* errline, const gchar* msg);
void valadoc_error_reporter_warning (ValadocErrorReporter* self, const gchar* file, glong line, glong startpos, glong endpos, const gchar* errline, const gchar* msg);
FILE* valadoc_error_reporter_get_stream (ValadocErrorReporter* self);
void valadoc_error_reporter_set_stream (ValadocErrorReporter* self, FILE* value);
ValaReport* valadoc_error_reporter_get_vreporter (ValadocErrorReporter* self);
void valadoc_error_reporter_set_vreporter (ValadocErrorReporter* self, ValaReport* value);
gint valadoc_error_reporter_get_errors (ValadocErrorReporter* self);
gint valadoc_error_reporter_get_warnings (ValadocErrorReporter* self);
gboolean valadoc_copy_file (const gchar* src, const gchar* dest);
gboolean valadoc_copy_directory (const gchar* src, const gchar* dest);
gboolean valadoc_remove_directory (const gchar* rpath);
gchar* valadoc_realpath (const gchar* basedir);
GType valadoc_module_loader_get_type (void) G_GNUC_CONST;
ValadocModuleLoader* valadoc_module_loader_new (void);
ValadocModuleLoader* valadoc_module_loader_construct (GType object_type);
GType valadoc_content_content_element_get_type (void) G_GNUC_CONST;
GType valadoc_rule_get_type (void) G_GNUC_CONST;
GType valadoc_content_taglet_get_type (void) G_GNUC_CONST;
ValadocContentTaglet* valadoc_module_loader_create_taglet (ValadocModuleLoader* self, const gchar* keyword);
gboolean valadoc_module_loader_load_doclet (ValadocModuleLoader* self, const gchar* path);
ValadocSettings* valadoc_settings_new (void);
ValadocSettings* valadoc_settings_construct (GType object_type);
gpointer valadoc_markup_writer_ref (gpointer instance);
void valadoc_markup_writer_unref (gpointer instance);
GParamSpec* valadoc_param_spec_markup_writer (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
void valadoc_value_set_markup_writer (GValue* value, gpointer v_object);
void valadoc_value_take_markup_writer (GValue* value, gpointer v_object);
gpointer valadoc_value_get_markup_writer (const GValue* value);
GType valadoc_markup_writer_get_type (void) G_GNUC_CONST;
ValadocMarkupWriter* valadoc_markup_writer_new (FILE* stream, gboolean xml_declaration);
ValadocMarkupWriter* valadoc_markup_writer_construct (GType object_type, FILE* stream, gboolean xml_declaration);
ValadocMarkupWriter* valadoc_markup_writer_start_tag (ValadocMarkupWriter* self, const gchar* name, gchar** attributes, int attributes_length1);
ValadocMarkupWriter* valadoc_markup_writer_simple_tag (ValadocMarkupWriter* self, const gchar* name, gchar** attributes, int attributes_length1);
ValadocMarkupWriter* valadoc_markup_writer_end_tag (ValadocMarkupWriter* self, const gchar* name);
ValadocMarkupWriter* valadoc_markup_writer_text (ValadocMarkupWriter* self, const gchar* text);
ValadocMarkupWriter* valadoc_markup_writer_raw_text (ValadocMarkupWriter* self, const gchar* text);
void valadoc_markup_writer_set_wrap (ValadocMarkupWriter* self, gboolean wrap);
void valadoc_markup_writer_do_write (ValadocMarkupWriter* self, const gchar* text);
gboolean valadoc_markup_writer_inline_element (ValadocMarkupWriter* self, const gchar* name);
gboolean valadoc_markup_writer_content_inline_element (ValadocMarkupWriter* self, const gchar* name);
GType valadoc_devhelp_markup_writer_get_type (void) G_GNUC_CONST;
ValadocDevhelpMarkupWriter* valadoc_devhelp_markup_writer_new (FILE* stream, gboolean xml_declaration);
ValadocDevhelpMarkupWriter* valadoc_devhelp_markup_writer_construct (GType object_type, FILE* stream, gboolean xml_declaration);
ValadocDevhelpMarkupWriter* valadoc_devhelp_markup_writer_start_book (ValadocDevhelpMarkupWriter* self, const gchar* title, const gchar* lang, const gchar* link, const gchar* name, const gchar* version, const gchar* author);
ValadocDevhelpMarkupWriter* valadoc_devhelp_markup_writer_end_book (ValadocDevhelpMarkupWriter* self);
ValadocDevhelpMarkupWriter* valadoc_devhelp_markup_writer_start_functions (ValadocDevhelpMarkupWriter* self);
ValadocDevhelpMarkupWriter* valadoc_devhelp_markup_writer_end_functions (ValadocDevhelpMarkupWriter* self);
ValadocDevhelpMarkupWriter* valadoc_devhelp_markup_writer_start_chapters (ValadocDevhelpMarkupWriter* self);
ValadocDevhelpMarkupWriter* valadoc_devhelp_markup_writer_end_chapters (ValadocDevhelpMarkupWriter* self);
ValadocDevhelpMarkupWriter* valadoc_devhelp_markup_writer_start_sub (ValadocDevhelpMarkupWriter* self, const gchar* name, const gchar* link);
ValadocDevhelpMarkupWriter* valadoc_devhelp_markup_writer_end_sub (ValadocDevhelpMarkupWriter* self);
ValadocDevhelpMarkupWriter* valadoc_devhelp_markup_writer_keyword (ValadocDevhelpMarkupWriter* self, const gchar* name, const gchar* type, const gchar* link);
GType valadoc_api_visitor_get_type (void) G_GNUC_CONST;
GType valadoc_api_item_get_type (void) G_GNUC_CONST;
GType valadoc_api_node_get_type (void) G_GNUC_CONST;
GType valadoc_api_package_get_type (void) G_GNUC_CONST;
GType valadoc_api_symbol_get_type (void) G_GNUC_CONST;
GType valadoc_api_namespace_get_type (void) G_GNUC_CONST;
GType valadoc_api_typesymbol_get_type (void) G_GNUC_CONST;
GType valadoc_api_interface_get_type (void) G_GNUC_CONST;
GType valadoc_api_class_get_type (void) G_GNUC_CONST;
GType valadoc_api_struct_get_type (void) G_GNUC_CONST;
GType valadoc_api_member_get_type (void) G_GNUC_CONST;
GType valadoc_api_property_get_type (void) G_GNUC_CONST;
GType valadoc_api_field_get_type (void) G_GNUC_CONST;
GType valadoc_api_constant_get_type (void) G_GNUC_CONST;
GType valadoc_api_delegate_get_type (void) G_GNUC_CONST;
GType valadoc_api_signal_get_type (void) G_GNUC_CONST;
GType valadoc_api_method_get_type (void) G_GNUC_CONST;
GType valadoc_api_typeparameter_get_type (void) G_GNUC_CONST;
GType valadoc_api_formal_parameter_get_type (void) G_GNUC_CONST;
GType valadoc_api_error_domain_get_type (void) G_GNUC_CONST;
GType valadoc_api_error_code_get_type (void) G_GNUC_CONST;
GType valadoc_api_enum_get_type (void) G_GNUC_CONST;
GType valadoc_api_enum_value_get_type (void) G_GNUC_CONST;
GType valadoc_ctype_resolver_get_type (void) G_GNUC_CONST;
ValadocCTypeResolver* valadoc_ctype_resolver_new (ValadocApiTree* tree);
ValadocCTypeResolver* valadoc_ctype_resolver_construct (GType object_type, ValadocApiTree* tree);
ValadocApiNode* valadoc_ctype_resolver_resolve_symbol (ValadocCTypeResolver* self, const gchar* name);
gpointer valadoc_parser_ref (gpointer instance);
void valadoc_parser_unref (gpointer instance);
GParamSpec* valadoc_param_spec_parser (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
void valadoc_value_set_parser (GValue* value, gpointer v_object);
void valadoc_value_take_parser (GValue* value, gpointer v_object);
gpointer valadoc_value_get_parser (const GValue* value);
GType valadoc_parser_get_type (void) G_GNUC_CONST;
GQuark valadoc_parser_error_quark (void);
GType valadoc_scanner_get_type (void) G_GNUC_CONST;
GType valadoc_importer_gir_documentation_scanner_get_type (void) G_GNUC_CONST;
ValadocImporterGirDocumentationScanner* valadoc_importer_gir_documentation_scanner_new (ValadocSettings* settings);
ValadocImporterGirDocumentationScanner* valadoc_importer_gir_documentation_scanner_construct (GType object_type, ValadocSettings* settings);
void valadoc_importer_gir_documentation_scanner_set_code_element_escape_mode (ValadocImporterGirDocumentationScanner* self, gboolean escape_mode);
void valadoc_importer_gir_documentation_scanner_set_code_escape_mode (ValadocImporterGirDocumentationScanner* self, gboolean escape_mode);
gint valadoc_importer_gir_documentation_scanner_get_line (ValadocImporterGirDocumentationScanner* self);
gchar* valadoc_importer_gir_documentation_scanner_get_line_content (ValadocImporterGirDocumentationScanner* self);
gunichar valadoc_importer_gir_documentation_scanner_get_next_char (ValadocImporterGirDocumentationScanner* self, gint offset);
void valadoc_importer_gir_documentation_scanner_accept (ValadocImporterGirDocumentationScanner* self, gunichar c, GError** error);
gint valadoc_importer_gir_documentation_scanner_get_line_start_column (ValadocImporterGirDocumentationScanner* self);
GType valadoc_wiki_scanner_get_type (void) G_GNUC_CONST;
GType valadoc_comment_scanner_get_type (void) G_GNUC_CONST;
ValadocCommentScanner* valadoc_comment_scanner_new (ValadocSettings* settings);
ValadocCommentScanner* valadoc_comment_scanner_construct (GType object_type, ValadocSettings* settings);
GType valadoc_documentation_get_type (void) G_GNUC_CONST;
gchar* valadoc_documentation_get_filename (ValadocDocumentation* self);
ValadocApiPackage* valadoc_documentation_get_package (ValadocDocumentation* self);
GType valadoc_resource_locator_get_type (void) G_GNUC_CONST;
GType valadoc_documentation_parser_get_type (void) G_GNUC_CONST;
ValadocDocumentationParser* valadoc_documentation_parser_new (ValadocSettings* settings, ValadocErrorReporter* reporter, ValadocApiTree* tree, ValadocModuleLoader* modules);
ValadocDocumentationParser* valadoc_documentation_parser_construct (GType object_type, ValadocSettings* settings, ValadocErrorReporter* reporter, ValadocApiTree* tree, ValadocModuleLoader* modules);
GType valadoc_content_block_content_get_type (void) G_GNUC_CONST;
GType valadoc_content_comment_get_type (void) G_GNUC_CONST;
ValadocContentComment* valadoc_documentation_parser_parse (ValadocDocumentationParser* self, ValadocApiNode* element, ValaComment* source_comment);
ValadocContentComment* valadoc_documentation_parser_parse_comment_str (ValadocDocumentationParser* self, ValadocApiNode* element, const gchar* content, const gchar* filename, gint first_line, gint first_column);
GType valadoc_importer_gir_documentation_builder_get_type (void) G_GNUC_CONST;
ValadocContentComment* valadoc_documentation_parser_parse_gir_comment (ValadocDocumentationParser* self, ValadocApiNode* element, ValadocImporterGirDocumentationBuilder* doc);
GType valadoc_wiki_page_get_type (void) G_GNUC_CONST;
GType valadoc_content_page_get_type (void) G_GNUC_CONST;
ValadocContentPage* valadoc_documentation_parser_parse_wikipage (ValadocDocumentationParser* self, ValadocWikiPage* page, ValadocApiPackage* pkg);
ValadocWikiPage* valadoc_wiki_page_new (const gchar* name, const gchar* path, ValadocApiPackage* package);
ValadocWikiPage* valadoc_wiki_page_construct (GType object_type, const gchar* name, const gchar* path, ValadocApiPackage* package);
void valadoc_wiki_page_read (ValadocWikiPage* self, ValadocErrorReporter* reporter);
gboolean valadoc_wiki_page_parse (ValadocWikiPage* self, ValadocDocumentationParser* docparser, ValadocApiPackage* pkg);
ValadocContentPage* valadoc_wiki_page_get_documentation (ValadocWikiPage* self);
void valadoc_wiki_page_set_documentation (ValadocWikiPage* self, ValadocContentPage* value);
const gchar* valadoc_wiki_page_get_documentation_str (ValadocWikiPage* self);
const gchar* valadoc_wiki_page_get_path (ValadocWikiPage* self);
const gchar* valadoc_wiki_page_get_name (ValadocWikiPage* self);
GType valadoc_wiki_page_tree_get_type (void) G_GNUC_CONST;
ValadocWikiPageTree* valadoc_wiki_page_tree_new (ValadocErrorReporter* reporter, ValadocSettings* settings);
ValadocWikiPageTree* valadoc_wiki_page_tree_construct (GType object_type, ValadocErrorReporter* reporter, ValadocSettings* settings);
GeeCollection* valadoc_wiki_page_tree_get_pages (ValadocWikiPageTree* self);
ValadocWikiPage* valadoc_wiki_page_tree_search (ValadocWikiPageTree* self, const gchar* name);
void valadoc_wiki_page_tree_create_tree (ValadocWikiPageTree* self, ValadocDocumentationParser* docparser, ValadocApiPackage* package, ValadocErrorReporter* reporer);
ValadocWikiScanner* valadoc_wiki_scanner_new (ValadocSettings* settings);
ValadocWikiScanner* valadoc_wiki_scanner_construct (GType object_type, ValadocSettings* settings);
void valadoc_wiki_scanner_reset (ValadocWikiScanner* self);
void valadoc_wiki_scanner_stop (ValadocWikiScanner* self);
void valadoc_wiki_scanner_set_url_escape_mode (ValadocWikiScanner* self, gboolean escape_mode);
void valadoc_wiki_scanner_set_code_escape_mode (ValadocWikiScanner* self, gboolean escape_mode);
gint valadoc_wiki_scanner_get_line (ValadocWikiScanner* self);
gchar* valadoc_wiki_scanner_get_line_content (ValadocWikiScanner* self);
gunichar valadoc_wiki_scanner_get_next_char (ValadocWikiScanner* self, gint offset);
void valadoc_wiki_scanner_accept (ValadocWikiScanner* self, gunichar c, GError** error);
gint valadoc_wiki_scanner_get_line_start_column (ValadocWikiScanner* self);
GType valadoc_importer_documentation_importer_get_type (void) G_GNUC_CONST;
GType valadoc_content_content_factory_get_type (void) G_GNUC_CONST;
GType valadoc_importer_gir_documentation_importer_get_type (void) G_GNUC_CONST;
ValadocImporterGirDocumentationImporter* valadoc_importer_gir_documentation_importer_new (ValadocApiTree* tree, ValadocDocumentationParser* docparser, ValadocModuleLoader* modules, ValadocSettings* settings);
ValadocImporterGirDocumentationImporter* valadoc_importer_gir_documentation_importer_construct (GType object_type, ValadocApiTree* tree, ValadocDocumentationParser* docparser, ValadocModuleLoader* modules, ValadocSettings* settings);
ValadocImporterDocumentationImporter* valadoc_importer_documentation_importer_construct (GType object_type, ValadocApiTree* tree, ValadocModuleLoader* modules, ValadocSettings* settings);
gchar* valadoc_importer_documentation_importer_resolve (ValadocImporterDocumentationImporter* self, const gchar* path);
void valadoc_importer_documentation_importer_process (ValadocImporterDocumentationImporter* self, const gchar* filename);
const gchar* valadoc_importer_documentation_importer_get_file_extension (ValadocImporterDocumentationImporter* self);
ValadocImporterGirDocumentationBuilder* valadoc_importer_gir_documentation_builder_new_empty (ValaSourceReference* _source_reference);
ValadocImporterGirDocumentationBuilder* valadoc_importer_gir_documentation_builder_construct_empty (GType object_type, ValaSourceReference* _source_reference);
ValadocImporterGirDocumentationBuilder* valadoc_importer_gir_documentation_builder_new (ValaComment* comment);
ValadocImporterGirDocumentationBuilder* valadoc_importer_gir_documentation_builder_construct (GType object_type, ValaComment* comment);
gboolean valadoc_importer_gir_documentation_builder_is_empty (ValadocImporterGirDocumentationBuilder* self);
GeeMap* valadoc_importer_gir_documentation_builder_get_parameters (ValadocImporterGirDocumentationBuilder* self);
ValaComment* valadoc_importer_gir_documentation_builder_get_return_value (ValadocImporterGirDocumentationBuilder* self);
GType valadoc_importer_valadoc_documentation_importer_get_type (void) G_GNUC_CONST;
ValadocImporterValadocDocumentationImporter* valadoc_importer_valadoc_documentation_importer_new (ValadocApiTree* tree, ValadocDocumentationParser* parser, ValadocModuleLoader* modules, ValadocSettings* settings, ValadocErrorReporter* reporter);
ValadocImporterValadocDocumentationImporter* valadoc_importer_valadoc_documentation_importer_construct (GType object_type, ValadocApiTree* tree, ValadocDocumentationParser* parser, ValadocModuleLoader* modules, ValadocSettings* settings, ValadocErrorReporter* reporter);
GType valadoc_importer_valado_documentation_scanner_get_type (void) G_GNUC_CONST;
ValadocImporterValadoDocumentationScanner* valadoc_importer_valado_documentation_scanner_new (ValadocSettings* settings);
ValadocImporterValadoDocumentationScanner* valadoc_importer_valado_documentation_scanner_construct (GType object_type, ValadocSettings* settings);
void valadoc_importer_valado_documentation_scanner_reset (ValadocImporterValadoDocumentationScanner* self);
void valadoc_importer_valado_documentation_scanner_stop (ValadocImporterValadoDocumentationScanner* self);
gint valadoc_importer_valado_documentation_scanner_get_line (ValadocImporterValadoDocumentationScanner* self);
gchar* valadoc_importer_valado_documentation_scanner_get_line_content (ValadocImporterValadoDocumentationScanner* self);
gunichar valadoc_importer_valado_documentation_scanner_get_next_char (ValadocImporterValadoDocumentationScanner* self, gint offset);
void valadoc_importer_valado_documentation_scanner_accept (ValadocImporterValadoDocumentationScanner* self, gunichar c, GError** error);
gint valadoc_importer_valado_documentation_scanner_get_line_start_column (ValadocImporterValadoDocumentationScanner* self);
GType valadoc_content_inline_get_type (void) G_GNUC_CONST;
GType valadoc_api_array_get_type (void) G_GNUC_CONST;
ValadocApiArray* valadoc_api_array_new (ValaArrayType* vtyperef, ValadocApiItem* parent);
ValadocApiArray* valadoc_api_array_construct (GType object_type, ValaArrayType* vtyperef, ValadocApiItem* parent);
ValadocApiItem* valadoc_api_array_get_data_type (ValadocApiArray* self);
GType valadoc_api_browsable_get_type (void) G_GNUC_CONST;
GType valadoc_api_node_type_get_type (void) G_GNUC_CONST;
ValadocApiClass* valadoc_api_class_new (ValaClass* symbol, ValadocApiNode* parent);
ValadocApiClass* valadoc_api_class_construct (GType object_type, ValaClass* symbol, ValadocApiNode* parent);
gchar* valadoc_api_class_get_cname (ValadocApiClass* self);
gchar* valadoc_api_class_get_type_id (ValadocApiClass* self);
gchar* valadoc_api_class_get_ref_function_cname (ValadocApiClass* self);
gchar* valadoc_api_class_get_unref_function_cname (ValadocApiClass* self);
gchar* valadoc_api_class_get_param_spec_function_cname (ValadocApiClass* self);
gchar* valadoc_api_class_get_set_value_function_cname (ValadocApiClass* self);
gchar* valadoc_api_class_get_get_value_function_cname (ValadocApiClass* self);
gchar* valadoc_api_class_get_take_value_function_cname (ValadocApiClass* self);
gchar* valadoc_api_class_get_dbus_name (ValadocApiClass* self);
GType valadoc_api_typereference_get_type (void) G_GNUC_CONST;
GeeCollection* valadoc_api_class_get_implemented_interface_list (ValadocApiClass* self);
GeeCollection* valadoc_api_class_get_full_implemented_interface_list (ValadocApiClass* self);
GeeCollection* valadoc_api_class_get_known_child_classes (ValadocApiClass* self);
GeeCollection* valadoc_api_class_get_known_derived_interfaces (ValadocApiClass* self);
ValadocApiTypeReference* valadoc_api_class_get_base_type (ValadocApiClass* self);
gboolean valadoc_api_class_get_is_abstract (ValadocApiClass* self);
gboolean valadoc_api_class_get_is_fundamental (ValadocApiClass* self);
ValadocApiConstant* valadoc_api_constant_new (ValaConstant* symbol, ValadocApiNode* parent);
ValadocApiConstant* valadoc_api_constant_construct (GType object_type, ValaConstant* symbol, ValadocApiNode* parent);
gchar* valadoc_api_constant_get_cname (ValadocApiConstant* self);
ValadocApiTypeReference* valadoc_api_constant_get_type_reference (ValadocApiConstant* self);
ValadocApiDelegate* valadoc_api_delegate_new (ValaDelegate* symbol, ValadocApiNode* parent);
ValadocApiDelegate* valadoc_api_delegate_construct (GType object_type, ValaDelegate* symbol, ValadocApiNode* parent);
gchar* valadoc_api_delegate_get_cname (ValadocApiDelegate* self);
ValadocApiTypeReference* valadoc_api_delegate_get_return_type (ValadocApiDelegate* self);
gboolean valadoc_api_delegate_get_is_static (ValadocApiDelegate* self);
ValadocApiEnum* valadoc_api_enum_new (ValaEnum* symbol, ValadocApiNode* parent);
ValadocApiEnum* valadoc_api_enum_construct (GType object_type, ValaEnum* symbol, ValadocApiNode* parent);
gchar* valadoc_api_enum_get_cname (ValadocApiEnum* self);
ValadocApiEnumValue* valadoc_api_enum_value_new (ValaEnumValue* symbol, ValadocApiNode* parent);
ValadocApiEnumValue* valadoc_api_enum_value_construct (GType object_type, ValaEnumValue* symbol, ValadocApiNode* parent);
gchar* valadoc_api_enum_value_get_cname (ValadocApiEnumValue* self);
ValadocApiErrorCode* valadoc_api_error_code_new (ValaErrorCode* symbol, ValadocApiNode* parent);
ValadocApiErrorCode* valadoc_api_error_code_construct (GType object_type, ValaErrorCode* symbol, ValadocApiNode* parent);
gchar* valadoc_api_error_code_get_cname (ValadocApiErrorCode* self);
gchar* valadoc_api_error_code_get_dbus_name (ValadocApiErrorCode* self);
ValadocApiErrorDomain* valadoc_api_error_domain_new (ValaErrorDomain* symbol, ValadocApiNode* parent);
ValadocApiErrorDomain* valadoc_api_error_domain_construct (GType object_type, ValaErrorDomain* symbol, ValadocApiNode* parent);
gchar* valadoc_api_error_domain_get_cname (ValadocApiErrorDomain* self);
gchar* valadoc_api_error_domain_get_dbus_name (ValadocApiErrorDomain* self);
ValadocApiField* valadoc_api_field_new (ValaField* symbol, ValadocApiNode* parent);
ValadocApiField* valadoc_api_field_construct (GType object_type, ValaField* symbol, ValadocApiNode* parent);
gchar* valadoc_api_field_get_cname (ValadocApiField* self);
ValadocApiTypeReference* valadoc_api_field_get_field_type (ValadocApiField* self);
gboolean valadoc_api_field_get_is_static (ValadocApiField* self);
gboolean valadoc_api_field_get_is_volatile (ValadocApiField* self);
ValadocApiFormalParameter* valadoc_api_formal_parameter_new (ValaParameter* symbol, ValadocApiNode* parent);
ValadocApiFormalParameter* valadoc_api_formal_parameter_construct (GType object_type, ValaParameter* symbol, ValadocApiNode* parent);
gboolean valadoc_api_formal_parameter_get_is_out (ValadocApiFormalParameter* self);
gboolean valadoc_api_formal_parameter_get_is_ref (ValadocApiFormalParameter* self);
gboolean valadoc_api_formal_parameter_get_has_default_value (ValadocApiFormalParameter* self);
ValadocApiTypeReference* valadoc_api_formal_parameter_get_parameter_type (ValadocApiFormalParameter* self);
gboolean valadoc_api_formal_parameter_get_ellipsis (ValadocApiFormalParameter* self);
ValadocApiInterface* valadoc_api_interface_new (ValaInterface* symbol, ValadocApiNode* parent);
ValadocApiInterface* valadoc_api_interface_construct (GType object_type, ValaInterface* symbol, ValadocApiNode* parent);
GeeCollection* valadoc_api_interface_get_implemented_interface_list (ValadocApiInterface* self);
GeeCollection* valadoc_api_interface_get_all_implemented_interface_list (ValadocApiInterface* self);
gchar* valadoc_api_interface_get_cname (ValadocApiInterface* self);
gchar* valadoc_api_interface_get_dbus_name (ValadocApiInterface* self);
GeeCollection* valadoc_api_interface_get_known_implementations (ValadocApiInterface* self);
GeeCollection* valadoc_api_interface_get_known_related_interfaces (ValadocApiInterface* self);
ValadocApiTypeReference* valadoc_api_interface_get_base_type (ValadocApiInterface* self);
ValadocContentInline* valadoc_api_item_build_signature (ValadocApiItem* self);
ValadocApiItem* valadoc_api_item_construct (GType object_type);
ValadocApiItem* valadoc_api_item_get_parent (ValadocApiItem* self);
void valadoc_api_item_set_parent (ValadocApiItem* self, ValadocApiItem* value);
ValadocContentInline* valadoc_api_item_get_signature (ValadocApiItem* self);
ValadocApiMember* valadoc_api_member_construct (GType object_type, ValaSymbol* symbol, ValadocApiNode* parent);
ValadocApiMethod* valadoc_api_method_new (ValaMethod* symbol, ValadocApiNode* parent);
ValadocApiMethod* valadoc_api_method_construct (GType object_type, ValaMethod* symbol, ValadocApiNode* parent);
gchar* valadoc_api_method_get_cname (ValadocApiMethod* self);
gchar* valadoc_api_method_get_finish_function_cname (ValadocApiMethod* self);
gchar* valadoc_api_method_get_dbus_name (ValadocApiMethod* self);
gchar* valadoc_api_method_get_dbus_result_name (ValadocApiMethod* self);
ValadocApiMethod* valadoc_api_method_get_base_method (ValadocApiMethod* self);
ValadocApiTypeReference* valadoc_api_method_get_return_type (ValadocApiMethod* self);
gboolean valadoc_api_method_get_is_yields (ValadocApiMethod* self);
gboolean valadoc_api_method_get_is_abstract (ValadocApiMethod* self);
gboolean valadoc_api_method_get_is_virtual (ValadocApiMethod* self);
gboolean valadoc_api_method_get_is_override (ValadocApiMethod* self);
gboolean valadoc_api_method_get_is_static (ValadocApiMethod* self);
gboolean valadoc_api_method_get_is_constructor (ValadocApiMethod* self);
gboolean valadoc_api_method_get_is_inline (ValadocApiMethod* self);
gboolean valadoc_api_method_get_is_dbus_visible (ValadocApiMethod* self);
ValadocApiNamespace* valadoc_api_namespace_new (ValaNamespace* symbol, ValadocApiNode* parent);
ValadocApiNamespace* valadoc_api_namespace_construct (GType object_type, ValaNamespace* symbol, ValadocApiNode* parent);
ValadocApiNode* valadoc_api_node_construct (GType object_type, ValadocApiNode* parent);
void valadoc_api_node_accept (ValadocApiNode* self, ValadocApiVisitor* visitor);
gboolean valadoc_api_node_is_browsable (ValadocApiNode* self, ValadocSettings* settings);
gchar* valadoc_api_node_get_filename (ValadocApiNode* self);
gboolean valadoc_api_node_has_children_by_type (ValadocApiNode* self, ValadocApiNodeType type);
gboolean valadoc_api_node_has_children (ValadocApiNode* self, ValadocApiNodeType* types, int types_length1);
GeeList* valadoc_api_node_get_children_by_type (ValadocApiNode* self, ValadocApiNodeType type, gboolean filtered);
GeeList* valadoc_api_node_get_children_by_types (ValadocApiNode* self, ValadocApiNodeType* types, int types_length1, gboolean filtered);
void valadoc_api_node_accept_children_by_type (ValadocApiNode* self, ValadocApiNodeType type, ValadocApiVisitor* visitor, gboolean filtered);
void valadoc_api_node_accept_children (ValadocApiNode* self, ValadocApiNodeType* types, int types_length1, ValadocApiVisitor* visitor, gboolean filtered);
void valadoc_api_node_accept_all_children (ValadocApiNode* self, ValadocApiVisitor* visitor, gboolean filtered);
ValadocApiNode* valadoc_api_node_find_by_name (ValadocApiNode* self, const gchar* name);
ValadocApiNode* valadoc_api_node_find_by_symbol (ValadocApiNode* self, ValaSymbol* symbol);
gchar* valadoc_api_node_get_full_name (ValadocApiNode* self);
gboolean valadoc_api_node_get_do_document (ValadocApiNode* self);
gchar* valadoc_api_node_get_name (ValadocApiNode* self);
ValadocApiNodeType valadoc_api_node_get_node_type (ValadocApiNode* self);
ValadocApiNamespace* valadoc_api_node_get_nspace (ValadocApiNode* self);
ValadocContentComment* valadoc_api_node_get_documentation (ValadocApiNode* self);
GeeCollection* valadoc_api_package_get_full_dependency_list (ValadocApiPackage* self);
GeeCollection* valadoc_api_package_get_dependency_list (ValadocApiPackage* self);
ValadocApiPackage* valadoc_api_package_new (ValaSourceFile* vfile, const gchar* name, gboolean is_package);
ValadocApiPackage* valadoc_api_package_construct (GType object_type, ValaSourceFile* vfile, const gchar* name, gboolean is_package);
gboolean valadoc_api_package_get_is_package (ValadocApiPackage* self);
GType valadoc_api_pointer_get_type (void) G_GNUC_CONST;
ValadocApiPointer* valadoc_api_pointer_new (ValaPointerType* vtyperef, ValadocApiItem* parent);
ValadocApiPointer* valadoc_api_pointer_construct (GType object_type, ValaPointerType* vtyperef, ValadocApiItem* parent);
ValadocApiItem* valadoc_api_pointer_get_data_type (ValadocApiPointer* self);
ValadocApiProperty* valadoc_api_property_new (ValaProperty* symbol, ValadocApiNode* parent);
ValadocApiProperty* valadoc_api_property_construct (GType object_type, ValaProperty* symbol, ValadocApiNode* parent);
gchar* valadoc_api_property_get_cname (ValadocApiProperty* self);
gchar* valadoc_api_property_get_dbus_name (ValadocApiProperty* self);
ValadocApiTypeReference* valadoc_api_property_get_property_type (ValadocApiProperty* self);
gboolean valadoc_api_property_get_is_virtual (ValadocApiProperty* self);
gboolean valadoc_api_property_get_is_abstract (ValadocApiProperty* self);
gboolean valadoc_api_property_get_is_override (ValadocApiProperty* self);
gboolean valadoc_api_property_get_is_dbus_visible (ValadocApiProperty* self);
GType valadoc_api_property_accessor_get_type (void) G_GNUC_CONST;
ValadocApiPropertyAccessor* valadoc_api_property_get_setter (ValadocApiProperty* self);
ValadocApiPropertyAccessor* valadoc_api_property_get_getter (ValadocApiProperty* self);
ValadocApiProperty* valadoc_api_property_get_base_property (ValadocApiProperty* self);
ValadocApiPropertyAccessor* valadoc_api_property_accessor_new (ValaPropertyAccessor* symbol, ValadocApiProperty* parent);
ValadocApiPropertyAccessor* valadoc_api_property_accessor_construct (GType object_type, ValaPropertyAccessor* symbol, ValadocApiProperty* parent);
gchar* valadoc_api_property_accessor_get_cname (ValadocApiPropertyAccessor* self);
gboolean valadoc_api_property_accessor_get_is_construct (ValadocApiPropertyAccessor* self);
gboolean valadoc_api_property_accessor_get_is_set (ValadocApiPropertyAccessor* self);
gboolean valadoc_api_property_accessor_get_is_get (ValadocApiPropertyAccessor* self);
gboolean valadoc_api_property_accessor_get_is_owned (ValadocApiPropertyAccessor* self);
ValadocApiSignal* valadoc_api_signal_new (ValaSignal* symbol, ValadocApiNode* parent);
ValadocApiSignal* valadoc_api_signal_construct (GType object_type, ValaSignal* symbol, ValadocApiNode* parent);
gchar* valadoc_api_signal_get_cname (ValadocApiSignal* self);
gchar* valadoc_api_signal_get_dbus_name (ValadocApiSignal* self);
ValadocApiTypeReference* valadoc_api_signal_get_return_type (ValadocApiSignal* self);
void valadoc_api_signal_set_return_type (ValadocApiSignal* self, ValadocApiTypeReference* value);
gboolean valadoc_api_signal_get_is_virtual (ValadocApiSignal* self);
gboolean valadoc_api_signal_get_is_dbus_visible (ValadocApiSignal* self);
gpointer valadoc_api_signature_builder_ref (gpointer instance);
void valadoc_api_signature_builder_unref (gpointer instance);
GParamSpec* valadoc_api_param_spec_signature_builder (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags);
void valadoc_api_value_set_signature_builder (GValue* value, gpointer v_object);
void valadoc_api_value_take_signature_builder (GValue* value, gpointer v_object);
gpointer valadoc_api_value_get_signature_builder (const GValue* value);
GType valadoc_api_signature_builder_get_type (void) G_GNUC_CONST;
ValadocApiSignatureBuilder* valadoc_api_signature_builder_new (void);
ValadocApiSignatureBuilder* valadoc_api_signature_builder_construct (GType object_type);
ValadocApiSignatureBuilder* valadoc_api_signature_builder_append (ValadocApiSignatureBuilder* self, const gchar* text, gboolean spaced);
ValadocApiSignatureBuilder* valadoc_api_signature_builder_append_content (ValadocApiSignatureBuilder* self, ValadocContentInline* content, gboolean spaced);
ValadocApiSignatureBuilder* valadoc_api_signature_builder_append_keyword (ValadocApiSignatureBuilder* self, const gchar* keyword, gboolean spaced);
ValadocApiSignatureBuilder* valadoc_api_signature_builder_append_symbol (ValadocApiSignatureBuilder* self, ValadocApiNode* node, gboolean spaced);
ValadocApiSignatureBuilder* valadoc_api_signature_builder_append_type (ValadocApiSignatureBuilder* self, ValadocApiNode* node, gboolean spaced);
ValadocApiSignatureBuilder* valadoc_api_signature_builder_append_type_name (ValadocApiSignatureBuilder* self, const gchar* name, gboolean spaced);
ValadocApiSignatureBuilder* valadoc_api_signature_builder_append_literal (ValadocApiSignatureBuilder* self, const gchar* literal, gboolean spaced);
GType valadoc_content_inline_content_get_type (void) G_GNUC_CONST;
GType valadoc_content_run_get_type (void) G_GNUC_CONST;
ValadocContentRun* valadoc_api_signature_builder_get (ValadocApiSignatureBuilder* self);
ValadocApiStruct* valadoc_api_struct_new (ValaStruct* symbol, ValadocApiNode* parent);
ValadocApiStruct* valadoc_api_struct_construct (GType object_type, ValaStruct* symbol, ValadocApiNode* parent);
gchar* valadoc_api_struct_get_cname (ValadocApiStruct* self);
gchar* valadoc_api_struct_get_dup_function_cname (ValadocApiStruct* self);
gchar* valadoc_api_struct_get_free_function_cname (ValadocApiStruct* self);
ValadocApiTypeReference* valadoc_api_struct_get_base_type (ValadocApiStruct* self);
ValadocApiSymbol* valadoc_api_symbol_construct (GType object_type, ValaSymbol* symbol, ValadocApiNode* parent);
gchar* valadoc_api_symbol_get_accessibility_modifier (ValadocApiSymbol* self);
gboolean valadoc_api_symbol_get_is_public (ValadocApiSymbol* self);
gboolean valadoc_api_symbol_get_is_protected (ValadocApiSymbol* self);
gboolean valadoc_api_symbol_get_is_internal (ValadocApiSymbol* self);
gboolean valadoc_api_symbol_get_is_private (ValadocApiSymbol* self);
GeeCollection* valadoc_api_tree_get_external_c_files (ValadocApiTree* self);
GeeCollection* valadoc_api_tree_get_package_list (ValadocApiTree* self);
void valadoc_api_tree_accept (ValadocApiTree* self, ValadocApiVisitor* visitor);
void valadoc_api_tree_accept_children (ValadocApiTree* self, ValadocApiVisitor* visitor);
ValadocApiNode* valadoc_api_tree_search_symbol_path (ValadocApiTree* self, ValadocApiNode* element, gchar** path, int path_length1);
ValadocApiNode* valadoc_api_tree_search_symbol_cstr (ValadocApiTree* self, const gchar* cname);
ValadocApiNode* valadoc_api_tree_search_symbol_str (ValadocApiTree* self, ValadocApiNode* element, const gchar* symname);
ValadocApiTree* valadoc_api_tree_new (ValadocErrorReporter* reporter, ValadocSettings* settings);
ValadocApiTree* valadoc_api_tree_construct (GType object_type, ValadocErrorReporter* reporter, ValadocSettings* settings);
void valadoc_api_tree_add_depencies (ValadocApiTree* self, gchar** packages, int packages_length1);
void valadoc_api_tree_add_documented_file (ValadocApiTree* self, gchar** sources, int sources_length1);
gboolean valadoc_api_tree_create_tree (ValadocApiTree* self);
void valadoc_api_tree_process_comments (ValadocApiTree* self, ValadocDocumentationParser* docparser);
void valadoc_api_tree_import_documentation (ValadocApiTree* self, ValadocImporterDocumentationImporter** importers, int importers_length1, gchar** packages, int packages_length1, gchar** import_directories, int import_directories_length1);
ValadocWikiPageTree* valadoc_api_tree_get_wikitree (ValadocApiTree* self);
ValadocApiTypeParameter* valadoc_api_typeparameter_new (ValaTypeParameter* symbol, ValadocApiNode* parent);
ValadocApiTypeParameter* valadoc_api_typeparameter_construct (GType object_type, ValaTypeParameter* symbol, ValadocApiNode* parent);
ValadocApiTypeReference* valadoc_api_typereference_new (ValaDataType* vtyperef, ValadocApiItem* parent);
ValadocApiTypeReference* valadoc_api_typereference_construct (GType object_type, ValaDataType* vtyperef, ValadocApiItem* parent);
GeeCollection* valadoc_api_typereference_get_type_arguments (ValadocApiTypeReference* self);
gchar* valadoc_api_typereference_get_dbus_type_signature (ValadocApiTypeReference* self);
ValadocApiItem* valadoc_api_typereference_get_data_type (ValadocApiTypeReference* self);
gboolean valadoc_api_typereference_get_pass_ownership (ValadocApiTypeReference* self);
gboolean valadoc_api_typereference_get_is_owned (ValadocApiTypeReference* self);
gboolean valadoc_api_typereference_get_is_weak (ValadocApiTypeReference* self);
gboolean valadoc_api_typereference_get_is_dynamic (ValadocApiTypeReference* self);
gboolean valadoc_api_typereference_get_is_unowned (ValadocApiTypeReference* self);
gboolean valadoc_api_typereference_get_is_nullable (ValadocApiTypeReference* self);
ValadocApiTypeSymbol* valadoc_api_typesymbol_construct (GType object_type, ValaTypeSymbol* symbol, ValadocApiNode* parent);
gboolean valadoc_api_typesymbol_get_is_basic_type (ValadocApiTypeSymbol* self);
gboolean valadoc_api_browsable_is_browsable (ValadocApiBrowsable* self, ValadocSettings* settings);
void valadoc_api_visitor_visit_tree (ValadocApiVisitor* self, ValadocApiTree* item);
void valadoc_api_visitor_visit_package (ValadocApiVisitor* self, ValadocApiPackage* item);
void valadoc_api_visitor_visit_namespace (ValadocApiVisitor* self, ValadocApiNamespace* item);
void valadoc_api_visitor_visit_interface (ValadocApiVisitor* self, ValadocApiInterface* item);
void valadoc_api_visitor_visit_class (ValadocApiVisitor* self, ValadocApiClass* item);
void valadoc_api_visitor_visit_struct (ValadocApiVisitor* self, ValadocApiStruct* item);
void valadoc_api_visitor_visit_property (ValadocApiVisitor* self, ValadocApiProperty* item);
void valadoc_api_visitor_visit_field (ValadocApiVisitor* self, ValadocApiField* item);
void valadoc_api_visitor_visit_constant (ValadocApiVisitor* self, ValadocApiConstant* item);
void valadoc_api_visitor_visit_delegate (ValadocApiVisitor* self, ValadocApiDelegate* item);
void valadoc_api_visitor_visit_signal (ValadocApiVisitor* self, ValadocApiSignal* item);
void valadoc_api_visitor_visit_method (ValadocApiVisitor* self, ValadocApiMethod* item);
void valadoc_api_visitor_visit_type_parameter (ValadocApiVisitor* self, ValadocApiTypeParameter* item);
void valadoc_api_visitor_visit_formal_parameter (ValadocApiVisitor* self, ValadocApiFormalParameter* item);
void valadoc_api_visitor_visit_error_domain (ValadocApiVisitor* self, ValadocApiErrorDomain* item);
void valadoc_api_visitor_visit_error_code (ValadocApiVisitor* self, ValadocApiErrorCode* item);
void valadoc_api_visitor_visit_enum (ValadocApiVisitor* self, ValadocApiEnum* item);
void valadoc_api_visitor_visit_enum_value (ValadocApiVisitor* self, ValadocApiEnumValue* item);
ValadocApiVisitor* valadoc_api_visitor_construct (GType object_type);
GType valadoc_content_block_get_type (void) G_GNUC_CONST;
GType valadoc_content_content_visitor_get_type (void) G_GNUC_CONST;
GeeList* valadoc_content_block_content_get_content (ValadocContentBlockContent* self);
GeeList* valadoc_content_comment_find_taglets (ValadocContentComment* self, ValadocApiNode* container, GType taglet_type);
GeeList* valadoc_content_comment_get_taglets (ValadocContentComment* self);
ValadocContentContentFactory* valadoc_content_content_factory_new (ValadocSettings* settings, ValadocResourceLocator* locator, ValadocModuleLoader* modules);
ValadocContentContentFactory* valadoc_content_content_factory_construct (GType object_type, ValadocSettings* settings, ValadocResourceLocator* locator, ValadocModuleLoader* modules);
ValadocContentComment* valadoc_content_content_factory_create_comment (ValadocContentContentFactory* self);
GType valadoc_content_embedded_get_type (void) G_GNUC_CONST;
ValadocContentEmbedded* valadoc_content_content_factory_create_embedded (ValadocContentContentFactory* self);
GType valadoc_content_headline_get_type (void) G_GNUC_CONST;
ValadocContentHeadline* valadoc_content_content_factory_create_headline (ValadocContentContentFactory* self);
GType valadoc_content_link_get_type (void) G_GNUC_CONST;
ValadocContentLink* valadoc_content_content_factory_create_link (ValadocContentContentFactory* self);
GType valadoc_content_wiki_link_get_type (void) G_GNUC_CONST;
ValadocContentWikiLink* valadoc_content_content_factory_create_wiki_link (ValadocContentContentFactory* self);
GType valadoc_content_list_get_type (void) G_GNUC_CONST;
ValadocContentList* valadoc_content_content_factory_create_list (ValadocContentContentFactory* self);
GType valadoc_content_list_item_get_type (void) G_GNUC_CONST;
ValadocContentListItem* valadoc_content_content_factory_create_list_item (ValadocContentContentFactory* self);
ValadocContentPage* valadoc_content_content_factory_create_page (ValadocContentContentFactory* self);
GType valadoc_content_paragraph_get_type (void) G_GNUC_CONST;
ValadocContentParagraph* valadoc_content_content_factory_create_paragraph (ValadocContentContentFactory* self);
GType valadoc_content_run_style_get_type (void) G_GNUC_CONST;
ValadocContentRun* valadoc_content_content_factory_create_run (ValadocContentContentFactory* self, ValadocContentRunStyle style);
GType valadoc_content_source_code_get_type (void) G_GNUC_CONST;
ValadocContentSourceCode* valadoc_content_content_factory_create_source_code (ValadocContentContentFactory* self);
GType valadoc_content_table_get_type (void) G_GNUC_CONST;
ValadocContentTable* valadoc_content_content_factory_create_table (ValadocContentContentFactory* self);
GType valadoc_content_table_cell_get_type (void) G_GNUC_CONST;
ValadocContentTableCell* valadoc_content_content_factory_create_table_cell (ValadocContentContentFactory* self);
GType valadoc_content_table_row_get_type (void) G_GNUC_CONST;
ValadocContentTableRow* valadoc_content_content_factory_create_table_row (ValadocContentContentFactory* self);
ValadocContentTaglet* valadoc_content_content_factory_create_taglet (ValadocContentContentFactory* self, const gchar* name);
GType valadoc_content_text_get_type (void) G_GNUC_CONST;
ValadocContentText* valadoc_content_content_factory_create_text (ValadocContentContentFactory* self, const gchar* text);
GType valadoc_content_horizontal_align_get_type (void) G_GNUC_CONST;
GType valadoc_content_vertical_align_get_type (void) G_GNUC_CONST;
GType valadoc_content_style_attributes_get_type (void) G_GNUC_CONST;
ValadocContentContentElement* valadoc_content_content_factory_set_style_attributes (ValadocContentContentFactory* self, ValadocContentStyleAttributes* element, ValadocContentVerticalAlign* valign, ValadocContentHorizontalAlign* halign, const gchar* style);
void valadoc_content_content_element_configure (ValadocContentContentElement* self, ValadocSettings* settings, ValadocResourceLocator* locator);
void valadoc_content_content_element_check (ValadocContentContentElement* self, ValadocApiTree* api_root, ValadocApiNode* container, ValadocErrorReporter* reporter, ValadocSettings* settings);
void valadoc_content_content_element_accept (ValadocContentContentElement* self, ValadocContentContentVisitor* visitor);
void valadoc_content_content_element_accept_children (ValadocContentContentElement* self, ValadocContentContentVisitor* visitor);
ValadocContentContentElement* valadoc_content_content_element_construct (GType object_type);
GType valadoc_content_symbol_link_get_type (void) G_GNUC_CONST;
GType valadoc_content_content_renderer_get_type (void) G_GNUC_CONST;
void valadoc_content_content_renderer_render (ValadocContentContentRenderer* self, ValadocContentContentElement* element);
void valadoc_content_content_renderer_render_children (ValadocContentContentRenderer* self, ValadocContentContentElement* element);
ValadocContentContentRenderer* valadoc_content_content_renderer_construct (GType object_type);
void valadoc_content_content_visitor_visit_comment (ValadocContentContentVisitor* self, ValadocContentComment* element);
void valadoc_content_content_visitor_visit_embedded (ValadocContentContentVisitor* self, ValadocContentEmbedded* element);
void valadoc_content_content_visitor_visit_headline (ValadocContentContentVisitor* self, ValadocContentHeadline* element);
void valadoc_content_content_visitor_visit_link (ValadocContentContentVisitor* self, ValadocContentLink* element);
void valadoc_content_content_visitor_visit_wiki_link (ValadocContentContentVisitor* self, ValadocContentWikiLink* element);
void valadoc_content_content_visitor_visit_symbol_link (ValadocContentContentVisitor* self, ValadocContentSymbolLink* element);
void valadoc_content_content_visitor_visit_list (ValadocContentContentVisitor* self, ValadocContentList* element);
void valadoc_content_content_visitor_visit_list_item (ValadocContentContentVisitor* self, ValadocContentListItem* element);
void valadoc_content_content_visitor_visit_paragraph (ValadocContentContentVisitor* self, ValadocContentParagraph* element);
void valadoc_content_content_visitor_visit_page (ValadocContentContentVisitor* self, ValadocContentPage* element);
void valadoc_content_content_visitor_visit_run (ValadocContentContentVisitor* self, ValadocContentRun* element);
void valadoc_content_content_visitor_visit_source_code (ValadocContentContentVisitor* self, ValadocContentSourceCode* element);
void valadoc_content_content_visitor_visit_table (ValadocContentContentVisitor* self, ValadocContentTable* element);
void valadoc_content_content_visitor_visit_table_cell (ValadocContentContentVisitor* self, ValadocContentTableCell* element);
void valadoc_content_content_visitor_visit_table_row (ValadocContentContentVisitor* self, ValadocContentTableRow* element);
void valadoc_content_content_visitor_visit_taglet (ValadocContentContentVisitor* self, ValadocContentTaglet* element);
void valadoc_content_content_visitor_visit_text (ValadocContentContentVisitor* self, ValadocContentText* element);
ValadocContentContentVisitor* valadoc_content_content_visitor_construct (GType object_type);
const gchar* valadoc_content_embedded_get_url (ValadocContentEmbedded* self);
void valadoc_content_embedded_set_url (ValadocContentEmbedded* self, const gchar* value);
const gchar* valadoc_content_embedded_get_caption (ValadocContentEmbedded* self);
void valadoc_content_embedded_set_caption (ValadocContentEmbedded* self, const gchar* value);
gint valadoc_content_headline_get_level (ValadocContentHeadline* self);
void valadoc_content_headline_set_level (ValadocContentHeadline* self, gint value);
GType valadoc_content_inline_taglet_get_type (void) G_GNUC_CONST;
ValadocContentInlineTaglet* valadoc_content_inline_taglet_construct (GType object_type);
ValadocRule* valadoc_content_inline_taglet_get_parser_rule (ValadocContentInlineTaglet* self, ValadocRule* run_rule);
ValadocContentContentElement* valadoc_content_inline_taglet_produce_content (ValadocContentInlineTaglet* self);
GeeList* valadoc_content_inline_content_get_content (ValadocContentInlineContent* self);
ValadocWikiPage* valadoc_content_wiki_link_get_page (ValadocContentWikiLink* self);
const gchar* valadoc_content_wiki_link_get_name (ValadocContentWikiLink* self);
void valadoc_content_wiki_link_set_name (ValadocContentWikiLink* self, const gchar* value);
const gchar* valadoc_content_link_get_url (ValadocContentLink* self);
void valadoc_content_link_set_url (ValadocContentLink* self, const gchar* value);
GType valadoc_content_list_bullet_get_type (void) G_GNUC_CONST;
ValadocContentListBullet* valadoc_content_list_bullet_from_string (const gchar* str);
const gchar* valadoc_content_list_bullet_to_string (ValadocContentListBullet self);
ValadocContentListBullet valadoc_content_list_get_bullet (ValadocContentList* self);
void valadoc_content_list_set_bullet (ValadocContentList* self, ValadocContentListBullet value);
GeeList* valadoc_content_list_get_items (ValadocContentList* self);
ValadocContentList* valadoc_content_list_item_get_sub_list (ValadocContentListItem* self);
void valadoc_content_list_item_set_sub_list (ValadocContentListItem* self, ValadocContentList* value);
gchar* valadoc_resource_locator_resolve (ValadocResourceLocator* self, const gchar* path);
ValadocContentRunStyle* valadoc_content_run_style_from_string (const gchar* str);
const gchar* valadoc_content_run_style_to_string (ValadocContentRunStyle self);
ValadocContentRunStyle valadoc_content_run_get_style (ValadocContentRun* self);
void valadoc_content_run_set_style (ValadocContentRun* self, ValadocContentRunStyle value);
GType valadoc_content_source_code_language_get_type (void) G_GNUC_CONST;
ValadocContentSourceCodeLanguage* valadoc_content_source_code_language_from_string (const gchar* str);
const gchar* valadoc_content_source_code_language_to_string (ValadocContentSourceCodeLanguage self);
const gchar* valadoc_content_source_code_get_code (ValadocContentSourceCode* self);
void valadoc_content_source_code_set_code (ValadocContentSourceCode* self, const gchar* value);
ValadocContentSourceCodeLanguage valadoc_content_source_code_get_language (ValadocContentSourceCode* self);
void valadoc_content_source_code_set_language (ValadocContentSourceCode* self, ValadocContentSourceCodeLanguage value);
ValadocContentHorizontalAlign* valadoc_content_horizontal_align_from_string (const gchar* str);
const gchar* valadoc_content_horizontal_align_to_string (ValadocContentHorizontalAlign self);
ValadocContentVerticalAlign* valadoc_content_vertical_align_from_string (const gchar* str);
const gchar* valadoc_content_vertical_align_to_string (ValadocContentVerticalAlign self);
ValadocContentHorizontalAlign* valadoc_content_style_attributes_get_horizontal_align (ValadocContentStyleAttributes* self);
void valadoc_content_style_attributes_set_horizontal_align (ValadocContentStyleAttributes* self, ValadocContentHorizontalAlign* value);
ValadocContentVerticalAlign* valadoc_content_style_attributes_get_vertical_align (ValadocContentStyleAttributes* self);
void valadoc_content_style_attributes_set_vertical_align (ValadocContentStyleAttributes* self, ValadocContentVerticalAlign* value);
const gchar* valadoc_content_style_attributes_get_style (ValadocContentStyleAttributes* self);
void valadoc_content_style_attributes_set_style (ValadocContentStyleAttributes* self, const gchar* value);
ValadocApiNode* valadoc_content_symbol_link_get_symbol (ValadocContentSymbolLink* self);
void valadoc_content_symbol_link_set_symbol (ValadocContentSymbolLink* self, ValadocApiNode* value);
const gchar* valadoc_content_symbol_link_get_label (ValadocContentSymbolLink* self);
void valadoc_content_symbol_link_set_label (ValadocContentSymbolLink* self, const gchar* value);
GeeList* valadoc_content_table_get_rows (ValadocContentTable* self);
gint valadoc_content_table_cell_get_colspan (ValadocContentTableCell* self);
void valadoc_content_table_cell_set_colspan (ValadocContentTableCell* self, gint value);
gint valadoc_content_table_cell_get_rowspan (ValadocContentTableCell* self);
void valadoc_content_table_cell_set_rowspan (ValadocContentTableCell* self, gint value);
GeeList* valadoc_content_table_row_get_cells (ValadocContentTableRow* self);
ValadocRule* valadoc_content_taglet_get_parser_rule (ValadocContentTaglet* self, ValadocRule* run_rule);
const gchar* valadoc_content_text_get_content (ValadocContentText* self);
void valadoc_content_text_set_content (ValadocContentText* self, const gchar* value);
GType valadoc_charts_chart_get_type (void) G_GNUC_CONST;
GType valadoc_charts_factory_get_type (void) G_GNUC_CONST;
ValadocChartsChart* valadoc_charts_chart_new (ValadocChartsFactory* factory, ValadocApiNode* node);
ValadocChartsChart* valadoc_charts_chart_construct (GType object_type, ValadocChartsFactory* factory, ValadocApiNode* node);
void valadoc_charts_chart_save (ValadocChartsChart* self, const gchar* file_name, const gchar* file_type);
void valadoc_charts_chart_write (ValadocChartsChart* self, FILE* file, const gchar* file_type);
Agnode_t* valadoc_charts_factory_create_type (ValadocChartsFactory* self, Agraph_t* graph, ValadocApiNode* item);
Agraph_t* valadoc_charts_factory_create_graph (ValadocChartsFactory* self, ValadocApiNode* item);
GVC_t* valadoc_charts_factory_create_context (ValadocChartsFactory* self, Agraph_t* graph);
Agnode_t* valadoc_charts_factory_create_class (ValadocChartsFactory* self, Agraph_t* graph, ValadocApiClass* item);
Agnode_t* valadoc_charts_factory_create_struct (ValadocChartsFactory* self, Agraph_t* graph, ValadocApiStruct* item);
Agnode_t* valadoc_charts_factory_create_interface (ValadocChartsFactory* self, Agraph_t* graph, ValadocApiInterface* item);
Agnode_t* valadoc_charts_factory_create_enum (ValadocChartsFactory* self, Agraph_t* graph, ValadocApiEnum* item);
Agnode_t* valadoc_charts_factory_create_delegate (ValadocChartsFactory* self, Agraph_t* graph, ValadocApiDelegate* item);
Agnode_t* valadoc_charts_factory_create_errordomain (ValadocChartsFactory* self, Agraph_t* graph, ValadocApiErrorDomain* item);
Agnode_t* valadoc_charts_factory_create_namespace (ValadocChartsFactory* self, Agraph_t* graph, ValadocApiNamespace* item);
Agedge_t* valadoc_charts_factory_add_children (ValadocChartsFactory* self, Agraph_t* graph, Agnode_t* parent, Agnode_t* child);
ValadocChartsFactory* valadoc_charts_factory_construct (GType object_type);
GType valadoc_charts_hierarchy_get_type (void) G_GNUC_CONST;
ValadocChartsHierarchy* valadoc_charts_hierarchy_new (ValadocChartsFactory* factory, ValadocApiNode* node);
ValadocChartsHierarchy* valadoc_charts_hierarchy_construct (GType object_type, ValadocChartsFactory* factory, ValadocApiNode* node);
GType valadoc_charts_simple_factory_get_type (void) G_GNUC_CONST;
Agnode_t* valadoc_charts_simple_factory_configure_type (ValadocChartsSimpleFactory* self, Agnode_t* node, ValadocApiNode* item);
ValadocChartsSimpleFactory* valadoc_charts_simple_factory_new (void);
ValadocChartsSimpleFactory* valadoc_charts_simple_factory_construct (GType object_type);
GType valadoc_token_get_type (void) G_GNUC_CONST;
GType valadoc_parser_callback_get_type (void) G_GNUC_CONST;
ValadocParser* valadoc_parser_new (ValadocSettings* settings, ValadocScanner* scanner, ValadocErrorReporter* reporter);
ValadocParser* valadoc_parser_construct (GType object_type, ValadocSettings* settings, ValadocScanner* scanner, ValadocErrorReporter* reporter);
void valadoc_parser_set_root_rule (ValadocParser* self, ValadocRule* root_rule);
void valadoc_parser_parse (ValadocParser* self, const gchar* content, const gchar* filename, gint first_line, gint first_column, GError** error);
void valadoc_parser_accept_token (ValadocParser* self, ValadocToken* token, GError** error);
GObject* valadoc_parser_callback_get_rule_state (ValadocParserCallback* self);
void valadoc_parser_callback_set_rule_state (ValadocParserCallback* self, GObject* state);
void valadoc_parser_callback_push_rule (ValadocParserCallback* self, ValadocRule* rule);
void valadoc_parser_callback_reduce (ValadocParserCallback* self);
gboolean valadoc_parser_callback_would_parent_accept_token (ValadocParserCallback* self, ValadocToken* token);
gboolean valadoc_parser_callback_would_parent_reduce_to_rule (ValadocParserCallback* self, ValadocToken* token, ValadocRule* rule);
void valadoc_parser_callback_warning (ValadocParserCallback* self, const gchar* message, ValadocToken* token);
void valadoc_parser_callback_error (ValadocParserCallback* self, const gchar* message, ValadocToken* token, GError** error);
GType valadoc_rule_forward_get_type (void) G_GNUC_CONST;
ValadocRule* valadoc_rule_seq (GObject** scheme, int scheme_length1);
ValadocRule* valadoc_rule_one_of (GObject** scheme, int scheme_length1);
ValadocRule* valadoc_rule_many (GObject** scheme, int scheme_length1);
ValadocRule* valadoc_rule_option (GObject** scheme, int scheme_length1);
ValadocRule* valadoc_rule_construct (GType object_type);
ValadocRule* valadoc_rule_set_name (ValadocRule* self, const gchar* name);
ValadocRule* valadoc_rule_set_start (ValadocRule* self, ValadocRuleAction action, void* action_target);
ValadocRule* valadoc_rule_set_reduce (ValadocRule* self, ValadocRuleAction action, void* action_target);
ValadocRule* valadoc_rule_set_skip (ValadocRule* self, ValadocRuleAction action, void* action_target);
gboolean valadoc_rule_is_optional (ValadocRule* self);
gboolean valadoc_rule_starts_with_token (ValadocRule* self, ValadocToken* token);
gboolean valadoc_rule_accept_token (ValadocRule* self, ValadocToken* token, ValadocParserCallback* parser, ValadocRuleForward forward, GError** error);
gboolean valadoc_rule_would_accept_token (ValadocRule* self, ValadocToken* token, GObject* state);
gboolean valadoc_rule_would_reduce (ValadocRule* self, ValadocToken* token, GObject* state);
gchar* valadoc_rule_to_string (ValadocRule* self, GObject* state);
gboolean valadoc_rule_is_optional_rule (ValadocRule* self, GObject* scheme_element);
gboolean valadoc_rule_has_start_token (ValadocRule* self, GObject* scheme_element, ValadocToken* token);
gboolean valadoc_rule_try_to_apply (ValadocRule* self, GObject* scheme_element, ValadocToken* token, ValadocParserCallback* parser, gboolean* handled, GError** error);
void valadoc_rule_do_start (ValadocRule* self, ValadocParserCallback* parser, GError** error);
void valadoc_rule_do_reduce (ValadocRule* self, ValadocParserCallback* parser, GError** error);
void valadoc_rule_do_skip (ValadocRule* self, ValadocParserCallback* parser, GError** error);
const gchar* valadoc_rule_get_name (ValadocRule* self);
void valadoc_scanner_set_parser (ValadocScanner* self, ValadocParser* parser);
void valadoc_scanner_reset (ValadocScanner* self);
void valadoc_scanner_scan (ValadocScanner* self, const gchar* content, GError** error);
void valadoc_scanner_end (ValadocScanner* self, GError** error);
void valadoc_scanner_stop (ValadocScanner* self);
gchar* valadoc_scanner_get_line_content (ValadocScanner* self);
GType valadoc_source_location_get_type (void) G_GNUC_CONST;
ValadocSourceLocation* valadoc_source_location_dup (const ValadocSourceLocation* self);
void valadoc_source_location_free (ValadocSourceLocation* self);
void valadoc_source_location_init (ValadocSourceLocation *self, gint _line, gint _column);
GType valadoc_stub_rule_get_type (void) G_GNUC_CONST;
ValadocStubRule* valadoc_stub_rule_new (void);
ValadocStubRule* valadoc_stub_rule_construct (GType object_type);
ValadocRule* valadoc_stub_rule_set_rule (ValadocStubRule* self, ValadocRule* rule);
GType valadoc_token_type_get_type (void) G_GNUC_CONST;
ValadocToken* valadoc_token_new_from_type (ValadocTokenType* type, ValadocSourceLocation* begin, ValadocSourceLocation* end);
ValadocToken* valadoc_token_construct_from_type (GType object_type, ValadocTokenType* type, ValadocSourceLocation* begin, ValadocSourceLocation* end);
ValadocToken* valadoc_token_new_from_word (const gchar* word, ValadocSourceLocation* begin, ValadocSourceLocation* end);
ValadocToken* valadoc_token_construct_from_word (GType object_type, const gchar* word, ValadocSourceLocation* begin, ValadocSourceLocation* end);
gchar* valadoc_token_to_string (ValadocToken* self);
gchar* valadoc_token_to_pretty_string (ValadocToken* self);
gint valadoc_token_to_int (ValadocToken* self);
ValadocToken* valadoc_token_new (void);
ValadocToken* valadoc_token_construct (GType object_type);
gboolean valadoc_token_get_is_word (ValadocToken* self);
gboolean valadoc_token_get_is_number (ValadocToken* self);
const gchar* valadoc_token_get_word (ValadocToken* self);
ValadocTokenType* valadoc_token_get_token_type (ValadocToken* self);
void valadoc_token_get_begin (ValadocToken* self, ValadocSourceLocation* result);
void valadoc_token_get_end (ValadocToken* self, ValadocSourceLocation* result);
extern ValadocTokenType* valadoc_token_type_ANY;
extern ValadocTokenType* valadoc_token_type_ANY_WORD;
extern ValadocTokenType* valadoc_token_type_ANY_NUMBER;
extern ValadocTokenType* valadoc_token_type_EOF;
extern ValadocTokenType* valadoc_token_type_EOL;
extern ValadocTokenType* valadoc_token_type_BREAK;
extern ValadocTokenType* valadoc_token_type_AROBASE;
extern ValadocTokenType* valadoc_token_type_SPACE;
extern ValadocTokenType* valadoc_token_type_TAB;
extern ValadocTokenType* valadoc_token_type_EQUAL_1;
extern ValadocTokenType* valadoc_token_type_EQUAL_2;
extern ValadocTokenType* valadoc_token_type_EQUAL_3;
extern ValadocTokenType* valadoc_token_type_EQUAL_4;
extern ValadocTokenType* valadoc_token_type_EQUAL_5;
extern ValadocTokenType* valadoc_token_type_MINUS;
extern ValadocTokenType* valadoc_token_type_LESS_THAN;
extern ValadocTokenType* valadoc_token_type_GREATER_THAN;
extern ValadocTokenType* valadoc_token_type_ALIGN_TOP;
extern ValadocTokenType* valadoc_token_type_ALIGN_BOTTOM;
extern ValadocTokenType* valadoc_token_type_SINGLE_QUOTE_2;
extern ValadocTokenType* valadoc_token_type_SLASH_2;
extern ValadocTokenType* valadoc_token_type_UNDERSCORE_2;
extern ValadocTokenType* valadoc_token_type_BACK_QUOTE_2;
extern ValadocTokenType* valadoc_token_type_OPEN_BRACE;
extern ValadocTokenType* valadoc_token_type_CLOSED_BRACE;
extern ValadocTokenType* valadoc_token_type_DOUBLE_OPEN_BRACE;
extern ValadocTokenType* valadoc_token_type_DOUBLE_CLOSED_BRACE;
extern ValadocTokenType* valadoc_token_type_TRIPLE_OPEN_BRACE;
extern ValadocTokenType* valadoc_token_type_TRIPLE_CLOSED_BRACE;
extern ValadocTokenType* valadoc_token_type_DOUBLE_OPEN_BRACKET;
extern ValadocTokenType* valadoc_token_type_DOUBLE_CLOSED_BRACKET;
extern ValadocTokenType* valadoc_token_type_PIPE;
extern ValadocTokenType* valadoc_token_type_DOUBLE_PIPE;
extern ValadocTokenType* valadoc_token_type_ALIGN_RIGHT;
extern ValadocTokenType* valadoc_token_type_ALIGN_CENTER;
extern ValadocTokenType* valadoc_token_type_GTKDOC_FUNCTION_BRACKETS;
extern ValadocTokenType* valadoc_token_type_GTKDOC_XML_COMMENT_START;
extern ValadocTokenType* valadoc_token_type_GTKDOC_XML_COMMENT_END;
extern ValadocTokenType* valadoc_token_type_GTKDOC_PARAM;
extern ValadocTokenType* valadoc_token_type_GTKDOC_SYMBOL;
extern ValadocTokenType* valadoc_token_type_GTKDOC_ANY_WORD;
extern ValadocTokenType* valadoc_token_type_GTKDOC_SPACE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_EOF;
extern ValadocTokenType* valadoc_token_type_GTKDOC_EOL;
extern ValadocTokenType* valadoc_token_type_GTKDOC_STRUCTNAME_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_STRUCTNAME_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_LINK_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_LINK_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_ITEMIZED_LIST_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_ITEMIZED_LIST_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_LIST_ITEM_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_LIST_ITEM_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_NOTE_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_NOTE_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_PARA_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_PARA_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_LITERAL_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_LITERAL_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_GUI_MENU_ITEM_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_GUI_MENU_ITEM_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_REPLACEABLE_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_REPLACEABLE_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_WARNING_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_WARNING_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_SOURCE_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_SOURCE_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_EXAMPLE_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_EXAMPLE_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_TITLE_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_TITLE_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_PROGRAMLISTING_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_PROGRAMLISTING_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_VARIABLE_LIST_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_VARIABLE_LIST_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_VARIABLE_LIST_ENTRY_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_VARIABLE_LIST_ENTRY_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_TERM_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_TERM_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_ENVAR_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_ENVAR_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_OPTION_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_OPTION_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_EMPHASIS_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_EMPHASIS_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_FILENAME_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_FILENAME_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_SIMPLELIST_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_SIMPLELIST_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_MEMBER_ELEMENT_CLOSE;
extern ValadocTokenType* valadoc_token_type_GTKDOC_MEMBER_ELEMENT_OPEN;
extern ValadocTokenType* valadoc_token_type_GTKDOC_DOT;
extern ValadocTokenType* valadoc_token_type_VALADOC_COMMENT_START;
extern ValadocTokenType* valadoc_token_type_VALADOC_COMMENT_END;
extern ValadocTokenType* valadoc_token_type_VALADOC_ANY_WORD;
extern ValadocTokenType* valadoc_token_type_VALADOC_SPACE;
extern ValadocTokenType* valadoc_token_type_VALADOC_TAB;
extern ValadocTokenType* valadoc_token_type_VALADOC_EOL;
ValadocTokenType* valadoc_token_type_str (const gchar* str);
ValadocTokenType* valadoc_token_type_any (void);
ValadocTokenType* valadoc_token_type_any_word (void);
ValadocTokenType* valadoc_token_type_any_number (void);
ValadocTokenType* valadoc_token_type_action (ValadocTokenType* self, ValadocTokenTypeAction action, void* action_target);
void valadoc_token_type_do_action (ValadocTokenType* self, ValadocToken* matched_token, GError** error);
gboolean valadoc_token_type_matches (ValadocTokenType* self, ValadocToken* token);
gchar* valadoc_token_type_to_string (ValadocTokenType* self);
gchar* valadoc_token_type_to_pretty_string (ValadocTokenType* self);
GType valadoc_taglets_deprecated_get_type (void) G_GNUC_CONST;
ValadocTagletsDeprecated* valadoc_taglets_deprecated_new (void);
ValadocTagletsDeprecated* valadoc_taglets_deprecated_construct (GType object_type);
GType valadoc_taglets_inherit_doc_get_type (void) G_GNUC_CONST;
ValadocTagletsInheritDoc* valadoc_taglets_inherit_doc_new (void);
ValadocTagletsInheritDoc* valadoc_taglets_inherit_doc_construct (GType object_type);
void valadoc_taglets_init (ValadocModuleLoader* loader);
GType valadoc_taglets_link_get_type (void) G_GNUC_CONST;
ValadocTagletsLink* valadoc_taglets_link_new (void);
ValadocTagletsLink* valadoc_taglets_link_construct (GType object_type);
const gchar* valadoc_taglets_link_get_symbol_name (ValadocTagletsLink* self);
GType valadoc_taglets_param_get_type (void) G_GNUC_CONST;
ValadocTagletsParam* valadoc_taglets_param_new (void);
ValadocTagletsParam* valadoc_taglets_param_construct (GType object_type);
const gchar* valadoc_taglets_param_get_parameter_name (ValadocTagletsParam* self);
GType valadoc_taglets_return_get_type (void) G_GNUC_CONST;
ValadocTagletsReturn* valadoc_taglets_return_new (void);
ValadocTagletsReturn* valadoc_taglets_return_construct (GType object_type);
GType valadoc_taglets_see_get_type (void) G_GNUC_CONST;
ValadocTagletsSee* valadoc_taglets_see_new (void);
ValadocTagletsSee* valadoc_taglets_see_construct (GType object_type);
const gchar* valadoc_taglets_see_get_symbol_name (ValadocTagletsSee* self);
ValadocApiNode* valadoc_taglets_see_get_symbol (ValadocTagletsSee* self);
GType valadoc_taglets_since_get_type (void) G_GNUC_CONST;
ValadocTagletsSince* valadoc_taglets_since_new (void);
ValadocTagletsSince* valadoc_taglets_since_construct (GType object_type);
GType valadoc_taglets_throws_get_type (void) G_GNUC_CONST;
ValadocTagletsThrows* valadoc_taglets_throws_new (void);
ValadocTagletsThrows* valadoc_taglets_throws_construct (GType object_type);
const gchar* valadoc_taglets_throws_get_error_domain_name (ValadocTagletsThrows* self);
ValadocApiNode* valadoc_taglets_throws_get_error_domain (ValadocTagletsThrows* self);
GType valadoc_html_basic_doclet_get_type (void) G_GNUC_CONST;
GType valadoc_html_html_renderer_get_type (void) G_GNUC_CONST;
GType valadoc_html_markup_writer_get_type (void) G_GNUC_CONST;
GType valadoc_html_css_class_resolver_get_type (void) G_GNUC_CONST;
void valadoc_html_basic_doclet_process (ValadocHtmlBasicDoclet* self, ValadocSettings* settings, ValadocApiTree* tree, ValadocErrorReporter* reporter);
gchar* valadoc_html_basic_doclet_get_link (ValadocHtmlBasicDoclet* self, ValadocApiNode* to, ValadocApiNode* from);
gchar* valadoc_html_basic_doclet_get_img_path_html (ValadocHtmlBasicDoclet* self, ValadocApiNode* element, const gchar* type);
gchar* valadoc_html_basic_doclet_get_img_path (ValadocHtmlBasicDoclet* self, ValadocApiNode* element, const gchar* type);
gchar* valadoc_html_basic_doclet_get_icon_directory (ValadocHtmlBasicDoclet* self);
void valadoc_html_basic_doclet_write_navi_entry_html_template (ValadocHtmlBasicDoclet* self, const gchar* style, const gchar* content);
void valadoc_html_basic_doclet_write_navi_entry_html_template_with_link (ValadocHtmlBasicDoclet* self, const gchar* style, const gchar* link, const gchar* content);
void valadoc_html_basic_doclet_write_navi_entry (ValadocHtmlBasicDoclet* self, ValadocApiNode* element, ValadocApiNode* pos, const gchar* style, gboolean link, gboolean full_name);
void valadoc_html_basic_doclet_write_wiki_pages (ValadocHtmlBasicDoclet* self, ValadocApiTree* tree, const gchar* css_path_wiki, const gchar* js_path_wiki, const gchar* contentp);
void valadoc_html_basic_doclet_write_wiki_page (ValadocHtmlBasicDoclet* self, ValadocWikiPage* page, const gchar* contentp, const gchar* css_path, const gchar* js_path, const gchar* pkg_name);
void valadoc_html_basic_doclet_write_navi_top_entry (ValadocHtmlBasicDoclet* self, ValadocApiNode* element, ValadocApiNode* parent);
void valadoc_html_basic_doclet_write_top_element_template (ValadocHtmlBasicDoclet* self, const gchar* link);
void valadoc_html_basic_doclet_write_top_elements (ValadocHtmlBasicDoclet* self, ValadocApiNode* element, ValadocApiNode* parent);
void valadoc_html_basic_doclet_fetch_subnamespace_names (ValadocHtmlBasicDoclet* self, ValadocApiNode* node, GeeArrayList* namespaces);
void valadoc_html_basic_doclet_write_navi_package (ValadocHtmlBasicDoclet* self, ValadocApiPackage* package);
void valadoc_html_basic_doclet_write_navi_symbol (ValadocHtmlBasicDoclet* self, ValadocApiNode* node);
void valadoc_html_basic_doclet_write_navi_leaf_symbol (ValadocHtmlBasicDoclet* self, ValadocApiNode* node);
void valadoc_html_basic_doclet_write_navi_symbol_inline (ValadocHtmlBasicDoclet* self, ValadocApiNode* node, ValadocApiNode* parent);
void valadoc_html_basic_doclet_write_navi_children (ValadocHtmlBasicDoclet* self, ValadocApiNode* node, ValadocApiNodeType type, ValadocApiNode* parent);
void valadoc_html_basic_doclet_write_package_note (ValadocHtmlBasicDoclet* self, ValadocApiNode* element);
void valadoc_html_basic_doclet_write_namespace_note (ValadocHtmlBasicDoclet* self, ValadocApiNode* element);
gboolean valadoc_html_basic_doclet_is_internal_node (ValadocHtmlBasicDoclet* self, ValadocApiNode* node);
void valadoc_html_basic_doclet_write_navi_packages_inline (ValadocHtmlBasicDoclet* self, ValadocApiTree* tree);
void valadoc_html_basic_doclet_write_navi_packages (ValadocHtmlBasicDoclet* self, ValadocApiTree* tree);
void valadoc_html_basic_doclet_write_package_index_content (ValadocHtmlBasicDoclet* self, ValadocApiTree* tree);
void valadoc_html_basic_doclet_write_symbol_content (ValadocHtmlBasicDoclet* self, ValadocApiNode* node);
void valadoc_html_basic_doclet_write_child_namespaces (ValadocHtmlBasicDoclet* self, ValadocApiNode* node, ValadocApiNode* parent);
void valadoc_html_basic_doclet_write_child_dependencies (ValadocHtmlBasicDoclet* self, ValadocApiPackage* package, ValadocApiNode* parent);
void valadoc_html_basic_doclet_write_children (ValadocHtmlBasicDoclet* self, ValadocApiNode* node, ValadocApiNodeType type, const gchar* type_string, ValadocApiNode* container);
void valadoc_html_basic_doclet_write_image_block (ValadocHtmlBasicDoclet* self, ValadocApiNode* element);
void valadoc_html_basic_doclet_write_namespace_content (ValadocHtmlBasicDoclet* self, ValadocApiNamespace* node, ValadocApiNode* parent);
void valadoc_html_basic_doclet_write_package_content (ValadocHtmlBasicDoclet* self, ValadocApiPackage* node, ValadocApiNode* parent, ValadocWikiPage* wikipage);
void valadoc_html_basic_doclet_write_file_header (ValadocHtmlBasicDoclet* self, const gchar* css, const gchar* js, const gchar* title);
void valadoc_html_basic_doclet_write_file_footer (ValadocHtmlBasicDoclet* self);
ValadocHtmlBasicDoclet* valadoc_html_basic_doclet_construct (GType object_type);
GType valadoc_html_link_helper_get_type (void) G_GNUC_CONST;
ValadocHtmlLinkHelper* valadoc_html_basic_doclet_get_linker (ValadocHtmlBasicDoclet* self);
void valadoc_html_basic_doclet_set_linker (ValadocHtmlBasicDoclet* self, ValadocHtmlLinkHelper* value);
ValadocSettings* valadoc_html_basic_doclet_get_settings (ValadocHtmlBasicDoclet* self);
void valadoc_html_basic_doclet_set_settings (ValadocHtmlBasicDoclet* self, ValadocSettings* value);
GType valadoc_html_simple_chart_factory_get_type (void) G_GNUC_CONST;
ValadocHtmlSimpleChartFactory* valadoc_html_simple_chart_factory_new (ValadocSettings* settings, ValadocHtmlLinkHelper* linker);
ValadocHtmlSimpleChartFactory* valadoc_html_simple_chart_factory_construct (GType object_type, ValadocSettings* settings, ValadocHtmlLinkHelper* linker);
gchar* valadoc_html_link_helper_get_package_link (ValadocHtmlLinkHelper* self, ValadocApiPackage* package, ValadocSettings* settings);
gchar* valadoc_html_link_helper_get_relative_link (ValadocHtmlLinkHelper* self, ValadocDocumentation* from, ValadocDocumentation* to, ValadocSettings* settings);
gchar* valadoc_html_link_helper_from_package_to_package (ValadocHtmlLinkHelper* self, ValadocApiPackage* from, ValadocApiPackage* to);
gchar* valadoc_html_link_helper_from_package_to_wiki (ValadocHtmlLinkHelper* self, ValadocApiPackage* from, ValadocWikiPage* to);
gchar* valadoc_html_link_helper_from_package_to_node (ValadocHtmlLinkHelper* self, ValadocApiPackage* from, ValadocApiNode* to);
gchar* valadoc_html_link_helper_from_wiki_to_package (ValadocHtmlLinkHelper* self, ValadocWikiPage* from, ValadocApiPackage* to);
gchar* valadoc_html_link_helper_from_wiki_to_wiki (ValadocHtmlLinkHelper* self, ValadocWikiPage* from, ValadocWikiPage* to);
gchar* valadoc_html_link_helper_from_wiki_to_node (ValadocHtmlLinkHelper* self, ValadocWikiPage* from, ValadocApiNode* to);
gchar* valadoc_html_link_helper_from_node_to_package (ValadocHtmlLinkHelper* self, ValadocApiNode* from, ValadocApiPackage* to);
gchar* valadoc_html_link_helper_from_node_to_wiki (ValadocHtmlLinkHelper* self, ValadocApiNode* from, ValadocWikiPage* to);
gchar* valadoc_html_link_helper_from_node_to_node (ValadocHtmlLinkHelper* self, ValadocApiNode* from, ValadocApiNode* to);
ValadocHtmlLinkHelper* valadoc_html_link_helper_new (void);
ValadocHtmlLinkHelper* valadoc_html_link_helper_construct (GType object_type);
gchar* valadoc_html_css_class_resolver_resolve (ValadocHtmlCssClassResolver* self, ValadocApiNode* node);
ValadocHtmlCssClassResolver* valadoc_html_css_class_resolver_new (void);
ValadocHtmlCssClassResolver* valadoc_html_css_class_resolver_construct (GType object_type);
ValadocHtmlMarkupWriter* valadoc_html_markup_writer_new (FILE* stream, gboolean xml_declaration);
ValadocHtmlMarkupWriter* valadoc_html_markup_writer_construct (GType object_type, FILE* stream, gboolean xml_declaration);
ValadocHtmlMarkupWriter* valadoc_html_markup_writer_add_usemap (ValadocHtmlMarkupWriter* self, ValadocChartsChart* chart);
ValadocHtmlMarkupWriter* valadoc_html_markup_writer_link (ValadocHtmlMarkupWriter* self, const gchar* url, const gchar* label, const gchar* css_class);
ValadocHtmlMarkupWriter* valadoc_html_markup_writer_image (ValadocHtmlMarkupWriter* self, const gchar* src, const gchar* caption, const gchar* css_class);
ValadocHtmlMarkupWriter* valadoc_html_markup_writer_stylesheet_link (ValadocHtmlMarkupWriter* self, const gchar* url);
ValadocHtmlMarkupWriter* valadoc_html_markup_writer_javascript_link (ValadocHtmlMarkupWriter* self, const gchar* url);
ValadocHtmlHtmlRenderer* valadoc_html_html_renderer_new (ValadocSettings* settings, ValadocHtmlLinkHelper* linker, ValadocHtmlCssClassResolver* cssresolver);
ValadocHtmlHtmlRenderer* valadoc_html_html_renderer_construct (GType object_type, ValadocSettings* settings, ValadocHtmlLinkHelper* linker, ValadocHtmlCssClassResolver* cssresolver);
void valadoc_html_html_renderer_set_container (ValadocHtmlHtmlRenderer* self, ValadocDocumentation* container);
void valadoc_html_html_renderer_set_writer (ValadocHtmlHtmlRenderer* self, ValadocHtmlMarkupWriter* writer);


G_END_DECLS

#endif