This file is indexed.

/usr/share/vala/vapi/telepathy-glib.vapi is in libtelepathy-glib-dev 0.18.0-1ubuntu1.

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
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
/* telepathy-glib.vapi generated by vapigen, do not modify. */

[CCode (cprefix = "Tp", gir_namespace = "TelepathyGLib", gir_version = "0.12", lower_case_cprefix = "tp_")]
namespace TelepathyGLib {
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_account_get_type ()")]
	public class Account : TelepathyGLib.Proxy {
		[CCode (has_construct_function = false)]
		public Account (TelepathyGLib.DBusDaemon bus_daemon, string object_path) throws GLib.Error;
		public bool associated_with_uri_scheme (string scheme);
		public unowned GLib.Binding bind_connection_status_to_property (void* target, string target_property, bool invert);
		public string dup_detailed_error_vardict (out GLib.Variant details);
		public GLib.Variant dup_parameters_vardict ();
		public GLib.Variant dup_storage_identifier_variant ();
		public async GLib.Variant dup_storage_specific_information_vardict_async () throws GLib.Error;
		public unowned TelepathyGLib.Connection ensure_connection (string path);
		public TelepathyGLib.ConnectionPresenceType get_automatic_presence (out unowned string status, out string status_message);
		public async unowned GLib.Array<uint8> get_avatar_async () throws GLib.Error;
		public bool get_changing_presence ();
		public bool get_connect_automatically ();
		public unowned TelepathyGLib.Connection get_connection ();
		public unowned string get_connection_manager ();
		public TelepathyGLib.ConnectionStatus get_connection_status (out TelepathyGLib.ConnectionStatusReason reason);
		public TelepathyGLib.ConnectionPresenceType get_current_presence (out string status, out string status_message);
		public unowned string get_display_name ();
		public static GLib.Quark get_feature_quark_addressing ();
		public static GLib.Quark get_feature_quark_connection ();
		public static GLib.Quark get_feature_quark_core ();
		public static GLib.Quark get_feature_quark_storage ();
		public bool get_has_been_online ();
		public unowned string get_icon_name ();
		public unowned string get_nickname ();
		public unowned string get_normalized_name ();
		public unowned GLib.HashTable<string,GLib.Value?> get_parameters ();
		public unowned string get_path_suffix ();
		public unowned string get_protocol ();
		public TelepathyGLib.ConnectionPresenceType get_requested_presence (out unowned string status, out string status_message);
		public unowned string get_service ();
		public GLib.Value get_storage_identifier ();
		public unowned string get_storage_provider ();
		public TelepathyGLib.StorageRestrictionFlags get_storage_restrictions ();
		public async unowned GLib.HashTable<string,GLib.Value?> get_storage_specific_information_async () throws GLib.Error;
		[CCode (array_length = false, array_null_terminated = true)]
		public unowned string[] get_supersedes ();
		[CCode (array_length = false, array_null_terminated = true)]
		public unowned string[] get_uri_schemes ();
		public static void init_known_interfaces ();
		public bool is_enabled ();
		public bool is_valid ();
		public static bool parse_object_path (string object_path, out string cm, out string protocol, out string account_id) throws GLib.Error;
		public async bool reconnect_async () throws GLib.Error;
		public async bool remove_async () throws GLib.Error;
		public async bool request_presence_async (TelepathyGLib.ConnectionPresenceType type, string status, string message) throws GLib.Error;
		public async bool set_automatic_presence_async (TelepathyGLib.ConnectionPresenceType type, string status, string message) throws GLib.Error;
		public async bool set_avatar_async ([CCode (array_length_cname = "len", array_length_pos = 1.5, array_length_type = "gsize")] uint8[]? avatar, string? mime_type) throws GLib.Error;
		public async bool set_connect_automatically_async (bool connect_automatically) throws GLib.Error;
		public async bool set_display_name_async (string display_name) throws GLib.Error;
		public async bool set_enabled_async (bool enabled) throws GLib.Error;
		public async bool set_icon_name_async (string icon_name) throws GLib.Error;
		public async bool set_nickname_async (string nickname) throws GLib.Error;
		public async bool set_service_async (string service) throws GLib.Error;
		public async bool set_uri_scheme_association_async (string scheme, bool associate) throws GLib.Error;
		public async void update_parameters_async (GLib.HashTable<string,GLib.Value?> parameters, string unset_parameters);
		public async void update_parameters_vardict_async (GLib.Variant parameters, string unset_parameters);
		[NoAccessorMethod]
		public uint automatic_presence_type { get; }
		[NoAccessorMethod]
		public string automatic_status { owned get; }
		[NoAccessorMethod]
		public string automatic_status_message { owned get; }
		public bool changing_presence { get; }
		public bool connect_automatically { get; }
		public TelepathyGLib.Connection connection { get; }
		[NoAccessorMethod]
		public string connection_error { owned get; }
		[NoAccessorMethod]
		public GLib.HashTable<weak void*,weak void*> connection_error_details { owned get; }
		public string connection_manager { get; }
		[NoAccessorMethod]
		public uint connection_status { get; }
		[NoAccessorMethod]
		public uint connection_status_reason { get; }
		[NoAccessorMethod]
		public uint current_presence_type { get; }
		[NoAccessorMethod]
		public string current_status { owned get; }
		[NoAccessorMethod]
		public string current_status_message { owned get; }
		public string display_name { get; }
		[NoAccessorMethod]
		public bool enabled { get; }
		public bool has_been_online { get; }
		public string icon_name { get; }
		public string nickname { get; }
		public string normalized_name { get; }
		public string protocol { get; }
		[NoAccessorMethod]
		public uint requested_presence_type { get; }
		[NoAccessorMethod]
		public string requested_status { owned get; }
		[NoAccessorMethod]
		public string requested_status_message { owned get; }
		public string service { get; }
		public GLib.Value storage_identifier { get; }
		[NoAccessorMethod]
		public GLib.Variant storage_identifier_variant { owned get; }
		public string storage_provider { get; }
		public uint storage_restrictions { get; }
		[CCode (array_length = false, array_null_terminated = true)]
		public string[] supersedes { get; }
		[NoAccessorMethod]
		public bool valid { get; }
		public signal void presence_changed (uint presence, string status, string status_message);
		public signal void status_changed (uint old_status, uint new_status, uint reason, string? dbus_error_name, GLib.HashTable<string,GLib.Value?> details);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_account_channel_request_get_type ()")]
	public class AccountChannelRequest : GLib.Object {
		[CCode (has_construct_function = false)]
		public AccountChannelRequest (TelepathyGLib.Account account, GLib.HashTable<string,GLib.Value?> request, int64 user_action_time);
		public async TelepathyGLib.Channel create_and_handle_channel_async (GLib.Cancellable? cancellable, out TelepathyGLib.HandleChannelsContext context) throws GLib.Error;
		public async TelepathyGLib.Channel create_and_observe_channel_async (string preferred_handler, GLib.Cancellable? cancellable) throws GLib.Error;
		public async bool create_channel_async (string preferred_handler, GLib.Cancellable? cancellable) throws GLib.Error;
		public async TelepathyGLib.Channel ensure_and_handle_channel_async (GLib.Cancellable? cancellable, out TelepathyGLib.HandleChannelsContext context) throws GLib.Error;
		public async TelepathyGLib.Channel ensure_and_observe_channel_async (string preferred_handler, GLib.Cancellable? cancellable) throws GLib.Error;
		public async bool ensure_channel_async (string preferred_handler, GLib.Cancellable? cancellable) throws GLib.Error;
		public unowned TelepathyGLib.Account get_account ();
		public unowned TelepathyGLib.ChannelRequest get_channel_request ();
		public unowned GLib.HashTable<void*,void*> get_request ();
		public int64 get_user_action_time ();
		public void set_channel_factory (TelepathyGLib.ClientChannelFactory factory);
		public void set_delegate_to_preferred_handler (bool @delegate);
		public void set_delegated_channel_callback (owned TelepathyGLib.AccountChannelRequestDelegatedChannelCb callback);
		public void set_hints (GLib.HashTable<void*,void*> hints);
		public TelepathyGLib.Account account { get; construct; }
		public TelepathyGLib.ChannelRequest channel_request { get; }
		public int64 user_action_time { get; construct; }
		public signal void re_handled (TelepathyGLib.Channel channel, int64 user_action_time, TelepathyGLib.HandleChannelsContext context);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_account_manager_get_type ()")]
	public class AccountManager : TelepathyGLib.Proxy {
		[CCode (has_construct_function = false)]
		public AccountManager (TelepathyGLib.DBusDaemon bus_daemon);
		public async unowned TelepathyGLib.Account create_account_async (string connection_manager, string protocol, string display_name, GLib.HashTable<string,GLib.Value?> parameters, GLib.HashTable<string,GLib.Value?> properties) throws GLib.Error;
		public static TelepathyGLib.AccountManager dup ();
		public void enable_restart ();
		public unowned TelepathyGLib.Account ensure_account (string path);
		public static GLib.Quark get_feature_quark_core ();
		public TelepathyGLib.ConnectionPresenceType get_most_available_presence (out string status, out string message);
		public GLib.List<weak TelepathyGLib.Account> get_valid_accounts ();
		public static void init_known_interfaces ();
		public void set_all_requested_presences (TelepathyGLib.ConnectionPresenceType type, string status, string message);
		public void set_default ();
		[CCode (has_construct_function = false)]
		public AccountManager.with_factory (TelepathyGLib.SimpleClientFactory factory);
		public signal void account_disabled (TelepathyGLib.Account account);
		public signal void account_enabled (TelepathyGLib.Account account);
		public signal void account_removed (TelepathyGLib.Account account);
		public signal void account_validity_changed (TelepathyGLib.Account account, bool valid);
		public signal void most_available_presence_changed (uint presence, string status, string message);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_add_dispatch_operation_context_get_type ()")]
	public class AddDispatchOperationContext : GLib.Object {
		[CCode (has_construct_function = false)]
		protected AddDispatchOperationContext ();
		public void accept ();
		public void delay ();
		public void fail (GLib.Error error);
		[NoAccessorMethod]
		public TelepathyGLib.Account account { owned get; construct; }
		[NoAccessorMethod]
		public GLib.GenericArray<weak void*> channels { owned get; construct; }
		[NoAccessorMethod]
		public TelepathyGLib.Connection connection { owned get; construct; }
		[NoAccessorMethod]
		public TelepathyGLib.ChannelDispatchOperation dispatch_operation { owned get; construct; }
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_automatic_client_factory_get_type ()")]
	public class AutomaticClientFactory : TelepathyGLib.SimpleClientFactory {
		[CCode (has_construct_function = false)]
		public AutomaticClientFactory (TelepathyGLib.DBusDaemon dbus);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_automatic_proxy_factory_get_type ()")]
	public class AutomaticProxyFactory : GLib.Object, TelepathyGLib.ClientChannelFactory {
		[CCode (has_construct_function = false)]
		public AutomaticProxyFactory ();
		public static TelepathyGLib.AutomaticProxyFactory dup ();
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "tp_avatar_requirements_get_type ()")]
	[Compact]
	public class AvatarRequirements {
		public uint maximum_bytes;
		public uint maximum_height;
		public uint maximum_width;
		public uint minimum_height;
		public uint minimum_width;
		public uint recommended_height;
		public uint recommended_width;
		[CCode (array_length = false, array_null_terminated = true)]
		public weak string[] supported_mime_types;
		[CCode (has_construct_function = false)]
		public AvatarRequirements ([CCode (array_length = false, array_null_terminated = true)] string[] supported_mime_types, uint minimum_width, uint minimum_height, uint recommended_width, uint recommended_height, uint maximum_width, uint maximum_height, uint maximum_bytes);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_base_client_get_type ()")]
	public abstract class BaseClient : GLib.Object {
		[CCode (has_construct_function = false)]
		protected BaseClient ();
		public void add_account_features ([CCode (array_length_cname = "n", array_length_pos = 1.1, array_length_type = "gssize")] GLib.Quark[] features);
		public void add_approver_filter (GLib.HashTable<string,GLib.Value?> filter);
		public void add_channel_features ([CCode (array_length_cname = "n", array_length_pos = 1.1, array_length_type = "gssize")] GLib.Quark[] features);
		public void add_connection_features ([CCode (array_length_cname = "n", array_length_pos = 1.1, array_length_type = "gssize")] GLib.Quark[] features);
		public void add_handler_capabilities ([CCode (array_length = false, array_null_terminated = true)] string[] tokens);
		public void add_handler_capability (string token);
		public void add_handler_filter (GLib.HashTable<string,GLib.Value?> filter);
		public void add_observer_filter (GLib.HashTable<string,GLib.Value?> filter);
		public void be_a_handler ();
		public async bool delegate_channels_async (GLib.List<TelepathyGLib.Channel> channels, int64 user_action_time, string preferred_handler, out GLib.GenericArray<weak TelepathyGLib.Channel> delegated, out GLib.HashTable<weak TelepathyGLib.Channel,weak GLib.Error> not_delegated) throws GLib.Error;
		public unowned string get_bus_name ();
		public GLib.List<weak TelepathyGLib.Channel> get_handled_channels ();
		public unowned string get_object_path ();
		public GLib.List<weak TelepathyGLib.ChannelRequest> get_pending_requests ();
		public bool is_handling_channel (TelepathyGLib.Channel channel);
		public bool register () throws GLib.Error;
		public void set_channel_factory (TelepathyGLib.ClientChannelFactory factory);
		public void set_delegated_channels_callback (owned TelepathyGLib.BaseClientDelegatedChannelsCb callback);
		public void set_handler_bypass_approval (bool bypass_approval);
		public void set_handler_request_notification ();
		public void set_observer_delay_approvers (bool delay);
		public void set_observer_recover (bool recover);
		public void unregister ();
		[NoAccessorMethod]
		public TelepathyGLib.AccountManager account_manager { owned get; construct; }
		[NoAccessorMethod]
		public GLib.Object channel_factory { owned get; construct; }
		[NoAccessorMethod]
		public TelepathyGLib.DBusDaemon dbus_daemon { owned get; construct; }
		[NoAccessorMethod]
		public TelepathyGLib.SimpleClientFactory factory { owned get; construct; }
		[NoAccessorMethod]
		public string name { owned get; construct; }
		[NoAccessorMethod]
		public bool uniquify_name { get; construct; }
		public signal void request_added (TelepathyGLib.Account account, TelepathyGLib.ChannelRequest request);
		public signal void request_removed (TelepathyGLib.ChannelRequest request, string error, string message);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_base_connection_get_type ()")]
	public abstract class BaseConnection : GLib.Object {
		public weak string bus_name;
		public weak string object_path;
		public TelepathyGLib.Handle self_handle;
		public TelepathyGLib.ConnectionStatus status;
		[CCode (has_construct_function = false)]
		protected BaseConnection ();
		public void add_client_interest (string unique_name, string token, bool only_if_uninterested);
		public void add_possible_client_interest (GLib.Quark token);
		public void change_status (TelepathyGLib.ConnectionStatus status, TelepathyGLib.ConnectionStatusReason reason);
		public unowned TelepathyGLib.HandleRepoIface get_handles (TelepathyGLib.HandleType handle_type);
		public bool register (string cm_name, out string bus_name, out string object_path) throws GLib.Error;
		public void set_self_handle (TelepathyGLib.Handle self_handle);
		[NoAccessorMethod]
		public bool has_immortal_handles { get; }
		public signal void clients_interested (string token);
		public signal void clients_uninterested (string token);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_basic_proxy_factory_get_type ()")]
	public class BasicProxyFactory : GLib.Object, TelepathyGLib.ClientChannelFactory {
		[CCode (has_construct_function = false)]
		public BasicProxyFactory ();
		public static TelepathyGLib.BasicProxyFactory dup ();
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_call_channel_get_type ()")]
	public class CallChannel : TelepathyGLib.Channel {
		[CCode (has_construct_function = false)]
		protected CallChannel ();
		public async bool accept_async () throws GLib.Error;
		public async TelepathyGLib.CallContent add_content_async (string name, TelepathyGLib.MediaStreamType type, TelepathyGLib.MediaStreamDirection initial_direction) throws GLib.Error;
		public unowned GLib.GenericArray<TelepathyGLib.CallContent> get_contents ();
		public static GLib.Quark get_feature_quark_core ();
		public unowned GLib.HashTable<TelepathyGLib.Contact,uint> get_members ();
		public TelepathyGLib.CallState get_state (out TelepathyGLib.CallFlags flags, out unowned GLib.HashTable<void*,void*> details, out unowned TelepathyGLib.CallStateReason reason);
		public async bool hangup_async (TelepathyGLib.CallStateChangeReason reason, string detailed_reason, string message) throws GLib.Error;
		public bool has_dtmf ();
		public bool has_hardware_streaming ();
		public bool has_hold ();
		public bool has_initial_audio (out unowned string initial_audio_name);
		public bool has_initial_video (out unowned string initial_video_name);
		public bool has_mutable_contents ();
		public async bool request_hold_async (bool hold) throws GLib.Error;
		public async bool send_tones_async (string tones, GLib.Cancellable? cancellable) throws GLib.Error;
		public async bool set_queued_async () throws GLib.Error;
		public async bool set_ringing_async () throws GLib.Error;
		public GLib.GenericArray<weak void*> contents { get; }
		[NoAccessorMethod]
		public uint flags { get; }
		[NoAccessorMethod]
		public bool hardware_streaming { get; }
		[NoAccessorMethod]
		public uint hold_state { get; }
		[NoAccessorMethod]
		public uint hold_state_reason { get; }
		[NoAccessorMethod]
		public bool initial_audio { get; }
		[NoAccessorMethod]
		public string initial_audio_name { owned get; }
		[NoAccessorMethod]
		public bool initial_video { get; }
		[NoAccessorMethod]
		public string initial_video_name { owned get; }
		[NoAccessorMethod]
		public bool mutable_contents { get; }
		[NoAccessorMethod]
		public uint state { get; }
		[NoAccessorMethod]
		public GLib.HashTable<weak void*,weak void*> state_details { owned get; }
		[NoAccessorMethod]
		public TelepathyGLib.CallStateReason state_reason { owned get; }
		public signal void content_added (GLib.Object content);
		public signal void content_removed (GLib.Object content, TelepathyGLib.CallStateReason reason);
		public signal void members_changed (GLib.HashTable<TelepathyGLib.Contact,uint> updates, GLib.GenericArray<TelepathyGLib.Contact> removed, TelepathyGLib.CallStateReason reason);
		public signal void state_changed (uint state, uint flags, TelepathyGLib.CallStateReason reason, GLib.HashTable<string,GLib.Value?> details);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_call_content_get_type ()")]
	public class CallContent : TelepathyGLib.Proxy {
		[CCode (has_construct_function = false)]
		protected CallContent ();
		public TelepathyGLib.CallContentDisposition get_disposition ();
		public static GLib.Quark get_feature_quark_core ();
		public TelepathyGLib.MediaStreamType get_media_type ();
		public unowned string get_name ();
		public unowned GLib.GenericArray<TelepathyGLib.CallStream> get_streams ();
		public static void init_known_interfaces ();
		public async bool remove_async () throws GLib.Error;
		public async bool send_tones_async (string tones, GLib.Cancellable? cancellable) throws GLib.Error;
		[NoAccessorMethod]
		public TelepathyGLib.CallChannel channel { owned get; construct; }
		[NoAccessorMethod]
		public TelepathyGLib.Connection connection { owned get; construct; }
		public uint disposition { get; }
		public uint media_type { get; }
		public string name { get; }
		public GLib.GenericArray<weak void*> streams { get; }
		public signal void removed ();
		public signal void streams_added (GLib.GenericArray<TelepathyGLib.CallStream> streams);
		public signal void streams_removed (GLib.GenericArray<TelepathyGLib.CallStream> streams, TelepathyGLib.CallStateReason reason);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "tp_call_state_reason_get_type ()")]
	[Compact]
	public class CallStateReason {
		public TelepathyGLib.Handle actor;
		public weak string dbus_reason;
		public weak string message;
		public TelepathyGLib.CallStateChangeReason reason;
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_call_stream_get_type ()")]
	public class CallStream : TelepathyGLib.Proxy {
		[CCode (has_construct_function = false)]
		protected CallStream ();
		public static GLib.Quark get_feature_quark_core ();
		public TelepathyGLib.SendingState get_local_sending_state ();
		public unowned GLib.HashTable<TelepathyGLib.Contact,uint> get_remote_members ();
		public static void init_known_interfaces ();
		public async bool request_receiving_async (TelepathyGLib.Contact contact, bool receive) throws GLib.Error;
		public async bool set_sending_async (bool send) throws GLib.Error;
		[NoAccessorMethod]
		public bool can_request_receiving { get; }
		[NoAccessorMethod]
		public TelepathyGLib.Connection connection { owned get; construct; }
		[NoAccessorMethod]
		public TelepathyGLib.CallContent content { owned get; construct; }
		public uint local_sending_state { get; }
		public signal void local_sending_state_changed (uint object, uint p0, TelepathyGLib.CallStateReason p1, GLib.HashTable<void*,void*> p2);
		public signal void remote_members_changed (GLib.HashTable<TelepathyGLib.Contact,uint> updates, GLib.GenericArray<TelepathyGLib.Contact> removed, TelepathyGLib.CallStateReason reason);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_capabilities_get_type ()")]
	public class Capabilities : GLib.Object {
		[CCode (has_construct_function = false)]
		protected Capabilities ();
		public unowned GLib.GenericArray<void*> get_channel_classes ();
		public bool is_specific_to_contact ();
		public bool supports_audio_call (TelepathyGLib.HandleType handle_type);
		public bool supports_audio_video_call (TelepathyGLib.HandleType handle_type);
		public bool supports_contact_search (out bool with_limit, out bool with_server);
		public bool supports_dbus_tubes (TelepathyGLib.HandleType handle_type, string service_name);
		public bool supports_file_transfer ();
		public bool supports_room_list (out bool with_server);
		public bool supports_stream_tubes (TelepathyGLib.HandleType handle_type, string service);
		public bool supports_text_chatrooms ();
		public bool supports_text_chats ();
		[NoAccessorMethod]
		public bool contact_specific { get; construct; }
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_channel_get_type ()")]
	public class Channel : TelepathyGLib.Proxy {
		[CCode (has_construct_function = false)]
		public Channel (TelepathyGLib.Connection conn, string object_path, string optional_channel_type, TelepathyGLib.HandleType optional_handle_type, TelepathyGLib.Handle optional_handle) throws GLib.Error;
		public unowned TelepathyGLib.Connection borrow_connection ();
		public unowned GLib.HashTable<string,GLib.Value?> borrow_immutable_properties ();
		public async bool close_async () throws GLib.Error;
		public async bool destroy_async () throws GLib.Error;
		[CCode (has_construct_function = false)]
		public Channel.from_properties (TelepathyGLib.Connection conn, string object_path, GLib.HashTable<string,GLib.Value?> immutable_properties) throws GLib.Error;
		public unowned string get_channel_type ();
		public GLib.Quark get_channel_type_id ();
		public TelepathyGLib.ChannelChatState get_chat_state (TelepathyGLib.Handle contact);
		public static GLib.Quark get_feature_quark_chat_states ();
		public static GLib.Quark get_feature_quark_contacts ();
		public static GLib.Quark get_feature_quark_core ();
		public static GLib.Quark get_feature_quark_group ();
		public static GLib.Quark get_feature_quark_password ();
		public TelepathyGLib.Handle get_handle (out TelepathyGLib.HandleType handle_type);
		public unowned string get_identifier ();
		public unowned TelepathyGLib.Contact get_initiator_contact ();
		public unowned TelepathyGLib.Contact get_target_contact ();
		public GLib.GenericArray<weak TelepathyGLib.Contact> group_dup_local_pending_contacts ();
		public GLib.GenericArray<weak TelepathyGLib.Contact> group_dup_members_contacts ();
		public GLib.GenericArray<weak TelepathyGLib.Contact> group_dup_remote_pending_contacts ();
		public unowned TelepathyGLib.Contact group_get_contact_owner (TelepathyGLib.Contact contact);
		public TelepathyGLib.ChannelGroupFlags group_get_flags ();
		public TelepathyGLib.Handle group_get_handle_owner (TelepathyGLib.Handle handle);
		public unowned TelepathyGLib.Intset group_get_local_pending ();
		public bool group_get_local_pending_contact_info (TelepathyGLib.Contact local_pending, out unowned TelepathyGLib.Contact actor, out TelepathyGLib.ChannelGroupChangeReason reason, out unowned string message);
		public bool group_get_local_pending_info (TelepathyGLib.Handle local_pending, out TelepathyGLib.Handle actor, out TelepathyGLib.ChannelGroupChangeReason reason, out unowned string message);
		public unowned TelepathyGLib.Intset group_get_members ();
		public unowned TelepathyGLib.Intset group_get_remote_pending ();
		public unowned TelepathyGLib.Contact group_get_self_contact ();
		public TelepathyGLib.Handle group_get_self_handle ();
		public static void init_known_interfaces ();
		public async bool join_async (string message) throws GLib.Error;
		public async bool leave_async (TelepathyGLib.ChannelGroupChangeReason reason, string message) throws GLib.Error;
		public async bool provide_password_async (string password) throws GLib.Error;
		[Deprecated (since = "0.17.6")]
		[NoAccessorMethod]
		public bool channel_ready { get; }
		[NoAccessorMethod]
		public TelepathyGLib.Connection connection { owned get; construct; }
		[NoAccessorMethod]
		public uint group_flags { get; }
		[NoAccessorMethod]
		public TelepathyGLib.Contact group_self_contact { owned get; }
		[NoAccessorMethod]
		public uint group_self_handle { get; }
		public string identifier { get; }
		public TelepathyGLib.Contact initiator_contact { get; }
		[NoAccessorMethod]
		public uint initiator_handle { get; }
		[NoAccessorMethod]
		public string initiator_identifier { owned get; }
		[NoAccessorMethod]
		public bool password_needed { get; }
		[NoAccessorMethod]
		public bool requested { get; }
		public TelepathyGLib.Contact target_contact { get; }
		public signal void chat_state_changed (uint contact, uint state);
		public signal void group_contacts_changed (GLib.GenericArray<TelepathyGLib.Contact> added, GLib.GenericArray<TelepathyGLib.Contact> removed, GLib.GenericArray<TelepathyGLib.Contact> local_pending, GLib.GenericArray<TelepathyGLib.Contact> remote_pending, TelepathyGLib.Contact actor, GLib.HashTable<string,GLib.Value?> details);
		public signal void group_flags_changed (uint added, uint removed);
		public signal void group_members_changed_detailed (GLib.Array<uint> added, GLib.Array<uint> removed, GLib.Array<uint> local_pending, GLib.Array<uint> remote_pending, GLib.HashTable<string,GLib.Value?> details);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_channel_dispatch_operation_get_type ()")]
	public class ChannelDispatchOperation : TelepathyGLib.Proxy {
		[CCode (has_construct_function = false)]
		public ChannelDispatchOperation (TelepathyGLib.DBusDaemon bus_daemon, string object_path, GLib.HashTable<void*,void*> immutable_properties) throws GLib.Error;
		public async bool claim_async () throws GLib.Error;
		public async bool claim_with_async (TelepathyGLib.BaseClient client) throws GLib.Error;
		public async bool close_channels_async () throws GLib.Error;
		public async bool destroy_channels_async () throws GLib.Error;
		public static GLib.Quark get_feature_quark_core ();
		public async bool handle_with_async (string? handler) throws GLib.Error;
		public async bool handle_with_time_async (string? handler, int64 user_action_time) throws GLib.Error;
		public static void init_known_interfaces ();
		public async bool leave_channels_async (TelepathyGLib.ChannelGroupChangeReason reason, string message) throws GLib.Error;
		[NoAccessorMethod]
		public TelepathyGLib.Account account { owned get; construct; }
		[NoAccessorMethod]
		public GLib.GenericArray<weak void*> channels { owned get; construct; }
		[NoAccessorMethod]
		public TelepathyGLib.Connection connection { owned get; construct; }
		[CCode (array_length = false, array_null_terminated = true)]
		[NoAccessorMethod]
		public string[] possible_handlers { owned get; }
		public signal void channel_lost (TelepathyGLib.Channel channel, uint domain, int code, string message);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_channel_dispatcher_get_type ()")]
	public class ChannelDispatcher : TelepathyGLib.Proxy {
		[CCode (has_construct_function = false)]
		public ChannelDispatcher (TelepathyGLib.DBusDaemon bus_daemon);
		public static void init_known_interfaces ();
		public async bool present_channel_async (TelepathyGLib.Channel channel, int64 user_action_time) throws GLib.Error;
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_channel_request_get_type ()")]
	public class ChannelRequest : TelepathyGLib.Proxy {
		[CCode (has_construct_function = false)]
		public ChannelRequest (TelepathyGLib.DBusDaemon bus_daemon, string object_path, GLib.HashTable<void*,void*> immutable_properties) throws GLib.Error;
		public unowned TelepathyGLib.Account get_account ();
		public unowned GLib.HashTable<void*,void*> get_hints ();
		public unowned GLib.HashTable<void*,void*> get_immutable_properties ();
		public unowned string get_preferred_handler ();
		public int64 get_user_action_time ();
		public static void init_known_interfaces ();
		public void set_channel_factory (TelepathyGLib.ClientChannelFactory factory);
		public TelepathyGLib.Account account { get; }
		[NoAccessorMethod]
		public GLib.Object channel_factory { owned get; set construct; }
		public string preferred_handler { get; }
		public int64 user_action_time { get; }
		public signal void succeeded ();
		public signal void succeeded_with_channel (TelepathyGLib.Connection connection, TelepathyGLib.Channel channel);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_client_message_get_type ()")]
	public class ClientMessage : TelepathyGLib.Message {
		[CCode (has_construct_function = false, type = "TpMessage*")]
		public ClientMessage ();
		[CCode (has_construct_function = false, type = "TpMessage*")]
		public ClientMessage.text (TelepathyGLib.ChannelTextMessageType type, string text);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_connection_get_type ()")]
	public class Connection : TelepathyGLib.Proxy {
		[CCode (has_construct_function = false)]
		public Connection (TelepathyGLib.DBusDaemon dbus, string? bus_name, string? object_path) throws GLib.Error;
		public void add_client_interest (string interested_in);
		public async bool add_to_group_async (string group, [CCode (array_length_cname = "n_contacts", array_length_pos = 1.5, array_length_type = "guint")] TelepathyGLib.Contact[] contacts) throws GLib.Error;
		public async bool authorize_publication_async ([CCode (array_length_cname = "n_contacts", array_length_pos = 0.5, array_length_type = "guint")] TelepathyGLib.Contact[] contacts) throws GLib.Error;
		public unowned GLib.Binding bind_connection_status_to_property (void* target, string target_property, bool invert);
		public async bool block_contacts_async ([CCode (array_length_cname = "n_contacts", array_length_pos = 0.5, array_length_type = "guint")] TelepathyGLib.Contact[] contacts, bool report_abusive) throws GLib.Error;
		public bool can_set_contact_alias ();
		public async bool disconnect_async () throws GLib.Error;
		public TelepathyGLib.Contact dup_contact_if_possible (TelepathyGLib.Handle handle, string identifier);
		public GLib.GenericArray<weak TelepathyGLib.Contact> dup_contact_list ();
		public unowned TelepathyGLib.Account get_account ();
		public unowned TelepathyGLib.AvatarRequirements get_avatar_requirements ();
		public bool get_balance (out int balance, out uint scale, out unowned string currency);
		public unowned string get_balance_uri ();
		public unowned GLib.GenericArray<TelepathyGLib.Contact> get_blocked_contacts ();
		public bool get_can_change_contact_list ();
		public unowned TelepathyGLib.Capabilities get_capabilities ();
		public unowned string get_connection_manager_name ();
		public void get_contact_attributes (int timeout_ms, [CCode (array_length_cname = "n_handles", array_length_pos = 1.5, array_length_type = "guint")] TelepathyGLib.Handle[] handles, string interfaces, bool hold, [CCode (delegate_target_pos = 5.33333, destroy_notify_pos = 5.66667)] owned GLib.Callback callback, GLib.Object weak_object);
		[CCode (array_length = false, array_null_terminated = true)]
		public unowned string[] get_contact_groups ();
		public TelepathyGLib.ContactInfoFlags get_contact_info_flags ();
		public GLib.List<weak TelepathyGLib.ContactInfoFieldSpec> get_contact_info_supported_fields ();
		public void get_contact_list_attributes (int timeout_ms, string interfaces, bool hold, [CCode (delegate_target_pos = 4.33333, destroy_notify_pos = 4.66667)] owned GLib.Callback callback, GLib.Object weak_object);
		public bool get_contact_list_persists ();
		public TelepathyGLib.ContactListState get_contact_list_state ();
		public void get_contacts_by_handle ([CCode (array_length_cname = "n_handles", array_length_pos = 0.5, array_length_type = "guint")] uint[] handles, [CCode (array_length_cname = "n_features", array_length_pos = 1.5, array_length_type = "guint")] uint[]? features, [CCode (delegate_target_pos = 3.33333, destroy_notify_pos = 3.66667)] owned TelepathyGLib.ConnectionContactsByHandleCb callback, GLib.Object? weak_object);
		public void get_contacts_by_id ([CCode (array_length_cname = "n_ids", array_length_pos = 0.5, array_length_type = "guint")] string[] ids, [CCode (array_length_cname = "n_features", array_length_pos = 1.5, array_length_type = "guint")] TelepathyGLib.ContactFeature[]? features, [CCode (delegate_target_pos = 3.33333, destroy_notify_pos = 3.66667)] owned TelepathyGLib.ConnectionContactsByIdCb callback, GLib.Object? weak_object);
		public unowned string get_detailed_error (out unowned GLib.HashTable<string,GLib.Value?> details);
		public bool get_disjoint_groups ();
		public static GLib.Quark get_feature_quark_aliasing ();
		public static GLib.Quark get_feature_quark_avatar_requirements ();
		public static GLib.Quark get_feature_quark_balance ();
		public static GLib.Quark get_feature_quark_capabilities ();
		public static GLib.Quark get_feature_quark_connected ();
		public static GLib.Quark get_feature_quark_contact_blocking ();
		public static GLib.Quark get_feature_quark_contact_groups ();
		public static GLib.Quark get_feature_quark_contact_info ();
		public static GLib.Quark get_feature_quark_contact_list ();
		public static GLib.Quark get_feature_quark_contact_list_properties ();
		public static GLib.Quark get_feature_quark_core ();
		public TelepathyGLib.ContactMetadataStorageType get_group_storage ();
		public unowned string get_protocol_name ();
		public bool get_request_uses_message ();
		public unowned TelepathyGLib.Contact get_self_contact ();
		public TelepathyGLib.Handle get_self_handle ();
		public TelepathyGLib.ConnectionStatus get_status (out TelepathyGLib.ConnectionStatusReason reason);
		public bool has_immortal_handles ();
		public void hold_handles (int timeout_ms, TelepathyGLib.HandleType handle_type, [CCode (array_length_cname = "n_handles", array_length_pos = 2.5, array_length_type = "guint")] TelepathyGLib.Handle[] handles, [CCode (delegate_target_pos = 4.33333, destroy_notify_pos = 4.66667)] owned TelepathyGLib.ConnectionHoldHandlesCb callback, GLib.Object weak_object);
		public static void init_known_interfaces ();
		public bool parse_object_path (out string protocol, out string cm_name);
		public static int presence_type_cmp_availability (TelepathyGLib.ConnectionPresenceType p1, TelepathyGLib.ConnectionPresenceType p2);
		public void refresh_contact_info ([CCode (array_length_cname = "n_contacts", array_length_pos = 0.5, array_length_type = "guint")] TelepathyGLib.Contact[] contacts);
		public async bool remove_contacts_async ([CCode (array_length_cname = "n_contacts", array_length_pos = 0.5, array_length_type = "guint")] TelepathyGLib.Contact[] contacts) throws GLib.Error;
		public async bool remove_from_group_async (string group, [CCode (array_length_cname = "n_contacts", array_length_pos = 1.5, array_length_type = "guint")] TelepathyGLib.Contact[] contacts) throws GLib.Error;
		public async bool remove_group_async (string group) throws GLib.Error;
		public async bool rename_group_async (string old_name, string new_name) throws GLib.Error;
		public void request_handles (int timeout_ms, TelepathyGLib.HandleType handle_type, [CCode (array_length = false, array_null_terminated = true)] string[] ids, [CCode (delegate_target_pos = 4.33333, destroy_notify_pos = 4.66667)] owned TelepathyGLib.ConnectionRequestHandlesCb callback, GLib.Object weak_object);
		public async bool request_subscription_async ([CCode (array_length_cname = "n_contacts", array_length_pos = 0.5, array_length_type = "guint")] TelepathyGLib.Contact[] contacts, string message) throws GLib.Error;
		public async bool set_contact_info_async (GLib.List<TelepathyGLib.ContactInfoField> info) throws GLib.Error;
		public async bool set_group_members_async (string group, [CCode (array_length_cname = "n_contacts", array_length_pos = 1.5, array_length_type = "guint")] TelepathyGLib.Contact[] contacts) throws GLib.Error;
		public async bool unblock_contacts_async ([CCode (array_length_cname = "n_contacts", array_length_pos = 0.5, array_length_type = "guint")] TelepathyGLib.Contact[] contacts) throws GLib.Error;
		public async bool unpublish_async ([CCode (array_length_cname = "n_contacts", array_length_pos = 0.5, array_length_type = "guint")] TelepathyGLib.Contact[] contacts) throws GLib.Error;
		public void unref_handles (TelepathyGLib.HandleType handle_type, [CCode (array_length_cname = "n_handles", array_length_pos = 1.5, array_length_type = "guint")] TelepathyGLib.Handle[] handles);
		public async bool unsubscribe_async ([CCode (array_length_cname = "n_contacts", array_length_pos = 0.5, array_length_type = "guint")] TelepathyGLib.Contact[] contacts) throws GLib.Error;
		public void upgrade_contacts ([CCode (array_length_cname = "n_contacts", array_length_pos = 0.5, array_length_type = "guint")] TelepathyGLib.Contact[] contacts, [CCode (array_length_cname = "n_features", array_length_pos = 1.5, array_length_type = "guint")] TelepathyGLib.ContactFeature[] features, [CCode (delegate_target_pos = 3.33333, destroy_notify_pos = 3.66667)] owned TelepathyGLib.ConnectionUpgradeContactsCb callback, GLib.Object? weak_object);
		[NoAccessorMethod]
		public int balance { get; }
		[NoAccessorMethod]
		public string balance_currency { owned get; }
		[NoAccessorMethod]
		public uint balance_scale { get; }
		public string balance_uri { get; }
		public GLib.GenericArray<weak void*> blocked_contacts { get; }
		public bool can_change_contact_list { get; }
		[NoAccessorMethod]
		public bool can_report_abusive { get; }
		public TelepathyGLib.Capabilities capabilities { get; }
		public string connection_manager_name { get; }
		[Deprecated (since = "0.17.6")]
		[NoAccessorMethod]
		public bool connection_ready { get; }
		[CCode (array_length = false, array_null_terminated = true)]
		public string[] contact_groups { get; }
		public bool contact_list_persists { get; }
		public uint contact_list_state { get; }
		public bool disjoint_groups { get; }
		public uint group_storage { get; }
		public string protocol_name { get; }
		public bool request_uses_message { get; }
		public TelepathyGLib.Contact self_contact { get; }
		public uint self_handle { get; }
		[NoAccessorMethod]
		public uint status { get; }
		[NoAccessorMethod]
		public uint status_reason { get; }
		public signal void balance_changed (int balance, uint balance_scale, string balance_currency);
		public signal void blocked_contacts_changed (GLib.GenericArray<TelepathyGLib.Contact> added, GLib.GenericArray<TelepathyGLib.Contact> removed);
		public signal void contact_list_changed (GLib.GenericArray<TelepathyGLib.Contact> added, GLib.GenericArray<TelepathyGLib.Contact> removed);
		public signal void group_renamed (string old_name, string new_name);
		public signal void groups_created ([CCode (array_length = false, array_null_terminated = true)] string[] added);
		public signal void groups_removed ([CCode (array_length = false, array_null_terminated = true)] string[] added);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_connection_manager_get_type ()")]
	public class ConnectionManager : TelepathyGLib.Proxy {
		public weak string name;
		public weak TelepathyGLib.ConnectionManagerProtocol protocols;
		public uint reserved_flags;
		public uint running;
		[CCode (has_construct_function = false)]
		public ConnectionManager (TelepathyGLib.DBusDaemon dbus, string name, string? manager_filename) throws GLib.Error;
		public static bool check_valid_name (string name) throws GLib.Error;
		public static bool check_valid_protocol_name (string name) throws GLib.Error;
		public GLib.List<TelepathyGLib.Protocol> dup_protocols ();
		public static GLib.Quark get_feature_quark_core ();
		public TelepathyGLib.CMInfoSource get_info_source ();
		public unowned string get_name ();
		public unowned TelepathyGLib.ConnectionManagerProtocol get_protocol (string protocol);
		public unowned TelepathyGLib.Protocol get_protocol_object (string protocol);
		public bool has_protocol (string protocol);
		public static void init_known_interfaces ();
		public bool is_running ();
		[NoAccessorMethod]
		public bool always_introspect { get; set; }
		[NoAccessorMethod]
		public string connection_manager { owned get; }
		public uint info_source { get; }
		[NoAccessorMethod]
		public string manager_file { owned get; set construct; }
		public signal void activated ();
		public signal void exited ();
		public signal void got_info (uint source);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "tp_connection_manager_param_get_type ()")]
	[Compact]
	public class ConnectionManagerParam {
		public weak string dbus_signature;
		public GLib.Value default_value;
		public uint flags;
		public weak string name;
		public void* priv;
		public TelepathyGLib.ConnectionManagerParam copy ();
		public void free ();
		public unowned string get_dbus_signature ();
		public bool get_default (GLib.Value value);
		public unowned string get_name ();
		public bool is_dbus_property ();
		public bool is_required ();
		public bool is_required_for_registration ();
		public bool is_secret ();
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "tp_connection_manager_protocol_get_type ()")]
	[Compact]
	public class ConnectionManagerProtocol {
		public weak string name;
		public weak TelepathyGLib.ConnectionManagerParam @params;
		public bool can_register ();
		public TelepathyGLib.ConnectionManagerProtocol copy ();
		public void free ();
		public unowned TelepathyGLib.ConnectionManagerParam get_param (string param);
		public bool has_param (string param);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_contact_get_type ()")]
	public class Contact : GLib.Object {
		[CCode (has_construct_function = false)]
		protected Contact ();
		public async bool add_to_group_async (string group) throws GLib.Error;
		public async bool authorize_publication_async () throws GLib.Error;
		public async bool block_async (bool report_abusive) throws GLib.Error;
		public unowned string get_alias ();
		public unowned GLib.File get_avatar_file ();
		public unowned string get_avatar_mime_type ();
		public unowned string get_avatar_token ();
		public unowned TelepathyGLib.Capabilities get_capabilities ();
		[CCode (array_length = false, array_null_terminated = true)]
		public unowned string[] get_client_types ();
		public unowned TelepathyGLib.Connection get_connection ();
		[CCode (array_length = false, array_null_terminated = true)]
		public unowned string[] get_contact_groups ();
		public GLib.List<weak TelepathyGLib.ContactInfoField> get_contact_info ();
		public TelepathyGLib.Handle get_handle ();
		public unowned string get_identifier ();
		public unowned GLib.HashTable<string,GLib.Value?> get_location ();
		public unowned string get_presence_message ();
		public unowned string get_presence_status ();
		public TelepathyGLib.ConnectionPresenceType get_presence_type ();
		public unowned string get_publish_request ();
		public TelepathyGLib.SubscriptionState get_publish_state ();
		public TelepathyGLib.SubscriptionState get_subscribe_state ();
		public bool has_feature (TelepathyGLib.ContactFeature feature);
		public async bool remove_async () throws GLib.Error;
		public async bool remove_from_group_async (string group) throws GLib.Error;
		public async bool request_contact_info_async (GLib.Cancellable? cancellable) throws GLib.Error;
		public async bool request_subscription_async (string message) throws GLib.Error;
		public async bool set_contact_groups_async ([CCode (array_length_cname = "n_groups", array_length_pos = 0.5)] string[]? groups) throws GLib.Error;
		public async bool unblock_async () throws GLib.Error;
		public async bool unpublish_async () throws GLib.Error;
		public async bool unsubscribe_async () throws GLib.Error;
		public string alias { get; }
		public GLib.File avatar_file { get; }
		public string avatar_mime_type { get; }
		public string avatar_token { get; }
		public TelepathyGLib.Capabilities capabilities { get; }
		[CCode (array_length = false, array_null_terminated = true)]
		public string[] client_types { get; }
		public TelepathyGLib.Connection connection { get; }
		[CCode (array_length = false, array_null_terminated = true)]
		public string[] contact_groups { get; }
		public TelepathyGLib.ContactInfoList contact_info { owned get; }
		public uint handle { get; }
		public string identifier { get; }
		[NoAccessorMethod]
		public bool is_blocked { get; }
		public string presence_message { get; }
		public string presence_status { get; }
		public uint presence_type { get; }
		public string publish_request { get; }
		public uint publish_state { get; }
		public uint subscribe_state { get; }
		public signal void contact_groups_changed ([CCode (array_length = false, array_null_terminated = true)] string[] added, [CCode (array_length = false, array_null_terminated = true)] string[] removed);
		public signal void presence_changed (uint type, string status, string message);
		public signal void subscription_states_changed (uint subscribe, uint publish, string publish_request);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "tp_contact_info_field_get_type ()")]
	[Compact]
	public class ContactInfoField {
		public weak string field_name;
		[CCode (array_length = false, array_null_terminated = true)]
		public weak string[] field_value;
		[CCode (array_length = false, array_null_terminated = true)]
		public weak string[] parameters;
		[CCode (has_construct_function = false)]
		public ContactInfoField (string field_name, [CCode (array_length = false, array_null_terminated = true)] string[] parameters, [CCode (array_length = false, array_null_terminated = true)] string[] field_value);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "tp_contact_info_field_spec_get_type ()")]
	[Compact]
	public class ContactInfoFieldSpec {
		public TelepathyGLib.ContactInfoFieldFlags flags;
		public uint max;
		public weak string name;
		[CCode (array_length = false, array_null_terminated = true)]
		public weak string[] parameters;
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "tp_contact_info_list_get_type ()")]
	[Compact]
	public class ContactInfoList {
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "tp_contact_info_spec_list_get_type ()")]
	[Compact]
	public class ContactInfoSpecList {
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_contact_search_get_type ()")]
	public class ContactSearch : GLib.Object, GLib.AsyncInitable {
		[CCode (cname = "tp_contact_search_new_async")]
		public async ContactSearch (TelepathyGLib.Account account, string server, uint limit);
		[CCode (has_construct_function = false)]
		public ContactSearch.finish (GLib.AsyncResult result) throws GLib.Error;
		public unowned TelepathyGLib.Account get_account ();
		public uint get_limit ();
		[CCode (array_length = false, array_null_terminated = true)]
		public unowned string[] get_search_keys ();
		public unowned string get_server ();
		[CCode (array_length = false, array_null_terminated = true)]
		public async unowned string[] reset_async (string server, uint limit) throws GLib.Error;
		public void start (GLib.HashTable<string,string> criteria);
		public TelepathyGLib.Account account { get; construct; }
		[NoAccessorMethod]
		public uint limit { get; set; }
		public string server { get; construct; }
		[NoAccessorMethod]
		public uint state { get; }
		public signal void search_results_received (GLib.List<TelepathyGLib.ContactSearchResult> results);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_contact_search_result_get_type ()")]
	public class ContactSearchResult : GLib.Object {
		[CCode (has_construct_function = false)]
		protected ContactSearchResult ();
		public unowned TelepathyGLib.ContactInfoField get_field (string field);
		public GLib.List<weak TelepathyGLib.ContactInfoField> get_fields ();
		public unowned string get_identifier ();
		public string identifier { get; construct; }
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_dbus_daemon_get_type ()")]
	public class DBusDaemon : TelepathyGLib.Proxy {
		[CCode (has_construct_function = false)]
		protected DBusDaemon ();
		public static TelepathyGLib.DBusDaemon dup () throws GLib.Error;
		public unowned string get_unique_name ();
		public static void init_known_interfaces ();
		public void list_activatable_names (int timeout_ms, [CCode (delegate_target_pos = 2.33333, destroy_notify_pos = 2.66667)] owned TelepathyGLib.DBusDaemonListNamesCb callback, GLib.Object weak_object);
		public void list_names (int timeout_ms, [CCode (delegate_target_pos = 2.33333, destroy_notify_pos = 2.66667)] owned TelepathyGLib.DBusDaemonListNamesCb callback, GLib.Object weak_object);
		public void register_object (string object_path, GLib.Object object);
		public bool release_name (string well_known_name) throws GLib.Error;
		public bool request_name (string well_known_name, bool idempotent) throws GLib.Error;
		public void unregister_object (GLib.Object object);
		public void watch_name_owner (string name, owned TelepathyGLib.DBusDaemonNameOwnerChangedCb callback);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_dbus_tube_channel_get_type ()")]
	public class DBusTubeChannel : TelepathyGLib.Channel {
		[CCode (has_construct_function = false)]
		protected DBusTubeChannel ();
		public async GLib.DBusConnection accept_async () throws GLib.Error;
		public static GLib.Quark feature_quark_core ();
		public async GLib.DBusConnection offer_async (GLib.HashTable<void*,void*>? @params) throws GLib.Error;
		[NoAccessorMethod]
		public string service_name { owned get; }
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_file_transfer_channel_get_type ()")]
	public class FileTransferChannel : TelepathyGLib.Channel {
		[CCode (has_construct_function = false)]
		public FileTransferChannel (TelepathyGLib.Connection conn, string object_path, GLib.HashTable<string,GLib.Value?> immutable_properties) throws GLib.Error;
		public async bool accept_file_async (GLib.File file, uint64 offset) throws GLib.Error;
		public unowned GLib.DateTime get_date ();
		public unowned string get_description ();
		public static GLib.Quark get_feature_quark_core ();
		public unowned string get_filename ();
		public unowned string get_mime_type ();
		public unowned string get_service_name ();
		public uint64 get_size ();
		public TelepathyGLib.FileTransferState get_state (out TelepathyGLib.FileTransferStateChangeReason reason);
		public uint64 get_transferred_bytes ();
		public async bool provide_file_async (GLib.File file) throws GLib.Error;
		public GLib.DateTime date { get; }
		public string description { get; }
		[NoAccessorMethod]
		public GLib.File file { owned get; }
		public string filename { get; }
		[NoAccessorMethod]
		public uint64 initial_offset { get; }
		public string mime_type { get; }
		public string service_name { get; }
		public uint64 size { get; }
		[NoAccessorMethod]
		public uint state { get; }
		public uint64 transferred_bytes { get; }
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_handle_channels_context_get_type ()")]
	public class HandleChannelsContext : GLib.Object {
		[CCode (has_construct_function = false)]
		protected HandleChannelsContext ();
		public void accept ();
		public void delay ();
		public void fail (GLib.Error error);
		public unowned GLib.HashTable<string,GLib.Value?> get_handler_info ();
		public GLib.List<TelepathyGLib.ChannelRequest> get_requests ();
		[NoAccessorMethod]
		public TelepathyGLib.Account account { owned get; construct; }
		[NoAccessorMethod]
		public GLib.GenericArray<weak void*> channels { owned get; construct; }
		[NoAccessorMethod]
		public TelepathyGLib.Connection connection { owned get; construct; }
		[NoAccessorMethod]
		public GLib.GenericArray<weak void*> requests_satisfied { owned get; construct; }
		[NoAccessorMethod]
		public int64 user_action_time { get; construct; }
		public signal void done ();
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	[Compact]
	public class HandleRepoIfaceClass {
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "tp_handle_set_get_type ()")]
	[Compact]
	public class HandleSet {
		public string dump ();
		public GLib.HashTable<TelepathyGLib.Handle,string> to_identifier_map ();
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "tp_intset_get_type ()")]
	[Compact]
	public class Intset {
		[CCode (has_construct_function = false)]
		public Intset ();
		public void add (uint element);
		public void clear ();
		[CCode (has_construct_function = false)]
		public Intset.containing (uint element);
		public TelepathyGLib.Intset copy ();
		public void destroy ();
		public TelepathyGLib.Intset difference (TelepathyGLib.Intset right);
		public void difference_update (TelepathyGLib.Intset other);
		public string dump ();
		public void @foreach (TelepathyGLib.IntFunc func);
		public static TelepathyGLib.Intset from_array (GLib.Array<uint> array);
		public TelepathyGLib.Intset intersection (TelepathyGLib.Intset right);
		public bool is_empty ();
		public bool is_equal (TelepathyGLib.Intset right);
		public bool is_member (uint element);
		public bool remove (uint element);
		public uint size ();
		[CCode (has_construct_function = false)]
		public Intset.sized_new (uint size);
		public TelepathyGLib.Intset symmetric_difference (TelepathyGLib.Intset right);
		public GLib.Array<uint> to_array ();
		public TelepathyGLib.Intset union (TelepathyGLib.Intset right);
		public void union_update (TelepathyGLib.Intset other);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_message_get_type ()")]
	public class Message : GLib.Object {
		[CCode (has_construct_function = false)]
		protected Message ();
		public uint append_part ();
		public uint count_parts ();
		public bool delete_key (uint part, string key);
		public void delete_part (uint part);
		public void destroy ();
		public TelepathyGLib.ChannelTextMessageType get_message_type ();
		public uint32 get_pending_message_id (out bool valid);
		public int64 get_received_timestamp ();
		public int64 get_sent_timestamp ();
		public unowned string get_specific_to_interface ();
		public unowned string get_supersedes ();
		public unowned string get_token ();
		public bool is_delivery_report ();
		public bool is_mutable ();
		public bool is_rescued ();
		public bool is_scrollback ();
		public unowned GLib.HashTable<string,GLib.Value?> peek (uint part);
		public void ref_handle (TelepathyGLib.HandleType handle_type, TelepathyGLib.Handle handle);
		public void @set (uint part, string key, GLib.Value source);
		public void set_boolean (uint part, string key, bool b);
		public void set_bytes (uint part, string key, uint len, void* bytes);
		public void set_handle (uint part, string key, TelepathyGLib.HandleType handle_type, TelepathyGLib.Handle handle_or_0);
		public void set_int32 (uint part, string key, int32 i);
		public void set_int64 (uint part, string key, int64 i);
		public void set_string (uint part, string key, string s);
		public void set_uint32 (uint part, string key, uint32 u);
		public void set_uint64 (uint part, string key, uint64 u);
		public void take_message (uint part, string key, TelepathyGLib.Message message);
		public string to_text (out TelepathyGLib.ChannelTextMessageFlags out_flags);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_observe_channels_context_get_type ()")]
	public class ObserveChannelsContext : GLib.Object {
		[CCode (has_construct_function = false)]
		protected ObserveChannelsContext ();
		public void accept ();
		public void delay ();
		public void fail (GLib.Error error);
		public GLib.List<TelepathyGLib.ChannelRequest> get_requests ();
		public bool is_recovering ();
		[NoAccessorMethod]
		public TelepathyGLib.Account account { owned get; construct; }
		[NoAccessorMethod]
		public GLib.GenericArray<weak void*> channels { owned get; construct; }
		[NoAccessorMethod]
		public TelepathyGLib.Connection connection { owned get; construct; }
		[NoAccessorMethod]
		public TelepathyGLib.ChannelDispatchOperation dispatch_operation { owned get; construct; }
		public GLib.GenericArray<weak void*> requests { owned get; construct; }
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_protocol_get_type ()")]
	public class Protocol : TelepathyGLib.Proxy {
		[CCode (has_construct_function = false)]
		public Protocol (TelepathyGLib.DBusDaemon dbus, string cm_name, string protocol_name, GLib.HashTable<void*,void*> immutable_properties) throws GLib.Error;
		public bool can_register ();
		public TelepathyGLib.ConnectionManagerParam dup_param (string param);
		public GLib.List<TelepathyGLib.ConnectionManagerParam> dup_params ();
		[CCode (array_length = false, array_null_terminated = true)]
		public unowned string[] get_authentication_types ();
		public unowned TelepathyGLib.AvatarRequirements get_avatar_requirements ();
		public unowned TelepathyGLib.Capabilities get_capabilities ();
		public unowned string get_english_name ();
		public static GLib.Quark get_feature_quark_core ();
		public static GLib.Quark get_feature_quark_parameters ();
		public unowned string get_icon_name ();
		public unowned string get_name ();
		public unowned TelepathyGLib.ConnectionManagerParam get_param (string param);
		public unowned string get_vcard_field ();
		public bool has_param (string param);
		public static void init_known_interfaces ();
		[CCode (array_length = false, array_null_terminated = true)]
		public string[] authentication_types { get; }
		public void* avatar_requirements { get; }
		public TelepathyGLib.Capabilities capabilities { get; }
		public string english_name { get; }
		public string icon_name { get; }
		[CCode (array_length = false, array_null_terminated = true)]
		[NoAccessorMethod]
		public string[] param_names { owned get; }
		[NoAccessorMethod]
		public string protocol_name { owned get; construct; }
		public string vcard_field { get; }
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_proxy_get_type ()")]
	public class Proxy : GLib.Object {
		[CCode (has_construct_function = false)]
		protected Proxy ();
		public void dbus_error_to_gerror (string dbus_error, string debug_message) throws GLib.Error;
		public unowned string get_bus_name ();
		public unowned TelepathyGLib.DBusDaemon get_dbus_daemon ();
		public unowned TelepathyGLib.SimpleClientFactory get_factory ();
		public unowned GLib.Error get_invalidated ();
		public unowned string get_object_path ();
		public bool has_interface (string iface);
		public bool has_interface_by_id (GLib.Quark iface);
		public bool is_prepared (GLib.Quark feature);
		public async bool prepare_async ([CCode (array_length = false, array_null_terminated = true)] GLib.Quark[]? features) throws GLib.Error;
		public string bus_name { get; construct; }
		public TelepathyGLib.DBusDaemon dbus_daemon { get; construct; }
		public TelepathyGLib.SimpleClientFactory factory { get; construct; }
		[CCode (array_length = false, array_null_terminated = true)]
		[NoAccessorMethod]
		public string[] interfaces { owned get; }
		public string object_path { get; construct; }
		public signal void invalidated (uint domain, int code, string message);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	[Compact]
	public class ProxyPendingCall {
		public void cancel ();
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	[Compact]
	public class ProxySignalConnection {
		public void disconnect ();
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_signalled_message_get_type ()")]
	public class SignalledMessage : TelepathyGLib.Message {
		[CCode (has_construct_function = false)]
		protected SignalledMessage ();
		public static unowned TelepathyGLib.Contact get_sender (TelepathyGLib.Message message);
		[NoAccessorMethod]
		public TelepathyGLib.Contact sender { owned get; construct; }
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_simple_approver_get_type ()")]
	public class SimpleApprover : TelepathyGLib.BaseClient {
		[CCode (has_construct_function = false, type = "TpBaseClient*")]
		public SimpleApprover (TelepathyGLib.DBusDaemon dbus, string name, bool uniquify, owned TelepathyGLib.SimpleApproverAddDispatchOperationImpl callback);
		[CCode (has_construct_function = false, type = "TpBaseClient*")]
		public SimpleApprover.with_am (TelepathyGLib.AccountManager account_manager, string name, bool uniquify, owned TelepathyGLib.SimpleApproverAddDispatchOperationImpl callback);
		[CCode (has_construct_function = false, type = "TpBaseClient*")]
		public SimpleApprover.with_factory (TelepathyGLib.SimpleClientFactory factory, string name, bool uniquify, owned TelepathyGLib.SimpleApproverAddDispatchOperationImpl callback);
		public void* callback { construct; }
		public void* destroy { construct; }
		public void* user_data { construct; }
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_simple_client_factory_get_type ()")]
	public class SimpleClientFactory : GLib.Object {
		[CCode (has_construct_function = false)]
		public SimpleClientFactory (TelepathyGLib.DBusDaemon dbus);
		public void add_account_features ([CCode (array_length = false, array_null_terminated = true)] GLib.Quark[]? features);
		public void add_channel_features ([CCode (array_length = false, array_null_terminated = true)] GLib.Quark[]? features);
		public void add_connection_features ([CCode (array_length = false, array_null_terminated = true)] GLib.Quark[]? features);
		public void add_contact_features ([CCode (array_length_cname = "n_features", array_length_pos = 0.5, array_length_type = "guint")] TelepathyGLib.ContactFeature[]? features);
		public virtual GLib.Array<GLib.Quark?> dup_account_features (TelepathyGLib.Account account);
		public virtual GLib.Array<GLib.Quark?> dup_channel_features (TelepathyGLib.Channel channel);
		public virtual GLib.Array<GLib.Quark?> dup_connection_features (TelepathyGLib.Connection connection);
		public virtual GLib.Array<TelepathyGLib.ContactFeature> dup_contact_features (TelepathyGLib.Connection connection);
		public TelepathyGLib.Account ensure_account (string object_path, GLib.HashTable<string,GLib.Value?> immutable_properties) throws GLib.Error;
		public TelepathyGLib.Channel ensure_channel (TelepathyGLib.Connection connection, string object_path, GLib.HashTable<string,GLib.Value?> immutable_properties) throws GLib.Error;
		public TelepathyGLib.Connection ensure_connection (string object_path, GLib.HashTable<string,GLib.Value?> immutable_properties) throws GLib.Error;
		public TelepathyGLib.Contact ensure_contact (TelepathyGLib.Connection connection, TelepathyGLib.Handle handle, string identifier);
		public unowned TelepathyGLib.DBusDaemon get_dbus_daemon ();
		public TelepathyGLib.DBusDaemon dbus_daemon { get; construct; }
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_simple_handler_get_type ()")]
	public class SimpleHandler : TelepathyGLib.BaseClient {
		[CCode (has_construct_function = false, type = "TpBaseClient*")]
		public SimpleHandler (TelepathyGLib.DBusDaemon dbus, bool bypass_approval, bool requests, string name, bool uniquify, owned TelepathyGLib.SimpleHandlerHandleChannelsImpl callback);
		[CCode (has_construct_function = false, type = "TpBaseClient*")]
		public SimpleHandler.with_am (TelepathyGLib.AccountManager account_manager, bool bypass_approval, bool requests, string name, bool uniquify, owned TelepathyGLib.SimpleHandlerHandleChannelsImpl callback);
		[CCode (has_construct_function = false, type = "TpBaseClient*")]
		public SimpleHandler.with_factory (TelepathyGLib.SimpleClientFactory factory, bool bypass_approval, bool requests, string name, bool uniquify, owned TelepathyGLib.SimpleHandlerHandleChannelsImpl callback);
		public bool bypass_approval { construct; }
		public void* callback { construct; }
		public void* destroy { construct; }
		public bool requests { construct; }
		public void* user_data { construct; }
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_simple_observer_get_type ()")]
	public class SimpleObserver : TelepathyGLib.BaseClient {
		[CCode (has_construct_function = false, type = "TpBaseClient*")]
		public SimpleObserver (TelepathyGLib.DBusDaemon dbus, bool recover, string name, bool uniquify, owned TelepathyGLib.SimpleObserverObserveChannelsImpl callback);
		[CCode (has_construct_function = false, type = "TpBaseClient*")]
		public SimpleObserver.with_am (TelepathyGLib.AccountManager account_manager, bool recover, string name, bool uniquify, owned TelepathyGLib.SimpleObserverObserveChannelsImpl callback);
		[CCode (has_construct_function = false, type = "TpBaseClient*")]
		public SimpleObserver.with_factory (TelepathyGLib.SimpleClientFactory factory, bool recover, string name, bool uniquify, owned TelepathyGLib.SimpleObserverObserveChannelsImpl callback);
		public void* callback { construct; }
		public void* destroy { construct; }
		public bool recover { construct; }
		public void* user_data { construct; }
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_stream_tube_channel_get_type ()")]
	public class StreamTubeChannel : TelepathyGLib.Channel {
		[CCode (has_construct_function = false)]
		public StreamTubeChannel (TelepathyGLib.Connection conn, string object_path, GLib.HashTable<string,GLib.Value?> immutable_properties) throws GLib.Error;
		public async TelepathyGLib.StreamTubeConnection accept_async () throws GLib.Error;
		public async bool offer_async (GLib.HashTable<void*,void*>? @params) throws GLib.Error;
		[NoAccessorMethod]
		public string service { owned get; }
		public signal void incoming (TelepathyGLib.StreamTubeConnection tube_connection);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_stream_tube_connection_get_type ()")]
	public class StreamTubeConnection : GLib.Object {
		[CCode (has_construct_function = false)]
		protected StreamTubeConnection ();
		[NoAccessorMethod]
		public TelepathyGLib.StreamTubeChannel channel { owned get; construct; }
		[NoAccessorMethod]
		public TelepathyGLib.Contact contact { owned get; construct; }
		[NoAccessorMethod]
		public GLib.SocketConnection socket_connection { owned get; construct; }
		public signal void closed (void* error);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_text_channel_get_type ()")]
	public class TextChannel : TelepathyGLib.Channel {
		[CCode (has_construct_function = false)]
		public TextChannel (TelepathyGLib.Connection conn, string object_path, GLib.HashTable<string,GLib.Value?> immutable_properties) throws GLib.Error;
		public async bool ack_all_pending_messages_async () throws GLib.Error;
		public async bool ack_message_async (TelepathyGLib.Message message) throws GLib.Error;
		public async bool ack_messages_async (GLib.List<TelepathyGLib.SignalledMessage> messages) throws GLib.Error;
		public static GLib.Quark get_feature_quark_incoming_messages ();
		public static GLib.Quark get_feature_quark_sms ();
		public GLib.List<weak TelepathyGLib.SignalledMessage> get_pending_messages ();
		public bool get_sms_flash ();
		public async bool get_sms_length_async (TelepathyGLib.Message message, out uint chunks_required, out int remaining_characters, out int estimated_cost) throws GLib.Error;
		public async bool send_message_async (TelepathyGLib.Message message, TelepathyGLib.MessageSendingFlags flags, out string token) throws GLib.Error;
		public async bool set_chat_state_async (TelepathyGLib.ChannelChatState state) throws GLib.Error;
		public bool supports_message_type (TelepathyGLib.ChannelTextMessageType message_type);
		[NoAccessorMethod]
		public uint delivery_reporting_support { get; }
		[NoAccessorMethod]
		public bool is_sms_channel { get; }
		[NoAccessorMethod]
		public uint message_part_support_flags { get; }
		public bool sms_flash { get; }
		[CCode (array_length = false, array_null_terminated = true)]
		[NoAccessorMethod]
		public string[] supported_content_types { owned get; }
		public signal void message_received (TelepathyGLib.SignalledMessage message);
		public signal void message_sent (TelepathyGLib.SignalledMessage message, uint flags, string token);
		public signal void pending_message_removed (TelepathyGLib.SignalledMessage message);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_cname = "TpClientChannelFactoryInterface", type_id = "tp_client_channel_factory_get_type ()")]
	public interface ClientChannelFactory : GLib.Object {
		public TelepathyGLib.Channel create_channel (TelepathyGLib.Connection conn, string path, GLib.HashTable<string,GLib.Value?> properties) throws GLib.Error;
		public GLib.Array<void*> dup_channel_features (TelepathyGLib.Channel channel);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", type_id = "tp_handle_repo_iface_get_type ()")]
	public interface HandleRepoIface : GLib.Object {
		[NoAccessorMethod]
		public abstract uint handle_type { get; construct; }
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_type_id = false)]
	public struct ContactsMixin {
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_type_id = false)]
	public struct ContactsMixinClass {
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_type_id = false)]
	public struct DBusPropertiesMixinIfaceImpl {
		public weak string name;
		public weak TelepathyGLib.DBusPropertiesMixinGetter getter;
		public weak TelepathyGLib.DBusPropertiesMixinSetter setter;
		public TelepathyGLib.DBusPropertiesMixinPropImpl props;
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_type_id = false)]
	public struct DBusPropertiesMixinIfaceInfo {
		public GLib.Quark dbus_interface;
		public TelepathyGLib.DBusPropertiesMixinPropInfo props;
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_type_id = false)]
	public struct DBusPropertiesMixinPropImpl {
		public weak string name;
		public void* getter_data;
		public void* setter_data;
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_type_id = false)]
	public struct DBusPropertiesMixinPropInfo {
		public GLib.Quark name;
		public TelepathyGLib.DBusPropertiesMixinFlags flags;
		public weak string dbus_signature;
		public GLib.Type type;
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_type_id = false)]
	public struct GroupMixin {
		public weak TelepathyGLib.HandleRepoIface handle_repo;
		public TelepathyGLib.Handle self_handle;
		public TelepathyGLib.ChannelGroupFlags group_flags;
		public weak TelepathyGLib.HandleSet members;
		public weak TelepathyGLib.HandleSet local_pending;
		public weak TelepathyGLib.HandleSet remote_pending;
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_type_id = false)]
	public struct GroupMixinClass {
		public weak TelepathyGLib.GroupMixinAddMemberFunc add_member;
		public weak TelepathyGLib.GroupMixinRemMemberFunc remove_member;
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	[SimpleType]
	public struct Handle : uint {
		public static TelepathyGLib.Handle ensure (TelepathyGLib.HandleRepoIface self, string id, void* context) throws GLib.Error;
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_type_id = false)]
	public struct IntsetFastIter {
		public void init (TelepathyGLib.Intset @set);
		public bool next (uint output);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_type_id = false)]
	public struct IntsetIter {
		public weak TelepathyGLib.Intset @set;
		public uint element;
		public void init (TelepathyGLib.Intset @set);
		public bool next ();
		public void reset ();
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_type_id = false)]
	public struct PresenceMixin {
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_type_id = false)]
	public struct PresenceMixinClass {
		public weak TelepathyGLib.PresenceMixinStatusAvailableFunc status_available;
		public weak TelepathyGLib.PresenceMixinGetContactStatusesFunc get_contact_statuses;
		public weak TelepathyGLib.PresenceMixinSetOwnStatusFunc set_own_status;
		public TelepathyGLib.PresenceStatusSpec statuses;
		public weak TelepathyGLib.PresenceMixinGetMaximumStatusMessageLengthFunc get_maximum_status_message_length;
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_type_id = false)]
	public struct PresenceStatus {
		public uint index;
		public weak GLib.HashTable<void*,void*> optional_arguments;
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_type_id = false)]
	public struct PresenceStatusOptionalArgumentSpec {
		public weak string name;
		public weak string dtype;
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_type_id = false)]
	public struct PresenceStatusSpec {
		public weak string name;
		public TelepathyGLib.ConnectionPresenceType presence_type;
		public bool self;
		public TelepathyGLib.PresenceStatusOptionalArgumentSpec optional_arguments;
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_type_id = false)]
	public struct ProxyFeature {
		public GLib.Quark name;
		public bool core;
		public weak TelepathyGLib.ProxyPrepareAsync prepare_async;
		public weak TelepathyGLib.ProxyPrepareAsync prepare_before_signalling_connected_async;
		public GLib.Quark interfaces_needed;
		public GLib.Quark depends_on;
		public bool can_retry;
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "_TpDBusPropertiesMixinClass", has_type_id = false)]
	public struct _DBusPropertiesMixinClass {
		public TelepathyGLib.DBusPropertiesMixinIfaceImpl interfaces;
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_ACCESS_CONTROL_TYPE_")]
	public enum AccessControlType {
		WHITELIST,
		PUBLISH_LIST,
		GROUP,
		OPEN,
		SUBSCRIBE_OR_PUBLISH_LIST,
		CLOSED,
		NOT_UNDERSTOOD
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_ANONYMITY_MODE_")]
	[Flags]
	public enum AnonymityModeFlags {
		CLIENT_INFO,
		SHOW_CLIENT_INFO,
		NETWORK_INFO
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CM_INFO_SOURCE_")]
	public enum CMInfoSource {
		NONE,
		FILE,
		LIVE
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CALL_CONTENT_DISPOSITION_")]
	public enum CallContentDisposition {
		NONE,
		INITIAL
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CALL_CONTENT_PACKETIZATION_TYPE_")]
	public enum CallContentPacketizationType {
		RTP,
		RAW,
		MSN_WEBCAM
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CALL_FLAG_")]
	[Flags]
	public enum CallFlags {
		LOCALLY_HELD,
		LOCALLY_RINGING,
		LOCALLY_QUEUED,
		FORWARDED,
		CLEARING
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CALL_MEMBER_FLAG_")]
	[Flags]
	public enum CallMemberFlags {
		RINGING,
		HELD,
		CONFERENCE_HOST
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CALL_STATE_")]
	public enum CallState {
		UNKNOWN,
		PENDING_INITIATOR,
		INITIALISING,
		INITIALISED,
		ACCEPTED,
		ACTIVE,
		ENDED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CALL_STATE_CHANGE_REASON_")]
	public enum CallStateChangeReason {
		UNKNOWN,
		PROGRESS_MADE,
		USER_REQUESTED,
		FORWARDED,
		REJECTED,
		NO_ANSWER,
		INVALID_CONTACT,
		PERMISSION_DENIED,
		BUSY,
		INTERNAL_ERROR,
		SERVICE_ERROR,
		NETWORK_ERROR,
		MEDIA_ERROR,
		CONNECTIVITY_ERROR
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CALL_STREAM_CANDIDATE_TYPE_")]
	public enum CallStreamCandidateType {
		NONE,
		HOST,
		SERVER_REFLEXIVE,
		PEER_REFLEXIVE,
		RELAY,
		MULTICAST
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CAPTCHA_CANCEL_REASON_")]
	public enum CaptchaCancelReason {
		USER_CANCELLED,
		NOT_SUPPORTED,
		SERVICE_CONFUSED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CAPTCHA_FLAGS_")]
	[Flags]
	public enum CaptchaFlags {
		[CCode (cname = "TP_CAPTCHA_FLAGS_REQUIRED")]
		CAPTCHA_FLAGS_REQUIRED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CAPTCHA_STATUS_")]
	public enum CaptchaStatus {
		LOCAL_PENDING,
		REMOTE_PENDING,
		SUCCEEDED,
		TRY_AGAIN,
		FAILED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CHANNEL_CALL_STATE_")]
	[Flags]
	public enum ChannelCallStateFlags {
		RINGING,
		QUEUED,
		HELD,
		FORWARDED,
		IN_PROGRESS,
		CONFERENCE_HOST
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CHANNEL_CHAT_STATE_")]
	public enum ChannelChatState {
		GONE,
		INACTIVE,
		ACTIVE,
		PAUSED,
		COMPOSING
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CHANNEL_CONTACT_SEARCH_STATE_")]
	public enum ChannelContactSearchState {
		NOT_STARTED,
		IN_PROGRESS,
		MORE_AVAILABLE,
		COMPLETED,
		FAILED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CHANNEL_GROUP_CHANGE_REASON_")]
	public enum ChannelGroupChangeReason {
		NONE,
		OFFLINE,
		KICKED,
		BUSY,
		INVITED,
		BANNED,
		ERROR,
		INVALID_CONTACT,
		NO_ANSWER,
		RENAMED,
		PERMISSION_DENIED,
		SEPARATED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CHANNEL_GROUP_FLAG_")]
	[Flags]
	public enum ChannelGroupFlags {
		CAN_ADD,
		CAN_REMOVE,
		CAN_RESCIND,
		MESSAGE_ADD,
		MESSAGE_REMOVE,
		MESSAGE_ACCEPT,
		MESSAGE_REJECT,
		MESSAGE_RESCIND,
		CHANNEL_SPECIFIC_HANDLES,
		ONLY_ONE_GROUP,
		HANDLE_OWNERS_NOT_AVAILABLE,
		PROPERTIES,
		MEMBERS_CHANGED_DETAILED,
		MESSAGE_DEPART
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CHANNEL_MEDIA_CAPABILITY_")]
	[Flags]
	public enum ChannelMediaCapabilities {
		AUDIO,
		VIDEO,
		NAT_TRAVERSAL_STUN,
		NAT_TRAVERSAL_GTALK_P2P,
		NAT_TRAVERSAL_ICE_UDP,
		IMMUTABLE_STREAMS
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CHANNEL_PASSWORD_FLAG_")]
	[Flags]
	public enum ChannelPasswordFlags {
		PROVIDE,
		HINT
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CHANNEL_TEXT_MESSAGE_FLAG_")]
	[Flags]
	public enum ChannelTextMessageFlags {
		TRUNCATED,
		NON_TEXT_CONTENT,
		SCROLLBACK,
		RESCUED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CHANNEL_TEXT_MESSAGE_TYPE_")]
	public enum ChannelTextMessageType {
		NORMAL,
		ACTION,
		NOTICE,
		AUTO_REPLY,
		DELIVERY_REPORT
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CHANNEL_TEXT_SEND_ERROR_")]
	public enum ChannelTextSendError {
		UNKNOWN,
		OFFLINE,
		INVALID_CONTACT,
		PERMISSION_DENIED,
		TOO_LONG,
		NOT_IMPLEMENTED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CONN_MGR_PARAM_FLAG_")]
	[Flags]
	public enum ConnMgrParamFlags {
		REQUIRED,
		REGISTER,
		HAS_DEFAULT,
		SECRET,
		DBUS_PROPERTY
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CONNECTION_ALIAS_FLAG_USER_")]
	[Flags]
	public enum ConnectionAliasFlags {
		[CCode (cname = "TP_CONNECTION_ALIAS_FLAG_USER_SET")]
		CONNECTION_ALIAS_FLAG_USER_SET
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CONNECTION_CAPABILITY_FLAG_")]
	[Flags]
	public enum ConnectionCapabilityFlags {
		CREATE,
		INVITE
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CONNECTION_PRESENCE_TYPE_")]
	public enum ConnectionPresenceType {
		UNSET,
		OFFLINE,
		AVAILABLE,
		AWAY,
		EXTENDED_AWAY,
		HIDDEN,
		BUSY,
		UNKNOWN,
		ERROR
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CONNECTION_STATUS_")]
	public enum ConnectionStatus {
		CONNECTED,
		CONNECTING,
		DISCONNECTED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CONNECTION_STATUS_REASON_")]
	public enum ConnectionStatusReason {
		NONE_SPECIFIED,
		REQUESTED,
		NETWORK_ERROR,
		AUTHENTICATION_FAILED,
		ENCRYPTION_ERROR,
		NAME_IN_USE,
		CERT_NOT_PROVIDED,
		CERT_UNTRUSTED,
		CERT_EXPIRED,
		CERT_NOT_ACTIVATED,
		CERT_HOSTNAME_MISMATCH,
		CERT_FINGERPRINT_MISMATCH,
		CERT_SELF_SIGNED,
		CERT_OTHER_ERROR,
		CERT_REVOKED,
		CERT_INSECURE,
		CERT_LIMIT_EXCEEDED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CONTACT_BLOCKING_CAPABILITY_CAN_REPORT_")]
	[Flags]
	public enum ContactBlockingCapabilities {
		[CCode (cname = "TP_CONTACT_BLOCKING_CAPABILITY_CAN_REPORT_ABUSIVE")]
		CONTACT_BLOCKING_CAPABILITY_CAN_REPORT_ABUSIVE
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CONTACT_FEATURE_")]
	public enum ContactFeature {
		ALIAS,
		AVATAR_TOKEN,
		PRESENCE,
		LOCATION,
		CAPABILITIES,
		AVATAR_DATA,
		CONTACT_INFO,
		CLIENT_TYPES,
		SUBSCRIPTION_STATES,
		CONTACT_GROUPS,
		CONTACT_BLOCKING
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CONTACT_INFO_FIELD_FLAG_")]
	[Flags]
	public enum ContactInfoFieldFlags {
		PARAMETERS_EXACT,
		OVERWRITTEN_BY_NICKNAME
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CONTACT_INFO_FLAG_")]
	[Flags]
	public enum ContactInfoFlags {
		CAN_SET,
		PUSH
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CONTACT_LIST_STATE_")]
	public enum ContactListState {
		NONE,
		WAITING,
		FAILURE,
		SUCCESS
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_CONTACT_METADATA_STORAGE_TYPE_")]
	public enum ContactMetadataStorageType {
		NONE,
		SUBSCRIBED_OR_PENDING,
		SUBSCRIBED,
		ANYONE
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_DBUS_ERROR_")]
	public enum DBusError {
		UNKNOWN_REMOTE_ERROR,
		PROXY_UNREFERENCED,
		NO_INTERFACE,
		NAME_OWNER_LOST,
		INVALID_BUS_NAME,
		INVALID_INTERFACE_NAME,
		INVALID_OBJECT_PATH,
		INVALID_MEMBER_NAME,
		OBJECT_REMOVED,
		CANCELLED,
		INCONSISTENT
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_DBUS_NAME_TYPE_")]
	[Flags]
	public enum DBusNameType {
		UNIQUE,
		WELL_KNOWN,
		BUS_DAEMON,
		NOT_BUS_DAEMON,
		ANY
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_DBUS_PROPERTIES_MIXIN_FLAG_")]
	[Flags]
	public enum DBusPropertiesMixinFlags {
		READ,
		WRITE,
		EMITS_CHANGED,
		EMITS_INVALIDATED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_DTMF_EVENT_")]
	public enum DTMFEvent {
		DIGIT_0,
		DIGIT_1,
		DIGIT_2,
		DIGIT_3,
		DIGIT_4,
		DIGIT_5,
		DIGIT_6,
		DIGIT_7,
		DIGIT_8,
		DIGIT_9,
		ASTERISK,
		HASH,
		LETTER_A,
		LETTER_B,
		LETTER_C,
		LETTER_D
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_DEBUG_LEVEL_")]
	public enum DebugLevel {
		ERROR,
		CRITICAL,
		WARNING,
		MESSAGE,
		INFO,
		DEBUG
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_")]
	[Flags]
	public enum DeliveryReportingSupportFlags {
		FAILURES,
		SUCCESSES,
		READ,
		DELETED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_DELIVERY_STATUS_")]
	public enum DeliveryStatus {
		UNKNOWN,
		DELIVERED,
		TEMPORARILY_FAILED,
		PERMANENTLY_FAILED,
		ACCEPTED,
		READ,
		DELETED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_FILE_HASH_TYPE_")]
	public enum FileHashType {
		NONE,
		MD5,
		SHA1,
		SHA256
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_FILE_TRANSFER_STATE_")]
	public enum FileTransferState {
		NONE,
		PENDING,
		ACCEPTED,
		OPEN,
		COMPLETED,
		CANCELLED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_FILE_TRANSFER_STATE_CHANGE_REASON_")]
	public enum FileTransferStateChangeReason {
		NONE,
		REQUESTED,
		LOCAL_STOPPED,
		REMOTE_STOPPED,
		LOCAL_ERROR,
		REMOTE_ERROR
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_HTTP_METHOD_")]
	public enum HTTPMethod {
		GET,
		POST
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_HANDLE_TYPE_")]
	public enum HandleType {
		NONE,
		CONTACT,
		ROOM,
		LIST,
		GROUP;
		public static bool is_valid (TelepathyGLib.HandleType type) throws GLib.Error;
		public static unowned string to_string (TelepathyGLib.HandleType type);
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_LOCAL_HOLD_STATE_")]
	public enum LocalHoldState {
		UNHELD,
		HELD,
		PENDING_HOLD,
		PENDING_UNHOLD
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_LOCAL_HOLD_STATE_REASON_")]
	public enum LocalHoldStateReason {
		NONE,
		REQUESTED,
		RESOURCE_NOT_AVAILABLE
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_LOCATION_FEATURE_CAN_")]
	[Flags]
	public enum LocationFeatures {
		[CCode (cname = "TP_LOCATION_FEATURE_CAN_SET")]
		LOCATION_FEATURE_CAN_SET
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_MAIL_NOTIFICATION_FLAG_")]
	[Flags]
	public enum MailNotificationFlags {
		SUPPORTS_UNREAD_MAIL_COUNT,
		SUPPORTS_UNREAD_MAILS,
		EMITS_MAILS_RECEIVED,
		SUPPORTS_REQUEST_INBOX_URL,
		SUPPORTS_REQUEST_MAIL_URL,
		THREAD_BASED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_MEDIA_STREAM_BASE_PROTO_")]
	public enum MediaStreamBaseProto {
		UDP,
		TCP
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_MEDIA_STREAM_DIRECTION_")]
	public enum MediaStreamDirection {
		NONE,
		SEND,
		RECEIVE,
		BIDIRECTIONAL
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_MEDIA_STREAM_ERROR_")]
	public enum MediaStreamError {
		UNKNOWN,
		EOS,
		CODEC_NEGOTIATION_FAILED,
		CONNECTION_FAILED,
		NETWORK_ERROR,
		NO_CODECS,
		INVALID_CM_BEHAVIOR,
		MEDIA_ERROR
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_MEDIA_STREAM_PENDING_")]
	[Flags]
	public enum MediaStreamPendingSend {
		LOCAL_SEND,
		REMOTE_SEND
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_MEDIA_STREAM_STATE_")]
	public enum MediaStreamState {
		DISCONNECTED,
		CONNECTING,
		CONNECTED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_MEDIA_STREAM_TRANSPORT_TYPE_")]
	public enum MediaStreamTransportType {
		LOCAL,
		DERIVED,
		RELAY
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_MEDIA_STREAM_TYPE_")]
	public enum MediaStreamType {
		AUDIO,
		VIDEO
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_MESSAGE_PART_SUPPORT_FLAG_")]
	[Flags]
	public enum MessagePartSupportFlags {
		ONE_ATTACHMENT,
		MULTIPLE_ATTACHMENTS
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_MESSAGE_SENDING_FLAG_REPORT_")]
	[Flags]
	public enum MessageSendingFlags {
		DELIVERY,
		READ,
		DELETED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_PROPERTY_FLAG_")]
	[Flags]
	public enum PropertyFlags {
		READ,
		WRITE
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_RCPT_XR_RTT_MODE_")]
	public enum RCPTXRRTTMode {
		ALL,
		SENDER
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_RTCP_XR_STATISTICS_FLAGS_")]
	[Flags]
	public enum RTCPXRStatisticsFlags {
		LOSS,
		DUPLICATE,
		JITTER,
		TTL,
		HL
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_RICH_PRESENCE_ACCESS_CONTROL_TYPE_")]
	public enum RichPresenceAccessControlType {
		WHITELIST,
		PUBLISH_LIST,
		GROUP,
		OPEN
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_SASL_ABORT_REASON_")]
	public enum SASLAbortReason {
		INVALID_CHALLENGE,
		USER_ABORT
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_SASL_STATUS_")]
	public enum SASLStatus {
		NOT_STARTED,
		IN_PROGRESS,
		SERVER_SUCCEEDED,
		CLIENT_ACCEPTED,
		SUCCEEDED,
		SERVER_FAILED,
		CLIENT_FAILED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_SENDING_STATE_")]
	public enum SendingState {
		NONE,
		PENDING_SEND,
		SENDING,
		PENDING_STOP_SENDING
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_SERVICE_POINT_TYPE_")]
	public enum ServicePointType {
		NONE,
		EMERGENCY,
		COUNSELING
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_SOCKET_ACCESS_CONTROL_")]
	public enum SocketAccessControl {
		LOCALHOST,
		PORT,
		NETMASK,
		CREDENTIALS
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_SOCKET_ADDRESS_TYPE_")]
	public enum SocketAddressType {
		UNIX,
		ABSTRACT_UNIX,
		IPV4,
		IPV6
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_")]
	[Flags]
	public enum StorageRestrictionFlags {
		PARAMETERS,
		ENABLED,
		PRESENCE,
		SERVICE
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_STREAM_COMPONENT_")]
	public enum StreamComponent {
		UNKNOWN,
		DATA,
		CONTROL
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_STREAM_ENDPOINT_STATE_")]
	public enum StreamEndpointState {
		CONNECTING,
		PROVISIONALLY_CONNECTED,
		FULLY_CONNECTED,
		EXHAUSTED_CANDIDATES,
		FAILED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_STREAM_FLOW_STATE_")]
	public enum StreamFlowState {
		STOPPED,
		PENDING_START,
		PENDING_STOP,
		STARTED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_STREAM_TRANSPORT_TYPE_")]
	public enum StreamTransportType {
		UNKNOWN,
		RAW_UDP,
		ICE,
		GTALK_P2P,
		WLM_2009,
		SHM,
		MULTICAST
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_SUBSCRIPTION_STATE_")]
	public enum SubscriptionState {
		UNKNOWN,
		NO,
		REMOVED_REMOTELY,
		ASK,
		YES
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_TLS_CERTIFICATE_REJECT_REASON_")]
	public enum TLSCertificateRejectReason {
		UNKNOWN,
		UNTRUSTED,
		EXPIRED,
		NOT_ACTIVATED,
		FINGERPRINT_MISMATCH,
		HOSTNAME_MISMATCH,
		SELF_SIGNED,
		REVOKED,
		INSECURE,
		LIMIT_EXCEEDED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_TLS_CERTIFICATE_STATE_")]
	public enum TLSCertificateState {
		PENDING,
		ACCEPTED,
		REJECTED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_TUBE_CHANNEL_STATE_")]
	public enum TubeChannelState {
		LOCAL_PENDING,
		REMOTE_PENDING,
		OPEN,
		NOT_OFFERED
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_TUBE_STATE_")]
	public enum TubeState {
		LOCAL_PENDING,
		REMOTE_PENDING,
		OPEN
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_TUBE_TYPE_")]
	public enum TubeType {
		DBUS,
		STREAM
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cprefix = "TP_ERROR_")]
	public errordomain Error {
		NETWORK_ERROR,
		NOT_IMPLEMENTED,
		INVALID_ARGUMENT,
		NOT_AVAILABLE,
		PERMISSION_DENIED,
		DISCONNECTED,
		INVALID_HANDLE,
		CHANNEL_BANNED,
		CHANNEL_FULL,
		CHANNEL_INVITE_ONLY,
		NOT_YOURS,
		CANCELLED,
		AUTHENTICATION_FAILED,
		ENCRYPTION_NOT_AVAILABLE,
		ENCRYPTION_ERROR,
		CERT_NOT_PROVIDED,
		CERT_UNTRUSTED,
		CERT_EXPIRED,
		CERT_NOT_ACTIVATED,
		CERT_FINGERPRINT_MISMATCH,
		CERT_HOSTNAME_MISMATCH,
		CERT_SELF_SIGNED,
		CERT_INVALID,
		NOT_CAPABLE,
		OFFLINE,
		CHANNEL_KICKED,
		BUSY,
		NO_ANSWER,
		DOES_NOT_EXIST,
		TERMINATED,
		CONNECTION_REFUSED,
		CONNECTION_FAILED,
		CONNECTION_LOST,
		ALREADY_CONNECTED,
		CONNECTION_REPLACED,
		REGISTRATION_EXISTS,
		SERVICE_BUSY,
		RESOURCE_UNAVAILABLE,
		WOULD_BREAK_ANONYMITY,
		CERT_REVOKED,
		CERT_INSECURE,
		CERT_LIMIT_EXCEEDED,
		NOT_YET,
		REJECTED,
		PICKED_UP_ELSEWHERE,
		CONFUSED,
		SERVICE_CONFUSED,
		EMERGENCY_CALLS_NOT_SUPPORTED,
		SOFTWARE_UPGRADE_REQUIRED,
		INSUFFICIENT_BALANCE,
		MEDIA_CODECS_INCOMPATIBLE,
		MEDIA_UNSUPPORTED_TYPE,
		MEDIA_STREAMING_ERROR,
		CAPTCHA_NOT_SUPPORTED;
		public static unowned string get_dbus_name (TelepathyGLib.Error error);
		public static GLib.Quark quark ();
	}
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 2.9)]
	public delegate void AccountChannelRequestDelegatedChannelCb (TelepathyGLib.AccountChannelRequest request, TelepathyGLib.Channel channel);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate void BaseClientClassAddDispatchOperationImpl (TelepathyGLib.BaseClient client, TelepathyGLib.Account account, TelepathyGLib.Connection connection, GLib.List<TelepathyGLib.Channel> channels, TelepathyGLib.ChannelDispatchOperation dispatch_operation, TelepathyGLib.AddDispatchOperationContext context);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate void BaseClientClassHandleChannelsImpl (TelepathyGLib.BaseClient client, TelepathyGLib.Account account, TelepathyGLib.Connection connection, GLib.List<TelepathyGLib.Channel> channels, GLib.List<TelepathyGLib.ChannelRequest> requests_satisfied, int64 user_action_time, TelepathyGLib.HandleChannelsContext context);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate void BaseClientClassObserveChannelsImpl (TelepathyGLib.BaseClient client, TelepathyGLib.Account account, TelepathyGLib.Connection connection, GLib.List<TelepathyGLib.Channel> channels, TelepathyGLib.ChannelDispatchOperation? dispatch_operation, GLib.List<TelepathyGLib.ChannelRequest> requests, TelepathyGLib.ObserveChannelsContext context);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 2.9)]
	public delegate void BaseClientDelegatedChannelsCb (TelepathyGLib.BaseClient client, GLib.GenericArray<TelepathyGLib.Channel> channels);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate GLib.GenericArray<void*> BaseConnectionCreateChannelFactoriesImpl (TelepathyGLib.BaseConnection self);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate GLib.GenericArray<void*> BaseConnectionCreateChannelManagersImpl (TelepathyGLib.BaseConnection self);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate string BaseConnectionGetUniqueConnectionNameImpl (TelepathyGLib.BaseConnection self);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate void BaseConnectionProc (TelepathyGLib.BaseConnection self);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate bool BaseConnectionStartConnectingImpl (TelepathyGLib.BaseConnection self) throws GLib.Error;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 2.9)]
	public delegate void ChannelWhenReadyCb (TelepathyGLib.Channel channel, GLib.Error error);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 4.9)]
	public delegate void ConnectionContactsByHandleCb (TelepathyGLib.Connection connection, [CCode (array_length_cname = "n_contacts", array_length_pos = 1.5, array_length_type = "guint")] TelepathyGLib.Contact[] contacts, [CCode (array_length_cname = "n_failed", array_length_pos = 2.5, array_length_type = "guint")] TelepathyGLib.Handle[] failed, GLib.Error error, GLib.Object weak_object);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 5.9)]
	public delegate void ConnectionContactsByIdCb (TelepathyGLib.Connection connection, [CCode (array_length_cname = "n_contacts", array_length_pos = 1.5, array_length_type = "guint")] TelepathyGLib.Contact[] contacts, [CCode (array_length_cname = "n_contacts", array_length_pos = 1.5, array_length_type = "guint")] string[] requested_ids, GLib.HashTable<string,GLib.Error> failed_id_errors, GLib.Error error, GLib.Object weak_object);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 5.9)]
	public delegate void ConnectionHoldHandlesCb (TelepathyGLib.Connection connection, TelepathyGLib.HandleType handle_type, uint n_handles, TelepathyGLib.Handle handles, GLib.Error error, GLib.Object weak_object);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 3.9)]
	public delegate void ConnectionManagerListCb ([CCode (array_length = false, array_null_terminated = true)] TelepathyGLib.ConnectionManager[] cms, size_t n_cms, GLib.Error error, GLib.Object weak_object);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 2.9)]
	public delegate void ConnectionManagerWhenReadyCb (TelepathyGLib.ConnectionManager cm, GLib.Error error, GLib.Object weak_object);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 5.9)]
	public delegate void ConnectionNameListCb ([CCode (array_length = false, array_null_terminated = true)] string[] names, size_t n, [CCode (array_length = false, array_null_terminated = true)] string[] cms, [CCode (array_length = false, array_null_terminated = true)] string[] protocols, GLib.Error error, GLib.Object weak_object);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 5.9)]
	public delegate void ConnectionRequestHandlesCb (TelepathyGLib.Connection connection, TelepathyGLib.HandleType handle_type, [CCode (array_length_cname = "n_handles", array_length_pos = 2.5, array_length_type = "guint")] uint[] handles, [CCode (array_length_cname = "n_handles", array_length_pos = 2.5, array_length_type = "guint")] string[] ids, GLib.Error error, GLib.Object weak_object);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 3.9)]
	public delegate void ConnectionUpgradeContactsCb (TelepathyGLib.Connection connection, [CCode (array_length_cname = "n_contacts", array_length_pos = 1.5, array_length_type = "guint")] TelepathyGLib.Contact[] contacts, GLib.Error error, GLib.Object weak_object);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 2.9)]
	public delegate void ConnectionWhenReadyCb (TelepathyGLib.Connection connection, GLib.Error error);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate void ContactsMixinFillContactAttributesFunc (GLib.Object obj, GLib.Array<void*> contacts, GLib.HashTable<void*,void*> attributes_hash);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 3.9)]
	public delegate void DBusDaemonListNamesCb (TelepathyGLib.DBusDaemon bus_daemon, string names, GLib.Error error, GLib.Object weak_object);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 3.9)]
	public delegate void DBusDaemonNameOwnerChangedCb (TelepathyGLib.DBusDaemon bus_daemon, string name, string new_owner);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate void DBusPropertiesMixinGetter (GLib.Object object, GLib.Quark iface, GLib.Quark name, GLib.Value value, void* getter_data);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate bool DBusPropertiesMixinSetter (GLib.Object object, GLib.Quark iface, GLib.Quark name, GLib.Value value, void* setter_data) throws GLib.Error;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate bool GroupMixinAddMemberFunc (GLib.Object obj, TelepathyGLib.Handle handle, string message) throws GLib.Error;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate bool GroupMixinRemMemberFunc (GLib.Object obj, TelepathyGLib.Handle handle, string message) throws GLib.Error;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate bool GroupMixinRemMemberWithReasonFunc (GLib.Object obj, TelepathyGLib.Handle handle, string message, uint reason) throws GLib.Error;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate void IntFunc (uint i, void* userdata);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate GLib.HashTable<void*,void*> PresenceMixinGetContactStatusesFunc (GLib.Object obj, GLib.Array<void*> contacts) throws GLib.Error;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate uint PresenceMixinGetMaximumStatusMessageLengthFunc (GLib.Object obj);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate bool PresenceMixinSetOwnStatusFunc (GLib.Object obj, TelepathyGLib.PresenceStatus status) throws GLib.Error;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", has_target = false)]
	public delegate bool PresenceMixinStatusAvailableFunc (GLib.Object obj, uint which);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 3.9)]
	public delegate void ProxyPrepareAsync (TelepathyGLib.Proxy proxy, TelepathyGLib.ProxyFeature feature, [CCode (delegate_target_pos = 0)] GLib.AsyncReadyCallback? callback);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 6.9)]
	public delegate void SimpleApproverAddDispatchOperationImpl (TelepathyGLib.SimpleApprover approver, TelepathyGLib.Account account, TelepathyGLib.Connection connection, GLib.List<TelepathyGLib.Channel> channels, TelepathyGLib.ChannelDispatchOperation? dispatch_operation, TelepathyGLib.AddDispatchOperationContext context);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 7.9)]
	public delegate void SimpleHandlerHandleChannelsImpl (TelepathyGLib.SimpleHandler handler, TelepathyGLib.Account account, TelepathyGLib.Connection connection, GLib.List<TelepathyGLib.Channel> channels, GLib.List<TelepathyGLib.ChannelRequest> requests_satisfied, int64 user_action_time, TelepathyGLib.HandleChannelsContext context);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", instance_pos = 7.9)]
	public delegate void SimpleObserverObserveChannelsImpl (TelepathyGLib.SimpleObserver observer, TelepathyGLib.Account account, TelepathyGLib.Connection connection, GLib.List<TelepathyGLib.Channel> channels, TelepathyGLib.ChannelDispatchOperation? dispatch_operation, GLib.List<TelepathyGLib.ChannelRequest> requests, TelepathyGLib.ObserveChannelsContext context);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_ACCOUNT_MANAGER_BUS_NAME")]
	public const string ACCOUNT_MANAGER_BUS_NAME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_ACCOUNT_MANAGER_OBJECT_PATH")]
	public const string ACCOUNT_MANAGER_OBJECT_PATH;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_ACCOUNT_OBJECT_PATH_BASE")]
	public const string ACCOUNT_OBJECT_PATH_BASE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_CHANNEL_DISPATCHER_BUS_NAME")]
	public const string CHANNEL_DISPATCHER_BUS_NAME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_CHANNEL_DISPATCHER_OBJECT_PATH")]
	public const string CHANNEL_DISPATCHER_OBJECT_PATH;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_CLIENT_BUS_NAME_BASE")]
	public const string CLIENT_BUS_NAME_BASE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_CLIENT_OBJECT_PATH_BASE")]
	public const string CLIENT_OBJECT_PATH_BASE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_CM_BUS_NAME_BASE")]
	public const string CM_BUS_NAME_BASE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_CM_OBJECT_PATH_BASE")]
	public const string CM_OBJECT_PATH_BASE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_CONN_BUS_NAME_BASE")]
	public const string CONN_BUS_NAME_BASE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_CONN_OBJECT_PATH_BASE")]
	public const string CONN_OBJECT_PATH_BASE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_ERROR_PREFIX")]
	public const string ERROR_PREFIX;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_ACCOUNT")]
	public const string IFACE_ACCOUNT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_ACCOUNT_INTERFACE_ADDRESSING")]
	public const string IFACE_ACCOUNT_INTERFACE_ADDRESSING;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_ACCOUNT_INTERFACE_AVATAR")]
	public const string IFACE_ACCOUNT_INTERFACE_AVATAR;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_ACCOUNT_INTERFACE_STORAGE")]
	public const string IFACE_ACCOUNT_INTERFACE_STORAGE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_ACCOUNT_MANAGER")]
	public const string IFACE_ACCOUNT_MANAGER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_AUTHENTICATION_TLS_CERTIFICATE")]
	public const string IFACE_AUTHENTICATION_TLS_CERTIFICATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CALL_CONTENT")]
	public const string IFACE_CALL_CONTENT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CALL_CONTENT_INTERFACE_AUDIO_CONTROL")]
	public const string IFACE_CALL_CONTENT_INTERFACE_AUDIO_CONTROL;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CALL_CONTENT_INTERFACE_DTMF")]
	public const string IFACE_CALL_CONTENT_INTERFACE_DTMF;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CALL_CONTENT_INTERFACE_MEDIA")]
	public const string IFACE_CALL_CONTENT_INTERFACE_MEDIA;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CALL_CONTENT_INTERFACE_VIDEO_CONTROL")]
	public const string IFACE_CALL_CONTENT_INTERFACE_VIDEO_CONTROL;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CALL_CONTENT_MEDIA_DESCRIPTION")]
	public const string IFACE_CALL_CONTENT_MEDIA_DESCRIPTION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPORTS")]
	public const string IFACE_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPORTS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_FEEDBACK")]
	public const string IFACE_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_FEEDBACK;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTP_HEADER_EXTENSIONS")]
	public const string IFACE_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTP_HEADER_EXTENSIONS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CALL_STREAM")]
	public const string IFACE_CALL_STREAM;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CALL_STREAM_ENDPOINT")]
	public const string IFACE_CALL_STREAM_ENDPOINT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CALL_STREAM_INTERFACE_MEDIA")]
	public const string IFACE_CALL_STREAM_INTERFACE_MEDIA;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL")]
	public const string IFACE_CHANNEL;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_DISPATCHER")]
	public const string IFACE_CHANNEL_DISPATCHER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST")]
	public const string IFACE_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_DISPATCH_OPERATION")]
	public const string IFACE_CHANNEL_DISPATCH_OPERATION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_ANONYMITY")]
	public const string IFACE_CHANNEL_INTERFACE_ANONYMITY;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_CALL_STATE")]
	public const string IFACE_CHANNEL_INTERFACE_CALL_STATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION")]
	public const string IFACE_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_CHAT_STATE")]
	public const string IFACE_CHANNEL_INTERFACE_CHAT_STATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_CONFERENCE")]
	public const string IFACE_CHANNEL_INTERFACE_CONFERENCE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_DESTROYABLE")]
	public const string IFACE_CHANNEL_INTERFACE_DESTROYABLE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_DTMF")]
	public const string IFACE_CHANNEL_INTERFACE_DTMF;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA")]
	public const string IFACE_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_GROUP")]
	public const string IFACE_CHANNEL_INTERFACE_GROUP;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_HOLD")]
	public const string IFACE_CHANNEL_INTERFACE_HOLD;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING")]
	public const string IFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_MESSAGES")]
	public const string IFACE_CHANNEL_INTERFACE_MESSAGES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_PASSWORD")]
	public const string IFACE_CHANNEL_INTERFACE_PASSWORD;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_ROOM")]
	public const string IFACE_CHANNEL_INTERFACE_ROOM;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_ROOM_CONFIG")]
	public const string IFACE_CHANNEL_INTERFACE_ROOM_CONFIG;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_SASL_AUTHENTICATION")]
	public const string IFACE_CHANNEL_INTERFACE_SASL_AUTHENTICATION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_SECURABLE")]
	public const string IFACE_CHANNEL_INTERFACE_SECURABLE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_SERVICE_POINT")]
	public const string IFACE_CHANNEL_INTERFACE_SERVICE_POINT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_SMS")]
	public const string IFACE_CHANNEL_INTERFACE_SMS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_SUBJECT")]
	public const string IFACE_CHANNEL_INTERFACE_SUBJECT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_INTERFACE_TUBE")]
	public const string IFACE_CHANNEL_INTERFACE_TUBE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_REQUEST")]
	public const string IFACE_CHANNEL_REQUEST;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_TYPE_CALL")]
	public const string IFACE_CHANNEL_TYPE_CALL;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_TYPE_CONTACT_LIST")]
	public const string IFACE_CHANNEL_TYPE_CONTACT_LIST;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_TYPE_CONTACT_SEARCH")]
	public const string IFACE_CHANNEL_TYPE_CONTACT_SEARCH;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_TYPE_DBUS_TUBE")]
	public const string IFACE_CHANNEL_TYPE_DBUS_TUBE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_TYPE_FILE_TRANSFER")]
	public const string IFACE_CHANNEL_TYPE_FILE_TRANSFER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_TYPE_ROOM_LIST")]
	public const string IFACE_CHANNEL_TYPE_ROOM_LIST;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_TYPE_SERVER_AUTHENTICATION")]
	public const string IFACE_CHANNEL_TYPE_SERVER_AUTHENTICATION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_TYPE_SERVER_TLS_CONNECTION")]
	public const string IFACE_CHANNEL_TYPE_SERVER_TLS_CONNECTION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_TYPE_STREAMED_MEDIA")]
	public const string IFACE_CHANNEL_TYPE_STREAMED_MEDIA;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_TYPE_STREAM_TUBE")]
	public const string IFACE_CHANNEL_TYPE_STREAM_TUBE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_TYPE_TEXT")]
	public const string IFACE_CHANNEL_TYPE_TEXT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CHANNEL_TYPE_TUBES")]
	public const string IFACE_CHANNEL_TYPE_TUBES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CLIENT")]
	public const string IFACE_CLIENT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CLIENT_APPROVER")]
	public const string IFACE_CLIENT_APPROVER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CLIENT_HANDLER")]
	public const string IFACE_CLIENT_HANDLER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CLIENT_INTERFACE_REQUESTS")]
	public const string IFACE_CLIENT_INTERFACE_REQUESTS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CLIENT_OBSERVER")]
	public const string IFACE_CLIENT_OBSERVER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION")]
	public const string IFACE_CONNECTION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_ADDRESSING")]
	public const string IFACE_CONNECTION_INTERFACE_ADDRESSING;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_ALIASING")]
	public const string IFACE_CONNECTION_INTERFACE_ALIASING;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_ANONYMITY")]
	public const string IFACE_CONNECTION_INTERFACE_ANONYMITY;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_AVATARS")]
	public const string IFACE_CONNECTION_INTERFACE_AVATARS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_BALANCE")]
	public const string IFACE_CONNECTION_INTERFACE_BALANCE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_CAPABILITIES")]
	public const string IFACE_CONNECTION_INTERFACE_CAPABILITIES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_CELLULAR")]
	public const string IFACE_CONNECTION_INTERFACE_CELLULAR;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_CLIENT_TYPES")]
	public const string IFACE_CONNECTION_INTERFACE_CLIENT_TYPES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_CONTACTS")]
	public const string IFACE_CONNECTION_INTERFACE_CONTACTS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_CONTACT_BLOCKING")]
	public const string IFACE_CONNECTION_INTERFACE_CONTACT_BLOCKING;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES")]
	public const string IFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_CONTACT_GROUPS")]
	public const string IFACE_CONNECTION_INTERFACE_CONTACT_GROUPS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_CONTACT_INFO")]
	public const string IFACE_CONNECTION_INTERFACE_CONTACT_INFO;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_CONTACT_LIST")]
	public const string IFACE_CONNECTION_INTERFACE_CONTACT_LIST;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_LOCATION")]
	public const string IFACE_CONNECTION_INTERFACE_LOCATION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_MAIL_NOTIFICATION")]
	public const string IFACE_CONNECTION_INTERFACE_MAIL_NOTIFICATION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_POWER_SAVING")]
	public const string IFACE_CONNECTION_INTERFACE_POWER_SAVING;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_PRESENCE")]
	public const string IFACE_CONNECTION_INTERFACE_PRESENCE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_REQUESTS")]
	public const string IFACE_CONNECTION_INTERFACE_REQUESTS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_SERVICE_POINT")]
	public const string IFACE_CONNECTION_INTERFACE_SERVICE_POINT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE")]
	public const string IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_CONNECTION_MANAGER")]
	public const string IFACE_CONNECTION_MANAGER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_DBUS_DAEMON")]
	public const string IFACE_DBUS_DAEMON;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_DBUS_INTROSPECTABLE")]
	public const string IFACE_DBUS_INTROSPECTABLE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_DBUS_PEER")]
	public const string IFACE_DBUS_PEER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_DBUS_PROPERTIES")]
	public const string IFACE_DBUS_PROPERTIES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_DEBUG")]
	public const string IFACE_DEBUG;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_MEDIA_SESSION_HANDLER")]
	public const string IFACE_MEDIA_SESSION_HANDLER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_MEDIA_STREAM_HANDLER")]
	public const string IFACE_MEDIA_STREAM_HANDLER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_PROPERTIES_INTERFACE")]
	public const string IFACE_PROPERTIES_INTERFACE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_PROTOCOL")]
	public const string IFACE_PROTOCOL;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_PROTOCOL_INTERFACE_ADDRESSING")]
	public const string IFACE_PROTOCOL_INTERFACE_ADDRESSING;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_PROTOCOL_INTERFACE_AVATARS")]
	public const string IFACE_PROTOCOL_INTERFACE_AVATARS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_IFACE_PROTOCOL_INTERFACE_PRESENCE")]
	public const string IFACE_PROTOCOL_INTERFACE_PRESENCE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_AUTOMATIC_PRESENCE")]
	public const string PROP_ACCOUNT_AUTOMATIC_PRESENCE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_CHANGING_PRESENCE")]
	public const string PROP_ACCOUNT_CHANGING_PRESENCE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_CONNECTION")]
	public const string PROP_ACCOUNT_CONNECTION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_CONNECTION_ERROR")]
	public const string PROP_ACCOUNT_CONNECTION_ERROR;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_CONNECTION_ERROR_DETAILS")]
	public const string PROP_ACCOUNT_CONNECTION_ERROR_DETAILS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_CONNECTION_STATUS")]
	public const string PROP_ACCOUNT_CONNECTION_STATUS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_CONNECTION_STATUS_REASON")]
	public const string PROP_ACCOUNT_CONNECTION_STATUS_REASON;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_CONNECT_AUTOMATICALLY")]
	public const string PROP_ACCOUNT_CONNECT_AUTOMATICALLY;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_CURRENT_PRESENCE")]
	public const string PROP_ACCOUNT_CURRENT_PRESENCE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_DISPLAY_NAME")]
	public const string PROP_ACCOUNT_DISPLAY_NAME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_ENABLED")]
	public const string PROP_ACCOUNT_ENABLED;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_HAS_BEEN_ONLINE")]
	public const string PROP_ACCOUNT_HAS_BEEN_ONLINE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_ICON")]
	public const string PROP_ACCOUNT_ICON;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_INTERFACES")]
	public const string PROP_ACCOUNT_INTERFACES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_INTERFACE_ADDRESSING_URI_SCHEMES")]
	public const string PROP_ACCOUNT_INTERFACE_ADDRESSING_URI_SCHEMES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_INTERFACE_AVATAR_AVATAR")]
	public const string PROP_ACCOUNT_INTERFACE_AVATAR_AVATAR;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_IDENTIFIER")]
	public const string PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_IDENTIFIER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_PROVIDER")]
	public const string PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_PROVIDER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_RESTRICTIONS")]
	public const string PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_RESTRICTIONS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_SPECIFIC_INFORMATION")]
	public const string PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_SPECIFIC_INFORMATION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_MANAGER_INTERFACES")]
	public const string PROP_ACCOUNT_MANAGER_INTERFACES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_MANAGER_INVALID_ACCOUNTS")]
	public const string PROP_ACCOUNT_MANAGER_INVALID_ACCOUNTS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_MANAGER_SUPPORTED_ACCOUNT_PROPERTIES")]
	public const string PROP_ACCOUNT_MANAGER_SUPPORTED_ACCOUNT_PROPERTIES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_MANAGER_VALID_ACCOUNTS")]
	public const string PROP_ACCOUNT_MANAGER_VALID_ACCOUNTS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_NICKNAME")]
	public const string PROP_ACCOUNT_NICKNAME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_NORMALIZED_NAME")]
	public const string PROP_ACCOUNT_NORMALIZED_NAME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_PARAMETERS")]
	public const string PROP_ACCOUNT_PARAMETERS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_REQUESTED_PRESENCE")]
	public const string PROP_ACCOUNT_REQUESTED_PRESENCE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_SERVICE")]
	public const string PROP_ACCOUNT_SERVICE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_SUPERSEDES")]
	public const string PROP_ACCOUNT_SUPERSEDES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_ACCOUNT_VALID")]
	public const string PROP_ACCOUNT_VALID;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_AUTHENTICATION_TLS_CERTIFICATE_CERTIFICATE_CHAIN_DATA")]
	public const string PROP_AUTHENTICATION_TLS_CERTIFICATE_CERTIFICATE_CHAIN_DATA;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_AUTHENTICATION_TLS_CERTIFICATE_CERTIFICATE_TYPE")]
	public const string PROP_AUTHENTICATION_TLS_CERTIFICATE_CERTIFICATE_TYPE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_AUTHENTICATION_TLS_CERTIFICATE_REJECTIONS")]
	public const string PROP_AUTHENTICATION_TLS_CERTIFICATE_REJECTIONS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_AUTHENTICATION_TLS_CERTIFICATE_STATE")]
	public const string PROP_AUTHENTICATION_TLS_CERTIFICATE_STATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_DISPOSITION")]
	public const string PROP_CALL_CONTENT_DISPOSITION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_INTERFACES")]
	public const string PROP_CALL_CONTENT_INTERFACES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_INTERFACE_AUDIO_CONTROL_REQUESTED_INPUT_VOLUME")]
	public const string PROP_CALL_CONTENT_INTERFACE_AUDIO_CONTROL_REQUESTED_INPUT_VOLUME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_INTERFACE_AUDIO_CONTROL_REQUESTED_OUTPUT_VOLUME")]
	public const string PROP_CALL_CONTENT_INTERFACE_AUDIO_CONTROL_REQUESTED_OUTPUT_VOLUME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_INTERFACE_DTMF_CURRENTLY_SENDING_TONES")]
	public const string PROP_CALL_CONTENT_INTERFACE_DTMF_CURRENTLY_SENDING_TONES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_INTERFACE_DTMF_DEFERRED_TONES")]
	public const string PROP_CALL_CONTENT_INTERFACE_DTMF_DEFERRED_TONES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_CURRENT_DTMF_EVENT")]
	public const string PROP_CALL_CONTENT_INTERFACE_MEDIA_CURRENT_DTMF_EVENT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_CURRENT_DTMF_STATE")]
	public const string PROP_CALL_CONTENT_INTERFACE_MEDIA_CURRENT_DTMF_STATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_LOCAL_MEDIA_DESCRIPTIONS")]
	public const string PROP_CALL_CONTENT_INTERFACE_MEDIA_LOCAL_MEDIA_DESCRIPTIONS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_MEDIA_DESCRIPTION_OFFER")]
	public const string PROP_CALL_CONTENT_INTERFACE_MEDIA_MEDIA_DESCRIPTION_OFFER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_PACKETIZATION")]
	public const string PROP_CALL_CONTENT_INTERFACE_MEDIA_PACKETIZATION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_INTERFACE_MEDIA_REMOTE_MEDIA_DESCRIPTIONS")]
	public const string PROP_CALL_CONTENT_INTERFACE_MEDIA_REMOTE_MEDIA_DESCRIPTIONS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_BITRATE")]
	public const string PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_BITRATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_FRAMERATE")]
	public const string PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_FRAMERATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_MANUAL_KEY_FRAMES")]
	public const string PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_MANUAL_KEY_FRAMES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_MTU")]
	public const string PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_MTU;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_VIDEO_RESOLUTION")]
	public const string PROP_CALL_CONTENT_INTERFACE_VIDEO_CONTROL_VIDEO_RESOLUTION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_CODECS")]
	public const string PROP_CALL_CONTENT_MEDIA_DESCRIPTION_CODECS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_FURTHER_NEGOTIATION_REQUIRED")]
	public const string PROP_CALL_CONTENT_MEDIA_DESCRIPTION_FURTHER_NEGOTIATION_REQUIRED;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_HAS_REMOTE_INFORMATION")]
	public const string PROP_CALL_CONTENT_MEDIA_DESCRIPTION_HAS_REMOTE_INFORMATION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACES")]
	public const string PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPORTS_DLRR_MAX_SIZE")]
	public const string PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPORTS_DLRR_MAX_SIZE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPORTS_DUPLICATE_RLE_MAX_SIZE")]
	public const string PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPORTS_DUPLICATE_RLE_MAX_SIZE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPORTS_ENABLE_METRICS")]
	public const string PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPORTS_ENABLE_METRICS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPORTS_LOSS_RLE_MAX_SIZE")]
	public const string PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPORTS_LOSS_RLE_MAX_SIZE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPORTS_PACKET_RECEIPT_TIMES_MAX_SIZE")]
	public const string PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPORTS_PACKET_RECEIPT_TIMES_MAX_SIZE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPORTS_RTT_MODE")]
	public const string PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPORTS_RTT_MODE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPORTS_STATISTICS_FLAGS")]
	public const string PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_EXTENDED_REPORTS_STATISTICS_FLAGS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_FEEDBACK_DOES_AVPF")]
	public const string PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_FEEDBACK_DOES_AVPF;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_FEEDBACK_FEEDBACK_MESSAGES")]
	public const string PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTCP_FEEDBACK_FEEDBACK_MESSAGES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTP_HEADER_EXTENSIONS_HEADER_EXTENSIONS")]
	public const string PROP_CALL_CONTENT_MEDIA_DESCRIPTION_INTERFACE_RTP_HEADER_EXTENSIONS_HEADER_EXTENSIONS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_REMOTE_CONTACT")]
	public const string PROP_CALL_CONTENT_MEDIA_DESCRIPTION_REMOTE_CONTACT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_MEDIA_DESCRIPTION_SSRCS")]
	public const string PROP_CALL_CONTENT_MEDIA_DESCRIPTION_SSRCS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_NAME")]
	public const string PROP_CALL_CONTENT_NAME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_STREAMS")]
	public const string PROP_CALL_CONTENT_STREAMS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_CONTENT_TYPE")]
	public const string PROP_CALL_CONTENT_TYPE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_CAN_REQUEST_RECEIVING")]
	public const string PROP_CALL_STREAM_CAN_REQUEST_RECEIVING;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_ENDPOINT_CONTROLLING")]
	public const string PROP_CALL_STREAM_ENDPOINT_CONTROLLING;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_ENDPOINT_ENDPOINT_STATE")]
	public const string PROP_CALL_STREAM_ENDPOINT_ENDPOINT_STATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_ENDPOINT_IS_ICE_LITE")]
	public const string PROP_CALL_STREAM_ENDPOINT_IS_ICE_LITE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_ENDPOINT_REMOTE_CANDIDATES")]
	public const string PROP_CALL_STREAM_ENDPOINT_REMOTE_CANDIDATES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_ENDPOINT_REMOTE_CREDENTIALS")]
	public const string PROP_CALL_STREAM_ENDPOINT_REMOTE_CREDENTIALS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_ENDPOINT_SELECTED_CANDIDATE_PAIRS")]
	public const string PROP_CALL_STREAM_ENDPOINT_SELECTED_CANDIDATE_PAIRS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_ENDPOINT_TRANSPORT")]
	public const string PROP_CALL_STREAM_ENDPOINT_TRANSPORT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_INTERFACES")]
	public const string PROP_CALL_STREAM_INTERFACES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_INTERFACE_MEDIA_ENDPOINTS")]
	public const string PROP_CALL_STREAM_INTERFACE_MEDIA_ENDPOINTS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_INTERFACE_MEDIA_HAS_SERVER_INFO")]
	public const string PROP_CALL_STREAM_INTERFACE_MEDIA_HAS_SERVER_INFO;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_INTERFACE_MEDIA_ICE_RESTART_PENDING")]
	public const string PROP_CALL_STREAM_INTERFACE_MEDIA_ICE_RESTART_PENDING;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_INTERFACE_MEDIA_LOCAL_CANDIDATES")]
	public const string PROP_CALL_STREAM_INTERFACE_MEDIA_LOCAL_CANDIDATES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_INTERFACE_MEDIA_LOCAL_CREDENTIALS")]
	public const string PROP_CALL_STREAM_INTERFACE_MEDIA_LOCAL_CREDENTIALS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_INTERFACE_MEDIA_RECEIVING_STATE")]
	public const string PROP_CALL_STREAM_INTERFACE_MEDIA_RECEIVING_STATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_INTERFACE_MEDIA_RELAY_INFO")]
	public const string PROP_CALL_STREAM_INTERFACE_MEDIA_RELAY_INFO;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_INTERFACE_MEDIA_SENDING_STATE")]
	public const string PROP_CALL_STREAM_INTERFACE_MEDIA_SENDING_STATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_INTERFACE_MEDIA_STUN_SERVERS")]
	public const string PROP_CALL_STREAM_INTERFACE_MEDIA_STUN_SERVERS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_INTERFACE_MEDIA_TRANSPORT")]
	public const string PROP_CALL_STREAM_INTERFACE_MEDIA_TRANSPORT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_LOCAL_SENDING_STATE")]
	public const string PROP_CALL_STREAM_LOCAL_SENDING_STATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_REMOTE_MEMBERS")]
	public const string PROP_CALL_STREAM_REMOTE_MEMBERS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CALL_STREAM_REMOTE_MEMBER_IDENTIFIERS")]
	public const string PROP_CALL_STREAM_REMOTE_MEMBER_IDENTIFIERS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_CHANNEL_TYPE")]
	public const string PROP_CHANNEL_CHANNEL_TYPE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_DISPATCHER_INTERFACES")]
	public const string PROP_CHANNEL_DISPATCHER_INTERFACES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST_DISPATCH_OPERATIONS")]
	public const string PROP_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST_DISPATCH_OPERATIONS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_DISPATCHER_SUPPORTS_REQUEST_HINTS")]
	public const string PROP_CHANNEL_DISPATCHER_SUPPORTS_REQUEST_HINTS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_DISPATCH_OPERATION_ACCOUNT")]
	public const string PROP_CHANNEL_DISPATCH_OPERATION_ACCOUNT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_DISPATCH_OPERATION_CHANNELS")]
	public const string PROP_CHANNEL_DISPATCH_OPERATION_CHANNELS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_DISPATCH_OPERATION_CONNECTION")]
	public const string PROP_CHANNEL_DISPATCH_OPERATION_CONNECTION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_DISPATCH_OPERATION_INTERFACES")]
	public const string PROP_CHANNEL_DISPATCH_OPERATION_INTERFACES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_DISPATCH_OPERATION_POSSIBLE_HANDLERS")]
	public const string PROP_CHANNEL_DISPATCH_OPERATION_POSSIBLE_HANDLERS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INITIATOR_HANDLE")]
	public const string PROP_CHANNEL_INITIATOR_HANDLE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INITIATOR_ID")]
	public const string PROP_CHANNEL_INITIATOR_ID;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACES")]
	public const string PROP_CHANNEL_INTERFACES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ANONYMITY_ANONYMITY_MANDATORY")]
	public const string PROP_CHANNEL_INTERFACE_ANONYMITY_ANONYMITY_MANDATORY;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ANONYMITY_ANONYMITY_MODES")]
	public const string PROP_CHANNEL_INTERFACE_ANONYMITY_ANONYMITY_MODES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ANONYMITY_ANONYMOUS_ID")]
	public const string PROP_CHANNEL_INTERFACE_ANONYMITY_ANONYMOUS_ID;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION_CAN_RETRY_CAPTCHA")]
	public const string PROP_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION_CAN_RETRY_CAPTCHA;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION_CAPTCHA_ERROR")]
	public const string PROP_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION_CAPTCHA_ERROR;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION_CAPTCHA_ERROR_DETAILS")]
	public const string PROP_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION_CAPTCHA_ERROR_DETAILS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION_CAPTCHA_STATUS")]
	public const string PROP_CHANNEL_INTERFACE_CAPTCHA_AUTHENTICATION_CAPTCHA_STATUS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_CHAT_STATE_CHAT_STATES")]
	public const string PROP_CHANNEL_INTERFACE_CHAT_STATE_CHAT_STATES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_CONFERENCE_CHANNELS")]
	public const string PROP_CHANNEL_INTERFACE_CONFERENCE_CHANNELS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_CHANNELS")]
	public const string PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_CHANNELS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_INVITEE_HANDLES")]
	public const string PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_INVITEE_HANDLES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_INVITEE_IDS")]
	public const string PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_INVITEE_IDS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INVITATION_MESSAGE")]
	public const string PROP_CHANNEL_INTERFACE_CONFERENCE_INVITATION_MESSAGE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_CONFERENCE_ORIGINAL_CHANNELS")]
	public const string PROP_CHANNEL_INTERFACE_CONFERENCE_ORIGINAL_CHANNELS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_DTMF_CURRENTLY_SENDING_TONES")]
	public const string PROP_CHANNEL_INTERFACE_DTMF_CURRENTLY_SENDING_TONES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_DTMF_DEFERRED_TONES")]
	public const string PROP_CHANNEL_INTERFACE_DTMF_DEFERRED_TONES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_DTMF_INITIAL_TONES")]
	public const string PROP_CHANNEL_INTERFACE_DTMF_INITIAL_TONES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA_METADATA")]
	public const string PROP_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA_METADATA;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA_SERVICE_NAME")]
	public const string PROP_CHANNEL_INTERFACE_FILE_TRANSFER_METADATA_SERVICE_NAME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_GROUP_GROUP_FLAGS")]
	public const string PROP_CHANNEL_INTERFACE_GROUP_GROUP_FLAGS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_GROUP_HANDLE_OWNERS")]
	public const string PROP_CHANNEL_INTERFACE_GROUP_HANDLE_OWNERS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_GROUP_LOCAL_PENDING_MEMBERS")]
	public const string PROP_CHANNEL_INTERFACE_GROUP_LOCAL_PENDING_MEMBERS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_GROUP_MEMBERS")]
	public const string PROP_CHANNEL_INTERFACE_GROUP_MEMBERS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_GROUP_MEMBER_IDENTIFIERS")]
	public const string PROP_CHANNEL_INTERFACE_GROUP_MEMBER_IDENTIFIERS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_GROUP_REMOTE_PENDING_MEMBERS")]
	public const string PROP_CHANNEL_INTERFACE_GROUP_REMOTE_PENDING_MEMBERS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_GROUP_SELF_HANDLE")]
	public const string PROP_CHANNEL_INTERFACE_GROUP_SELF_HANDLE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_MESSAGES_DELIVERY_REPORTING_SUPPORT")]
	public const string PROP_CHANNEL_INTERFACE_MESSAGES_DELIVERY_REPORTING_SUPPORT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_MESSAGES_MESSAGE_PART_SUPPORT_FLAGS")]
	public const string PROP_CHANNEL_INTERFACE_MESSAGES_MESSAGE_PART_SUPPORT_FLAGS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_MESSAGES_MESSAGE_TYPES")]
	public const string PROP_CHANNEL_INTERFACE_MESSAGES_MESSAGE_TYPES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_MESSAGES_PENDING_MESSAGES")]
	public const string PROP_CHANNEL_INTERFACE_MESSAGES_PENDING_MESSAGES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_MESSAGES_SUPPORTED_CONTENT_TYPES")]
	public const string PROP_CHANNEL_INTERFACE_MESSAGES_SUPPORTED_CONTENT_TYPES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_ANONYMOUS")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CONFIG_ANONYMOUS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_CAN_UPDATE_CONFIGURATION")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CONFIG_CAN_UPDATE_CONFIGURATION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_CONFIGURATION_RETRIEVED")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CONFIG_CONFIGURATION_RETRIEVED;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_DESCRIPTION")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CONFIG_DESCRIPTION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_INVITEONLY")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CONFIG_INVITEONLY;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_LIMIT")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CONFIG_LIMIT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_MODERATED")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CONFIG_MODERATED;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_MUTABLE_PROPERTIES")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CONFIG_MUTABLE_PROPERTIES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PASSWORD")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PASSWORD;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PASSWORD_HINT")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PASSWORD_HINT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PASSWORD_PROTECTED")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PASSWORD_PROTECTED;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PERSISTENT")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PERSISTENT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PRIVATE")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CONFIG_PRIVATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CONFIG_TITLE")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CONFIG_TITLE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CREATION_TIMESTAMP")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CREATION_TIMESTAMP;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CREATOR")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CREATOR;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_CREATOR_HANDLE")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_CREATOR_HANDLE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_ROOM_NAME")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_ROOM_NAME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_ROOM_SERVER")]
	public const string PROP_CHANNEL_INTERFACE_ROOM_SERVER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_AUTHORIZATION_IDENTITY")]
	public const string PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_AUTHORIZATION_IDENTITY;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_AVAILABLE_MECHANISMS")]
	public const string PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_AVAILABLE_MECHANISMS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_CAN_TRY_AGAIN")]
	public const string PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_CAN_TRY_AGAIN;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_DEFAULT_REALM")]
	public const string PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_DEFAULT_REALM;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_DEFAULT_USERNAME")]
	public const string PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_DEFAULT_USERNAME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_HAS_INITIAL_DATA")]
	public const string PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_HAS_INITIAL_DATA;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_MAY_SAVE_RESPONSE")]
	public const string PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_MAY_SAVE_RESPONSE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_SASL_ERROR")]
	public const string PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_SASL_ERROR;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_SASL_ERROR_DETAILS")]
	public const string PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_SASL_ERROR_DETAILS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_SASL_STATUS")]
	public const string PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_SASL_STATUS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SECURABLE_ENCRYPTED")]
	public const string PROP_CHANNEL_INTERFACE_SECURABLE_ENCRYPTED;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SECURABLE_VERIFIED")]
	public const string PROP_CHANNEL_INTERFACE_SECURABLE_VERIFIED;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SERVICE_POINT_CURRENT_SERVICE_POINT")]
	public const string PROP_CHANNEL_INTERFACE_SERVICE_POINT_CURRENT_SERVICE_POINT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SERVICE_POINT_INITIAL_SERVICE_POINT")]
	public const string PROP_CHANNEL_INTERFACE_SERVICE_POINT_INITIAL_SERVICE_POINT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SMS_FLASH")]
	public const string PROP_CHANNEL_INTERFACE_SMS_FLASH;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SMS_SMS_CHANNEL")]
	public const string PROP_CHANNEL_INTERFACE_SMS_SMS_CHANNEL;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SUBJECT_ACTOR")]
	public const string PROP_CHANNEL_INTERFACE_SUBJECT_ACTOR;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SUBJECT_ACTOR_HANDLE")]
	public const string PROP_CHANNEL_INTERFACE_SUBJECT_ACTOR_HANDLE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SUBJECT_CAN_SET")]
	public const string PROP_CHANNEL_INTERFACE_SUBJECT_CAN_SET;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SUBJECT_SUBJECT")]
	public const string PROP_CHANNEL_INTERFACE_SUBJECT_SUBJECT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_SUBJECT_TIMESTAMP")]
	public const string PROP_CHANNEL_INTERFACE_SUBJECT_TIMESTAMP;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_TUBE_PARAMETERS")]
	public const string PROP_CHANNEL_INTERFACE_TUBE_PARAMETERS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_INTERFACE_TUBE_STATE")]
	public const string PROP_CHANNEL_INTERFACE_TUBE_STATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_REQUESTED")]
	public const string PROP_CHANNEL_REQUESTED;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_REQUEST_ACCOUNT")]
	public const string PROP_CHANNEL_REQUEST_ACCOUNT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_REQUEST_HINTS")]
	public const string PROP_CHANNEL_REQUEST_HINTS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_REQUEST_INTERFACES")]
	public const string PROP_CHANNEL_REQUEST_INTERFACES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_REQUEST_PREFERRED_HANDLER")]
	public const string PROP_CHANNEL_REQUEST_PREFERRED_HANDLER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_REQUEST_REQUESTS")]
	public const string PROP_CHANNEL_REQUEST_REQUESTS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_REQUEST_USER_ACTION_TIME")]
	public const string PROP_CHANNEL_REQUEST_USER_ACTION_TIME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TARGET_HANDLE")]
	public const string PROP_CHANNEL_TARGET_HANDLE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TARGET_HANDLE_TYPE")]
	public const string PROP_CHANNEL_TARGET_HANDLE_TYPE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TARGET_ID")]
	public const string PROP_CHANNEL_TARGET_ID;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CALL_CALL_FLAGS")]
	public const string PROP_CHANNEL_TYPE_CALL_CALL_FLAGS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CALL_CALL_MEMBERS")]
	public const string PROP_CHANNEL_TYPE_CALL_CALL_MEMBERS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CALL_CALL_STATE")]
	public const string PROP_CHANNEL_TYPE_CALL_CALL_STATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CALL_CALL_STATE_DETAILS")]
	public const string PROP_CHANNEL_TYPE_CALL_CALL_STATE_DETAILS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CALL_CALL_STATE_REASON")]
	public const string PROP_CHANNEL_TYPE_CALL_CALL_STATE_REASON;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CALL_CONTENTS")]
	public const string PROP_CHANNEL_TYPE_CALL_CONTENTS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CALL_HARDWARE_STREAMING")]
	public const string PROP_CHANNEL_TYPE_CALL_HARDWARE_STREAMING;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CALL_INITIAL_AUDIO")]
	public const string PROP_CHANNEL_TYPE_CALL_INITIAL_AUDIO;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CALL_INITIAL_AUDIO_NAME")]
	public const string PROP_CHANNEL_TYPE_CALL_INITIAL_AUDIO_NAME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CALL_INITIAL_TRANSPORT")]
	public const string PROP_CHANNEL_TYPE_CALL_INITIAL_TRANSPORT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CALL_INITIAL_VIDEO")]
	public const string PROP_CHANNEL_TYPE_CALL_INITIAL_VIDEO;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CALL_INITIAL_VIDEO_NAME")]
	public const string PROP_CHANNEL_TYPE_CALL_INITIAL_VIDEO_NAME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CALL_MEMBER_IDENTIFIERS")]
	public const string PROP_CHANNEL_TYPE_CALL_MEMBER_IDENTIFIERS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CALL_MUTABLE_CONTENTS")]
	public const string PROP_CHANNEL_TYPE_CALL_MUTABLE_CONTENTS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CONTACT_SEARCH_AVAILABLE_SEARCH_KEYS")]
	public const string PROP_CHANNEL_TYPE_CONTACT_SEARCH_AVAILABLE_SEARCH_KEYS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CONTACT_SEARCH_LIMIT")]
	public const string PROP_CHANNEL_TYPE_CONTACT_SEARCH_LIMIT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CONTACT_SEARCH_SEARCH_STATE")]
	public const string PROP_CHANNEL_TYPE_CONTACT_SEARCH_SEARCH_STATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_CONTACT_SEARCH_SERVER")]
	public const string PROP_CHANNEL_TYPE_CONTACT_SEARCH_SERVER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_DBUS_TUBE_DBUS_NAMES")]
	public const string PROP_CHANNEL_TYPE_DBUS_TUBE_DBUS_NAMES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_DBUS_TUBE_SERVICE_NAME")]
	public const string PROP_CHANNEL_TYPE_DBUS_TUBE_SERVICE_NAME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_DBUS_TUBE_SUPPORTED_ACCESS_CONTROLS")]
	public const string PROP_CHANNEL_TYPE_DBUS_TUBE_SUPPORTED_ACCESS_CONTROLS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_AVAILABLE_SOCKET_TYPES")]
	public const string PROP_CHANNEL_TYPE_FILE_TRANSFER_AVAILABLE_SOCKET_TYPES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_HASH")]
	public const string PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_HASH;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_HASH_TYPE")]
	public const string PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_HASH_TYPE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_TYPE")]
	public const string PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_TYPE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_DATE")]
	public const string PROP_CHANNEL_TYPE_FILE_TRANSFER_DATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_DESCRIPTION")]
	public const string PROP_CHANNEL_TYPE_FILE_TRANSFER_DESCRIPTION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_FILENAME")]
	public const string PROP_CHANNEL_TYPE_FILE_TRANSFER_FILENAME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_INITIAL_OFFSET")]
	public const string PROP_CHANNEL_TYPE_FILE_TRANSFER_INITIAL_OFFSET;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_SIZE")]
	public const string PROP_CHANNEL_TYPE_FILE_TRANSFER_SIZE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_STATE")]
	public const string PROP_CHANNEL_TYPE_FILE_TRANSFER_STATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_TRANSFERRED_BYTES")]
	public const string PROP_CHANNEL_TYPE_FILE_TRANSFER_TRANSFERRED_BYTES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_URI")]
	public const string PROP_CHANNEL_TYPE_FILE_TRANSFER_URI;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_ROOM_LIST_SERVER")]
	public const string PROP_CHANNEL_TYPE_ROOM_LIST_SERVER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_SERVER_AUTHENTICATION_AUTHENTICATION_METHOD")]
	public const string PROP_CHANNEL_TYPE_SERVER_AUTHENTICATION_AUTHENTICATION_METHOD;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_SERVER_TLS_CONNECTION_HOSTNAME")]
	public const string PROP_CHANNEL_TYPE_SERVER_TLS_CONNECTION_HOSTNAME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_SERVER_TLS_CONNECTION_REFERENCE_IDENTITIES")]
	public const string PROP_CHANNEL_TYPE_SERVER_TLS_CONNECTION_REFERENCE_IDENTITIES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_SERVER_TLS_CONNECTION_SERVER_CERTIFICATE")]
	public const string PROP_CHANNEL_TYPE_SERVER_TLS_CONNECTION_SERVER_CERTIFICATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_STREAMED_MEDIA_IMMUTABLE_STREAMS")]
	public const string PROP_CHANNEL_TYPE_STREAMED_MEDIA_IMMUTABLE_STREAMS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_STREAMED_MEDIA_INITIAL_AUDIO")]
	public const string PROP_CHANNEL_TYPE_STREAMED_MEDIA_INITIAL_AUDIO;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_STREAMED_MEDIA_INITIAL_VIDEO")]
	public const string PROP_CHANNEL_TYPE_STREAMED_MEDIA_INITIAL_VIDEO;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_STREAM_TUBE_SERVICE")]
	public const string PROP_CHANNEL_TYPE_STREAM_TUBE_SERVICE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CHANNEL_TYPE_STREAM_TUBE_SUPPORTED_SOCKET_TYPES")]
	public const string PROP_CHANNEL_TYPE_STREAM_TUBE_SUPPORTED_SOCKET_TYPES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CLIENT_APPROVER_APPROVER_CHANNEL_FILTER")]
	public const string PROP_CLIENT_APPROVER_APPROVER_CHANNEL_FILTER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CLIENT_HANDLER_BYPASS_APPROVAL")]
	public const string PROP_CLIENT_HANDLER_BYPASS_APPROVAL;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CLIENT_HANDLER_CAPABILITIES")]
	public const string PROP_CLIENT_HANDLER_CAPABILITIES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CLIENT_HANDLER_HANDLED_CHANNELS")]
	public const string PROP_CLIENT_HANDLER_HANDLED_CHANNELS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CLIENT_HANDLER_HANDLER_CHANNEL_FILTER")]
	public const string PROP_CLIENT_HANDLER_HANDLER_CHANNEL_FILTER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CLIENT_INTERFACES")]
	public const string PROP_CLIENT_INTERFACES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CLIENT_OBSERVER_DELAY_APPROVERS")]
	public const string PROP_CLIENT_OBSERVER_DELAY_APPROVERS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CLIENT_OBSERVER_OBSERVER_CHANNEL_FILTER")]
	public const string PROP_CLIENT_OBSERVER_OBSERVER_CHANNEL_FILTER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CLIENT_OBSERVER_RECOVER")]
	public const string PROP_CLIENT_OBSERVER_RECOVER;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_HAS_IMMORTAL_HANDLES")]
	public const string PROP_CONNECTION_HAS_IMMORTAL_HANDLES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACES")]
	public const string PROP_CONNECTION_INTERFACES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_ANONYMITY_ANONYMITY_MANDATORY")]
	public const string PROP_CONNECTION_INTERFACE_ANONYMITY_ANONYMITY_MANDATORY;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_ANONYMITY_ANONYMITY_MODES")]
	public const string PROP_CONNECTION_INTERFACE_ANONYMITY_ANONYMITY_MODES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_ANONYMITY_SUPPORTED_ANONYMITY_MODES")]
	public const string PROP_CONNECTION_INTERFACE_ANONYMITY_SUPPORTED_ANONYMITY_MODES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_BYTES")]
	public const string PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_BYTES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_HEIGHT")]
	public const string PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_HEIGHT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_WIDTH")]
	public const string PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_WIDTH;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_AVATARS_MINIMUM_AVATAR_HEIGHT")]
	public const string PROP_CONNECTION_INTERFACE_AVATARS_MINIMUM_AVATAR_HEIGHT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_AVATARS_MINIMUM_AVATAR_WIDTH")]
	public const string PROP_CONNECTION_INTERFACE_AVATARS_MINIMUM_AVATAR_WIDTH;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_AVATARS_RECOMMENDED_AVATAR_HEIGHT")]
	public const string PROP_CONNECTION_INTERFACE_AVATARS_RECOMMENDED_AVATAR_HEIGHT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_AVATARS_RECOMMENDED_AVATAR_WIDTH")]
	public const string PROP_CONNECTION_INTERFACE_AVATARS_RECOMMENDED_AVATAR_WIDTH;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_AVATARS_SUPPORTED_AVATAR_MIME_TYPES")]
	public const string PROP_CONNECTION_INTERFACE_AVATARS_SUPPORTED_AVATAR_MIME_TYPES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_BALANCE_ACCOUNT_BALANCE")]
	public const string PROP_CONNECTION_INTERFACE_BALANCE_ACCOUNT_BALANCE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_BALANCE_MANAGE_CREDIT_URI")]
	public const string PROP_CONNECTION_INTERFACE_BALANCE_MANAGE_CREDIT_URI;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CELLULAR_IMSI")]
	public const string PROP_CONNECTION_INTERFACE_CELLULAR_IMSI;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_NATIONAL_CHARACTER_SET")]
	public const string PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_NATIONAL_CHARACTER_SET;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_REDUCED_CHARACTER_SET")]
	public const string PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_REDUCED_CHARACTER_SET;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_SERVICE_CENTRE")]
	public const string PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_SERVICE_CENTRE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_VALIDITY_PERIOD")]
	public const string PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_VALIDITY_PERIOD;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CELLULAR_OVERRIDE_MESSAGE_SERVICE_CENTRE")]
	public const string PROP_CONNECTION_INTERFACE_CELLULAR_OVERRIDE_MESSAGE_SERVICE_CENTRE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CONTACTS_CONTACT_ATTRIBUTE_INTERFACES")]
	public const string PROP_CONNECTION_INTERFACE_CONTACTS_CONTACT_ATTRIBUTE_INTERFACES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CONTACT_BLOCKING_CONTACT_BLOCKING_CAPABILITIES")]
	public const string PROP_CONNECTION_INTERFACE_CONTACT_BLOCKING_CONTACT_BLOCKING_CAPABILITIES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CONTACT_GROUPS_DISJOINT_GROUPS")]
	public const string PROP_CONNECTION_INTERFACE_CONTACT_GROUPS_DISJOINT_GROUPS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CONTACT_GROUPS_GROUPS")]
	public const string PROP_CONNECTION_INTERFACE_CONTACT_GROUPS_GROUPS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CONTACT_GROUPS_GROUP_STORAGE")]
	public const string PROP_CONNECTION_INTERFACE_CONTACT_GROUPS_GROUP_STORAGE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CONTACT_INFO_CONTACT_INFO_FLAGS")]
	public const string PROP_CONNECTION_INTERFACE_CONTACT_INFO_CONTACT_INFO_FLAGS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CONTACT_INFO_SUPPORTED_FIELDS")]
	public const string PROP_CONNECTION_INTERFACE_CONTACT_INFO_SUPPORTED_FIELDS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CONTACT_LIST_CAN_CHANGE_CONTACT_LIST")]
	public const string PROP_CONNECTION_INTERFACE_CONTACT_LIST_CAN_CHANGE_CONTACT_LIST;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CONTACT_LIST_CONTACT_LIST_PERSISTS")]
	public const string PROP_CONNECTION_INTERFACE_CONTACT_LIST_CONTACT_LIST_PERSISTS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CONTACT_LIST_CONTACT_LIST_STATE")]
	public const string PROP_CONNECTION_INTERFACE_CONTACT_LIST_CONTACT_LIST_STATE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CONTACT_LIST_DOWNLOAD_AT_CONNECTION")]
	public const string PROP_CONNECTION_INTERFACE_CONTACT_LIST_DOWNLOAD_AT_CONNECTION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_CONTACT_LIST_REQUEST_USES_MESSAGE")]
	public const string PROP_CONNECTION_INTERFACE_CONTACT_LIST_REQUEST_USES_MESSAGE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_LOCATION_LOCATION_ACCESS_CONTROL")]
	public const string PROP_CONNECTION_INTERFACE_LOCATION_LOCATION_ACCESS_CONTROL;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_LOCATION_LOCATION_ACCESS_CONTROL_TYPES")]
	public const string PROP_CONNECTION_INTERFACE_LOCATION_LOCATION_ACCESS_CONTROL_TYPES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_LOCATION_SUPPORTED_LOCATION_FEATURES")]
	public const string PROP_CONNECTION_INTERFACE_LOCATION_SUPPORTED_LOCATION_FEATURES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_MAIL_ADDRESS")]
	public const string PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_MAIL_ADDRESS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_MAIL_NOTIFICATION_FLAGS")]
	public const string PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_MAIL_NOTIFICATION_FLAGS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_UNREAD_MAILS")]
	public const string PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_UNREAD_MAILS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_UNREAD_MAIL_COUNT")]
	public const string PROP_CONNECTION_INTERFACE_MAIL_NOTIFICATION_UNREAD_MAIL_COUNT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_POWER_SAVING_POWER_SAVING_ACTIVE")]
	public const string PROP_CONNECTION_INTERFACE_POWER_SAVING_POWER_SAVING_ACTIVE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_REQUESTS_CHANNELS")]
	public const string PROP_CONNECTION_INTERFACE_REQUESTS_CHANNELS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_REQUESTS_REQUESTABLE_CHANNEL_CLASSES")]
	public const string PROP_CONNECTION_INTERFACE_REQUESTS_REQUESTABLE_CHANNEL_CLASSES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_SERVICE_POINT_KNOWN_SERVICE_POINTS")]
	public const string PROP_CONNECTION_INTERFACE_SERVICE_POINT_KNOWN_SERVICE_POINTS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_SIMPLE_PRESENCE_MAXIMUM_STATUS_MESSAGE_LENGTH")]
	public const string PROP_CONNECTION_INTERFACE_SIMPLE_PRESENCE_MAXIMUM_STATUS_MESSAGE_LENGTH;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_INTERFACE_SIMPLE_PRESENCE_STATUSES")]
	public const string PROP_CONNECTION_INTERFACE_SIMPLE_PRESENCE_STATUSES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_MANAGER_INTERFACES")]
	public const string PROP_CONNECTION_MANAGER_INTERFACES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_MANAGER_PROTOCOLS")]
	public const string PROP_CONNECTION_MANAGER_PROTOCOLS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_SELF_HANDLE")]
	public const string PROP_CONNECTION_SELF_HANDLE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_CONNECTION_STATUS")]
	public const string PROP_CONNECTION_STATUS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_DEBUG_ENABLED")]
	public const string PROP_DEBUG_ENABLED;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_MEDIA_STREAM_HANDLER_CREATED_LOCALLY")]
	public const string PROP_MEDIA_STREAM_HANDLER_CREATED_LOCALLY;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_MEDIA_STREAM_HANDLER_NAT_TRAVERSAL")]
	public const string PROP_MEDIA_STREAM_HANDLER_NAT_TRAVERSAL;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_MEDIA_STREAM_HANDLER_RELAY_INFO")]
	public const string PROP_MEDIA_STREAM_HANDLER_RELAY_INFO;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_MEDIA_STREAM_HANDLER_STUN_SERVERS")]
	public const string PROP_MEDIA_STREAM_HANDLER_STUN_SERVERS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_AUTHENTICATION_TYPES")]
	public const string PROP_PROTOCOL_AUTHENTICATION_TYPES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_CONNECTION_INTERFACES")]
	public const string PROP_PROTOCOL_CONNECTION_INTERFACES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_ENGLISH_NAME")]
	public const string PROP_PROTOCOL_ENGLISH_NAME;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_ICON")]
	public const string PROP_PROTOCOL_ICON;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_INTERFACES")]
	public const string PROP_PROTOCOL_INTERFACES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_INTERFACE_ADDRESSING_ADDRESSABLE_URI_SCHEMES")]
	public const string PROP_PROTOCOL_INTERFACE_ADDRESSING_ADDRESSABLE_URI_SCHEMES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_INTERFACE_ADDRESSING_ADDRESSABLE_VCARD_FIELDS")]
	public const string PROP_PROTOCOL_INTERFACE_ADDRESSING_ADDRESSABLE_VCARD_FIELDS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_INTERFACE_AVATARS_MAXIMUM_AVATAR_BYTES")]
	public const string PROP_PROTOCOL_INTERFACE_AVATARS_MAXIMUM_AVATAR_BYTES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_INTERFACE_AVATARS_MAXIMUM_AVATAR_HEIGHT")]
	public const string PROP_PROTOCOL_INTERFACE_AVATARS_MAXIMUM_AVATAR_HEIGHT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_INTERFACE_AVATARS_MAXIMUM_AVATAR_WIDTH")]
	public const string PROP_PROTOCOL_INTERFACE_AVATARS_MAXIMUM_AVATAR_WIDTH;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_INTERFACE_AVATARS_MINIMUM_AVATAR_HEIGHT")]
	public const string PROP_PROTOCOL_INTERFACE_AVATARS_MINIMUM_AVATAR_HEIGHT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_INTERFACE_AVATARS_MINIMUM_AVATAR_WIDTH")]
	public const string PROP_PROTOCOL_INTERFACE_AVATARS_MINIMUM_AVATAR_WIDTH;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_INTERFACE_AVATARS_RECOMMENDED_AVATAR_HEIGHT")]
	public const string PROP_PROTOCOL_INTERFACE_AVATARS_RECOMMENDED_AVATAR_HEIGHT;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_INTERFACE_AVATARS_RECOMMENDED_AVATAR_WIDTH")]
	public const string PROP_PROTOCOL_INTERFACE_AVATARS_RECOMMENDED_AVATAR_WIDTH;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_INTERFACE_AVATARS_SUPPORTED_AVATAR_MIME_TYPES")]
	public const string PROP_PROTOCOL_INTERFACE_AVATARS_SUPPORTED_AVATAR_MIME_TYPES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_INTERFACE_PRESENCE_STATUSES")]
	public const string PROP_PROTOCOL_INTERFACE_PRESENCE_STATUSES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_PARAMETERS")]
	public const string PROP_PROTOCOL_PARAMETERS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_REQUESTABLE_CHANNEL_CLASSES")]
	public const string PROP_PROTOCOL_REQUESTABLE_CHANNEL_CLASSES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_PROP_PROTOCOL_VCARD_FIELD")]
	public const string PROP_PROTOCOL_VCARD_FIELD;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_GTALK_P2P")]
	public const string TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_GTALK_P2P;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_ICE_UDP")]
	public const string TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_ICE_UDP;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_WLM_2009")]
	public const string TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_WLM_2009;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_WLM_8_5")]
	public const string TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_WLM_8_5;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CHANNEL_TYPE_CALL_AUDIO")]
	public const string TOKEN_CHANNEL_TYPE_CALL_AUDIO;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CHANNEL_TYPE_CALL_GTALK_P2P")]
	public const string TOKEN_CHANNEL_TYPE_CALL_GTALK_P2P;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CHANNEL_TYPE_CALL_ICE")]
	public const string TOKEN_CHANNEL_TYPE_CALL_ICE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CHANNEL_TYPE_CALL_SHM")]
	public const string TOKEN_CHANNEL_TYPE_CALL_SHM;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CHANNEL_TYPE_CALL_VIDEO")]
	public const string TOKEN_CHANNEL_TYPE_CALL_VIDEO;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CHANNEL_TYPE_CALL_WLM_2009")]
	public const string TOKEN_CHANNEL_TYPE_CALL_WLM_2009;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CONNECTION_CONTACT_ID")]
	public const string TOKEN_CONNECTION_CONTACT_ID;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CONNECTION_INTERFACE_ADDRESSING_ADDRESSES")]
	public const string TOKEN_CONNECTION_INTERFACE_ADDRESSING_ADDRESSES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CONNECTION_INTERFACE_ADDRESSING_URIS")]
	public const string TOKEN_CONNECTION_INTERFACE_ADDRESSING_URIS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CONNECTION_INTERFACE_ALIASING_ALIAS")]
	public const string TOKEN_CONNECTION_INTERFACE_ALIASING_ALIAS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CONNECTION_INTERFACE_AVATARS_TOKEN")]
	public const string TOKEN_CONNECTION_INTERFACE_AVATARS_TOKEN;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CONNECTION_INTERFACE_CAPABILITIES_CAPS")]
	public const string TOKEN_CONNECTION_INTERFACE_CAPABILITIES_CAPS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CONNECTION_INTERFACE_CLIENT_TYPES_CLIENT_TYPES")]
	public const string TOKEN_CONNECTION_INTERFACE_CLIENT_TYPES_CLIENT_TYPES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CONNECTION_INTERFACE_CONTACT_BLOCKING_BLOCKED")]
	public const string TOKEN_CONNECTION_INTERFACE_CONTACT_BLOCKING_BLOCKED;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CONNECTION_INTERFACE_CONTACT_CAPABILITIES_CAPABILITIES")]
	public const string TOKEN_CONNECTION_INTERFACE_CONTACT_CAPABILITIES_CAPABILITIES;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CONNECTION_INTERFACE_CONTACT_GROUPS_GROUPS")]
	public const string TOKEN_CONNECTION_INTERFACE_CONTACT_GROUPS_GROUPS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CONNECTION_INTERFACE_CONTACT_INFO_INFO")]
	public const string TOKEN_CONNECTION_INTERFACE_CONTACT_INFO_INFO;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CONNECTION_INTERFACE_CONTACT_LIST_PUBLISH")]
	public const string TOKEN_CONNECTION_INTERFACE_CONTACT_LIST_PUBLISH;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CONNECTION_INTERFACE_CONTACT_LIST_PUBLISH_REQUEST")]
	public const string TOKEN_CONNECTION_INTERFACE_CONTACT_LIST_PUBLISH_REQUEST;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CONNECTION_INTERFACE_CONTACT_LIST_SUBSCRIBE")]
	public const string TOKEN_CONNECTION_INTERFACE_CONTACT_LIST_SUBSCRIBE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CONNECTION_INTERFACE_LOCATION_LOCATION")]
	public const string TOKEN_CONNECTION_INTERFACE_LOCATION_LOCATION;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_TOKEN_CONNECTION_INTERFACE_SIMPLE_PRESENCE_PRESENCE")]
	public const string TOKEN_CONNECTION_INTERFACE_SIMPLE_PRESENCE_PRESENCE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_UNKNOWN_CONNECTION_STATUS")]
	public const int UNKNOWN_CONNECTION_STATUS;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h", cname = "TP_UNKNOWN_HANDLE_TYPE")]
	public const int UNKNOWN_HANDLE_TYPE;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static bool asv_get_boolean (GLib.HashTable<string,GLib.Value?> asv, string key, out bool valid);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static void* asv_get_boxed (GLib.HashTable<string,GLib.Value?> asv, string key, GLib.Type type);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static unowned GLib.Array<void*> asv_get_bytes (GLib.HashTable<string,GLib.Value?> asv, string key);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static double asv_get_double (GLib.HashTable<string,GLib.Value?> asv, string key, out bool valid);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static int32 asv_get_int32 (GLib.HashTable<string,GLib.Value?> asv, string key, out bool valid);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static int64 asv_get_int64 (GLib.HashTable<string,GLib.Value?> asv, string key, out bool valid);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static unowned string asv_get_object_path (GLib.HashTable<string,GLib.Value?> asv, string key);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static unowned string asv_get_string (GLib.HashTable<string,GLib.Value?> asv, string key);
	[CCode (array_length = false, array_null_terminated = true, cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static unowned string[] asv_get_strv (GLib.HashTable<string,GLib.Value?> asv, string key);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static uint32 asv_get_uint32 (GLib.HashTable<string,GLib.Value?> asv, string key, out bool valid);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static uint64 asv_get_uint64 (GLib.HashTable<string,GLib.Value?> asv, string key, out bool valid);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static bool dbus_check_valid_bus_name (string name, TelepathyGLib.DBusNameType allow_types) throws GLib.Error;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static bool dbus_check_valid_interface_name (string name) throws GLib.Error;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static bool dbus_check_valid_member_name (string name) throws GLib.Error;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static bool dbus_check_valid_object_path (string path) throws GLib.Error;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark dbus_errors_quark ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static void dbus_properties_mixin_class_init (GLib.ObjectClass cls, size_t offset);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static void dbus_properties_mixin_emit_properties_changed (GLib.Object object, string interface_name, string? properties);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static bool dbus_properties_mixin_get (GLib.Object self, string interface_name, string property_name, GLib.Value value) throws GLib.Error;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static void dbus_properties_mixin_getter_gobject_properties (GLib.Object object, GLib.Quark iface, GLib.Quark name, GLib.Value value, void* getter_data);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static void dbus_properties_mixin_iface_init (void* g_iface, void* iface_data);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static bool dbus_properties_mixin_set (GLib.Object self, string interface_name, string property_name, GLib.Value value) throws GLib.Error;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static bool dbus_properties_mixin_setter_gobject_properties (GLib.Object object, GLib.Quark iface, GLib.Quark name, GLib.Value value, void* setter_data) throws GLib.Error;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static void debug_divert_messages (string filename);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static void debug_set_flags (string flags_string);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static void debug_set_persistent (bool persistent);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static void debug_timestamped_log_handler (string log_domain, GLib.LogLevelFlags log_level, string message, void* ignored);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark errors_disconnected_quark ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark errors_removed_from_group_quark ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_account ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_account_interface_addressing ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_account_interface_avatar ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_account_interface_storage ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_account_manager ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_authentication_tls_certificate ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_call_content ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_call_content_interface_audio_control ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_call_content_interface_dtmf ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_call_content_interface_media ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_call_content_interface_video_control ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_call_content_media_description ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_call_content_media_description_interface_rtcp_extended_reports ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_call_content_media_description_interface_rtcp_feedback ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_call_content_media_description_interface_rtp_header_extensions ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_call_stream ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_call_stream_endpoint ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_call_stream_interface_media ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_dispatch_operation ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_dispatcher ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_dispatcher_interface_operation_list ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_anonymity ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_call_state ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_captcha_authentication ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_chat_state ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_conference ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_destroyable ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_dtmf ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_file_transfer_metadata ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_group ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_hold ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_media_signalling ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_messages ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_password ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_room ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_room_config ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_sasl_authentication ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_securable ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_service_point ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_sms ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_subject ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_interface_tube ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_request ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_type_call ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_type_contact_list ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_type_contact_search ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_type_dbus_tube ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_type_file_transfer ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_type_room_list ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_type_server_authentication ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_type_server_tls_connection ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_type_stream_tube ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_type_streamed_media ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_type_text ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_channel_type_tubes ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_client ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_client_approver ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_client_handler ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_client_interface_requests ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_client_observer ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_addressing ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_aliasing ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_anonymity ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_avatars ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_balance ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_capabilities ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_cellular ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_client_types ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_contact_blocking ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_contact_capabilities ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_contact_groups ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_contact_info ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_contact_list ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_contacts ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_location ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_mail_notification ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_power_saving ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_presence ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_requests ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_service_point ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_interface_simple_presence ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_connection_manager ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_dbus_daemon ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_dbus_introspectable ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_dbus_peer ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_dbus_properties ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_debug ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_media_session_handler ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_media_stream_handler ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_properties_interface ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_protocol ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_protocol_interface_addressing ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_protocol_interface_avatars ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static GLib.Quark iface_quark_protocol_interface_presence ();
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static void list_connection_managers (TelepathyGLib.DBusDaemon bus_daemon, [CCode (delegate_target_pos = 2.33333, destroy_notify_pos = 2.66667)] owned TelepathyGLib.ConnectionManagerListCb callback, GLib.Object? weak_object);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static async GLib.List<TelepathyGLib.ConnectionManager> list_connection_managers_async (TelepathyGLib.DBusDaemon? dbus_daemon) throws GLib.Error;
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static void list_connection_names (TelepathyGLib.DBusDaemon bus_daemon, [CCode (delegate_target_pos = 2.33333, destroy_notify_pos = 2.66667)] owned TelepathyGLib.ConnectionNameListCb callback, GLib.Object? weak_object);
	[CCode (cheader_filename = "telepathy-glib/telepathy-glib.h")]
	public static void svc_interface_set_dbus_properties_info (GLib.Type g_interface, TelepathyGLib.DBusPropertiesMixinIfaceInfo info);
}