This file is indexed.

/usr/share/doc/libtelepathy-glib-doc/telepathy-glib/telepathy-glib-enums.html is in libtelepathy-glib-doc 0.22.1-1ubuntu2.

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
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Telepathy protocol enumerations</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="telepathy-glib API Reference Manual">
<link rel="up" href="ch-protocol.html" title="The Telepathy protocol">
<link rel="prev" href="telepathy-glib-interfaces.html" title="Telepathy protocol interface and property names">
<link rel="next" href="telepathy-glib-errors.html" title="Telepathy protocol errors">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="telepathy-glib-interfaces.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch-protocol.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">telepathy-glib API Reference Manual</th>
<td><a accesskey="n" href="telepathy-glib-errors.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#telepathy-glib-enums.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#telepathy-glib-enums.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry">
<a name="telepathy-glib-enums"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="telepathy-glib-enums.top_of_page"></a>Telepathy protocol enumerations</span></h2>
<p>Telepathy protocol enumerations — Enumerated types and bitfields from the Telepathy spec</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="telepathy-glib-enums.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
#include &lt;telepathy-glib/telepathy-glib.h&gt;

enum                <a class="link" href="telepathy-glib-enums.html#TpHandleType" title="enum TpHandleType">TpHandleType</a>;
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-HANDLE-TYPES:CAPS" title="TP_NUM_HANDLE_TYPES">TP_NUM_HANDLE_TYPES</a>
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-HANDLE-TYPES:CAPS" title="NUM_TP_HANDLE_TYPES">NUM_TP_HANDLE_TYPES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpConnMgrParamFlags" title="enum TpConnMgrParamFlags">TpConnMgrParamFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpConnectionStatus" title="enum TpConnectionStatus">TpConnectionStatus</a>;
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-CONNECTION-STATUSES:CAPS" title="TP_NUM_CONNECTION_STATUSES">TP_NUM_CONNECTION_STATUSES</a>
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-CONNECTION-STATUSES:CAPS" title="NUM_TP_CONNECTION_STATUSES">NUM_TP_CONNECTION_STATUSES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpConnectionStatusReason" title="enum TpConnectionStatusReason">TpConnectionStatusReason</a>;
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-CONNECTION-STATUS-REASONS:CAPS" title="TP_NUM_CONNECTION_STATUS_REASONS">TP_NUM_CONNECTION_STATUS_REASONS</a>
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-CONNECTION-STATUS-REASONS:CAPS" title="NUM_TP_CONNECTION_STATUS_REASONS">NUM_TP_CONNECTION_STATUS_REASONS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpConnectionAliasFlags" title="enum TpConnectionAliasFlags">TpConnectionAliasFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpConnectionCapabilityFlags" title="enum TpConnectionCapabilityFlags">TpConnectionCapabilityFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpConnectionPresenceType" title="enum TpConnectionPresenceType">TpConnectionPresenceType</a>;
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-CONNECTION-PRESENCE-TYPES:CAPS" title="TP_NUM_CONNECTION_PRESENCE_TYPES">TP_NUM_CONNECTION_PRESENCE_TYPES</a>
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-CONNECTION-PRESENCE-TYPES:CAPS" title="NUM_TP_CONNECTION_PRESENCE_TYPES">NUM_TP_CONNECTION_PRESENCE_TYPES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpDTMFEvent" title="enum TpDTMFEvent">TpDTMFEvent</a>;
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-DTMF-EVENTS:CAPS" title="TP_NUM_DTMF_EVENTS">TP_NUM_DTMF_EVENTS</a>
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-DTMF-EVENTS:CAPS" title="NUM_TP_DTMF_EVENTS">NUM_TP_DTMF_EVENTS</a>
<span class="returnvalue">gchar</span>               <a class="link" href="telepathy-glib-enums.html#tp-dtmf-event-to-char" title="tp_dtmf_event_to_char ()">tp_dtmf_event_to_char</a>               (<em class="parameter"><code><a class="link" href="telepathy-glib-enums.html#TpDTMFEvent" title="enum TpDTMFEvent"><span class="type">TpDTMFEvent</span></a> event</code></em>);
enum                <a class="link" href="telepathy-glib-enums.html#TpMediaStreamType" title="enum TpMediaStreamType">TpMediaStreamType</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-MEDIA-STREAM-TYPES:CAPS" title="NUM_TP_MEDIA_STREAM_TYPES">NUM_TP_MEDIA_STREAM_TYPES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-MEDIA-STREAM-TYPES:CAPS" title="TP_NUM_MEDIA_STREAM_TYPES">TP_NUM_MEDIA_STREAM_TYPES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpMediaStreamState" title="enum TpMediaStreamState">TpMediaStreamState</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-MEDIA-STREAM-STATES:CAPS" title="NUM_TP_MEDIA_STREAM_STATES">NUM_TP_MEDIA_STREAM_STATES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-MEDIA-STREAM-STATES:CAPS" title="TP_NUM_MEDIA_STREAM_STATES">TP_NUM_MEDIA_STREAM_STATES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpMediaStreamDirection" title="enum TpMediaStreamDirection">TpMediaStreamDirection</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-MEDIA-STREAM-DIRECTIONS:CAPS" title="NUM_TP_MEDIA_STREAM_DIRECTIONS">NUM_TP_MEDIA_STREAM_DIRECTIONS</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-MEDIA-STREAM-DIRECTIONS:CAPS" title="TP_NUM_MEDIA_STREAM_DIRECTIONS">TP_NUM_MEDIA_STREAM_DIRECTIONS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpMediaStreamPendingSend" title="enum TpMediaStreamPendingSend">TpMediaStreamPendingSend</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpChannelMediaCapabilities" title="enum TpChannelMediaCapabilities">TpChannelMediaCapabilities</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpChannelTextSendError" title="enum TpChannelTextSendError">TpChannelTextSendError</a>;
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-CHANNEL-TEXT-SEND-ERRORS:CAPS" title="TP_NUM_CHANNEL_TEXT_SEND_ERRORS">TP_NUM_CHANNEL_TEXT_SEND_ERRORS</a>
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-CHANNEL-TEXT-SEND-ERRORS:CAPS" title="NUM_TP_CHANNEL_TEXT_SEND_ERRORS">NUM_TP_CHANNEL_TEXT_SEND_ERRORS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpChannelTextMessageType" title="enum TpChannelTextMessageType">TpChannelTextMessageType</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-CHANNEL-TEXT-MESSAGE-TYPES:CAPS" title="NUM_TP_CHANNEL_TEXT_MESSAGE_TYPES">NUM_TP_CHANNEL_TEXT_MESSAGE_TYPES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-CHANNEL-TEXT-MESSAGE-TYPES:CAPS" title="TP_NUM_CHANNEL_TEXT_MESSAGE_TYPES">TP_NUM_CHANNEL_TEXT_MESSAGE_TYPES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpChannelTextMessageFlags" title="enum TpChannelTextMessageFlags">TpChannelTextMessageFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpChannelChatState" title="enum TpChannelChatState">TpChannelChatState</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-CHANNEL-CHAT-STATES:CAPS" title="NUM_TP_CHANNEL_CHAT_STATES">NUM_TP_CHANNEL_CHAT_STATES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-CHANNEL-CHAT-STATES:CAPS" title="TP_NUM_CHANNEL_CHAT_STATES">TP_NUM_CHANNEL_CHAT_STATES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpChannelGroupFlags" title="enum TpChannelGroupFlags">TpChannelGroupFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpChannelGroupChangeReason" title="enum TpChannelGroupChangeReason">TpChannelGroupChangeReason</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-CHANNEL-GROUP-CHANGE-REASONS:CAPS" title="NUM_TP_CHANNEL_GROUP_CHANGE_REASONS">NUM_TP_CHANNEL_GROUP_CHANGE_REASONS</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-CHANNEL-GROUP-CHANGE-REASONS:CAPS" title="TP_NUM_CHANNEL_GROUP_CHANGE_REASONS">TP_NUM_CHANNEL_GROUP_CHANGE_REASONS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpChannelPasswordFlags" title="enum TpChannelPasswordFlags">TpChannelPasswordFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpContactBlockingCapabilities" title="enum TpContactBlockingCapabilities">TpContactBlockingCapabilities</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpDeliveryReportingSupportFlags" title="enum TpDeliveryReportingSupportFlags">TpDeliveryReportingSupportFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpDeliveryStatus" title="enum TpDeliveryStatus">TpDeliveryStatus</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-DELIVERY-STATUSES:CAPS" title="NUM_TP_DELIVERY_STATUSES">NUM_TP_DELIVERY_STATUSES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-DELIVERY-STATUSES:CAPS" title="TP_NUM_DELIVERY_STATUSES">TP_NUM_DELIVERY_STATUSES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpMediaStreamError" title="enum TpMediaStreamError">TpMediaStreamError</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-MEDIA-STREAM-ERRORS:CAPS" title="NUM_TP_MEDIA_STREAM_ERRORS">NUM_TP_MEDIA_STREAM_ERRORS</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-MEDIA-STREAM-ERRORS:CAPS" title="TP_NUM_MEDIA_STREAM_ERRORS">TP_NUM_MEDIA_STREAM_ERRORS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpMediaStreamBaseProto" title="enum TpMediaStreamBaseProto">TpMediaStreamBaseProto</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-MEDIA-STREAM-BASE-PROTOS:CAPS" title="NUM_TP_MEDIA_STREAM_BASE_PROTOS">NUM_TP_MEDIA_STREAM_BASE_PROTOS</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-MEDIA-STREAM-BASE-PROTOS:CAPS" title="TP_NUM_MEDIA_STREAM_BASE_PROTOS">TP_NUM_MEDIA_STREAM_BASE_PROTOS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpMediaStreamTransportType" title="enum TpMediaStreamTransportType">TpMediaStreamTransportType</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-MEDIA-STREAM-TRANSPORT-TYPES:CAPS" title="NUM_TP_MEDIA_STREAM_TRANSPORT_TYPES">NUM_TP_MEDIA_STREAM_TRANSPORT_TYPES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-MEDIA-STREAM-TRANSPORT-TYPES:CAPS" title="TP_NUM_MEDIA_STREAM_TRANSPORT_TYPES">TP_NUM_MEDIA_STREAM_TRANSPORT_TYPES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpPropertyFlags" title="enum TpPropertyFlags">TpPropertyFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpMessagePartSupportFlags" title="enum TpMessagePartSupportFlags">TpMessagePartSupportFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpMessageSendingFlags" title="enum TpMessageSendingFlags">TpMessageSendingFlags</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-SOCKET-ACCESS-CONTROLS:CAPS" title="NUM_TP_SOCKET_ACCESS_CONTROLS">NUM_TP_SOCKET_ACCESS_CONTROLS</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-SOCKET-ACCESS-CONTROLS:CAPS" title="TP_NUM_SOCKET_ACCESS_CONTROLS">TP_NUM_SOCKET_ACCESS_CONTROLS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpSocketAccessControl" title="enum TpSocketAccessControl">TpSocketAccessControl</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-SOCKET-ADDRESS-TYPES:CAPS" title="NUM_TP_SOCKET_ADDRESS_TYPES">NUM_TP_SOCKET_ADDRESS_TYPES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-SOCKET-ADDRESS-TYPES:CAPS" title="TP_NUM_SOCKET_ADDRESS_TYPES">TP_NUM_SOCKET_ADDRESS_TYPES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpSocketAddressType" title="enum TpSocketAddressType">TpSocketAddressType</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-TUBE-STATES:CAPS" title="NUM_TP_TUBE_STATES">NUM_TP_TUBE_STATES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-TUBE-STATES:CAPS" title="TP_NUM_TUBE_STATES">TP_NUM_TUBE_STATES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpTubeState" title="enum TpTubeState">TpTubeState</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-TUBE-TYPES:CAPS" title="NUM_TP_TUBE_TYPES">NUM_TP_TUBE_TYPES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-TUBE-TYPES:CAPS" title="TP_NUM_TUBE_TYPES">TP_NUM_TUBE_TYPES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpTubeType" title="enum TpTubeType">TpTubeType</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpChannelCallStateFlags" title="enum TpChannelCallStateFlags">TpChannelCallStateFlags</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-LOCAL-HOLD-STATES:CAPS" title="NUM_TP_LOCAL_HOLD_STATES">NUM_TP_LOCAL_HOLD_STATES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-LOCAL-HOLD-STATES:CAPS" title="TP_NUM_LOCAL_HOLD_STATES">TP_NUM_LOCAL_HOLD_STATES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpLocalHoldState" title="enum TpLocalHoldState">TpLocalHoldState</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-LOCAL-HOLD-STATE-REASONS:CAPS" title="NUM_TP_LOCAL_HOLD_STATE_REASONS">NUM_TP_LOCAL_HOLD_STATE_REASONS</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-LOCAL-HOLD-STATE-REASONS:CAPS" title="TP_NUM_LOCAL_HOLD_STATE_REASONS">TP_NUM_LOCAL_HOLD_STATE_REASONS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpLocalHoldStateReason" title="enum TpLocalHoldStateReason">TpLocalHoldStateReason</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpAccessControlType" title="enum TpAccessControlType">TpAccessControlType</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-ACCESS-CONTROL-TYPES:CAPS" title="NUM_TP_ACCESS_CONTROL_TYPES">NUM_TP_ACCESS_CONTROL_TYPES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-ACCESS-CONTROL-TYPES:CAPS" title="TP_NUM_ACCESS_CONTROL_TYPES">TP_NUM_ACCESS_CONTROL_TYPES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpRichPresenceAccessControlType" title="enum TpRichPresenceAccessControlType">TpRichPresenceAccessControlType</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-RICH-PRESENCE-ACCESS-CONTROL-TYPES:CAPS" title="NUM_TP_RICH_PRESENCE_ACCESS_CONTROL_TYPES">NUM_TP_RICH_PRESENCE_ACCESS_CONTROL_TYPES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-RICH-PRESENCE-ACCESS-CONTROL-TYPES:CAPS" title="TP_NUM_RICH_PRESENCE_ACCESS_CONTROL_TYPES">TP_NUM_RICH_PRESENCE_ACCESS_CONTROL_TYPES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpFileHashType" title="enum TpFileHashType">TpFileHashType</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-FILE-HASH-TYPES:CAPS" title="NUM_TP_FILE_HASH_TYPES">NUM_TP_FILE_HASH_TYPES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-FILE-HASH-TYPES:CAPS" title="TP_NUM_FILE_HASH_TYPES">TP_NUM_FILE_HASH_TYPES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpFileTransferState" title="enum TpFileTransferState">TpFileTransferState</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-FILE-TRANSFER-STATES:CAPS" title="NUM_TP_FILE_TRANSFER_STATES">NUM_TP_FILE_TRANSFER_STATES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-FILE-TRANSFER-STATES:CAPS" title="TP_NUM_FILE_TRANSFER_STATES">TP_NUM_FILE_TRANSFER_STATES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpFileTransferStateChangeReason" title="enum TpFileTransferStateChangeReason">TpFileTransferStateChangeReason</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-FILE-TRANSFER-STATE-CHANGE-REASONS:CAPS" title="NUM_TP_FILE_TRANSFER_STATE_CHANGE_REASONS">NUM_TP_FILE_TRANSFER_STATE_CHANGE_REASONS</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-FILE-TRANSFER-STATE-CHANGE-REASONS:CAPS" title="TP_NUM_FILE_TRANSFER_STATE_CHANGE_REASONS">TP_NUM_FILE_TRANSFER_STATE_CHANGE_REASONS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpTubeChannelState" title="enum TpTubeChannelState">TpTubeChannelState</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-TUBE-CHANNEL-STATES:CAPS" title="NUM_TP_TUBE_CHANNEL_STATES">NUM_TP_TUBE_CHANNEL_STATES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-TUBE-CHANNEL-STATES:CAPS" title="TP_NUM_TUBE_CHANNEL_STATES">TP_NUM_TUBE_CHANNEL_STATES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpDebugLevel" title="enum TpDebugLevel">TpDebugLevel</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-DEBUG-LEVELS:CAPS" title="NUM_TP_DEBUG_LEVELS">NUM_TP_DEBUG_LEVELS</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-DEBUG-LEVELS:CAPS" title="TP_NUM_DEBUG_LEVELS">TP_NUM_DEBUG_LEVELS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpContactInfoFlags" title="enum TpContactInfoFlags">TpContactInfoFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpContactInfoFieldFlags" title="enum TpContactInfoFieldFlags">TpContactInfoFieldFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpLocationFeatures" title="enum TpLocationFeatures">TpLocationFeatures</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpServicePointType" title="enum TpServicePointType">TpServicePointType</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-SERVICE-POINT-TYPES:CAPS" title="NUM_TP_SERVICE_POINT_TYPES">NUM_TP_SERVICE_POINT_TYPES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-SERVICE-POINT-TYPES:CAPS" title="TP_NUM_SERVICE_POINT_TYPES">TP_NUM_SERVICE_POINT_TYPES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpAnonymityModeFlags" title="enum TpAnonymityModeFlags">TpAnonymityModeFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpStorageRestrictionFlags" title="enum TpStorageRestrictionFlags">TpStorageRestrictionFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpTLSCertificateRejectReason" title="enum TpTLSCertificateRejectReason">TpTLSCertificateRejectReason</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-TLS-CERTIFICATE-REJECT-REASONS:CAPS" title="NUM_TP_TLS_CERTIFICATE_REJECT_REASONS">NUM_TP_TLS_CERTIFICATE_REJECT_REASONS</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-TLS-CERTIFICATE-REJECT-REASONS:CAPS" title="TP_NUM_TLS_CERTIFICATE_REJECT_REASONS">TP_NUM_TLS_CERTIFICATE_REJECT_REASONS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpTLSCertificateState" title="enum TpTLSCertificateState">TpTLSCertificateState</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-TLS-CERTIFICATE-STATES:CAPS" title="NUM_TP_TLS_CERTIFICATE_STATES">NUM_TP_TLS_CERTIFICATE_STATES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-TLS-CERTIFICATE-STATES:CAPS" title="TP_NUM_TLS_CERTIFICATE_STATES">TP_NUM_TLS_CERTIFICATE_STATES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpContactMetadataStorageType" title="enum TpContactMetadataStorageType">TpContactMetadataStorageType</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-CONTACT-METADATA-STORAGE-TYPES:CAPS" title="NUM_TP_CONTACT_METADATA_STORAGE_TYPES">NUM_TP_CONTACT_METADATA_STORAGE_TYPES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-CONTACT-METADATA-STORAGE-TYPES:CAPS" title="TP_NUM_CONTACT_METADATA_STORAGE_TYPES">TP_NUM_CONTACT_METADATA_STORAGE_TYPES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpSubscriptionState" title="enum TpSubscriptionState">TpSubscriptionState</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-SUBSCRIPTION-STATES:CAPS" title="NUM_TP_SUBSCRIPTION_STATES">NUM_TP_SUBSCRIPTION_STATES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-SUBSCRIPTION-STATES:CAPS" title="TP_NUM_SUBSCRIPTION_STATES">TP_NUM_SUBSCRIPTION_STATES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpContactListState" title="enum TpContactListState">TpContactListState</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-CONTACT-LIST-STATES:CAPS" title="NUM_TP_CONTACT_LIST_STATES">NUM_TP_CONTACT_LIST_STATES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-CONTACT-LIST-STATES:CAPS" title="TP_NUM_CONTACT_LIST_STATES">TP_NUM_CONTACT_LIST_STATES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpHTTPMethod" title="enum TpHTTPMethod">TpHTTPMethod</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-HTTP-METHODS:CAPS" title="NUM_TP_HTTP_METHODS">NUM_TP_HTTP_METHODS</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-HTTP-METHODS:CAPS" title="TP_NUM_HTTP_METHODS">TP_NUM_HTTP_METHODS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpMailNotificationFlags" title="enum TpMailNotificationFlags">TpMailNotificationFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpSASLAbortReason" title="enum TpSASLAbortReason">TpSASLAbortReason</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-SASL-ABORT-REASONS:CAPS" title="NUM_TP_SASL_ABORT_REASONS">NUM_TP_SASL_ABORT_REASONS</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-SASL-ABORT-REASONS:CAPS" title="TP_NUM_SASL_ABORT_REASONS">TP_NUM_SASL_ABORT_REASONS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpSASLStatus" title="enum TpSASLStatus">TpSASLStatus</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-SASL-STATUSES:CAPS" title="NUM_TP_SASL_STATUSES">NUM_TP_SASL_STATUSES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-SASL-STATUSES:CAPS" title="TP_NUM_SASL_STATUSES">TP_NUM_SASL_STATUSES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpCaptchaStatus" title="enum TpCaptchaStatus">TpCaptchaStatus</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-CAPTCHA-STATUSES:CAPS" title="NUM_TP_CAPTCHA_STATUSES">NUM_TP_CAPTCHA_STATUSES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-CAPTCHA-STATUSES:CAPS" title="TP_NUM_CAPTCHA_STATUSES">TP_NUM_CAPTCHA_STATUSES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpCaptchaCancelReason" title="enum TpCaptchaCancelReason">TpCaptchaCancelReason</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-CAPTCHA-CANCEL-REASONS:CAPS" title="NUM_TP_CAPTCHA_CANCEL_REASONS">NUM_TP_CAPTCHA_CANCEL_REASONS</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-CAPTCHA-CANCEL-REASONS:CAPS" title="TP_NUM_CAPTCHA_CANCEL_REASONS">TP_NUM_CAPTCHA_CANCEL_REASONS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpCaptchaFlags" title="enum TpCaptchaFlags">TpCaptchaFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpCallContentDisposition" title="enum TpCallContentDisposition">TpCallContentDisposition</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-CALL-CONTENT-DISPOSITIONS:CAPS" title="NUM_TP_CALL_CONTENT_DISPOSITIONS">NUM_TP_CALL_CONTENT_DISPOSITIONS</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-CALL-CONTENT-DISPOSITIONS:CAPS" title="TP_NUM_CALL_CONTENT_DISPOSITIONS">TP_NUM_CALL_CONTENT_DISPOSITIONS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpCallContentPacketizationType" title="enum TpCallContentPacketizationType">TpCallContentPacketizationType</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-CALL-CONTENT-PACKETIZATION-TYPES:CAPS" title="NUM_TP_CALL_CONTENT_PACKETIZATION_TYPES">NUM_TP_CALL_CONTENT_PACKETIZATION_TYPES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-CALL-CONTENT-PACKETIZATION-TYPES:CAPS" title="TP_NUM_CALL_CONTENT_PACKETIZATION_TYPES">TP_NUM_CALL_CONTENT_PACKETIZATION_TYPES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpCallState" title="enum TpCallState">TpCallState</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-CALL-STATES:CAPS" title="NUM_TP_CALL_STATES">NUM_TP_CALL_STATES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-CALL-STATES:CAPS" title="TP_NUM_CALL_STATES">TP_NUM_CALL_STATES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpCallStateChangeReason" title="enum TpCallStateChangeReason">TpCallStateChangeReason</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-CALL-STATE-CHANGE-REASONS:CAPS" title="NUM_TP_CALL_STATE_CHANGE_REASONS">NUM_TP_CALL_STATE_CHANGE_REASONS</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-CALL-STATE-CHANGE-REASONS:CAPS" title="TP_NUM_CALL_STATE_CHANGE_REASONS">TP_NUM_CALL_STATE_CHANGE_REASONS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpCallStreamCandidateType" title="enum TpCallStreamCandidateType">TpCallStreamCandidateType</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-CALL-STREAM-CANDIDATE-TYPES:CAPS" title="NUM_TP_CALL_STREAM_CANDIDATE_TYPES">NUM_TP_CALL_STREAM_CANDIDATE_TYPES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-CALL-STREAM-CANDIDATE-TYPES:CAPS" title="TP_NUM_CALL_STREAM_CANDIDATE_TYPES">TP_NUM_CALL_STREAM_CANDIDATE_TYPES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpRCPTXRRTTMode" title="enum TpRCPTXRRTTMode">TpRCPTXRRTTMode</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-RCPT-XR-RTT-MODES:CAPS" title="NUM_TP_RCPT_XR_RTT_MODES">NUM_TP_RCPT_XR_RTT_MODES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-RCPT-XR-RTT-MODES:CAPS" title="TP_NUM_RCPT_XR_RTT_MODES">TP_NUM_RCPT_XR_RTT_MODES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpSendingState" title="enum TpSendingState">TpSendingState</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-SENDING-STATES:CAPS" title="NUM_TP_SENDING_STATES">NUM_TP_SENDING_STATES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-SENDING-STATES:CAPS" title="TP_NUM_SENDING_STATES">TP_NUM_SENDING_STATES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpStreamComponent" title="enum TpStreamComponent">TpStreamComponent</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-STREAM-COMPONENTS:CAPS" title="NUM_TP_STREAM_COMPONENTS">NUM_TP_STREAM_COMPONENTS</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-STREAM-COMPONENTS:CAPS" title="TP_NUM_STREAM_COMPONENTS">TP_NUM_STREAM_COMPONENTS</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpStreamEndpointState" title="enum TpStreamEndpointState">TpStreamEndpointState</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-STREAM-ENDPOINT-STATES:CAPS" title="NUM_TP_STREAM_ENDPOINT_STATES">NUM_TP_STREAM_ENDPOINT_STATES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-STREAM-ENDPOINT-STATES:CAPS" title="TP_NUM_STREAM_ENDPOINT_STATES">TP_NUM_STREAM_ENDPOINT_STATES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpStreamFlowState" title="enum TpStreamFlowState">TpStreamFlowState</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-STREAM-FLOW-STATES:CAPS" title="NUM_TP_STREAM_FLOW_STATES">NUM_TP_STREAM_FLOW_STATES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-STREAM-FLOW-STATES:CAPS" title="TP_NUM_STREAM_FLOW_STATES">TP_NUM_STREAM_FLOW_STATES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpStreamTransportType" title="enum TpStreamTransportType">TpStreamTransportType</a>;
#define             <a class="link" href="telepathy-glib-enums.html#NUM-TP-STREAM-TRANSPORT-TYPES:CAPS" title="NUM_TP_STREAM_TRANSPORT_TYPES">NUM_TP_STREAM_TRANSPORT_TYPES</a>
#define             <a class="link" href="telepathy-glib-enums.html#TP-NUM-STREAM-TRANSPORT-TYPES:CAPS" title="TP_NUM_STREAM_TRANSPORT_TYPES">TP_NUM_STREAM_TRANSPORT_TYPES</a>
enum                <a class="link" href="telepathy-glib-enums.html#TpCallFlags" title="enum TpCallFlags">TpCallFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpCallMemberFlags" title="enum TpCallMemberFlags">TpCallMemberFlags</a>;
enum                <a class="link" href="telepathy-glib-enums.html#TpRTCPXRStatisticsFlags" title="enum TpRTCPXRStatisticsFlags">TpRTCPXRStatisticsFlags</a>;
</pre>
</div>
<div class="refsect1">
<a name="telepathy-glib-enums.description"></a><h2>Description</h2>
<p>
This header exposes the constants from the Telepathy specification as
C enums. It is automatically generated from the specification.
</p>
<p>
The names used in the specification (e.g.
Connection_Status_Connected) are converted to upper-case and given a
TP_ prefix, e.g. TP_CONNECTION_STATUS_CONNECTED.
</p>
<p>
Each enum also has a constant for the number of members, named like
TP_NUM_CONNECTION_STATUSES. The pluralization is currently hard-coded
in the conversion scripts, but should move into the specification
in future.
</p>
<p>
Constants LAST_TP_CONNECTION_STATUS, etc. are also provided. These are
deprecated and will be removed in a future release.
</p>
</div>
<div class="refsect1">
<a name="telepathy-glib-enums.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="TpHandleType"></a><h3>enum TpHandleType</h3>
<pre class="programlisting">typedef enum {
    TP_HANDLE_TYPE_NONE = 0,
    TP_HANDLE_TYPE_CONTACT = 1,
    TP_HANDLE_TYPE_ROOM = 2,
    TP_HANDLE_TYPE_LIST = 3,
    TP_HANDLE_TYPE_GROUP = 4,
} TpHandleType;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-HANDLE-TYPE-NONE:CAPS"></a><span class="term"><code class="literal">TP_HANDLE_TYPE_NONE</code></span></p></td>
<td>           A "null" handle type used to indicate the absence of a handle.           When a handle type and a handle appear as a pair, if the handle           type is zero, the handle must also be zero.         
</td>
</tr>
<tr>
<td><p><a name="TP-HANDLE-TYPE-CONTACT:CAPS"></a><span class="term"><code class="literal">TP_HANDLE_TYPE_CONTACT</code></span></p></td>
<td>           A contact         
</td>
</tr>
<tr>
<td><p><a name="TP-HANDLE-TYPE-ROOM:CAPS"></a><span class="term"><code class="literal">TP_HANDLE_TYPE_ROOM</code></span></p></td>
<td>           A chat room         
</td>
</tr>
<tr>
<td><p><a name="TP-HANDLE-TYPE-LIST:CAPS"></a><span class="term"><code class="literal">TP_HANDLE_TYPE_LIST</code></span></p></td>
<td>           A server-generated contact list (see Channel.Interface.Group)         
</td>
</tr>
<tr>
<td><p><a name="TP-HANDLE-TYPE-GROUP:CAPS"></a><span class="term"><code class="literal">TP_HANDLE_TYPE_GROUP</code></span></p></td>
<td>           A user-defined contact list (see Channel.Interface.Group)         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-HANDLE-TYPES:CAPS"></a><h3>TP_NUM_HANDLE_TYPES</h3>
<pre class="programlisting">#define TP_NUM_HANDLE_TYPES (4+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpHandleType" title="enum TpHandleType"><span class="type">TpHandleType</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-HANDLE-TYPES:CAPS"></a><h3>NUM_TP_HANDLE_TYPES</h3>
<pre class="programlisting">#define NUM_TP_HANDLE_TYPES TP_NUM_HANDLE_TYPES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpHandleType" title="enum TpHandleType"><span class="type">TpHandleType</span></a>.
In new code, use TP_NUM_HANDLE_TYPES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpConnMgrParamFlags"></a><h3>enum TpConnMgrParamFlags</h3>
<pre class="programlisting">typedef enum {
    TP_CONN_MGR_PARAM_FLAG_REQUIRED = 1,
    TP_CONN_MGR_PARAM_FLAG_REGISTER = 2,
    TP_CONN_MGR_PARAM_FLAG_HAS_DEFAULT = 4,
    TP_CONN_MGR_PARAM_FLAG_SECRET = 8,
    TP_CONN_MGR_PARAM_FLAG_DBUS_PROPERTY = 16,
} TpConnMgrParamFlags;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CONN-MGR-PARAM-FLAG-REQUIRED:CAPS"></a><span class="term"><code class="literal">TP_CONN_MGR_PARAM_FLAG_REQUIRED</code></span></p></td>
<td>           This parameter is required for connecting to the server.         
</td>
</tr>
<tr>
<td><p><a name="TP-CONN-MGR-PARAM-FLAG-REGISTER:CAPS"></a><span class="term"><code class="literal">TP_CONN_MGR_PARAM_FLAG_REGISTER</code></span></p></td>
<td>           This parameter is required for registering an account on the           server.         
</td>
</tr>
<tr>
<td><p><a name="TP-CONN-MGR-PARAM-FLAG-HAS-DEFAULT:CAPS"></a><span class="term"><code class="literal">TP_CONN_MGR_PARAM_FLAG_HAS_DEFAULT</code></span></p></td>
<td>           This parameter has a default value, which is returned in           GetParameters; not providing this parameter is equivalent to           providing the default.         
</td>
</tr>
<tr>
<td><p><a name="TP-CONN-MGR-PARAM-FLAG-SECRET:CAPS"></a><span class="term"><code class="literal">TP_CONN_MGR_PARAM_FLAG_SECRET</code></span></p></td>
<td>           This parameter should be considered private or secret; for             instance, clients should store it in a "password safe" like             gnome-keyring or kwallet, omit it from debug logs, and use a             text input widget that hides the value of the parameter.            (Clients that support older connection managers may also treat             any parameter whose name contains "password" as though it had this             flag.)         
</td>
</tr>
<tr>
<td><p><a name="TP-CONN-MGR-PARAM-FLAG-DBUS-PROPERTY:CAPS"></a><span class="term"><code class="literal">TP_CONN_MGR_PARAM_FLAG_DBUS_PROPERTY</code></span></p></td>
<td>           This parameter is also a D-Bus property on the resulting             Connection; a             parameter named com.example.Duck.Macaroni with this             flag corresponds to the Macaroni property on the             com.example.Duck interface.  Its value can be queried             and possibly changed on an existing Connection using methods on the             org.freedesktop.DBus.Properties interface.            When a new value for a parameter with this flag is passed to             Account.UpdateParameters,             the account manager will attempt to update its value on any running             connections. Similarly, if the parameter also has the             Has_Default flag, and is passed in the second argument             to UpdateParameters, the default value will be applied             to any running             connections. Thus, clients generally do not need to directly access             or update the connection property; instead, they SHOULD manipulate             Account.Parameters.                         This allows runtime-configurable options to be stored and               maintained by the AccountManager, without needing to               invent a separate account preference for “properties that should               be set on the connection as soon as it is created”. It was               originally invented to manage Cellular               preferences.                    
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpConnectionStatus"></a><h3>enum TpConnectionStatus</h3>
<pre class="programlisting">typedef enum {
    TP_CONNECTION_STATUS_CONNECTED = 0,
    TP_CONNECTION_STATUS_CONNECTING = 1,
    TP_CONNECTION_STATUS_DISCONNECTED = 2,
} TpConnectionStatus;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-CONNECTED:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_CONNECTED</code></span></p></td>
<td>           The connection is fully connected and all methods are available.         
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-CONNECTING:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_CONNECTING</code></span></p></td>
<td>           Connect has been called but the           connection has not yet been established. Some methods may fail           until the connection has been established.         
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-DISCONNECTED:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_DISCONNECTED</code></span></p></td>
<td>           If this is retrieved from GetStatus or           Status, it indicates that connection           has not yet been attempted. If seen in a           StatusChanged signal, it indicates           that the connection has failed; the Connection object SHOULD be           removed from D-Bus immediately, and all subsequent method calls           SHOULD fail.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-CONNECTION-STATUSES:CAPS"></a><h3>TP_NUM_CONNECTION_STATUSES</h3>
<pre class="programlisting">#define TP_NUM_CONNECTION_STATUSES (2+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpConnectionStatus" title="enum TpConnectionStatus"><span class="type">TpConnectionStatus</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-CONNECTION-STATUSES:CAPS"></a><h3>NUM_TP_CONNECTION_STATUSES</h3>
<pre class="programlisting">#define NUM_TP_CONNECTION_STATUSES TP_NUM_CONNECTION_STATUSES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpConnectionStatus" title="enum TpConnectionStatus"><span class="type">TpConnectionStatus</span></a>.
In new code, use TP_NUM_CONNECTION_STATUSES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpConnectionStatusReason"></a><h3>enum TpConnectionStatusReason</h3>
<pre class="programlisting">typedef enum {
    TP_CONNECTION_STATUS_REASON_NONE_SPECIFIED = 0,
    TP_CONNECTION_STATUS_REASON_REQUESTED = 1,
    TP_CONNECTION_STATUS_REASON_NETWORK_ERROR = 2,
    TP_CONNECTION_STATUS_REASON_AUTHENTICATION_FAILED = 3,
    TP_CONNECTION_STATUS_REASON_ENCRYPTION_ERROR = 4,
    TP_CONNECTION_STATUS_REASON_NAME_IN_USE = 5,
    TP_CONNECTION_STATUS_REASON_CERT_NOT_PROVIDED = 6,
    TP_CONNECTION_STATUS_REASON_CERT_UNTRUSTED = 7,
    TP_CONNECTION_STATUS_REASON_CERT_EXPIRED = 8,
    TP_CONNECTION_STATUS_REASON_CERT_NOT_ACTIVATED = 9,
    TP_CONNECTION_STATUS_REASON_CERT_HOSTNAME_MISMATCH = 10,
    TP_CONNECTION_STATUS_REASON_CERT_FINGERPRINT_MISMATCH = 11,
    TP_CONNECTION_STATUS_REASON_CERT_SELF_SIGNED = 12,
    TP_CONNECTION_STATUS_REASON_CERT_OTHER_ERROR = 13,
    TP_CONNECTION_STATUS_REASON_CERT_REVOKED = 14,
    TP_CONNECTION_STATUS_REASON_CERT_INSECURE = 15,
    TP_CONNECTION_STATUS_REASON_CERT_LIMIT_EXCEEDED = 16,
} TpConnectionStatusReason;
</pre>
<p>
         A reason why the status of the connection changed. Apart from           Requested, the values of this enumeration only make sense as           reasons why the status changed to Disconnected.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-NONE-SPECIFIED:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_NONE_SPECIFIED</code></span></p></td>
<td>           There is no reason set for this state change. Unknown status             reasons SHOULD be treated like this reason.            When disconnected for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Disconnected.         
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-REQUESTED:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_REQUESTED</code></span></p></td>
<td>           The change is in response to a user request. Changes to the             Connecting or Connected status SHOULD always indicate this reason;             changes to the Disconnected status SHOULD indicate this reason             if and only if the disconnection was requested by the user.            When disconnected for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Cancelled.         
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-NETWORK-ERROR:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_NETWORK_ERROR</code></span></p></td>
<td>           There was an error sending or receiving on the network socket.            When the status changes from Connecting to Disconnected for this             reason, the equivalent D-Bus error is either             org.freedesktop.Telepathy.Error.NetworkError,             org.freedesktop.Telepathy.Error.ConnectionRefused,             org.freedesktop.Telepathy.Error.ConnectionFailed             or some more specific error.            When the status changes from Connected to Disconnected for this             reason, the equivalent D-Bus error is either             org.freedesktop.Telepathy.Error.NetworkError,             org.freedesktop.Telepathy.Error.ConnectionLost             or some more specific error.         
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-AUTHENTICATION-FAILED:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_AUTHENTICATION_FAILED</code></span></p></td>
<td>           The username or password was invalid.            When disconnected for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.AuthenticationFailed.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-ENCRYPTION-ERROR:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_ENCRYPTION_ERROR</code></span></p></td>
<td>           There was an error negotiating SSL on this connection, or             encryption was unavailable and require-encryption was set when the             connection was created.            When disconnected for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.EncryptionNotAvailable             if encryption was not available at all, or             org.freedesktop.Telepathy.Error.EncryptionError             if encryption failed.         
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-NAME-IN-USE:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_NAME_IN_USE</code></span></p></td>
<td>           In general, this reason indicates that the requested account             name or other identification could not be used due to conflict             with another connection. It can be divided into three cases:                         If the status change is from Connecting to Disconnected               and the 'register' parameter to RequestConnection was present               and true, the requested account could not be created on the               server because it already exists.               The equivalent D-Bus error is               org.freedesktop.Telepathy.Error.RegistrationExists.                           If the status change is from Connecting to Disconnected               but the 'register' parameter is absent or false, the connection               manager could not connect to the specified account because               a connection to that account already exists.               The equivalent D-Bus error is               org.freedesktop.Telepathy.Error.AlreadyConnected.                                 In some protocols, like XMPP (when connecting with the same                 JID and resource as an existing connection), the existing                 connection "wins" and the new one fails to connect.                                          If the status change is from Connected to Disconnected,               the existing connection was automatically disconnected because               a new connection to the same account (perhaps from a different               client or location) was established.               The equivalent D-Bus error is               org.freedesktop.Telepathy.Error.ConnectionReplaced.                                 In some protocols, like MSNP (when connecting twice with the                 same Passport), the new connection "wins" and the                 existing one is automatically disconnected.                                                
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-CERT-NOT-PROVIDED:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_CERT_NOT_PROVIDED</code></span></p></td>
<td>           The server did not provide a SSL certificate.            When disconnected for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Cert.NotProvided.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-CERT-UNTRUSTED:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_CERT_UNTRUSTED</code></span></p></td>
<td>           The server's SSL certificate is signed by an untrusted certifying             authority. This error SHOULD NOT be used to represent a self-signed             certificate: use the more specific Cert_Self_Signed reason for             that.            When disconnected for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Cert.Untrusted.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-CERT-EXPIRED:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_CERT_EXPIRED</code></span></p></td>
<td>           The server's SSL certificate has expired.            When disconnected for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Cert.Expired.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-CERT-NOT-ACTIVATED:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_CERT_NOT_ACTIVATED</code></span></p></td>
<td>           The server's SSL certificate is not yet valid.            When disconnected for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Cert.NotActivated.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-CERT-HOSTNAME-MISMATCH:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_CERT_HOSTNAME_MISMATCH</code></span></p></td>
<td>           The server's SSL certificate did not match its hostname.            When disconnected for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Cert.HostnameMismatch.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-CERT-FINGERPRINT-MISMATCH:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_CERT_FINGERPRINT_MISMATCH</code></span></p></td>
<td>           The server's SSL certificate does not have the expected             fingerprint.            When disconnected for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Cert.FingerprintMismatch.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-CERT-SELF-SIGNED:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_CERT_SELF_SIGNED</code></span></p></td>
<td>           The server's SSL certificate is self-signed.            When disconnected for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Cert.SelfSigned.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-CERT-OTHER-ERROR:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_CERT_OTHER_ERROR</code></span></p></td>
<td>           There was some other error validating the server's SSL             certificate.            When disconnected for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Cert.Invalid.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-CERT-REVOKED:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_CERT_REVOKED</code></span></p></td>
<td>           The server's SSL certificate has been revoked.            When disconnected for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Cert.Revoked.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-CERT-INSECURE:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_CERT_INSECURE</code></span></p></td>
<td>           The server's SSL certificate uses an insecure algorithm, 	  or is cryptographically weak.            When disconnected for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Cert.Insecure.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-STATUS-REASON-CERT-LIMIT-EXCEEDED:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_STATUS_REASON_CERT_LIMIT_EXCEEDED</code></span></p></td>
<td> 	  The length in bytes of the server certificate, or the depth of the 	  sever certificate chain exceed the limits imposed by the crypto 	  library.  	  When disconnected for this reason, the equivalent D-Bus error is 	    org.freedesktop.Telepathy.Error.Cert.LimitExceeded 	   	
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-CONNECTION-STATUS-REASONS:CAPS"></a><h3>TP_NUM_CONNECTION_STATUS_REASONS</h3>
<pre class="programlisting">#define TP_NUM_CONNECTION_STATUS_REASONS (16+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpConnectionStatusReason" title="enum TpConnectionStatusReason"><span class="type">TpConnectionStatusReason</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-CONNECTION-STATUS-REASONS:CAPS"></a><h3>NUM_TP_CONNECTION_STATUS_REASONS</h3>
<pre class="programlisting">#define NUM_TP_CONNECTION_STATUS_REASONS TP_NUM_CONNECTION_STATUS_REASONS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpConnectionStatusReason" title="enum TpConnectionStatusReason"><span class="type">TpConnectionStatusReason</span></a>.
In new code, use TP_NUM_CONNECTION_STATUS_REASONS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpConnectionAliasFlags"></a><h3>enum TpConnectionAliasFlags</h3>
<pre class="programlisting">typedef enum {
    TP_CONNECTION_ALIAS_FLAG_USER_SET = 1,
} TpConnectionAliasFlags;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><a name="TP-CONNECTION-ALIAS-FLAG-USER-SET:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_ALIAS_FLAG_USER_SET</code></span></p></td>
<td>           The aliases of contacts on this connection may be changed by the             user of the service, not just by the contacts themselves. This is             the case on Jabber, for instance.           It is possible that aliases can be changed by the contacts too -             which alias takes precedence is not defined by this             specification, and depends on the server and/or connection manager             implementation.           This flag only applies to the aliases of "globally valid" contact             handles. At this time, clients should not expect to be able to             change the aliases corresponding to any channel-specific             handles. If this becomes possible in future, a new flag will             be defined.         
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpConnectionCapabilityFlags"></a><h3>enum TpConnectionCapabilityFlags</h3>
<pre class="programlisting">typedef enum {
    TP_CONNECTION_CAPABILITY_FLAG_CREATE = 1,
    TP_CONNECTION_CAPABILITY_FLAG_INVITE = 2,
} TpConnectionCapabilityFlags;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CONNECTION-CAPABILITY-FLAG-CREATE:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_CAPABILITY_FLAG_CREATE</code></span></p></td>
<td>           The given channel type and handle can be given to RequestChannel           to create a new channel of this type.         
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-CAPABILITY-FLAG-INVITE:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_CAPABILITY_FLAG_INVITE</code></span></p></td>
<td>           The given contact can be invited to an existing channel of this type.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpConnectionPresenceType"></a><h3>enum TpConnectionPresenceType</h3>
<pre class="programlisting">typedef enum {
    TP_CONNECTION_PRESENCE_TYPE_UNSET = 0,
    TP_CONNECTION_PRESENCE_TYPE_OFFLINE = 1,
    TP_CONNECTION_PRESENCE_TYPE_AVAILABLE = 2,
    TP_CONNECTION_PRESENCE_TYPE_AWAY = 3,
    TP_CONNECTION_PRESENCE_TYPE_EXTENDED_AWAY = 4,
    TP_CONNECTION_PRESENCE_TYPE_HIDDEN = 5,
    TP_CONNECTION_PRESENCE_TYPE_BUSY = 6,
    TP_CONNECTION_PRESENCE_TYPE_UNKNOWN = 7,
    TP_CONNECTION_PRESENCE_TYPE_ERROR = 8,
} TpConnectionPresenceType;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CONNECTION-PRESENCE-TYPE-UNSET:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_PRESENCE_TYPE_UNSET</code></span></p></td>
<td>           An invalid presence type used as a null value. This value MUST NOT           appear in the Statuses property,           or in the result of GetStatuses           on the deprecated Presence           interface.         
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-PRESENCE-TYPE-OFFLINE:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_PRESENCE_TYPE_OFFLINE</code></span></p></td>
<td>           Offline         
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-PRESENCE-TYPE-AVAILABLE:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_PRESENCE_TYPE_AVAILABLE</code></span></p></td>
<td>           Available         
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-PRESENCE-TYPE-AWAY:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_PRESENCE_TYPE_AWAY</code></span></p></td>
<td>           Away         
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-PRESENCE-TYPE-EXTENDED-AWAY:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_PRESENCE_TYPE_EXTENDED_AWAY</code></span></p></td>
<td>           Away for an extended time         
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-PRESENCE-TYPE-HIDDEN:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_PRESENCE_TYPE_HIDDEN</code></span></p></td>
<td>           Hidden (invisible)         
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-PRESENCE-TYPE-BUSY:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_PRESENCE_TYPE_BUSY</code></span></p></td>
<td>           Busy, Do Not Disturb.         
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-PRESENCE-TYPE-UNKNOWN:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_PRESENCE_TYPE_UNKNOWN</code></span></p></td>
<td>           Unknown, unable to determine presence for this contact, for example           if the protocol only allows presence of subscribed contacts.         
</td>
</tr>
<tr>
<td><p><a name="TP-CONNECTION-PRESENCE-TYPE-ERROR:CAPS"></a><span class="term"><code class="literal">TP_CONNECTION_PRESENCE_TYPE_ERROR</code></span></p></td>
<td>           Error, an error occurred while trying to determine presence.  The           message, if set, is an error from the server.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-CONNECTION-PRESENCE-TYPES:CAPS"></a><h3>TP_NUM_CONNECTION_PRESENCE_TYPES</h3>
<pre class="programlisting">#define TP_NUM_CONNECTION_PRESENCE_TYPES (8+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpConnectionPresenceType" title="enum TpConnectionPresenceType"><span class="type">TpConnectionPresenceType</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-CONNECTION-PRESENCE-TYPES:CAPS"></a><h3>NUM_TP_CONNECTION_PRESENCE_TYPES</h3>
<pre class="programlisting">#define NUM_TP_CONNECTION_PRESENCE_TYPES TP_NUM_CONNECTION_PRESENCE_TYPES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpConnectionPresenceType" title="enum TpConnectionPresenceType"><span class="type">TpConnectionPresenceType</span></a>.
In new code, use TP_NUM_CONNECTION_PRESENCE_TYPES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpDTMFEvent"></a><h3>enum TpDTMFEvent</h3>
<pre class="programlisting">typedef enum {
    TP_DTMF_EVENT_DIGIT_0 = 0,
    TP_DTMF_EVENT_DIGIT_1 = 1,
    TP_DTMF_EVENT_DIGIT_2 = 2,
    TP_DTMF_EVENT_DIGIT_3 = 3,
    TP_DTMF_EVENT_DIGIT_4 = 4,
    TP_DTMF_EVENT_DIGIT_5 = 5,
    TP_DTMF_EVENT_DIGIT_6 = 6,
    TP_DTMF_EVENT_DIGIT_7 = 7,
    TP_DTMF_EVENT_DIGIT_8 = 8,
    TP_DTMF_EVENT_DIGIT_9 = 9,
    TP_DTMF_EVENT_ASTERISK = 10,
    TP_DTMF_EVENT_HASH = 11,
    TP_DTMF_EVENT_LETTER_A = 12,
    TP_DTMF_EVENT_LETTER_B = 13,
    TP_DTMF_EVENT_LETTER_C = 14,
    TP_DTMF_EVENT_LETTER_D = 15,
} TpDTMFEvent;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-DTMF-EVENT-DIGIT-0:CAPS"></a><span class="term"><code class="literal">TP_DTMF_EVENT_DIGIT_0</code></span></p></td>
<td>0
</td>
</tr>
<tr>
<td><p><a name="TP-DTMF-EVENT-DIGIT-1:CAPS"></a><span class="term"><code class="literal">TP_DTMF_EVENT_DIGIT_1</code></span></p></td>
<td>1
</td>
</tr>
<tr>
<td><p><a name="TP-DTMF-EVENT-DIGIT-2:CAPS"></a><span class="term"><code class="literal">TP_DTMF_EVENT_DIGIT_2</code></span></p></td>
<td>2
</td>
</tr>
<tr>
<td><p><a name="TP-DTMF-EVENT-DIGIT-3:CAPS"></a><span class="term"><code class="literal">TP_DTMF_EVENT_DIGIT_3</code></span></p></td>
<td>3
</td>
</tr>
<tr>
<td><p><a name="TP-DTMF-EVENT-DIGIT-4:CAPS"></a><span class="term"><code class="literal">TP_DTMF_EVENT_DIGIT_4</code></span></p></td>
<td>4
</td>
</tr>
<tr>
<td><p><a name="TP-DTMF-EVENT-DIGIT-5:CAPS"></a><span class="term"><code class="literal">TP_DTMF_EVENT_DIGIT_5</code></span></p></td>
<td>5
</td>
</tr>
<tr>
<td><p><a name="TP-DTMF-EVENT-DIGIT-6:CAPS"></a><span class="term"><code class="literal">TP_DTMF_EVENT_DIGIT_6</code></span></p></td>
<td>6
</td>
</tr>
<tr>
<td><p><a name="TP-DTMF-EVENT-DIGIT-7:CAPS"></a><span class="term"><code class="literal">TP_DTMF_EVENT_DIGIT_7</code></span></p></td>
<td>7
</td>
</tr>
<tr>
<td><p><a name="TP-DTMF-EVENT-DIGIT-8:CAPS"></a><span class="term"><code class="literal">TP_DTMF_EVENT_DIGIT_8</code></span></p></td>
<td>8
</td>
</tr>
<tr>
<td><p><a name="TP-DTMF-EVENT-DIGIT-9:CAPS"></a><span class="term"><code class="literal">TP_DTMF_EVENT_DIGIT_9</code></span></p></td>
<td>9
</td>
</tr>
<tr>
<td><p><a name="TP-DTMF-EVENT-ASTERISK:CAPS"></a><span class="term"><code class="literal">TP_DTMF_EVENT_ASTERISK</code></span></p></td>
<td>*
</td>
</tr>
<tr>
<td><p><a name="TP-DTMF-EVENT-HASH:CAPS"></a><span class="term"><code class="literal">TP_DTMF_EVENT_HASH</code></span></p></td>
<td>#
</td>
</tr>
<tr>
<td><p><a name="TP-DTMF-EVENT-LETTER-A:CAPS"></a><span class="term"><code class="literal">TP_DTMF_EVENT_LETTER_A</code></span></p></td>
<td>A
</td>
</tr>
<tr>
<td><p><a name="TP-DTMF-EVENT-LETTER-B:CAPS"></a><span class="term"><code class="literal">TP_DTMF_EVENT_LETTER_B</code></span></p></td>
<td>B
</td>
</tr>
<tr>
<td><p><a name="TP-DTMF-EVENT-LETTER-C:CAPS"></a><span class="term"><code class="literal">TP_DTMF_EVENT_LETTER_C</code></span></p></td>
<td>C
</td>
</tr>
<tr>
<td><p><a name="TP-DTMF-EVENT-LETTER-D:CAPS"></a><span class="term"><code class="literal">TP_DTMF_EVENT_LETTER_D</code></span></p></td>
<td>D
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-DTMF-EVENTS:CAPS"></a><h3>TP_NUM_DTMF_EVENTS</h3>
<pre class="programlisting">#define TP_NUM_DTMF_EVENTS (15+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpDTMFEvent" title="enum TpDTMFEvent"><span class="type">TpDTMFEvent</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-DTMF-EVENTS:CAPS"></a><h3>NUM_TP_DTMF_EVENTS</h3>
<pre class="programlisting">#define NUM_TP_DTMF_EVENTS TP_NUM_DTMF_EVENTS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpDTMFEvent" title="enum TpDTMFEvent"><span class="type">TpDTMFEvent</span></a>.
In new code, use TP_NUM_DTMF_EVENTS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="tp-dtmf-event-to-char"></a><h3>tp_dtmf_event_to_char ()</h3>
<pre class="programlisting"><span class="returnvalue">gchar</span>               tp_dtmf_event_to_char               (<em class="parameter"><code><a class="link" href="telepathy-glib-enums.html#TpDTMFEvent" title="enum TpDTMFEvent"><span class="type">TpDTMFEvent</span></a> event</code></em>);</pre>
<p>
Return a printable ASCII character representing <em class="parameter"><code>event</code></em>, or '?' if <em class="parameter"><code>event</code></em>
was not understood.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
<td>a TpDTMFEvent</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a printable ASCII character</td>
</tr>
</tbody>
</table></div>
<p class="since">Since 0.13.3</p>
</div>
<hr>
<div class="refsect2">
<a name="TpMediaStreamType"></a><h3>enum TpMediaStreamType</h3>
<pre class="programlisting">typedef enum {
    TP_MEDIA_STREAM_TYPE_AUDIO = 0,
    TP_MEDIA_STREAM_TYPE_VIDEO = 1,
} TpMediaStreamType;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-MEDIA-STREAM-TYPE-AUDIO:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_TYPE_AUDIO</code></span></p></td>
<td>An audio stream
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-TYPE-VIDEO:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_TYPE_VIDEO</code></span></p></td>
<td>A video stream
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-MEDIA-STREAM-TYPES:CAPS"></a><h3>NUM_TP_MEDIA_STREAM_TYPES</h3>
<pre class="programlisting">#define NUM_TP_MEDIA_STREAM_TYPES TP_NUM_MEDIA_STREAM_TYPES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpMediaStreamType" title="enum TpMediaStreamType"><span class="type">TpMediaStreamType</span></a>.
In new code, use TP_NUM_MEDIA_STREAM_TYPES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-MEDIA-STREAM-TYPES:CAPS"></a><h3>TP_NUM_MEDIA_STREAM_TYPES</h3>
<pre class="programlisting">#define TP_NUM_MEDIA_STREAM_TYPES (1+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpMediaStreamType" title="enum TpMediaStreamType"><span class="type">TpMediaStreamType</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpMediaStreamState"></a><h3>enum TpMediaStreamState</h3>
<pre class="programlisting">typedef enum {
    TP_MEDIA_STREAM_STATE_DISCONNECTED = 0,
    TP_MEDIA_STREAM_STATE_CONNECTING = 1,
    TP_MEDIA_STREAM_STATE_CONNECTED = 2,
} TpMediaStreamState;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-MEDIA-STREAM-STATE-DISCONNECTED:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_STATE_DISCONNECTED</code></span></p></td>
<td>The stream is disconnected.
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-STATE-CONNECTING:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_STATE_CONNECTING</code></span></p></td>
<td>The stream is trying to connect.
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-STATE-CONNECTED:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_STATE_CONNECTED</code></span></p></td>
<td>The stream is connected.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-MEDIA-STREAM-STATES:CAPS"></a><h3>NUM_TP_MEDIA_STREAM_STATES</h3>
<pre class="programlisting">#define NUM_TP_MEDIA_STREAM_STATES TP_NUM_MEDIA_STREAM_STATES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpMediaStreamState" title="enum TpMediaStreamState"><span class="type">TpMediaStreamState</span></a>.
In new code, use TP_NUM_MEDIA_STREAM_STATES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-MEDIA-STREAM-STATES:CAPS"></a><h3>TP_NUM_MEDIA_STREAM_STATES</h3>
<pre class="programlisting">#define TP_NUM_MEDIA_STREAM_STATES (2+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpMediaStreamState" title="enum TpMediaStreamState"><span class="type">TpMediaStreamState</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpMediaStreamDirection"></a><h3>enum TpMediaStreamDirection</h3>
<pre class="programlisting">typedef enum {
    TP_MEDIA_STREAM_DIRECTION_NONE = 0,
    TP_MEDIA_STREAM_DIRECTION_SEND = 1,
    TP_MEDIA_STREAM_DIRECTION_RECEIVE = 2,
    TP_MEDIA_STREAM_DIRECTION_BIDIRECTIONAL = 3,
} TpMediaStreamDirection;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-MEDIA-STREAM-DIRECTION-NONE:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_DIRECTION_NONE</code></span></p></td>
<td>Media are not being sent or received
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-DIRECTION-SEND:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_DIRECTION_SEND</code></span></p></td>
<td>Media are being sent, but not received
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-DIRECTION-RECEIVE:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_DIRECTION_RECEIVE</code></span></p></td>
<td>Media are being received, but not sent
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-DIRECTION-BIDIRECTIONAL:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_DIRECTION_BIDIRECTIONAL</code></span></p></td>
<td>Media are being sent and received
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-MEDIA-STREAM-DIRECTIONS:CAPS"></a><h3>NUM_TP_MEDIA_STREAM_DIRECTIONS</h3>
<pre class="programlisting">#define NUM_TP_MEDIA_STREAM_DIRECTIONS TP_NUM_MEDIA_STREAM_DIRECTIONS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpMediaStreamDirection" title="enum TpMediaStreamDirection"><span class="type">TpMediaStreamDirection</span></a>.
In new code, use TP_NUM_MEDIA_STREAM_DIRECTIONS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-MEDIA-STREAM-DIRECTIONS:CAPS"></a><h3>TP_NUM_MEDIA_STREAM_DIRECTIONS</h3>
<pre class="programlisting">#define TP_NUM_MEDIA_STREAM_DIRECTIONS (3+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpMediaStreamDirection" title="enum TpMediaStreamDirection"><span class="type">TpMediaStreamDirection</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpMediaStreamPendingSend"></a><h3>enum TpMediaStreamPendingSend</h3>
<pre class="programlisting">typedef enum {
    TP_MEDIA_STREAM_PENDING_LOCAL_SEND = 1,
    TP_MEDIA_STREAM_PENDING_REMOTE_SEND = 2,
} TpMediaStreamPendingSend;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-MEDIA-STREAM-PENDING-LOCAL-SEND:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_PENDING_LOCAL_SEND</code></span></p></td>
<td>             The local user has been asked to send media by the remote user.             Call RequestStreamDirection to             indicate whether or not this is acceptable.         
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-PENDING-REMOTE-SEND:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_PENDING_REMOTE_SEND</code></span></p></td>
<td>             The remote user has been asked to send media by the local user.             The StreamDirectionChanged signal             will be emitted when the remote user accepts or rejects this             change.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpChannelMediaCapabilities"></a><h3>enum TpChannelMediaCapabilities</h3>
<pre class="programlisting">typedef enum {
    TP_CHANNEL_MEDIA_CAPABILITY_AUDIO = 1,
    TP_CHANNEL_MEDIA_CAPABILITY_VIDEO = 2,
    TP_CHANNEL_MEDIA_CAPABILITY_NAT_TRAVERSAL_STUN = 4,
    TP_CHANNEL_MEDIA_CAPABILITY_NAT_TRAVERSAL_GTALK_P2P = 8,
    TP_CHANNEL_MEDIA_CAPABILITY_NAT_TRAVERSAL_ICE_UDP = 16,
    TP_CHANNEL_MEDIA_CAPABILITY_IMMUTABLE_STREAMS = 32,
} TpChannelMediaCapabilities;
</pre>
<p>
         The channel-type-specific capability flags used for         Channel.Type.StreamedMedia in the Connection.Interface.Capabilities         interface. See the InitialAudio         property for details of the mechanisms that will replace this.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CHANNEL-MEDIA-CAPABILITY-AUDIO:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_MEDIA_CAPABILITY_AUDIO</code></span></p></td>
<td>           The handle is capable of using audio streams within a media channel.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-MEDIA-CAPABILITY-VIDEO:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_MEDIA_CAPABILITY_VIDEO</code></span></p></td>
<td>           The handle is capable of using video streams within a media channel.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-MEDIA-CAPABILITY-NAT-TRAVERSAL-STUN:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_MEDIA_CAPABILITY_NAT_TRAVERSAL_STUN</code></span></p></td>
<td>           The handle is capable of performing STUN to traverse NATs.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-MEDIA-CAPABILITY-NAT-TRAVERSAL-GTALK-P2P:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_MEDIA_CAPABILITY_NAT_TRAVERSAL_GTALK_P2P</code></span></p></td>
<td>           The handle is capable of establishing Google Talk peer-to-peer           connections (as implemented in libjingle 0.3) to traverse NATs.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-MEDIA-CAPABILITY-NAT-TRAVERSAL-ICE-UDP:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_MEDIA_CAPABILITY_NAT_TRAVERSAL_ICE_UDP</code></span></p></td>
<td>           The handle is capable of establishing ICE UDP peer-to-peer           connections (as defined by the IETF MMUSIC working group) to traverse           NATs.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-MEDIA-CAPABILITY-IMMUTABLE-STREAMS:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_MEDIA_CAPABILITY_IMMUTABLE_STREAMS</code></span></p></td>
<td>           Channels whose target handle is this contact will have           ImmutableStreams = True.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpChannelTextSendError"></a><h3>enum TpChannelTextSendError</h3>
<pre class="programlisting">typedef enum {
    TP_CHANNEL_TEXT_SEND_ERROR_UNKNOWN = 0,
    TP_CHANNEL_TEXT_SEND_ERROR_OFFLINE = 1,
    TP_CHANNEL_TEXT_SEND_ERROR_INVALID_CONTACT = 2,
    TP_CHANNEL_TEXT_SEND_ERROR_PERMISSION_DENIED = 3,
    TP_CHANNEL_TEXT_SEND_ERROR_TOO_LONG = 4,
    TP_CHANNEL_TEXT_SEND_ERROR_NOT_IMPLEMENTED = 5,
} TpChannelTextSendError;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CHANNEL-TEXT-SEND-ERROR-UNKNOWN:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_TEXT_SEND_ERROR_UNKNOWN</code></span></p></td>
<td>         An unknown error occurred         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-TEXT-SEND-ERROR-OFFLINE:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_TEXT_SEND_ERROR_OFFLINE</code></span></p></td>
<td>         The requested contact was offline         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-TEXT-SEND-ERROR-INVALID-CONTACT:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_TEXT_SEND_ERROR_INVALID_CONTACT</code></span></p></td>
<td>         The requested contact is not valid         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-TEXT-SEND-ERROR-PERMISSION-DENIED:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_TEXT_SEND_ERROR_PERMISSION_DENIED</code></span></p></td>
<td>         The user does not have permission to speak on this channel         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-TEXT-SEND-ERROR-TOO-LONG:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_TEXT_SEND_ERROR_TOO_LONG</code></span></p></td>
<td>         The outgoing message was too long and was rejected by the server         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-TEXT-SEND-ERROR-NOT-IMPLEMENTED:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_TEXT_SEND_ERROR_NOT_IMPLEMENTED</code></span></p></td>
<td>         The channel doesn't support sending text messages to the requested         contact         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-CHANNEL-TEXT-SEND-ERRORS:CAPS"></a><h3>TP_NUM_CHANNEL_TEXT_SEND_ERRORS</h3>
<pre class="programlisting">#define TP_NUM_CHANNEL_TEXT_SEND_ERRORS (5+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpChannelTextSendError" title="enum TpChannelTextSendError"><span class="type">TpChannelTextSendError</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-CHANNEL-TEXT-SEND-ERRORS:CAPS"></a><h3>NUM_TP_CHANNEL_TEXT_SEND_ERRORS</h3>
<pre class="programlisting">#define NUM_TP_CHANNEL_TEXT_SEND_ERRORS TP_NUM_CHANNEL_TEXT_SEND_ERRORS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpChannelTextSendError" title="enum TpChannelTextSendError"><span class="type">TpChannelTextSendError</span></a>.
In new code, use TP_NUM_CHANNEL_TEXT_SEND_ERRORS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpChannelTextMessageType"></a><h3>enum TpChannelTextMessageType</h3>
<pre class="programlisting">typedef enum {
    TP_CHANNEL_TEXT_MESSAGE_TYPE_NORMAL = 0,
    TP_CHANNEL_TEXT_MESSAGE_TYPE_ACTION = 1,
    TP_CHANNEL_TEXT_MESSAGE_TYPE_NOTICE = 2,
    TP_CHANNEL_TEXT_MESSAGE_TYPE_AUTO_REPLY = 3,
    TP_CHANNEL_TEXT_MESSAGE_TYPE_DELIVERY_REPORT = 4,
} TpChannelTextMessageType;
</pre>
<p>
         The type of message.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CHANNEL-TEXT-MESSAGE-TYPE-NORMAL:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_TEXT_MESSAGE_TYPE_NORMAL</code></span></p></td>
<td>         An ordinary chat message. Unknown types SHOULD be treated like this.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-TEXT-MESSAGE-TYPE-ACTION:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_TEXT_MESSAGE_TYPE_ACTION</code></span></p></td>
<td>         An action which might be presented to the user as         "* &lt;sender&gt; &lt;action&gt;", such as an IRC CTCP         ACTION (typically selected by the "/me" command). For example, the         text of the message might be "drinks more coffee".         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-TEXT-MESSAGE-TYPE-NOTICE:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_TEXT_MESSAGE_TYPE_NOTICE</code></span></p></td>
<td>         A one-off or automated message not necessarily expecting a reply         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-TEXT-MESSAGE-TYPE-AUTO-REPLY:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_TEXT_MESSAGE_TYPE_AUTO_REPLY</code></span></p></td>
<td>         An automatically-generated reply message.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-TEXT-MESSAGE-TYPE-DELIVERY-REPORT:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_TEXT_MESSAGE_TYPE_DELIVERY_REPORT</code></span></p></td>
<td>           A delivery report. This message type MUST NOT appear unless the           channel supports the Messages           interface; see Message_Part for the format that           delivery reports must take.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-CHANNEL-TEXT-MESSAGE-TYPES:CAPS"></a><h3>NUM_TP_CHANNEL_TEXT_MESSAGE_TYPES</h3>
<pre class="programlisting">#define NUM_TP_CHANNEL_TEXT_MESSAGE_TYPES TP_NUM_CHANNEL_TEXT_MESSAGE_TYPES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpChannelTextMessageType" title="enum TpChannelTextMessageType"><span class="type">TpChannelTextMessageType</span></a>.
In new code, use TP_NUM_CHANNEL_TEXT_MESSAGE_TYPES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-CHANNEL-TEXT-MESSAGE-TYPES:CAPS"></a><h3>TP_NUM_CHANNEL_TEXT_MESSAGE_TYPES</h3>
<pre class="programlisting">#define TP_NUM_CHANNEL_TEXT_MESSAGE_TYPES (4+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpChannelTextMessageType" title="enum TpChannelTextMessageType"><span class="type">TpChannelTextMessageType</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpChannelTextMessageFlags"></a><h3>enum TpChannelTextMessageFlags</h3>
<pre class="programlisting">typedef enum {
    TP_CHANNEL_TEXT_MESSAGE_FLAG_TRUNCATED = 1,
    TP_CHANNEL_TEXT_MESSAGE_FLAG_NON_TEXT_CONTENT = 2,
    TP_CHANNEL_TEXT_MESSAGE_FLAG_SCROLLBACK = 4,
    TP_CHANNEL_TEXT_MESSAGE_FLAG_RESCUED = 8,
} TpChannelTextMessageFlags;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CHANNEL-TEXT-MESSAGE-FLAG-TRUNCATED:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_TEXT_MESSAGE_FLAG_TRUNCATED</code></span></p></td>
<td>         The incoming message was truncated to a shorter length by the         server or the connection manager.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-TEXT-MESSAGE-FLAG-NON-TEXT-CONTENT:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_TEXT_MESSAGE_FLAG_NON_TEXT_CONTENT</code></span></p></td>
<td>           The incoming message contained non-text content which cannot be             represented by this interface, but has been signalled             in the Messages             interface.            Connection managers SHOULD only set this flag if the non-text             content appears to be relatively significant (exactly how             significant is up to the implementor). The intention is that             if this flag is set, clients using this interface SHOULD inform             the user that part of the message was not understood.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-TEXT-MESSAGE-FLAG-SCROLLBACK:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_TEXT_MESSAGE_FLAG_SCROLLBACK</code></span></p></td>
<td>           The incoming message was part of a replay of message history.                         In XMPP multi-user chat, a few past messages are replayed               when you join a chatroom. A sufficiently capable IRC connection               manager could also set this flag on historical messages when               connected to a proxy like bip or irssi-proxy. The existence               of this flag allows loggers and UIs to use better heuristics               when eliminating duplicates (a simple implementation made               possible by this flag would be to avoid logging scrollback               at all).                    
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-TEXT-MESSAGE-FLAG-RESCUED:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_TEXT_MESSAGE_FLAG_RESCUED</code></span></p></td>
<td>           The incoming message has been seen in a previous channel during             the lifetime of the Connection, but             had not been acknowledged             when that channel closed, causing an identical channel (the             channel in which the message now appears) to open.                         This means that a logger (which should already have seen the               message in the previous channel) is able to recognise and ignore               these replayed messages.                    
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpChannelChatState"></a><h3>enum TpChannelChatState</h3>
<pre class="programlisting">typedef enum {
    TP_CHANNEL_CHAT_STATE_GONE = 0,
    TP_CHANNEL_CHAT_STATE_INACTIVE = 1,
    TP_CHANNEL_CHAT_STATE_ACTIVE = 2,
    TP_CHANNEL_CHAT_STATE_PAUSED = 3,
    TP_CHANNEL_CHAT_STATE_COMPOSING = 4,
} TpChannelChatState;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CHANNEL-CHAT-STATE-GONE:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_CHAT_STATE_GONE</code></span></p></td>
<td>         The contact has effectively ceased participating in the chat.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-CHAT-STATE-INACTIVE:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_CHAT_STATE_INACTIVE</code></span></p></td>
<td>         The contact has not been active for some time.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-CHAT-STATE-ACTIVE:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_CHAT_STATE_ACTIVE</code></span></p></td>
<td>         The contact is actively participating in the chat.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-CHAT-STATE-PAUSED:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_CHAT_STATE_PAUSED</code></span></p></td>
<td>         The contact has paused composing a message.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-CHAT-STATE-COMPOSING:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_CHAT_STATE_COMPOSING</code></span></p></td>
<td>         The contact is composing a message to be sent to the chat.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-CHANNEL-CHAT-STATES:CAPS"></a><h3>NUM_TP_CHANNEL_CHAT_STATES</h3>
<pre class="programlisting">#define NUM_TP_CHANNEL_CHAT_STATES TP_NUM_CHANNEL_CHAT_STATES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpChannelChatState" title="enum TpChannelChatState"><span class="type">TpChannelChatState</span></a>.
In new code, use TP_NUM_CHANNEL_CHAT_STATES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-CHANNEL-CHAT-STATES:CAPS"></a><h3>TP_NUM_CHANNEL_CHAT_STATES</h3>
<pre class="programlisting">#define TP_NUM_CHANNEL_CHAT_STATES (4+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpChannelChatState" title="enum TpChannelChatState"><span class="type">TpChannelChatState</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpChannelGroupFlags"></a><h3>enum TpChannelGroupFlags</h3>
<pre class="programlisting">typedef enum {
    TP_CHANNEL_GROUP_FLAG_CAN_ADD = 1,
    TP_CHANNEL_GROUP_FLAG_CAN_REMOVE = 2,
    TP_CHANNEL_GROUP_FLAG_CAN_RESCIND = 4,
    TP_CHANNEL_GROUP_FLAG_MESSAGE_ADD = 8,
    TP_CHANNEL_GROUP_FLAG_MESSAGE_REMOVE = 16,
    TP_CHANNEL_GROUP_FLAG_MESSAGE_ACCEPT = 32,
    TP_CHANNEL_GROUP_FLAG_MESSAGE_REJECT = 64,
    TP_CHANNEL_GROUP_FLAG_MESSAGE_RESCIND = 128,
    TP_CHANNEL_GROUP_FLAG_CHANNEL_SPECIFIC_HANDLES = 256,
    TP_CHANNEL_GROUP_FLAG_ONLY_ONE_GROUP = 512,
    TP_CHANNEL_GROUP_FLAG_HANDLE_OWNERS_NOT_AVAILABLE = 1024,
    TP_CHANNEL_GROUP_FLAG_PROPERTIES = 2048,
    TP_CHANNEL_GROUP_FLAG_MEMBERS_CHANGED_DETAILED = 4096,
    TP_CHANNEL_GROUP_FLAG_MESSAGE_DEPART = 8192,
} TpChannelGroupFlags;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-FLAG-CAN-ADD:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_FLAG_CAN_ADD</code></span></p></td>
<td>             The AddMembers method can be used to             add or invite members who are             not already in the local pending list (which is always valid).         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-FLAG-CAN-REMOVE:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_FLAG_CAN_REMOVE</code></span></p></td>
<td>             The RemoveMembers method can be used             to remove channel members             (removing those on the pending local list is always valid).         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-FLAG-CAN-RESCIND:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_FLAG_CAN_RESCIND</code></span></p></td>
<td>             The RemoveMembers method can be used             on people on the remote             pending list.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-FLAG-MESSAGE-ADD:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_FLAG_MESSAGE_ADD</code></span></p></td>
<td>             A message may be sent to the server when calling             AddMembers on             contacts who are not currently pending members.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-FLAG-MESSAGE-REMOVE:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_FLAG_MESSAGE_REMOVE</code></span></p></td>
<td>             A message may be sent to the server when calling             RemoveMembers on             contacts who are currently channel members.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-FLAG-MESSAGE-ACCEPT:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_FLAG_MESSAGE_ACCEPT</code></span></p></td>
<td>             A message may be sent to the server when calling             AddMembers on             contacts who are locally pending.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-FLAG-MESSAGE-REJECT:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_FLAG_MESSAGE_REJECT</code></span></p></td>
<td>             A message may be sent to the server when calling             RemoveMembers on             contacts who are locally pending.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-FLAG-MESSAGE-RESCIND:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_FLAG_MESSAGE_RESCIND</code></span></p></td>
<td>             A message may be sent to the server when calling             RemoveMembers on             contacts who are remote pending.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-FLAG-CHANNEL-SPECIFIC-HANDLES:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_FLAG_CHANNEL_SPECIFIC_HANDLES</code></span></p></td>
<td>                        The members of this group have handles which are specific to             this channel, and are not valid as general-purpose handles on             the connection. Depending on the channel, it may be possible to             check the HandleOwners property or             call GetHandleOwners to find the             owners of these handles, which should be done if you wish to (e.g.)             subscribe to the contact's presence.                                    Connection managers must ensure that any given handle is not             simultaneously a general-purpose handle and a channel-specific             handle.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-FLAG-ONLY-ONE-GROUP:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_FLAG_ONLY_ONE_GROUP</code></span></p></td>
<td>             Placing a contact in multiple groups of this type is not allowed             and will raise NotAvailable (on services where contacts may only             be in one user-defined group, user-defined groups will have             this flag).         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-FLAG-HANDLE-OWNERS-NOT-AVAILABLE:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_FLAG_HANDLE_OWNERS_NOT_AVAILABLE</code></span></p></td>
<td>           In rooms with channel specific handles (ie Channel_Specific_Handles           flag is set), this flag indicates that no handle owners are           available, apart from the owner of the           SelfHandle.                         This used to be an important optimization to avoid repeated             GetHandleOwners calls, before we introduced the             HandleOwners property and             HandleOwnersChanged signal.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-FLAG-PROPERTIES:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_FLAG_PROPERTIES</code></span></p></td>
<td>           This flag indicates that all the properties introduced in           specification 0.17.6 are fully supported.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-FLAG-MEMBERS-CHANGED-DETAILED:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_FLAG_MEMBERS_CHANGED_DETAILED</code></span></p></td>
<td>           Indicates that MembersChangedDetailed           will be emitted for changes to this group's members in addition to           MembersChanged.           Clients can then connect to the former and ignore emission of the           latter. This flag's state MUST NOT change over the lifetime of a           channel.                         If it were allowed to change, client bindings would have to always             connect to MembersChanged just in case the flag ever went away (and             generally be unnecessarily complicated), which would mostly negate             the point of having this flag in the first place.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-FLAG-MESSAGE-DEPART:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_FLAG_MESSAGE_DEPART</code></span></p></td>
<td>           A message may be sent to the server when calling           RemoveMembers on           the SelfHandle.                         This would be set for XMPP Multi-User Chat or IRC channels,             but not for a typical implementation of streamed media calls.                    
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpChannelGroupChangeReason"></a><h3>enum TpChannelGroupChangeReason</h3>
<pre class="programlisting">typedef enum {
    TP_CHANNEL_GROUP_CHANGE_REASON_NONE = 0,
    TP_CHANNEL_GROUP_CHANGE_REASON_OFFLINE = 1,
    TP_CHANNEL_GROUP_CHANGE_REASON_KICKED = 2,
    TP_CHANNEL_GROUP_CHANGE_REASON_BUSY = 3,
    TP_CHANNEL_GROUP_CHANGE_REASON_INVITED = 4,
    TP_CHANNEL_GROUP_CHANGE_REASON_BANNED = 5,
    TP_CHANNEL_GROUP_CHANGE_REASON_ERROR = 6,
    TP_CHANNEL_GROUP_CHANGE_REASON_INVALID_CONTACT = 7,
    TP_CHANNEL_GROUP_CHANGE_REASON_NO_ANSWER = 8,
    TP_CHANNEL_GROUP_CHANGE_REASON_RENAMED = 9,
    TP_CHANNEL_GROUP_CHANGE_REASON_PERMISSION_DENIED = 10,
    TP_CHANNEL_GROUP_CHANGE_REASON_SEPARATED = 11,
} TpChannelGroupChangeReason;
</pre>
<p>
         The reason for a set of handles to move to one of           Members,           LocalPendingMembers or           RemotePendingMembers, or to be removed           from the group. A client may supply a reason when attempting to           remove members from a group with           RemoveMembersWithReason, and reasons           are supplied by the CM when emitting           MembersChanged and           MembersChangedDetailed. Some reason           codes have different meanings depending on the Actor in a           MembersChanged signal.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-CHANGE-REASON-NONE:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_CHANGE_REASON_NONE</code></span></p></td>
<td>           No reason was provided for this change.            In particular, this reason SHOULD be used when representing             users joining a named chatroom in the usual way, users leaving             a chatroom by their own request, and normal termination of a             StreamedMedia call by the remote user.            If the SelfHandle is removed from             a group for this reason and the actor is not the SelfHandle, the             equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Terminated.            If the SelfHandle is removed from a group for this reason and             the actor is also the SelfHandle, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Cancelled.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-CHANGE-REASON-OFFLINE:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_CHANGE_REASON_OFFLINE</code></span></p></td>
<td>           The change is due to a user going offline. Also used when             user is already offline, but this wasn't known previously.            If a one-to-one StreamedMedia             call fails because the contact being called is offline, the             connection manager SHOULD indicate this by removing both the             SelfHandle and the other contact's             handle from the Group interface with reason Offline.                         For 1-1 calls, the call terminates as a result of removing the             remote contact, so the SelfHandle should be removed at the same             time as the remote contact and for the same reason.                       If a handle is removed from a group for this reason, the             equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Offline.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-CHANGE-REASON-KICKED:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_CHANGE_REASON_KICKED</code></span></p></td>
<td>           The change is due to a kick operation.            If the SelfHandle is removed             from a group for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Channel.Kicked.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-CHANGE-REASON-BUSY:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_CHANGE_REASON_BUSY</code></span></p></td>
<td>           The change is due to a busy indication.            If a one-to-one StreamedMedia             call fails because the contact being called is busy, the             connection manager SHOULD indicate this by removing both the             SelfHandle and the other contact's             handle from the Group interface with reason Busy.                         For 1-1 calls, the call terminates as a result of removing the             remote contact, so the SelfHandle should be removed at the same             time as the remote contact and for the same reason.                       If the SelfHandle is removed             from a group for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Busy.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-CHANGE-REASON-INVITED:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_CHANGE_REASON_INVITED</code></span></p></td>
<td>           The change is due to an invitation. This reason SHOULD only be used           when contacts are added to the remote-pending set (to indicate that           the contact has been invited) or to the members (to indicate that           the contact has accepted the invitation).                         Otherwise, what would it mean?                    
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-CHANGE-REASON-BANNED:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_CHANGE_REASON_BANNED</code></span></p></td>
<td>           The change is due to a kick+ban operation.            If the SelfHandle is removed             from a group for this reason, the equivalent D-Bus error is             org.freedesktop.Telepathy.Error.Channel.Banned.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-CHANGE-REASON-ERROR:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_CHANGE_REASON_ERROR</code></span></p></td>
<td>             The change is due to an error occurring.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-CHANGE-REASON-INVALID-CONTACT:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_CHANGE_REASON_INVALID_CONTACT</code></span></p></td>
<td>           The change is because the requested contact does not exist.            For instance, if the user invites a nonexistent contact to a             chatroom or attempts to call a nonexistent contact, this could             be indicated by the CM adding that contact's handle to             remote-pending for reason None or Invited, then removing it for             reason Invalid_Contact. In the case of a 1-1 StreamedMedia             call, the CM SHOULD remove the self handle from the Group             in the same signal.                         For 1-1 calls, the call terminates as a result of removing the             remote contact, so the SelfHandle should be removed at the same             time as the remote contact and for the same reason.                       If a contact is removed from a group for this reason, the             equivalent D-Bus error is             org.freedesktop.Telepathy.Error.DoesNotExist.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-CHANGE-REASON-NO-ANSWER:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_CHANGE_REASON_NO_ANSWER</code></span></p></td>
<td>           The change is because the requested contact did not respond.            If a one-to-one StreamedMedia             call fails because the contact being called did not respond, or the             local user did not respond to an incoming call, the             connection manager SHOULD indicate this by removing both the             SelfHandle and the other contact's             handle from the Group interface with reason No_Answer.                         Documenting existing practice.                       If a contact is removed from a group for this reason, the             equivalent D-Bus error is             org.freedesktop.Telepathy.Error.NoAnswer.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-CHANGE-REASON-RENAMED:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_CHANGE_REASON_RENAMED</code></span></p></td>
<td>           The change is because a contact's unique identifier changed.           There must be exactly one handle in the removed set and exactly           one handle in one of the added sets. The Renamed           signal on the           Renaming           interface will have been emitted for the same handles,           shortly before this MembersChanged signal is emitted.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-CHANGE-REASON-PERMISSION-DENIED:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_CHANGE_REASON_PERMISSION_DENIED</code></span></p></td>
<td>           The change is because there was no permission to contact the             requested handle.            If a contact is removed from a group for this reason, the             equivalent D-Bus error is             org.freedesktop.Telepathy.Error.PermissionDenied.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-GROUP-CHANGE-REASON-SEPARATED:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_GROUP_CHANGE_REASON_SEPARATED</code></span></p></td>
<td>           If members are removed with this reason code, the change is             because the group has split into unconnected parts which can only             communicate within themselves (e.g. netsplits on IRC use this             reason code).                                   If members are added with this reason code, the change is because             unconnected parts of the group have rejoined. If this channel             carries messages (e.g. Text             or Tubes             channels) applications must             assume that the contacts being added are likely to have missed some             messages as a result of the separation, and that the contacts             in the group are likely to have missed some messages from the             contacts being added.                      Note that from the added contacts' perspective, they have been             in the group all along, and the contacts we indicate to be in             the group (including the local user) have just rejoined             the group with reason Separated. Application protocols in Tubes             should be prepared to cope with this situation.                       The SelfHandle SHOULD NOT be             removed from channels with this reason.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-CHANNEL-GROUP-CHANGE-REASONS:CAPS"></a><h3>NUM_TP_CHANNEL_GROUP_CHANGE_REASONS</h3>
<pre class="programlisting">#define NUM_TP_CHANNEL_GROUP_CHANGE_REASONS TP_NUM_CHANNEL_GROUP_CHANGE_REASONS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpChannelGroupChangeReason" title="enum TpChannelGroupChangeReason"><span class="type">TpChannelGroupChangeReason</span></a>.
In new code, use TP_NUM_CHANNEL_GROUP_CHANGE_REASONS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-CHANNEL-GROUP-CHANGE-REASONS:CAPS"></a><h3>TP_NUM_CHANNEL_GROUP_CHANGE_REASONS</h3>
<pre class="programlisting">#define TP_NUM_CHANNEL_GROUP_CHANGE_REASONS (11+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpChannelGroupChangeReason" title="enum TpChannelGroupChangeReason"><span class="type">TpChannelGroupChangeReason</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpChannelPasswordFlags"></a><h3>enum TpChannelPasswordFlags</h3>
<pre class="programlisting">typedef enum {
    TP_CHANNEL_PASSWORD_FLAG_PROVIDE = 8,
    TP_CHANNEL_PASSWORD_FLAG_HINT = 4,
} TpChannelPasswordFlags;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CHANNEL-PASSWORD-FLAG-PROVIDE:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_PASSWORD_FLAG_PROVIDE</code></span></p></td>
<td>           The ProvidePassword method must be           called now for the user to join the channel         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-PASSWORD-FLAG-HINT:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_PASSWORD_FLAG_HINT</code></span></p></td>
<td>           The RoomConfig1.PasswordHint           contains a hint for the password.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpContactBlockingCapabilities"></a><h3>enum TpContactBlockingCapabilities</h3>
<pre class="programlisting">typedef enum {
    TP_CONTACT_BLOCKING_CAPABILITY_CAN_REPORT_ABUSIVE = 1,
} TpContactBlockingCapabilities;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><a name="TP-CONTACT-BLOCKING-CAPABILITY-CAN-REPORT-ABUSIVE:CAPS"></a><span class="term"><code class="literal">TP_CONTACT_BLOCKING_CAPABILITY_CAN_REPORT_ABUSIVE</code></span></p></td>
<td>           When calling BlockContacts, the           contacts may be reporting as abusive to the server administrators by           setting Report_Abusive to True.         
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpDeliveryReportingSupportFlags"></a><h3>enum TpDeliveryReportingSupportFlags</h3>
<pre class="programlisting">typedef enum {
    TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_FAILURES = 1,
    TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_SUCCESSES = 2,
    TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_READ = 4,
    TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_DELETED = 8,
} TpDeliveryReportingSupportFlags;
</pre>
<p>
         Flags indicating the level of support for delivery reporting on this         channel, as found on the         DeliveryReportingSupport property. Any         future flags added to this set will conform to the         convention that the presence of an extra flag implies that         more operations will succeed. Note that CMs may always provide more         reports than are requested in the         Message_Sending_Flags passed to         SendMessage.                     If senders want delivery reports, they should ask for them.  If they           don't want delivery reports, they can just ignore them, so there's no           need to have capability discovery for what will happen if a delivery           report isn't requested.                
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-DELIVERY-REPORTING-SUPPORT-FLAG-RECEIVE-FAILURES:CAPS"></a><span class="term"><code class="literal">TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_FAILURES</code></span></p></td>
<td>           Clients MAY expect to receive negative delivery reports if           Message_Sending_Flag_Report_Delivery is specified when sending.         
</td>
</tr>
<tr>
<td><p><a name="TP-DELIVERY-REPORTING-SUPPORT-FLAG-RECEIVE-SUCCESSES:CAPS"></a><span class="term"><code class="literal">TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_SUCCESSES</code></span></p></td>
<td>           Clients MAY expect to receive positive delivery reports if           Message_Sending_Flag_Report_Delivery is specified when sending.         
</td>
</tr>
<tr>
<td><p><a name="TP-DELIVERY-REPORTING-SUPPORT-FLAG-RECEIVE-READ:CAPS"></a><span class="term"><code class="literal">TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_READ</code></span></p></td>
<td>           Clients MAY expect to receive Delivery_Status           Read reports if Message_Sending_Flag_Report_Read           is specified when sending.         
</td>
</tr>
<tr>
<td><p><a name="TP-DELIVERY-REPORTING-SUPPORT-FLAG-RECEIVE-DELETED:CAPS"></a><span class="term"><code class="literal">TP_DELIVERY_REPORTING_SUPPORT_FLAG_RECEIVE_DELETED</code></span></p></td>
<td>           Clients MAY expect to receive Delivery_Status           Deleted reports if Message_Sending_Flag_Report_Deleted           is specified when sending.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpDeliveryStatus"></a><h3>enum TpDeliveryStatus</h3>
<pre class="programlisting">typedef enum {
    TP_DELIVERY_STATUS_UNKNOWN = 0,
    TP_DELIVERY_STATUS_DELIVERED = 1,
    TP_DELIVERY_STATUS_TEMPORARILY_FAILED = 2,
    TP_DELIVERY_STATUS_PERMANENTLY_FAILED = 3,
    TP_DELIVERY_STATUS_ACCEPTED = 4,
    TP_DELIVERY_STATUS_READ = 5,
    TP_DELIVERY_STATUS_DELETED = 6,
} TpDeliveryStatus;
</pre>
<p>
         The status of a message as indicated by a delivery report.          If this enum is extended in future specifications, this should           only be to add new, non-overlapping conditions (i.e. all failures           should still be signalled as either Temporarily_Failed           or Permanently_Failed). If additional detail is required (e.g.           distinguishing between the various types of permanent failure) this           will be done using additional           Delivery_Report_Header_Keys.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-DELIVERY-STATUS-UNKNOWN:CAPS"></a><span class="term"><code class="literal">TP_DELIVERY_STATUS_UNKNOWN</code></span></p></td>
<td>           The message's disposition is unknown.           Clients SHOULD consider all messages to have status           Delivery_Status_Unknown unless otherwise specified; connection           managers SHOULD NOT signal this delivery status explicitly.         
</td>
</tr>
<tr>
<td><p><a name="TP-DELIVERY-STATUS-DELIVERED:CAPS"></a><span class="term"><code class="literal">TP_DELIVERY_STATUS_DELIVERED</code></span></p></td>
<td>           The message has been delivered to the intended recipient.         
</td>
</tr>
<tr>
<td><p><a name="TP-DELIVERY-STATUS-TEMPORARILY-FAILED:CAPS"></a><span class="term"><code class="literal">TP_DELIVERY_STATUS_TEMPORARILY_FAILED</code></span></p></td>
<td>           Delivery of the message has failed. Clients SHOULD notify the user,           but MAY automatically try sending another copy of the message.                         Similar to errors with type="wait" in XMPP; analogous to             4xx errors in SMTP.                    
</td>
</tr>
<tr>
<td><p><a name="TP-DELIVERY-STATUS-PERMANENTLY-FAILED:CAPS"></a><span class="term"><code class="literal">TP_DELIVERY_STATUS_PERMANENTLY_FAILED</code></span></p></td>
<td>           Delivery of the message has failed. Clients SHOULD NOT try again           unless by specific user action. If the user does not modify the           message or alter configuration before re-sending, this error is           likely to happen again.                         Similar to errors with type="cancel", type="modify"             or type="auth" in XMPP; analogous to 5xx errors in SMTP.                    
</td>
</tr>
<tr>
<td><p><a name="TP-DELIVERY-STATUS-ACCEPTED:CAPS"></a><span class="term"><code class="literal">TP_DELIVERY_STATUS_ACCEPTED</code></span></p></td>
<td>           An intermediate server has accepted the message but the message           has not been yet delivered to the ultimate recipient. The           connection manager might send a Failed report or Delivered report           later.                         Similar to "202 Accepted" success code in SIP; analogous to             251 and 252 responses in SMTP.                    
</td>
</tr>
<tr>
<td><p><a name="TP-DELIVERY-STATUS-READ:CAPS"></a><span class="term"><code class="literal">TP_DELIVERY_STATUS_READ</code></span></p></td>
<td>           The message has been read by the intended recipient.         
</td>
</tr>
<tr>
<td><p><a name="TP-DELIVERY-STATUS-DELETED:CAPS"></a><span class="term"><code class="literal">TP_DELIVERY_STATUS_DELETED</code></span></p></td>
<td>           The message has been deleted by the intended recipient. This MAY be           signalled on its own if the message is deleted without being read, or           after Read if the message was read before being deleted.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-DELIVERY-STATUSES:CAPS"></a><h3>NUM_TP_DELIVERY_STATUSES</h3>
<pre class="programlisting">#define NUM_TP_DELIVERY_STATUSES TP_NUM_DELIVERY_STATUSES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpDeliveryStatus" title="enum TpDeliveryStatus"><span class="type">TpDeliveryStatus</span></a>.
In new code, use TP_NUM_DELIVERY_STATUSES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-DELIVERY-STATUSES:CAPS"></a><h3>TP_NUM_DELIVERY_STATUSES</h3>
<pre class="programlisting">#define TP_NUM_DELIVERY_STATUSES (6+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpDeliveryStatus" title="enum TpDeliveryStatus"><span class="type">TpDeliveryStatus</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpMediaStreamError"></a><h3>enum TpMediaStreamError</h3>
<pre class="programlisting">typedef enum {
    TP_MEDIA_STREAM_ERROR_UNKNOWN = 0,
    TP_MEDIA_STREAM_ERROR_EOS = 1,
    TP_MEDIA_STREAM_ERROR_CODEC_NEGOTIATION_FAILED = 2,
    TP_MEDIA_STREAM_ERROR_CONNECTION_FAILED = 3,
    TP_MEDIA_STREAM_ERROR_NETWORK_ERROR = 4,
    TP_MEDIA_STREAM_ERROR_NO_CODECS = 5,
    TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR = 6,
    TP_MEDIA_STREAM_ERROR_MEDIA_ERROR = 7,
} TpMediaStreamError;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-MEDIA-STREAM-ERROR-UNKNOWN:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_ERROR_UNKNOWN</code></span></p></td>
<td>           An unknown error occured.         
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-ERROR-EOS:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_ERROR_EOS</code></span></p></td>
<td>           The end of the stream was reached.         
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-ERROR-CODEC-NEGOTIATION-FAILED:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_ERROR_CODEC_NEGOTIATION_FAILED</code></span></p></td>
<td>           There are no common codecs between the local side           and the other particpants in the call. The possible codecs are not           signalled here: the streaming implementation is assumed to report           them in an implementation-dependent way, e.g. Farsight should use           GstMissingElement.         
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-ERROR-CONNECTION-FAILED:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_ERROR_CONNECTION_FAILED</code></span></p></td>
<td>           A network connection for the Media could not be established or was           lost.         
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-ERROR-NETWORK-ERROR:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_ERROR_NETWORK_ERROR</code></span></p></td>
<td>           There was an error in the networking stack           (other than the connection failure).         
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-ERROR-NO-CODECS:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_ERROR_NO_CODECS</code></span></p></td>
<td>           There are no installed codecs for this media type.         
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-ERROR-INVALID-CM-BEHAVIOR:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_ERROR_INVALID_CM_BEHAVIOR</code></span></p></td>
<td>           The CM is doing something wrong.         
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-ERROR-MEDIA-ERROR:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_ERROR_MEDIA_ERROR</code></span></p></td>
<td>           There was an error in the media processing stack.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-MEDIA-STREAM-ERRORS:CAPS"></a><h3>NUM_TP_MEDIA_STREAM_ERRORS</h3>
<pre class="programlisting">#define NUM_TP_MEDIA_STREAM_ERRORS TP_NUM_MEDIA_STREAM_ERRORS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpMediaStreamError" title="enum TpMediaStreamError"><span class="type">TpMediaStreamError</span></a>.
In new code, use TP_NUM_MEDIA_STREAM_ERRORS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-MEDIA-STREAM-ERRORS:CAPS"></a><h3>TP_NUM_MEDIA_STREAM_ERRORS</h3>
<pre class="programlisting">#define TP_NUM_MEDIA_STREAM_ERRORS (7+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpMediaStreamError" title="enum TpMediaStreamError"><span class="type">TpMediaStreamError</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpMediaStreamBaseProto"></a><h3>enum TpMediaStreamBaseProto</h3>
<pre class="programlisting">typedef enum {
    TP_MEDIA_STREAM_BASE_PROTO_UDP = 0,
    TP_MEDIA_STREAM_BASE_PROTO_TCP = 1,
} TpMediaStreamBaseProto;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-MEDIA-STREAM-BASE-PROTO-UDP:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_BASE_PROTO_UDP</code></span></p></td>
<td>UDP (User Datagram Protocol)
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-BASE-PROTO-TCP:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_BASE_PROTO_TCP</code></span></p></td>
<td>TCP (Transmission Control Protocol)
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-MEDIA-STREAM-BASE-PROTOS:CAPS"></a><h3>NUM_TP_MEDIA_STREAM_BASE_PROTOS</h3>
<pre class="programlisting">#define NUM_TP_MEDIA_STREAM_BASE_PROTOS TP_NUM_MEDIA_STREAM_BASE_PROTOS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpMediaStreamBaseProto" title="enum TpMediaStreamBaseProto"><span class="type">TpMediaStreamBaseProto</span></a>.
In new code, use TP_NUM_MEDIA_STREAM_BASE_PROTOS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-MEDIA-STREAM-BASE-PROTOS:CAPS"></a><h3>TP_NUM_MEDIA_STREAM_BASE_PROTOS</h3>
<pre class="programlisting">#define TP_NUM_MEDIA_STREAM_BASE_PROTOS (1+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpMediaStreamBaseProto" title="enum TpMediaStreamBaseProto"><span class="type">TpMediaStreamBaseProto</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpMediaStreamTransportType"></a><h3>enum TpMediaStreamTransportType</h3>
<pre class="programlisting">typedef enum {
    TP_MEDIA_STREAM_TRANSPORT_TYPE_LOCAL = 0,
    TP_MEDIA_STREAM_TRANSPORT_TYPE_DERIVED = 1,
    TP_MEDIA_STREAM_TRANSPORT_TYPE_RELAY = 2,
} TpMediaStreamTransportType;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-MEDIA-STREAM-TRANSPORT-TYPE-LOCAL:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_TRANSPORT_TYPE_LOCAL</code></span></p></td>
<td>           A local address         
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-TRANSPORT-TYPE-DERIVED:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_TRANSPORT_TYPE_DERIVED</code></span></p></td>
<td>           An external address derived by a method such as STUN         
</td>
</tr>
<tr>
<td><p><a name="TP-MEDIA-STREAM-TRANSPORT-TYPE-RELAY:CAPS"></a><span class="term"><code class="literal">TP_MEDIA_STREAM_TRANSPORT_TYPE_RELAY</code></span></p></td>
<td>           An external stream relay         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-MEDIA-STREAM-TRANSPORT-TYPES:CAPS"></a><h3>NUM_TP_MEDIA_STREAM_TRANSPORT_TYPES</h3>
<pre class="programlisting">#define NUM_TP_MEDIA_STREAM_TRANSPORT_TYPES TP_NUM_MEDIA_STREAM_TRANSPORT_TYPES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpMediaStreamTransportType" title="enum TpMediaStreamTransportType"><span class="type">TpMediaStreamTransportType</span></a>.
In new code, use TP_NUM_MEDIA_STREAM_TRANSPORT_TYPES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-MEDIA-STREAM-TRANSPORT-TYPES:CAPS"></a><h3>TP_NUM_MEDIA_STREAM_TRANSPORT_TYPES</h3>
<pre class="programlisting">#define TP_NUM_MEDIA_STREAM_TRANSPORT_TYPES (2+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpMediaStreamTransportType" title="enum TpMediaStreamTransportType"><span class="type">TpMediaStreamTransportType</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpPropertyFlags"></a><h3>enum TpPropertyFlags</h3>
<pre class="programlisting">typedef enum {
    TP_PROPERTY_FLAG_READ = 1,
    TP_PROPERTY_FLAG_WRITE = 2,
} TpPropertyFlags;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-PROPERTY-FLAG-READ:CAPS"></a><span class="term"><code class="literal">TP_PROPERTY_FLAG_READ</code></span></p></td>
<td>The property can be read
</td>
</tr>
<tr>
<td><p><a name="TP-PROPERTY-FLAG-WRITE:CAPS"></a><span class="term"><code class="literal">TP_PROPERTY_FLAG_WRITE</code></span></p></td>
<td>The property can be written
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpMessagePartSupportFlags"></a><h3>enum TpMessagePartSupportFlags</h3>
<pre class="programlisting">typedef enum {
    TP_MESSAGE_PART_SUPPORT_FLAG_ONE_ATTACHMENT = 1,
    TP_MESSAGE_PART_SUPPORT_FLAG_MULTIPLE_ATTACHMENTS = 2,
} TpMessagePartSupportFlags;
</pre>
<p>
         Flags indicating the level of support for message parts on this           channel. They are designed such that setting more flags always           implies that the channel has more capabilities.          If no flags are set, this indicates that messages may contain           a single message part whose content-type is any of the types           from SupportedContentTypes, possibly with some alternatives.          There is no flag indicating support for alternatives. This is           because the SendMessage implementation can always accept messages           containing alternatives, even if the underlying protocol does not,           by deleting all alternatives except the first (most preferred)           that is supported.                     Each of the flags so far implies the previous flag, so we could           have used a simple enumeration here; however, we've defined           the message-part support indicator as a flag set for future           expansion.                   See SupportedContentTypes for some           examples.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-MESSAGE-PART-SUPPORT-FLAG-ONE-ATTACHMENT:CAPS"></a><span class="term"><code class="literal">TP_MESSAGE_PART_SUPPORT_FLAG_ONE_ATTACHMENT</code></span></p></td>
<td>           SendMessage will accept messages           containing a textual message body,           plus a single attachment of any type listed in the           SupportedContentTypes property. It does not make sense for this           flag to be set if Message_Part_Support_Flag_Data_Only is not also set           (because the connection manager can trivially provide an empty text           part if necessary).         
</td>
</tr>
<tr>
<td><p><a name="TP-MESSAGE-PART-SUPPORT-FLAG-MULTIPLE-ATTACHMENTS:CAPS"></a><span class="term"><code class="literal">TP_MESSAGE_PART_SUPPORT_FLAG_MULTIPLE_ATTACHMENTS</code></span></p></td>
<td>           SendMessage will accept messages containing a textual message body,           plus an arbitrary number of attachments of any type listed in the           SupportedContentTypes property. It does not make sense for this           flag to be set if Message_Part_Support_Flag_One_Attachment is not           also set.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpMessageSendingFlags"></a><h3>enum TpMessageSendingFlags</h3>
<pre class="programlisting">typedef enum {
    TP_MESSAGE_SENDING_FLAG_REPORT_DELIVERY = 1,
    TP_MESSAGE_SENDING_FLAG_REPORT_READ = 2,
    TP_MESSAGE_SENDING_FLAG_REPORT_DELETED = 4,
} TpMessageSendingFlags;
</pre>
<p>
         Flags altering the way a message is sent. The "most usual" action         should always be to have these flags unset. Some indication of which         flags are supported is provided by the         DeliveryReportingSupport property.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-MESSAGE-SENDING-FLAG-REPORT-DELIVERY:CAPS"></a><span class="term"><code class="literal">TP_MESSAGE_SENDING_FLAG_REPORT_DELIVERY</code></span></p></td>
<td>           Provide a successful delivery report if possible, even if this is             not the default for this protocol. Ignored if delivery reports are             not possible on this protocol.                         In some protocols, like XMPP, it is not conventional to request               or send positive delivery notifications.                       Delivery failure reports SHOULD always be sent, but if this flag             is present, the connection manager MAY also try harder to obtain             failed delivery reports or allow them to be matched to outgoing             messages.         
</td>
</tr>
<tr>
<td><p><a name="TP-MESSAGE-SENDING-FLAG-REPORT-READ:CAPS"></a><span class="term"><code class="literal">TP_MESSAGE_SENDING_FLAG_REPORT_READ</code></span></p></td>
<td>           Provide a delivery report when the message is read by the             recipient, even if this is not the default for this protocol.             Ignored if read reports are not possible on this protocol.         
</td>
</tr>
<tr>
<td><p><a name="TP-MESSAGE-SENDING-FLAG-REPORT-DELETED:CAPS"></a><span class="term"><code class="literal">TP_MESSAGE_SENDING_FLAG_REPORT_DELETED</code></span></p></td>
<td>           Provide a delivery report when the message is deleted by the             recipient, even if this is not the default for this protocol.             Ignored if such reports are not possible on this protocol.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-SOCKET-ACCESS-CONTROLS:CAPS"></a><h3>NUM_TP_SOCKET_ACCESS_CONTROLS</h3>
<pre class="programlisting">#define NUM_TP_SOCKET_ACCESS_CONTROLS TP_NUM_SOCKET_ACCESS_CONTROLS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpSocketAccessControl" title="enum TpSocketAccessControl"><span class="type">TpSocketAccessControl</span></a>.
In new code, use TP_NUM_SOCKET_ACCESS_CONTROLS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-SOCKET-ACCESS-CONTROLS:CAPS"></a><h3>TP_NUM_SOCKET_ACCESS_CONTROLS</h3>
<pre class="programlisting">#define TP_NUM_SOCKET_ACCESS_CONTROLS (3+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpSocketAccessControl" title="enum TpSocketAccessControl"><span class="type">TpSocketAccessControl</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpSocketAccessControl"></a><h3>enum TpSocketAccessControl</h3>
<pre class="programlisting">typedef enum {
    TP_SOCKET_ACCESS_CONTROL_LOCALHOST = 0,
    TP_SOCKET_ACCESS_CONTROL_PORT = 1,
    TP_SOCKET_ACCESS_CONTROL_NETMASK = 2,
    TP_SOCKET_ACCESS_CONTROL_CREDENTIALS = 3,
} TpSocketAccessControl;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-SOCKET-ACCESS-CONTROL-LOCALHOST:CAPS"></a><span class="term"><code class="literal">TP_SOCKET_ACCESS_CONTROL_LOCALHOST</code></span></p></td>
<td>           The IP or Unix socket can be accessed by any local user (e.g.             a Unix socket that accepts all local connections, or an IP socket             listening on 127.0.0.1 (or ::1) or rejecting connections not from             that address). The associated variant must be ignored.            For a D-Bus tube, this means that the "same user" access             control typically provided by default in D-Bus implementations             SHOULD be disabled. If the socket is only available to local users             (e.g. a Unix socket, an IPv4 socket bound to 127.0.0.1, or an             IPv6 socket bound to ::1), the ANONYMOUS             authentication mechanism MAY be enabled.         
</td>
</tr>
<tr>
<td><p><a name="TP-SOCKET-ACCESS-CONTROL-PORT:CAPS"></a><span class="term"><code class="literal">TP_SOCKET_ACCESS_CONTROL_PORT</code></span></p></td>
<td>           May only be used on IP sockets, and only for Stream tubes.                      The associated variant must contain           a struct Socket_Address_IPv4 (or Socket_Address_IPv6)           containing the string form of an IP address of the appropriate           version, and a port number. The socket can only be accessed if the           connecting process has that address and port number; all other           connections will be rejected.         
</td>
</tr>
<tr>
<td><p><a name="TP-SOCKET-ACCESS-CONTROL-NETMASK:CAPS"></a><span class="term"><code class="literal">TP_SOCKET_ACCESS_CONTROL_NETMASK</code></span></p></td>
<td>           May only be used on IP sockets. The associated variant must contain           a struct Socket_Netmask_IPv4 (or Socket_Netmask_IPv6) with           signature (sy), containing the string form of an           IP address of the appropriate version, and a prefix length "n".           The socket can only be accessed if the first n bits of the           connecting address match the first n bits of the given address.         
</td>
</tr>
<tr>
<td><p><a name="TP-SOCKET-ACCESS-CONTROL-CREDENTIALS:CAPS"></a><span class="term"><code class="literal">TP_SOCKET_ACCESS_CONTROL_CREDENTIALS</code></span></p></td>
<td>           The high-level meaning of this access control type is that             only the same user (e.g. same numeric Unix uid) is allowed to             interact with the tube. Exactly how this is achieved varies by             channel type.            For StreamTube channels, this access control type             may only be used on UNIX sockets.             The connecting process must send a byte when             it first connects, which is not considered to be part of the data             stream. If the operating system uses sendmsg() with SCM_CREDS or             SCM_CREDENTIALS to pass credentials over sockets, the connecting             process must do so if possible; if not, it must still send the             byte, without any attached credentials. (This mechanism is             very similar to the first byte of a D-Bus connection, except that             in D-Bus the byte is always zero, whereas in Tubes it can be             nonzero.)            For DBusTube channels, this access control type             may be used on any type of socket, and there is no extra byte             added by Telepathy at the beginning of the stream: all bytes in             the stream are part of the D-Bus tube connection. The connecting             process should prove its identity via any of the SASL             authentication mechanisms usually used for D-Bus (in typical             D-Bus implementations this involves either sending and receiving             credentials as above, or demonstrating the ability to write to a             file in the user's home directory).            In either case, the listening process will disconnect the             connection unless it can determine by OS-specific means that             the connecting process has the same user ID as the listening             process.            In either tube type, the associated variant must be ignored.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-SOCKET-ADDRESS-TYPES:CAPS"></a><h3>NUM_TP_SOCKET_ADDRESS_TYPES</h3>
<pre class="programlisting">#define NUM_TP_SOCKET_ADDRESS_TYPES TP_NUM_SOCKET_ADDRESS_TYPES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpSocketAddressType" title="enum TpSocketAddressType"><span class="type">TpSocketAddressType</span></a>.
In new code, use TP_NUM_SOCKET_ADDRESS_TYPES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-SOCKET-ADDRESS-TYPES:CAPS"></a><h3>TP_NUM_SOCKET_ADDRESS_TYPES</h3>
<pre class="programlisting">#define TP_NUM_SOCKET_ADDRESS_TYPES (3+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpSocketAddressType" title="enum TpSocketAddressType"><span class="type">TpSocketAddressType</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpSocketAddressType"></a><h3>enum TpSocketAddressType</h3>
<pre class="programlisting">typedef enum {
    TP_SOCKET_ADDRESS_TYPE_UNIX = 0,
    TP_SOCKET_ADDRESS_TYPE_ABSTRACT_UNIX = 1,
    TP_SOCKET_ADDRESS_TYPE_IPV4 = 2,
    TP_SOCKET_ADDRESS_TYPE_IPV6 = 3,
} TpSocketAddressType;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-SOCKET-ADDRESS-TYPE-UNIX:CAPS"></a><span class="term"><code class="literal">TP_SOCKET_ADDRESS_TYPE_UNIX</code></span></p></td>
<td>           A Unix socket. The address variant contains a byte-array, signature 'ay',           containing the path of the socket.         
</td>
</tr>
<tr>
<td><p><a name="TP-SOCKET-ADDRESS-TYPE-ABSTRACT-UNIX:CAPS"></a><span class="term"><code class="literal">TP_SOCKET_ADDRESS_TYPE_ABSTRACT_UNIX</code></span></p></td>
<td>           An abstract Unix socket. The address variant contains a byte-array,           signature 'ay', containing the path of the socket including the           leading null byte.         
</td>
</tr>
<tr>
<td><p><a name="TP-SOCKET-ADDRESS-TYPE-IPV4:CAPS"></a><span class="term"><code class="literal">TP_SOCKET_ADDRESS_TYPE_IPV4</code></span></p></td>
<td>           An IPv4 socket. The address variant contains a Socket_Address_IPv4,           i.e. a structure with signature (sq)           in which the string is an IPv4 dotted-quad address literal           (and must not be a DNS name), while the 16-bit unsigned integer is           the port number.         
</td>
</tr>
<tr>
<td><p><a name="TP-SOCKET-ADDRESS-TYPE-IPV6:CAPS"></a><span class="term"><code class="literal">TP_SOCKET_ADDRESS_TYPE_IPV6</code></span></p></td>
<td>           An IPv6 socket. The address variant contains a Socket_Address_IPv6,           i.e. a structure with signature (sq)           in which the string is an IPv6 address literal as specified in           RFC2373 (and must not be a DNS name), while the 16-bit unsigned           integer is the port number.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-TUBE-STATES:CAPS"></a><h3>NUM_TP_TUBE_STATES</h3>
<pre class="programlisting">#define NUM_TP_TUBE_STATES TP_NUM_TUBE_STATES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpTubeState" title="enum TpTubeState"><span class="type">TpTubeState</span></a>.
In new code, use TP_NUM_TUBE_STATES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-TUBE-STATES:CAPS"></a><h3>TP_NUM_TUBE_STATES</h3>
<pre class="programlisting">#define TP_NUM_TUBE_STATES (2+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpTubeState" title="enum TpTubeState"><span class="type">TpTubeState</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpTubeState"></a><h3>enum TpTubeState</h3>
<pre class="programlisting">typedef enum {
    TP_TUBE_STATE_LOCAL_PENDING = 0,
    TP_TUBE_STATE_REMOTE_PENDING = 1,
    TP_TUBE_STATE_OPEN = 2,
} TpTubeState;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-TUBE-STATE-LOCAL-PENDING:CAPS"></a><span class="term"><code class="literal">TP_TUBE_STATE_LOCAL_PENDING</code></span></p></td>
<td>           The tube is waiting to be accepted/closed locally.         
</td>
</tr>
<tr>
<td><p><a name="TP-TUBE-STATE-REMOTE-PENDING:CAPS"></a><span class="term"><code class="literal">TP_TUBE_STATE_REMOTE_PENDING</code></span></p></td>
<td>           The tube is waiting to be accepted/closed remotely.         
</td>
</tr>
<tr>
<td><p><a name="TP-TUBE-STATE-OPEN:CAPS"></a><span class="term"><code class="literal">TP_TUBE_STATE_OPEN</code></span></p></td>
<td>           The tube is open for traffic.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-TUBE-TYPES:CAPS"></a><h3>NUM_TP_TUBE_TYPES</h3>
<pre class="programlisting">#define NUM_TP_TUBE_TYPES TP_NUM_TUBE_TYPES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpTubeType" title="enum TpTubeType"><span class="type">TpTubeType</span></a>.
In new code, use TP_NUM_TUBE_TYPES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-TUBE-TYPES:CAPS"></a><h3>TP_NUM_TUBE_TYPES</h3>
<pre class="programlisting">#define TP_NUM_TUBE_TYPES (1+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpTubeType" title="enum TpTubeType"><span class="type">TpTubeType</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpTubeType"></a><h3>enum TpTubeType</h3>
<pre class="programlisting">typedef enum {
    TP_TUBE_TYPE_DBUS = 0,
    TP_TUBE_TYPE_STREAM = 1,
} TpTubeType;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-TUBE-TYPE-DBUS:CAPS"></a><span class="term"><code class="literal">TP_TUBE_TYPE_DBUS</code></span></p></td>
<td>           The tube is D-Bus tube as described by the             org.freedesktop.Telepathy.Channel.Type.DBusTube interface.         
</td>
</tr>
<tr>
<td><p><a name="TP-TUBE-TYPE-STREAM:CAPS"></a><span class="term"><code class="literal">TP_TUBE_TYPE_STREAM</code></span></p></td>
<td>           The tube is stream tube as described by the             org.freedesktop.Telepathy.Channel.Type.StreamTube interface.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpChannelCallStateFlags"></a><h3>enum TpChannelCallStateFlags</h3>
<pre class="programlisting">typedef enum {
    TP_CHANNEL_CALL_STATE_RINGING = 1,
    TP_CHANNEL_CALL_STATE_QUEUED = 2,
    TP_CHANNEL_CALL_STATE_HELD = 4,
    TP_CHANNEL_CALL_STATE_FORWARDED = 8,
    TP_CHANNEL_CALL_STATE_IN_PROGRESS = 16,
    TP_CHANNEL_CALL_STATE_CONFERENCE_HOST = 32,
} TpChannelCallStateFlags;
</pre>
<p>
         A set of flags representing call states.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CHANNEL-CALL-STATE-RINGING:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_CALL_STATE_RINGING</code></span></p></td>
<td>           The contact has been alerted about the call but has not responded           (e.g. 180 Ringing in SIP).         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-CALL-STATE-QUEUED:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_CALL_STATE_QUEUED</code></span></p></td>
<td>           The contact is temporarily unavailable, and the call has been placed           in a queue (e.g. 182 Queued in SIP, or call-waiting in telephony).         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-CALL-STATE-HELD:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_CALL_STATE_HELD</code></span></p></td>
<td>           The contact has placed the call on hold, and will not receive           media from the local user or any other participants until they           unhold the call again.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-CALL-STATE-FORWARDED:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_CALL_STATE_FORWARDED</code></span></p></td>
<td>           The initiator of the call originally called a contact other than the           current recipient of the call, but the call was then forwarded or           diverted.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-CALL-STATE-IN-PROGRESS:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_CALL_STATE_IN_PROGRESS</code></span></p></td>
<td>           Progress has been made in placing the outgoing call, but the           destination contact may not have been made aware of the call yet           (so the Ringing state is not appropriate). This corresponds to SIP's           status code 183 Session Progress, and could be used when the           outgoing call has reached a gateway, for instance.         
</td>
</tr>
<tr>
<td><p><a name="TP-CHANNEL-CALL-STATE-CONFERENCE-HOST:CAPS"></a><span class="term"><code class="literal">TP_CHANNEL_CALL_STATE_CONFERENCE_HOST</code></span></p></td>
<td>           This contact has merged this call into a conference. Note that GSM           provides a notification when the remote party merges a call into a           conference, but not when it is split out again; thus, this flag can           only indicate that the call has been part of a conference at some           point. If a GSM connection manager receives a notification that a           call has been merged into a conference a second time, it SHOULD           represent this by clearing and immediately re-setting this flag on           the remote contact.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-LOCAL-HOLD-STATES:CAPS"></a><h3>NUM_TP_LOCAL_HOLD_STATES</h3>
<pre class="programlisting">#define NUM_TP_LOCAL_HOLD_STATES TP_NUM_LOCAL_HOLD_STATES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpLocalHoldState" title="enum TpLocalHoldState"><span class="type">TpLocalHoldState</span></a>.
In new code, use TP_NUM_LOCAL_HOLD_STATES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-LOCAL-HOLD-STATES:CAPS"></a><h3>TP_NUM_LOCAL_HOLD_STATES</h3>
<pre class="programlisting">#define TP_NUM_LOCAL_HOLD_STATES (3+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpLocalHoldState" title="enum TpLocalHoldState"><span class="type">TpLocalHoldState</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpLocalHoldState"></a><h3>enum TpLocalHoldState</h3>
<pre class="programlisting">typedef enum {
    TP_LOCAL_HOLD_STATE_UNHELD = 0,
    TP_LOCAL_HOLD_STATE_HELD = 1,
    TP_LOCAL_HOLD_STATE_PENDING_HOLD = 2,
    TP_LOCAL_HOLD_STATE_PENDING_UNHOLD = 3,
} TpLocalHoldState;
</pre>
<p>
         The hold state of a channel.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-LOCAL-HOLD-STATE-UNHELD:CAPS"></a><span class="term"><code class="literal">TP_LOCAL_HOLD_STATE_UNHELD</code></span></p></td>
<td>           All streams are unheld (the call is active). New channels SHOULD           have this hold state.         
</td>
</tr>
<tr>
<td><p><a name="TP-LOCAL-HOLD-STATE-HELD:CAPS"></a><span class="term"><code class="literal">TP_LOCAL_HOLD_STATE_HELD</code></span></p></td>
<td>           All streams are held (the call is on hold)         
</td>
</tr>
<tr>
<td><p><a name="TP-LOCAL-HOLD-STATE-PENDING-HOLD:CAPS"></a><span class="term"><code class="literal">TP_LOCAL_HOLD_STATE_PENDING_HOLD</code></span></p></td>
<td>           The connection manager is attempting to move to state Held, but           has not yet completed that operation. It is unspecified whether           any, all or none of the streams making up the channel are on hold.           Examining the Hold state of Call Contents (if applicable) may           provide more useful information.         
</td>
</tr>
<tr>
<td><p><a name="TP-LOCAL-HOLD-STATE-PENDING-UNHOLD:CAPS"></a><span class="term"><code class="literal">TP_LOCAL_HOLD_STATE_PENDING_UNHOLD</code></span></p></td>
<td>           The connection manager is attempting to move to state Unheld, but           has not yet completed that operation. It is unspecified whether           any, all or none of the streams making up the channel are on hold.           Examining the Hold state of Call Contents (if applicable) may           provide more useful information.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-LOCAL-HOLD-STATE-REASONS:CAPS"></a><h3>NUM_TP_LOCAL_HOLD_STATE_REASONS</h3>
<pre class="programlisting">#define NUM_TP_LOCAL_HOLD_STATE_REASONS TP_NUM_LOCAL_HOLD_STATE_REASONS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpLocalHoldStateReason" title="enum TpLocalHoldStateReason"><span class="type">TpLocalHoldStateReason</span></a>.
In new code, use TP_NUM_LOCAL_HOLD_STATE_REASONS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-LOCAL-HOLD-STATE-REASONS:CAPS"></a><h3>TP_NUM_LOCAL_HOLD_STATE_REASONS</h3>
<pre class="programlisting">#define TP_NUM_LOCAL_HOLD_STATE_REASONS (2+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpLocalHoldStateReason" title="enum TpLocalHoldStateReason"><span class="type">TpLocalHoldStateReason</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpLocalHoldStateReason"></a><h3>enum TpLocalHoldStateReason</h3>
<pre class="programlisting">typedef enum {
    TP_LOCAL_HOLD_STATE_REASON_NONE = 0,
    TP_LOCAL_HOLD_STATE_REASON_REQUESTED = 1,
    TP_LOCAL_HOLD_STATE_REASON_RESOURCE_NOT_AVAILABLE = 2,
} TpLocalHoldStateReason;
</pre>
<p>
         The reason for a change to the Local_Hold_State. Clients MUST         treat unknown values as equivalent to Local_Hold_State_Reason_None.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-LOCAL-HOLD-STATE-REASON-NONE:CAPS"></a><span class="term"><code class="literal">TP_LOCAL_HOLD_STATE_REASON_NONE</code></span></p></td>
<td>           The reason cannot be described by any of the predefined values           (connection managers SHOULD avoid this reason, but clients MUST           handle it gracefully)         
</td>
</tr>
<tr>
<td><p><a name="TP-LOCAL-HOLD-STATE-REASON-REQUESTED:CAPS"></a><span class="term"><code class="literal">TP_LOCAL_HOLD_STATE_REASON_REQUESTED</code></span></p></td>
<td>           The change is in response to a user request         
</td>
</tr>
<tr>
<td><p><a name="TP-LOCAL-HOLD-STATE-REASON-RESOURCE-NOT-AVAILABLE:CAPS"></a><span class="term"><code class="literal">TP_LOCAL_HOLD_STATE_REASON_RESOURCE_NOT_AVAILABLE</code></span></p></td>
<td>           The change is because some resource was not available         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpAccessControlType"></a><h3>enum TpAccessControlType</h3>
<pre class="programlisting">typedef enum {
    TP_ACCESS_CONTROL_TYPE_WHITELIST = 0,
    TP_ACCESS_CONTROL_TYPE_PUBLISH_LIST = 1,
    TP_ACCESS_CONTROL_TYPE_GROUP = 2,
    TP_ACCESS_CONTROL_TYPE_OPEN = 3,
    TP_ACCESS_CONTROL_TYPE_SUBSCRIBE_OR_PUBLISH_LIST = 4,
    TP_ACCESS_CONTROL_TYPE_CLOSED = 5,
    TP_ACCESS_CONTROL_TYPE_NOT_UNDERSTOOD = 6,
} TpAccessControlType;
</pre>
<p>
         A type for communication access control. These control           policies are used in           CommunicationPolicy.DRAFT           as well as most rich presence interfaces.          New interfaces should use this type, and NOT           Rich_Presence_Access_Control_Type.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-ACCESS-CONTROL-TYPE-WHITELIST:CAPS"></a><span class="term"><code class="literal">TP_ACCESS_CONTROL_TYPE_WHITELIST</code></span></p></td>
<td>           Only allow contacts that are in a certain whitelist.            The associated variant             in Access_Control is a list of             Contact_Handle representing             the whitelist, with signature au.         
</td>
</tr>
<tr>
<td><p><a name="TP-ACCESS-CONTROL-TYPE-PUBLISH-LIST:CAPS"></a><span class="term"><code class="literal">TP_ACCESS_CONTROL_TYPE_PUBLISH_LIST</code></span></p></td>
<td>           Allow contacts in the user's 'publish' list. The associated           variant in Access_Control is ignored.         
</td>
</tr>
<tr>
<td><p><a name="TP-ACCESS-CONTROL-TYPE-GROUP:CAPS"></a><span class="term"><code class="literal">TP_ACCESS_CONTROL_TYPE_GROUP</code></span></p></td>
<td>           Only allow contacts that are in a certain group.            The associated variant in Access_Control is a             Group_Handle representing the permitted             group.         
</td>
</tr>
<tr>
<td><p><a name="TP-ACCESS-CONTROL-TYPE-OPEN:CAPS"></a><span class="term"><code class="literal">TP_ACCESS_CONTROL_TYPE_OPEN</code></span></p></td>
<td>           Allow all contacts.  The associated           variant in Access_Control is ignored.         
</td>
</tr>
<tr>
<td><p><a name="TP-ACCESS-CONTROL-TYPE-SUBSCRIBE-OR-PUBLISH-LIST:CAPS"></a><span class="term"><code class="literal">TP_ACCESS_CONTROL_TYPE_SUBSCRIBE_OR_PUBLISH_LIST</code></span></p></td>
<td>           Allow all contacts in the user's 'subscribe' or 'publish'           list. The associated variant in Access_Control is           ignored.         
</td>
</tr>
<tr>
<td><p><a name="TP-ACCESS-CONTROL-TYPE-CLOSED:CAPS"></a><span class="term"><code class="literal">TP_ACCESS_CONTROL_TYPE_CLOSED</code></span></p></td>
<td>           Forbid all contacts. The associated variant in           Access_Control is ignored.         
</td>
</tr>
<tr>
<td><p><a name="TP-ACCESS-CONTROL-TYPE-NOT-UNDERSTOOD:CAPS"></a><span class="term"><code class="literal">TP_ACCESS_CONTROL_TYPE_NOT_UNDERSTOOD</code></span></p></td>
<td>           The access control rule is too complex to be represented             in the current Telepathy API. The associated variant is             meaningless. Setting this mode is never valid; the             connection manager MUST raise an error if this is attempted.                         XEP-0016 Privacy Lists can easily produce access control             mechanisms that can't be expressed in a simpler API. We             need to be able to at least indicate that fact.                       The associated variant in Access_Control is             ignored.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-ACCESS-CONTROL-TYPES:CAPS"></a><h3>NUM_TP_ACCESS_CONTROL_TYPES</h3>
<pre class="programlisting">#define NUM_TP_ACCESS_CONTROL_TYPES TP_NUM_ACCESS_CONTROL_TYPES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpAccessControlType" title="enum TpAccessControlType"><span class="type">TpAccessControlType</span></a>.
In new code, use TP_NUM_ACCESS_CONTROL_TYPES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-ACCESS-CONTROL-TYPES:CAPS"></a><h3>TP_NUM_ACCESS_CONTROL_TYPES</h3>
<pre class="programlisting">#define TP_NUM_ACCESS_CONTROL_TYPES (6+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpAccessControlType" title="enum TpAccessControlType"><span class="type">TpAccessControlType</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpRichPresenceAccessControlType"></a><h3>enum TpRichPresenceAccessControlType</h3>
<pre class="programlisting">typedef enum {
    TP_RICH_PRESENCE_ACCESS_CONTROL_TYPE_WHITELIST = 0,
    TP_RICH_PRESENCE_ACCESS_CONTROL_TYPE_PUBLISH_LIST = 1,
    TP_RICH_PRESENCE_ACCESS_CONTROL_TYPE_GROUP = 2,
    TP_RICH_PRESENCE_ACCESS_CONTROL_TYPE_OPEN = 3,
} TpRichPresenceAccessControlType;
</pre>
<p>
         A type of access control for Rich_Presence_Access_Control.           For most types, the exact access control is given by an associated           variant.                     These are the access control types from XMPP publish/subscribe           (XEP-0060).                   Location           uses this for historical reasons, new interfaces will use           Access_Control_Type.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-RICH-PRESENCE-ACCESS-CONTROL-TYPE-WHITELIST:CAPS"></a><span class="term"><code class="literal">TP_RICH_PRESENCE_ACCESS_CONTROL_TYPE_WHITELIST</code></span></p></td>
<td>           The associated variant is a list of contacts (signature 'au',           Contact_Handle[]) who can see the extended presence information.         
</td>
</tr>
<tr>
<td><p><a name="TP-RICH-PRESENCE-ACCESS-CONTROL-TYPE-PUBLISH-LIST:CAPS"></a><span class="term"><code class="literal">TP_RICH_PRESENCE_ACCESS_CONTROL_TYPE_PUBLISH_LIST</code></span></p></td>
<td>           All contacts in the user's 'publish' contact list can see the           extended presence information. The associated variant is ignored.         
</td>
</tr>
<tr>
<td><p><a name="TP-RICH-PRESENCE-ACCESS-CONTROL-TYPE-GROUP:CAPS"></a><span class="term"><code class="literal">TP_RICH_PRESENCE_ACCESS_CONTROL_TYPE_GROUP</code></span></p></td>
<td>           The associated variant is a handle of type Group (signature 'u',           Group_Handle) representing a group of contacts who can see the           extended presence information.         
</td>
</tr>
<tr>
<td><p><a name="TP-RICH-PRESENCE-ACCESS-CONTROL-TYPE-OPEN:CAPS"></a><span class="term"><code class="literal">TP_RICH_PRESENCE_ACCESS_CONTROL_TYPE_OPEN</code></span></p></td>
<td>           Anyone with access to the service can see the extended presence           information.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-RICH-PRESENCE-ACCESS-CONTROL-TYPES:CAPS"></a><h3>NUM_TP_RICH_PRESENCE_ACCESS_CONTROL_TYPES</h3>
<pre class="programlisting">#define NUM_TP_RICH_PRESENCE_ACCESS_CONTROL_TYPES TP_NUM_RICH_PRESENCE_ACCESS_CONTROL_TYPES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpRichPresenceAccessControlType" title="enum TpRichPresenceAccessControlType"><span class="type">TpRichPresenceAccessControlType</span></a>.
In new code, use TP_NUM_RICH_PRESENCE_ACCESS_CONTROL_TYPES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-RICH-PRESENCE-ACCESS-CONTROL-TYPES:CAPS"></a><h3>TP_NUM_RICH_PRESENCE_ACCESS_CONTROL_TYPES</h3>
<pre class="programlisting">#define TP_NUM_RICH_PRESENCE_ACCESS_CONTROL_TYPES (3+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpRichPresenceAccessControlType" title="enum TpRichPresenceAccessControlType"><span class="type">TpRichPresenceAccessControlType</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpFileHashType"></a><h3>enum TpFileHashType</h3>
<pre class="programlisting">typedef enum {
    TP_FILE_HASH_TYPE_NONE = 0,
    TP_FILE_HASH_TYPE_MD5 = 1,
    TP_FILE_HASH_TYPE_SHA1 = 2,
    TP_FILE_HASH_TYPE_SHA256 = 3,
} TpFileHashType;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-FILE-HASH-TYPE-NONE:CAPS"></a><span class="term"><code class="literal">TP_FILE_HASH_TYPE_NONE</code></span></p></td>
<td>           No hash.         
</td>
</tr>
<tr>
<td><p><a name="TP-FILE-HASH-TYPE-MD5:CAPS"></a><span class="term"><code class="literal">TP_FILE_HASH_TYPE_MD5</code></span></p></td>
<td>           MD5 digest as a string of 32 ASCII hex digits.         
</td>
</tr>
<tr>
<td><p><a name="TP-FILE-HASH-TYPE-SHA1:CAPS"></a><span class="term"><code class="literal">TP_FILE_HASH_TYPE_SHA1</code></span></p></td>
<td>           SHA1 digest as a string of ASCII hex digits.         
</td>
</tr>
<tr>
<td><p><a name="TP-FILE-HASH-TYPE-SHA256:CAPS"></a><span class="term"><code class="literal">TP_FILE_HASH_TYPE_SHA256</code></span></p></td>
<td>           SHA256 digest as a string of ASCII hex digits.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-FILE-HASH-TYPES:CAPS"></a><h3>NUM_TP_FILE_HASH_TYPES</h3>
<pre class="programlisting">#define NUM_TP_FILE_HASH_TYPES TP_NUM_FILE_HASH_TYPES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpFileHashType" title="enum TpFileHashType"><span class="type">TpFileHashType</span></a>.
In new code, use TP_NUM_FILE_HASH_TYPES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-FILE-HASH-TYPES:CAPS"></a><h3>TP_NUM_FILE_HASH_TYPES</h3>
<pre class="programlisting">#define TP_NUM_FILE_HASH_TYPES (3+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpFileHashType" title="enum TpFileHashType"><span class="type">TpFileHashType</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpFileTransferState"></a><h3>enum TpFileTransferState</h3>
<pre class="programlisting">typedef enum {
    TP_FILE_TRANSFER_STATE_NONE = 0,
    TP_FILE_TRANSFER_STATE_PENDING = 1,
    TP_FILE_TRANSFER_STATE_ACCEPTED = 2,
    TP_FILE_TRANSFER_STATE_OPEN = 3,
    TP_FILE_TRANSFER_STATE_COMPLETED = 4,
    TP_FILE_TRANSFER_STATE_CANCELLED = 5,
} TpFileTransferState;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-FILE-TRANSFER-STATE-NONE:CAPS"></a><span class="term"><code class="literal">TP_FILE_TRANSFER_STATE_NONE</code></span></p></td>
<td>           An invalid state type used as a null value. This value MUST NOT           appear in the State property.         
</td>
</tr>
<tr>
<td><p><a name="TP-FILE-TRANSFER-STATE-PENDING:CAPS"></a><span class="term"><code class="literal">TP_FILE_TRANSFER_STATE_PENDING</code></span></p></td>
<td>           The file transfer is waiting to be accepted/closed by the receiver.           The receiver has to call AcceptFile,           then wait for the state to change to Open and check the offset value.         
</td>
</tr>
<tr>
<td><p><a name="TP-FILE-TRANSFER-STATE-ACCEPTED:CAPS"></a><span class="term"><code class="literal">TP_FILE_TRANSFER_STATE_ACCEPTED</code></span></p></td>
<td>           The receiver has accepted the transfer. The sender now has to           call ProvideFile to actually start the transfer.           The receiver should now wait for the state to change to Open           and check the offset value.         
</td>
</tr>
<tr>
<td><p><a name="TP-FILE-TRANSFER-STATE-OPEN:CAPS"></a><span class="term"><code class="literal">TP_FILE_TRANSFER_STATE_OPEN</code></span></p></td>
<td>           The file transfer is open for traffic.         
</td>
</tr>
<tr>
<td><p><a name="TP-FILE-TRANSFER-STATE-COMPLETED:CAPS"></a><span class="term"><code class="literal">TP_FILE_TRANSFER_STATE_COMPLETED</code></span></p></td>
<td>           The file transfer has been completed successfully.         
</td>
</tr>
<tr>
<td><p><a name="TP-FILE-TRANSFER-STATE-CANCELLED:CAPS"></a><span class="term"><code class="literal">TP_FILE_TRANSFER_STATE_CANCELLED</code></span></p></td>
<td>           The file transfer has been cancelled.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-FILE-TRANSFER-STATES:CAPS"></a><h3>NUM_TP_FILE_TRANSFER_STATES</h3>
<pre class="programlisting">#define NUM_TP_FILE_TRANSFER_STATES TP_NUM_FILE_TRANSFER_STATES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpFileTransferState" title="enum TpFileTransferState"><span class="type">TpFileTransferState</span></a>.
In new code, use TP_NUM_FILE_TRANSFER_STATES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-FILE-TRANSFER-STATES:CAPS"></a><h3>TP_NUM_FILE_TRANSFER_STATES</h3>
<pre class="programlisting">#define TP_NUM_FILE_TRANSFER_STATES (5+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpFileTransferState" title="enum TpFileTransferState"><span class="type">TpFileTransferState</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpFileTransferStateChangeReason"></a><h3>enum TpFileTransferStateChangeReason</h3>
<pre class="programlisting">typedef enum {
    TP_FILE_TRANSFER_STATE_CHANGE_REASON_NONE = 0,
    TP_FILE_TRANSFER_STATE_CHANGE_REASON_REQUESTED = 1,
    TP_FILE_TRANSFER_STATE_CHANGE_REASON_LOCAL_STOPPED = 2,
    TP_FILE_TRANSFER_STATE_CHANGE_REASON_REMOTE_STOPPED = 3,
    TP_FILE_TRANSFER_STATE_CHANGE_REASON_LOCAL_ERROR = 4,
    TP_FILE_TRANSFER_STATE_CHANGE_REASON_REMOTE_ERROR = 5,
} TpFileTransferStateChangeReason;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-FILE-TRANSFER-STATE-CHANGE-REASON-NONE:CAPS"></a><span class="term"><code class="literal">TP_FILE_TRANSFER_STATE_CHANGE_REASON_NONE</code></span></p></td>
<td>           No reason was specified.         
</td>
</tr>
<tr>
<td><p><a name="TP-FILE-TRANSFER-STATE-CHANGE-REASON-REQUESTED:CAPS"></a><span class="term"><code class="literal">TP_FILE_TRANSFER_STATE_CHANGE_REASON_REQUESTED</code></span></p></td>
<td>           The change in state was requested.         
</td>
</tr>
<tr>
<td><p><a name="TP-FILE-TRANSFER-STATE-CHANGE-REASON-LOCAL-STOPPED:CAPS"></a><span class="term"><code class="literal">TP_FILE_TRANSFER_STATE_CHANGE_REASON_LOCAL_STOPPED</code></span></p></td>
<td>           The file transfer was cancelled by the local user.         
</td>
</tr>
<tr>
<td><p><a name="TP-FILE-TRANSFER-STATE-CHANGE-REASON-REMOTE-STOPPED:CAPS"></a><span class="term"><code class="literal">TP_FILE_TRANSFER_STATE_CHANGE_REASON_REMOTE_STOPPED</code></span></p></td>
<td>           The file transfer was cancelled by the remote user.         
</td>
</tr>
<tr>
<td><p><a name="TP-FILE-TRANSFER-STATE-CHANGE-REASON-LOCAL-ERROR:CAPS"></a><span class="term"><code class="literal">TP_FILE_TRANSFER_STATE_CHANGE_REASON_LOCAL_ERROR</code></span></p></td>
<td>           The file transfer was cancelled because of a local error.         
</td>
</tr>
<tr>
<td><p><a name="TP-FILE-TRANSFER-STATE-CHANGE-REASON-REMOTE-ERROR:CAPS"></a><span class="term"><code class="literal">TP_FILE_TRANSFER_STATE_CHANGE_REASON_REMOTE_ERROR</code></span></p></td>
<td>           The file transfer was cancelled because of a remote error.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-FILE-TRANSFER-STATE-CHANGE-REASONS:CAPS"></a><h3>NUM_TP_FILE_TRANSFER_STATE_CHANGE_REASONS</h3>
<pre class="programlisting">#define NUM_TP_FILE_TRANSFER_STATE_CHANGE_REASONS TP_NUM_FILE_TRANSFER_STATE_CHANGE_REASONS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpFileTransferStateChangeReason" title="enum TpFileTransferStateChangeReason"><span class="type">TpFileTransferStateChangeReason</span></a>.
In new code, use TP_NUM_FILE_TRANSFER_STATE_CHANGE_REASONS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-FILE-TRANSFER-STATE-CHANGE-REASONS:CAPS"></a><h3>TP_NUM_FILE_TRANSFER_STATE_CHANGE_REASONS</h3>
<pre class="programlisting">#define TP_NUM_FILE_TRANSFER_STATE_CHANGE_REASONS (5+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpFileTransferStateChangeReason" title="enum TpFileTransferStateChangeReason"><span class="type">TpFileTransferStateChangeReason</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpTubeChannelState"></a><h3>enum TpTubeChannelState</h3>
<pre class="programlisting">typedef enum {
    TP_TUBE_CHANNEL_STATE_LOCAL_PENDING = 0,
    TP_TUBE_CHANNEL_STATE_REMOTE_PENDING = 1,
    TP_TUBE_CHANNEL_STATE_OPEN = 2,
    TP_TUBE_CHANNEL_STATE_NOT_OFFERED = 3,
} TpTubeChannelState;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-TUBE-CHANNEL-STATE-LOCAL-PENDING:CAPS"></a><span class="term"><code class="literal">TP_TUBE_CHANNEL_STATE_LOCAL_PENDING</code></span></p></td>
<td>           The initiator offered the tube. The tube is waiting to be           accepted/closed locally. If the client accepts the tube, the tube's           state will be Open.         
</td>
</tr>
<tr>
<td><p><a name="TP-TUBE-CHANNEL-STATE-REMOTE-PENDING:CAPS"></a><span class="term"><code class="literal">TP_TUBE_CHANNEL_STATE_REMOTE_PENDING</code></span></p></td>
<td>           The tube is waiting to be accepted/closed remotely. If the           recipient accepts the tube, the tube's state will be Open.         
</td>
</tr>
<tr>
<td><p><a name="TP-TUBE-CHANNEL-STATE-OPEN:CAPS"></a><span class="term"><code class="literal">TP_TUBE_CHANNEL_STATE_OPEN</code></span></p></td>
<td>           The initiator offered the tube and the recipient accepted it. The           tube is open for traffic. The tube's state stays in this state until           it is closed.         
</td>
</tr>
<tr>
<td><p><a name="TP-TUBE-CHANNEL-STATE-NOT-OFFERED:CAPS"></a><span class="term"><code class="literal">TP_TUBE_CHANNEL_STATE_NOT_OFFERED</code></span></p></td>
<td>           The tube channel has been requested but the tube is not yet offered.           The client should offer the tube to the recipient and the tube's           state will be Remote_Pending. The method used to offer the tube           depends on the tube type.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-TUBE-CHANNEL-STATES:CAPS"></a><h3>NUM_TP_TUBE_CHANNEL_STATES</h3>
<pre class="programlisting">#define NUM_TP_TUBE_CHANNEL_STATES TP_NUM_TUBE_CHANNEL_STATES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpTubeChannelState" title="enum TpTubeChannelState"><span class="type">TpTubeChannelState</span></a>.
In new code, use TP_NUM_TUBE_CHANNEL_STATES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-TUBE-CHANNEL-STATES:CAPS"></a><h3>TP_NUM_TUBE_CHANNEL_STATES</h3>
<pre class="programlisting">#define TP_NUM_TUBE_CHANNEL_STATES (3+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpTubeChannelState" title="enum TpTubeChannelState"><span class="type">TpTubeChannelState</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpDebugLevel"></a><h3>enum TpDebugLevel</h3>
<pre class="programlisting">typedef enum {
    TP_DEBUG_LEVEL_ERROR = 0,
    TP_DEBUG_LEVEL_CRITICAL = 1,
    TP_DEBUG_LEVEL_WARNING = 2,
    TP_DEBUG_LEVEL_MESSAGE = 3,
    TP_DEBUG_LEVEL_INFO = 4,
    TP_DEBUG_LEVEL_DEBUG = 5,
} TpDebugLevel;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-DEBUG-LEVEL-ERROR:CAPS"></a><span class="term"><code class="literal">TP_DEBUG_LEVEL_ERROR</code></span></p></td>
<td>           Log level for errors. Error messages are always fatal, resulting           in the service terminating after something completely           unexpected occurred.         
</td>
</tr>
<tr>
<td><p><a name="TP-DEBUG-LEVEL-CRITICAL:CAPS"></a><span class="term"><code class="literal">TP_DEBUG_LEVEL_CRITICAL</code></span></p></td>
<td>           Log level for critical messages. Critical messages are messages           that the service might predict and it is up to the service itself           to decide whether to terminate following a critical message.         
</td>
</tr>
<tr>
<td><p><a name="TP-DEBUG-LEVEL-WARNING:CAPS"></a><span class="term"><code class="literal">TP_DEBUG_LEVEL_WARNING</code></span></p></td>
<td>           Log level for warnings.         
</td>
</tr>
<tr>
<td><p><a name="TP-DEBUG-LEVEL-MESSAGE:CAPS"></a><span class="term"><code class="literal">TP_DEBUG_LEVEL_MESSAGE</code></span></p></td>
<td>           Log level for messages.         
</td>
</tr>
<tr>
<td><p><a name="TP-DEBUG-LEVEL-INFO:CAPS"></a><span class="term"><code class="literal">TP_DEBUG_LEVEL_INFO</code></span></p></td>
<td>           Log level for information messages.         
</td>
</tr>
<tr>
<td><p><a name="TP-DEBUG-LEVEL-DEBUG:CAPS"></a><span class="term"><code class="literal">TP_DEBUG_LEVEL_DEBUG</code></span></p></td>
<td>           Log level for debug messages.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-DEBUG-LEVELS:CAPS"></a><h3>NUM_TP_DEBUG_LEVELS</h3>
<pre class="programlisting">#define NUM_TP_DEBUG_LEVELS TP_NUM_DEBUG_LEVELS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpDebugLevel" title="enum TpDebugLevel"><span class="type">TpDebugLevel</span></a>.
In new code, use TP_NUM_DEBUG_LEVELS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-DEBUG-LEVELS:CAPS"></a><h3>TP_NUM_DEBUG_LEVELS</h3>
<pre class="programlisting">#define TP_NUM_DEBUG_LEVELS (5+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpDebugLevel" title="enum TpDebugLevel"><span class="type">TpDebugLevel</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpContactInfoFlags"></a><h3>enum TpContactInfoFlags</h3>
<pre class="programlisting">typedef enum {
    TP_CONTACT_INFO_FLAG_CAN_SET = 1,
    TP_CONTACT_INFO_FLAG_PUSH = 2,
} TpContactInfoFlags;
</pre>
<p>
         Flags defining the behaviour of contact information on this protocol.         Some protocols provide no information on contacts without an explicit         request; others always push information to the connection manager as         and when it changes.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CONTACT-INFO-FLAG-CAN-SET:CAPS"></a><span class="term"><code class="literal">TP_CONTACT_INFO_FLAG_CAN_SET</code></span></p></td>
<td>           Indicates that SetContactInfo is           supported on this connection.         
</td>
</tr>
<tr>
<td><p><a name="TP-CONTACT-INFO-FLAG-PUSH:CAPS"></a><span class="term"><code class="literal">TP_CONTACT_INFO_FLAG_PUSH</code></span></p></td>
<td>           Indicates that the protocol pushes all contacts' information to the           connection manager without prompting. If set,           ContactInfoChanged will be emitted           whenever contacts' information changes.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpContactInfoFieldFlags"></a><h3>enum TpContactInfoFieldFlags</h3>
<pre class="programlisting">typedef enum {
    TP_CONTACT_INFO_FIELD_FLAG_PARAMETERS_EXACT = 1,
    TP_CONTACT_INFO_FIELD_FLAG_OVERWRITTEN_BY_NICKNAME = 2,
} TpContactInfoFieldFlags;
</pre>
<p>
         Flags describing the behaviour of a vCard field.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CONTACT-INFO-FIELD-FLAG-PARAMETERS-EXACT:CAPS"></a><span class="term"><code class="literal">TP_CONTACT_INFO_FIELD_FLAG_PARAMETERS_EXACT</code></span></p></td>
<td>           If present, exactly the parameters indicated must be set on this             field; in the case of an empty list of parameters, this implies that             parameters may not be used.            If absent, and the list of allowed parameters is non-empty,             any (possibly empty) subset of that list may be             used.            If absent, and the list of allowed parameters is empty,             any parameters may be used.         
</td>
</tr>
<tr>
<td><p><a name="TP-CONTACT-INFO-FIELD-FLAG-OVERWRITTEN-BY-NICKNAME:CAPS"></a><span class="term"><code class="literal">TP_CONTACT_INFO_FIELD_FLAG_OVERWRITTEN_BY_NICKNAME</code></span></p></td>
<td>           Indicates that this field will be overwritten when the user's alias             is changed with SetAliases             or when the Account's Nickname             is updated.  Clients that allow the editing of the Alias and the             ContactInfo in the same location should hide fields with this flag.                        If a client allowed the user to edit both the nickname and the               ContactInfo field at the same time, the user could set them to two               different values even though they map to the same property.  This               would result in surprising behavior where the second value would               win over the first.                      In addition to hiding this field when editing ContactInfo together             with the user's nickname, it is recommended that clients call             SetContactInfo before setting the             user's nickname.                        This ensures that if the user changes the nickname, the correct               value will get set even if the stale nickname is mistakenly sent               along with SetContactInfo.                      If used, this flag typically appears on either the 'nickname' or             'fn' field.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpLocationFeatures"></a><h3>enum TpLocationFeatures</h3>
<pre class="programlisting">typedef enum {
    TP_LOCATION_FEATURE_CAN_SET = 1,
} TpLocationFeatures;
</pre>
<p>
         Flags describing the Location features which may be supported on any         given connection.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><a name="TP-LOCATION-FEATURE-CAN-SET:CAPS"></a><span class="term"><code class="literal">TP_LOCATION_FEATURE_CAN_SET</code></span></p></td>
<td>           Indicates that setting your own location with           SetLocation is supported on this           connection.         
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpServicePointType"></a><h3>enum TpServicePointType</h3>
<pre class="programlisting">typedef enum {
    TP_SERVICE_POINT_TYPE_NONE = 0,
    TP_SERVICE_POINT_TYPE_EMERGENCY = 1,
    TP_SERVICE_POINT_TYPE_COUNSELING = 2,
} TpServicePointType;
</pre>
<p>
         The various types of service points a channel might connect to.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-SERVICE-POINT-TYPE-NONE:CAPS"></a><span class="term"><code class="literal">TP_SERVICE_POINT_TYPE_NONE</code></span></p></td>
<td>           The channel is not communicating with a service point, or it is not           known whether it is communicating with a service point (e.g. an           ordinary call).         
</td>
</tr>
<tr>
<td><p><a name="TP-SERVICE-POINT-TYPE-EMERGENCY:CAPS"></a><span class="term"><code class="literal">TP_SERVICE_POINT_TYPE_EMERGENCY</code></span></p></td>
<td>           The service point is a generic emergency point.         
</td>
</tr>
<tr>
<td><p><a name="TP-SERVICE-POINT-TYPE-COUNSELING:CAPS"></a><span class="term"><code class="literal">TP_SERVICE_POINT_TYPE_COUNSELING</code></span></p></td>
<td>           The service point is some kind of counseling service (ie, mental health           or child-services counseling).         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-SERVICE-POINT-TYPES:CAPS"></a><h3>NUM_TP_SERVICE_POINT_TYPES</h3>
<pre class="programlisting">#define NUM_TP_SERVICE_POINT_TYPES TP_NUM_SERVICE_POINT_TYPES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpServicePointType" title="enum TpServicePointType"><span class="type">TpServicePointType</span></a>.
In new code, use TP_NUM_SERVICE_POINT_TYPES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-SERVICE-POINT-TYPES:CAPS"></a><h3>TP_NUM_SERVICE_POINT_TYPES</h3>
<pre class="programlisting">#define TP_NUM_SERVICE_POINT_TYPES (2+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpServicePointType" title="enum TpServicePointType"><span class="type">TpServicePointType</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpAnonymityModeFlags"></a><h3>enum TpAnonymityModeFlags</h3>
<pre class="programlisting">typedef enum {
    TP_ANONYMITY_MODE_CLIENT_INFO = 1,
    TP_ANONYMITY_MODE_SHOW_CLIENT_INFO = 2,
    TP_ANONYMITY_MODE_NETWORK_INFO = 4,
} TpAnonymityModeFlags;
</pre>
<p>
         Flags for the various types of anonymity modes.  These modes are solely to         inform the CM of the desired anonymous settings.  It is up to the         CM to determine whether the anonymity modes should be handled within         the CM itself, or whether the network that a CM might be talking to         should be enforcing anonymity.          CMs MAY support only a subset of these modes, and specific         connections MAY support none at all.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-ANONYMITY-MODE-CLIENT-INFO:CAPS"></a><span class="term"><code class="literal">TP_ANONYMITY_MODE_CLIENT_INFO</code></span></p></td>
<td>           Obscure any information that provides user identification,           user-agent identification or personal details. Examples of this           information might be GSM CallerID, SIP from address, various           informational email headers, etc.            The CM should scrub/replace any of this information before           passing messages or data onto the network. Note that a CM which           has the option of obscuring the information at the CM or privacy           service level would choose both (anonymity services are opaque           to clients of this interface).            Clients SHOULD NOT set both Client_Info and Show_Client_Info modes.           If they are set, the CM MUST respect Client_Info and ignore           Show_Client_Info.         
</td>
</tr>
<tr>
<td><p><a name="TP-ANONYMITY-MODE-SHOW-CLIENT-INFO:CAPS"></a><span class="term"><code class="literal">TP_ANONYMITY_MODE_SHOW_CLIENT_INFO</code></span></p></td>
<td>           Explicitly request showing of client information. In connection           context, this can be used to override service default. In channel           context, this overrides connection anonymity modes.                         In GSM, it's possible to have CLIR enabled by default, and               explicitly suppress CLIR for a single phone call.                       Clients SHOULD NOT set both Client_Info and Show_Client_Info modes.           If they are set, the CM MUST respect Client_Info and ignore           Show_Client_Info. The CM MAY set both Client_Info and Show_Client_Info           in SupportedAnonymityModes to indicate           its support for explicitly hiding and publicising client information.                    
</td>
</tr>
<tr>
<td><p><a name="TP-ANONYMITY-MODE-NETWORK-INFO:CAPS"></a><span class="term"><code class="literal">TP_ANONYMITY_MODE_NETWORK_INFO</code></span></p></td>
<td>           Obscure any originating IP address information, contact URIs,           and anonymize all traffic involved with sending/receiving any           media streams or call content.           Examples of this include the "headers" portions of           RFC 3323 as           well as the History-Info (described in           RFC 4244)           for a SIP CM.            This SHOULD have the effect of hiding address information from           the remote contact (ie, the contact cannot know what IP address           the session is originated from). Obviously the network still needs           to be able to route information between contacts, so this provides           no guarantees of what can be seen by intermediaries.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpStorageRestrictionFlags"></a><h3>enum TpStorageRestrictionFlags</h3>
<pre class="programlisting">typedef enum {
    TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_PARAMETERS = 1,
    TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_ENABLED = 2,
    TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_PRESENCE = 4,
    TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_SERVICE = 8,
} TpStorageRestrictionFlags;
</pre>
<p>
         Flags indicating restrictions imposed on an Account by its storage         method.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-STORAGE-RESTRICTION-FLAG-CANNOT-SET-PARAMETERS:CAPS"></a><span class="term"><code class="literal">TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_PARAMETERS</code></span></p></td>
<td>           The account's Parameters property can't be changed by calling           UpdateParameters.         
</td>
</tr>
<tr>
<td><p><a name="TP-STORAGE-RESTRICTION-FLAG-CANNOT-SET-ENABLED:CAPS"></a><span class="term"><code class="literal">TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_ENABLED</code></span></p></td>
<td>           The account can't be enabled/disabled by setting the Enabled property.         
</td>
</tr>
<tr>
<td><p><a name="TP-STORAGE-RESTRICTION-FLAG-CANNOT-SET-PRESENCE:CAPS"></a><span class="term"><code class="literal">TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_PRESENCE</code></span></p></td>
<td>           The account's presence can't be changed by setting the RequestedPresence and AutomaticPresence properties.         
</td>
</tr>
<tr>
<td><p><a name="TP-STORAGE-RESTRICTION-FLAG-CANNOT-SET-SERVICE:CAPS"></a><span class="term"><code class="literal">TP_STORAGE_RESTRICTION_FLAG_CANNOT_SET_SERVICE</code></span></p></td>
<td>           The account's Service           property cannot be changed.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpTLSCertificateRejectReason"></a><h3>enum TpTLSCertificateRejectReason</h3>
<pre class="programlisting">typedef enum {
    TP_TLS_CERTIFICATE_REJECT_REASON_UNKNOWN = 0,
    TP_TLS_CERTIFICATE_REJECT_REASON_UNTRUSTED = 1,
    TP_TLS_CERTIFICATE_REJECT_REASON_EXPIRED = 2,
    TP_TLS_CERTIFICATE_REJECT_REASON_NOT_ACTIVATED = 3,
    TP_TLS_CERTIFICATE_REJECT_REASON_FINGERPRINT_MISMATCH = 4,
    TP_TLS_CERTIFICATE_REJECT_REASON_HOSTNAME_MISMATCH = 5,
    TP_TLS_CERTIFICATE_REJECT_REASON_SELF_SIGNED = 6,
    TP_TLS_CERTIFICATE_REJECT_REASON_REVOKED = 7,
    TP_TLS_CERTIFICATE_REJECT_REASON_INSECURE = 8,
    TP_TLS_CERTIFICATE_REJECT_REASON_LIMIT_EXCEEDED = 9,
} TpTLSCertificateRejectReason;
</pre>
<p>
         Possible reasons to reject a TLS certificate.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-TLS-CERTIFICATE-REJECT-REASON-UNKNOWN:CAPS"></a><span class="term"><code class="literal">TP_TLS_CERTIFICATE_REJECT_REASON_UNKNOWN</code></span></p></td>
<td>           The certificate has been rejected for another reason           not listed in this enumeration.         
</td>
</tr>
<tr>
<td><p><a name="TP-TLS-CERTIFICATE-REJECT-REASON-UNTRUSTED:CAPS"></a><span class="term"><code class="literal">TP_TLS_CERTIFICATE_REJECT_REASON_UNTRUSTED</code></span></p></td>
<td>           The certificate is not trusted.         
</td>
</tr>
<tr>
<td><p><a name="TP-TLS-CERTIFICATE-REJECT-REASON-EXPIRED:CAPS"></a><span class="term"><code class="literal">TP_TLS_CERTIFICATE_REJECT_REASON_EXPIRED</code></span></p></td>
<td>           The certificate is expired.         
</td>
</tr>
<tr>
<td><p><a name="TP-TLS-CERTIFICATE-REJECT-REASON-NOT-ACTIVATED:CAPS"></a><span class="term"><code class="literal">TP_TLS_CERTIFICATE_REJECT_REASON_NOT_ACTIVATED</code></span></p></td>
<td>           The certificate is not active yet.         
</td>
</tr>
<tr>
<td><p><a name="TP-TLS-CERTIFICATE-REJECT-REASON-FINGERPRINT-MISMATCH:CAPS"></a><span class="term"><code class="literal">TP_TLS_CERTIFICATE_REJECT_REASON_FINGERPRINT_MISMATCH</code></span></p></td>
<td>           The certificate provided does not have the expected           fingerprint.         
</td>
</tr>
<tr>
<td><p><a name="TP-TLS-CERTIFICATE-REJECT-REASON-HOSTNAME-MISMATCH:CAPS"></a><span class="term"><code class="literal">TP_TLS_CERTIFICATE_REJECT_REASON_HOSTNAME_MISMATCH</code></span></p></td>
<td>           The hostname certified does not match the provided one.         
</td>
</tr>
<tr>
<td><p><a name="TP-TLS-CERTIFICATE-REJECT-REASON-SELF-SIGNED:CAPS"></a><span class="term"><code class="literal">TP_TLS_CERTIFICATE_REJECT_REASON_SELF_SIGNED</code></span></p></td>
<td>           The certificate is self-signed.         
</td>
</tr>
<tr>
<td><p><a name="TP-TLS-CERTIFICATE-REJECT-REASON-REVOKED:CAPS"></a><span class="term"><code class="literal">TP_TLS_CERTIFICATE_REJECT_REASON_REVOKED</code></span></p></td>
<td>           The certificate has been revoked.         
</td>
</tr>
<tr>
<td><p><a name="TP-TLS-CERTIFICATE-REJECT-REASON-INSECURE:CAPS"></a><span class="term"><code class="literal">TP_TLS_CERTIFICATE_REJECT_REASON_INSECURE</code></span></p></td>
<td>           The certificate uses an insecure cipher algorithm, or is           cryptographically weak.         
</td>
</tr>
<tr>
<td><p><a name="TP-TLS-CERTIFICATE-REJECT-REASON-LIMIT-EXCEEDED:CAPS"></a><span class="term"><code class="literal">TP_TLS_CERTIFICATE_REJECT_REASON_LIMIT_EXCEEDED</code></span></p></td>
<td>           The length in bytes of the certificate, or the depth of the           certificate chain exceed the limits imposed by the crypto           library.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-TLS-CERTIFICATE-REJECT-REASONS:CAPS"></a><h3>NUM_TP_TLS_CERTIFICATE_REJECT_REASONS</h3>
<pre class="programlisting">#define NUM_TP_TLS_CERTIFICATE_REJECT_REASONS TP_NUM_TLS_CERTIFICATE_REJECT_REASONS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpTLSCertificateRejectReason" title="enum TpTLSCertificateRejectReason"><span class="type">TpTLSCertificateRejectReason</span></a>.
In new code, use TP_NUM_TLS_CERTIFICATE_REJECT_REASONS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-TLS-CERTIFICATE-REJECT-REASONS:CAPS"></a><h3>TP_NUM_TLS_CERTIFICATE_REJECT_REASONS</h3>
<pre class="programlisting">#define TP_NUM_TLS_CERTIFICATE_REJECT_REASONS (9+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpTLSCertificateRejectReason" title="enum TpTLSCertificateRejectReason"><span class="type">TpTLSCertificateRejectReason</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpTLSCertificateState"></a><h3>enum TpTLSCertificateState</h3>
<pre class="programlisting">typedef enum {
    TP_TLS_CERTIFICATE_STATE_PENDING = 0,
    TP_TLS_CERTIFICATE_STATE_ACCEPTED = 1,
    TP_TLS_CERTIFICATE_STATE_REJECTED = 2,
} TpTLSCertificateState;
</pre>
<p>
         The possible states for a TLSCertificate         object.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-TLS-CERTIFICATE-STATE-PENDING:CAPS"></a><span class="term"><code class="literal">TP_TLS_CERTIFICATE_STATE_PENDING</code></span></p></td>
<td>           The certificate is currently waiting to be accepted or rejected.         
</td>
</tr>
<tr>
<td><p><a name="TP-TLS-CERTIFICATE-STATE-ACCEPTED:CAPS"></a><span class="term"><code class="literal">TP_TLS_CERTIFICATE_STATE_ACCEPTED</code></span></p></td>
<td>           The certificate has been verified.         
</td>
</tr>
<tr>
<td><p><a name="TP-TLS-CERTIFICATE-STATE-REJECTED:CAPS"></a><span class="term"><code class="literal">TP_TLS_CERTIFICATE_STATE_REJECTED</code></span></p></td>
<td>           The certificate has been rejected.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-TLS-CERTIFICATE-STATES:CAPS"></a><h3>NUM_TP_TLS_CERTIFICATE_STATES</h3>
<pre class="programlisting">#define NUM_TP_TLS_CERTIFICATE_STATES TP_NUM_TLS_CERTIFICATE_STATES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpTLSCertificateState" title="enum TpTLSCertificateState"><span class="type">TpTLSCertificateState</span></a>.
In new code, use TP_NUM_TLS_CERTIFICATE_STATES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-TLS-CERTIFICATE-STATES:CAPS"></a><h3>TP_NUM_TLS_CERTIFICATE_STATES</h3>
<pre class="programlisting">#define TP_NUM_TLS_CERTIFICATE_STATES (2+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpTLSCertificateState" title="enum TpTLSCertificateState"><span class="type">TpTLSCertificateState</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpContactMetadataStorageType"></a><h3>enum TpContactMetadataStorageType</h3>
<pre class="programlisting">typedef enum {
    TP_CONTACT_METADATA_STORAGE_TYPE_NONE = 0,
    TP_CONTACT_METADATA_STORAGE_TYPE_SUBSCRIBED_OR_PENDING = 1,
    TP_CONTACT_METADATA_STORAGE_TYPE_SUBSCRIBED = 2,
    TP_CONTACT_METADATA_STORAGE_TYPE_ANYONE = 3,
} TpContactMetadataStorageType;
</pre>
<p>
         Values of this enumeration indicate the extent to which metadata           such as aliases and group memberships can be stored for the contacts           on a particular connection.          On some protocols, certain metadata (for instance, contact aliases)           can only be stored for contacts on the contact list, or contacts           with a particular contact list state.          To make it easier to deal with such protocols, if clients set           metadata on a contact who is not in the required state, the           Connection MUST cache the metadata for the duration of the session.           If clients request the attributes of that contact after the           appropriate "set" method has returned successfully, the Connection           MUST return the new (cached) value.          If the contact is later placed in the required state to store           metadata (for instance, if subscription to the contact's presence           is requested, on a protocol like MSN where the alias has storage type           Subscribed_Or_Pending), the connection MUST store the cached           metadata at that time.                     If the Connection didn't cache changes in this way, a client             intending to change the alias on MSN would have to wait until             the server acknowledged the subscription request; in the meantime,             other clients would still display the old alias.                   The only exception to that general rule is that if the Connection           cannot store particular metadata at all (i.e. the           storage type is None), it MUST reject attempts to set it.                     If the implementation knows that metadata can't be stored at             all, it's useful to report that, which can be done             synchronously. In general, user interfaces should detect             storage type None and not display editing controls at all.                
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CONTACT-METADATA-STORAGE-TYPE-NONE:CAPS"></a><span class="term"><code class="literal">TP_CONTACT_METADATA_STORAGE_TYPE_NONE</code></span></p></td>
<td>           This connection cannot store this type of metadata at all, and             attempting to do so will fail with NotImplemented.                         Link-local XMPP can't store aliases or group memberships at               all, and subscription and presence states are implicit (all               contacts on the local network have subscribe = publish = Yes               and no other contacts exist).              As of April 2010, the XMPP server for Facebook Chat provides a               read-only view of the user's Facebook contacts, so it could also               usefully have this storage type.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CONTACT-METADATA-STORAGE-TYPE-SUBSCRIBED-OR-PENDING:CAPS"></a><span class="term"><code class="literal">TP_CONTACT_METADATA_STORAGE_TYPE_SUBSCRIBED_OR_PENDING</code></span></p></td>
<td>           This type of metadata can only be stored permanently for contacts             whose subscribe attribute is Ask or Yes.                         Contact aliases and groups on MSN have this behaviour.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CONTACT-METADATA-STORAGE-TYPE-SUBSCRIBED:CAPS"></a><span class="term"><code class="literal">TP_CONTACT_METADATA_STORAGE_TYPE_SUBSCRIBED</code></span></p></td>
<td>           This type of metadata can only be stored permanently for contacts             whose subscribe attribute is Yes.                         No service with this behaviour is currently known, but it's a               stricter form of Subscribed_Or_Pending.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CONTACT-METADATA-STORAGE-TYPE-ANYONE:CAPS"></a><span class="term"><code class="literal">TP_CONTACT_METADATA_STORAGE_TYPE_ANYONE</code></span></p></td>
<td>           The user can set this metadata for any valid contact identifier,             whether or not they have any presence subscription relationship             to it, and it will be stored on their contact list.                         Contact aliases and groups on XMPP have this behaviour; it               is possible to put a contact in a group, or assign an alias               to them, without requesting that presence be shared.                    
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-CONTACT-METADATA-STORAGE-TYPES:CAPS"></a><h3>NUM_TP_CONTACT_METADATA_STORAGE_TYPES</h3>
<pre class="programlisting">#define NUM_TP_CONTACT_METADATA_STORAGE_TYPES TP_NUM_CONTACT_METADATA_STORAGE_TYPES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpContactMetadataStorageType" title="enum TpContactMetadataStorageType"><span class="type">TpContactMetadataStorageType</span></a>.
In new code, use TP_NUM_CONTACT_METADATA_STORAGE_TYPES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-CONTACT-METADATA-STORAGE-TYPES:CAPS"></a><h3>TP_NUM_CONTACT_METADATA_STORAGE_TYPES</h3>
<pre class="programlisting">#define TP_NUM_CONTACT_METADATA_STORAGE_TYPES (3+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpContactMetadataStorageType" title="enum TpContactMetadataStorageType"><span class="type">TpContactMetadataStorageType</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpSubscriptionState"></a><h3>enum TpSubscriptionState</h3>
<pre class="programlisting">typedef enum {
    TP_SUBSCRIPTION_STATE_UNKNOWN = 0,
    TP_SUBSCRIPTION_STATE_NO = 1,
    TP_SUBSCRIPTION_STATE_REMOVED_REMOTELY = 2,
    TP_SUBSCRIPTION_STATE_ASK = 3,
    TP_SUBSCRIPTION_STATE_YES = 4,
} TpSubscriptionState;
</pre>
<p>
         An enumeration indicating whether presence subscription is denied,           denied but pending permission, or allowed. The exact semantics           vary according to where this type is used: see the           subscribe and           publish contact attributes for           details.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-SUBSCRIPTION-STATE-UNKNOWN:CAPS"></a><span class="term"><code class="literal">TP_SUBSCRIPTION_STATE_UNKNOWN</code></span></p></td>
<td>The presence subscription state is           unknown.
</td>
</tr>
<tr>
<td><p><a name="TP-SUBSCRIPTION-STATE-NO:CAPS"></a><span class="term"><code class="literal">TP_SUBSCRIPTION_STATE_NO</code></span></p></td>
<td>Presence information cannot be seen, and either the           subscription state Removed_Remotely does not apply, or it is           not known whether that state applies.         
</td>
</tr>
<tr>
<td><p><a name="TP-SUBSCRIPTION-STATE-REMOVED-REMOTELY:CAPS"></a><span class="term"><code class="literal">TP_SUBSCRIPTION_STATE_REMOVED_REMOTELY</code></span></p></td>
<td>Presence information cannot be seen because the           remote contact took action: either the local user's request to           see the remote contact's presence was denied, or the remote           contact requested to see the local user's presence but then           cancelled their request.
</td>
</tr>
<tr>
<td><p><a name="TP-SUBSCRIPTION-STATE-ASK:CAPS"></a><span class="term"><code class="literal">TP_SUBSCRIPTION_STATE_ASK</code></span></p></td>
<td>Presence information cannot be seen. Permission           to see presence information has been requested, and the request           has not yet been declined or accepted.
</td>
</tr>
<tr>
<td><p><a name="TP-SUBSCRIPTION-STATE-YES:CAPS"></a><span class="term"><code class="literal">TP_SUBSCRIPTION_STATE_YES</code></span></p></td>
<td>Presence information can be seen.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-SUBSCRIPTION-STATES:CAPS"></a><h3>NUM_TP_SUBSCRIPTION_STATES</h3>
<pre class="programlisting">#define NUM_TP_SUBSCRIPTION_STATES TP_NUM_SUBSCRIPTION_STATES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpSubscriptionState" title="enum TpSubscriptionState"><span class="type">TpSubscriptionState</span></a>.
In new code, use TP_NUM_SUBSCRIPTION_STATES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-SUBSCRIPTION-STATES:CAPS"></a><h3>TP_NUM_SUBSCRIPTION_STATES</h3>
<pre class="programlisting">#define TP_NUM_SUBSCRIPTION_STATES (4+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpSubscriptionState" title="enum TpSubscriptionState"><span class="type">TpSubscriptionState</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpContactListState"></a><h3>enum TpContactListState</h3>
<pre class="programlisting">typedef enum {
    TP_CONTACT_LIST_STATE_NONE = 0,
    TP_CONTACT_LIST_STATE_WAITING = 1,
    TP_CONTACT_LIST_STATE_FAILURE = 2,
    TP_CONTACT_LIST_STATE_SUCCESS = 3,
} TpContactListState;
</pre>
<p>
         The progress made in retrieving the contact list.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CONTACT-LIST-STATE-NONE:CAPS"></a><span class="term"><code class="literal">TP_CONTACT_LIST_STATE_NONE</code></span></p></td>
<td>The connection has not started to retrieve the contact           list. If GetContactListAttributes is           called in this state, it will raise NotYet.
</td>
</tr>
<tr>
<td><p><a name="TP-CONTACT-LIST-STATE-WAITING:CAPS"></a><span class="term"><code class="literal">TP_CONTACT_LIST_STATE_WAITING</code></span></p></td>
<td>The connection has started to retrieve the contact           list, but has not yet succeeded or failed.           If GetContactListAttributes is called           in this state, it will raise NotYet.
</td>
</tr>
<tr>
<td><p><a name="TP-CONTACT-LIST-STATE-FAILURE:CAPS"></a><span class="term"><code class="literal">TP_CONTACT_LIST_STATE_FAILURE</code></span></p></td>
<td>           The connection has tried and failed to retrieve the contact             list. If GetContactListAttributes             is called in this state, it will immediately raise an error             indicating the reason for failure.            The connection manager SHOULD try again to obtain the contact             list, if appropriate for the protocol. If it succeeds later,             the ContactListState MUST advance             to Success.         
</td>
</tr>
<tr>
<td><p><a name="TP-CONTACT-LIST-STATE-SUCCESS:CAPS"></a><span class="term"><code class="literal">TP_CONTACT_LIST_STATE_SUCCESS</code></span></p></td>
<td>The connection has successfully retrieved the contact           list. If GetContactListAttributes           is called in this state, it will return successfully.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-CONTACT-LIST-STATES:CAPS"></a><h3>NUM_TP_CONTACT_LIST_STATES</h3>
<pre class="programlisting">#define NUM_TP_CONTACT_LIST_STATES TP_NUM_CONTACT_LIST_STATES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpContactListState" title="enum TpContactListState"><span class="type">TpContactListState</span></a>.
In new code, use TP_NUM_CONTACT_LIST_STATES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-CONTACT-LIST-STATES:CAPS"></a><h3>TP_NUM_CONTACT_LIST_STATES</h3>
<pre class="programlisting">#define TP_NUM_CONTACT_LIST_STATES (3+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpContactListState" title="enum TpContactListState"><span class="type">TpContactListState</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpHTTPMethod"></a><h3>enum TpHTTPMethod</h3>
<pre class="programlisting">typedef enum {
    TP_HTTP_METHOD_GET = 0,
    TP_HTTP_METHOD_POST = 1,
} TpHTTPMethod;
</pre>
<p>
         The HTTP Method with which to request a URL.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-HTTP-METHOD-GET:CAPS"></a><span class="term"><code class="literal">TP_HTTP_METHOD_GET</code></span></p></td>
<td>           Use the GET method when opening the URL.         
</td>
</tr>
<tr>
<td><p><a name="TP-HTTP-METHOD-POST:CAPS"></a><span class="term"><code class="literal">TP_HTTP_METHOD_POST</code></span></p></td>
<td>           Use the POST method when opening the URL. Refer to           HTTP_Post_Data for more details.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-HTTP-METHODS:CAPS"></a><h3>NUM_TP_HTTP_METHODS</h3>
<pre class="programlisting">#define NUM_TP_HTTP_METHODS TP_NUM_HTTP_METHODS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpHTTPMethod" title="enum TpHTTPMethod"><span class="type">TpHTTPMethod</span></a>.
In new code, use TP_NUM_HTTP_METHODS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-HTTP-METHODS:CAPS"></a><h3>TP_NUM_HTTP_METHODS</h3>
<pre class="programlisting">#define TP_NUM_HTTP_METHODS (1+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpHTTPMethod" title="enum TpHTTPMethod"><span class="type">TpHTTPMethod</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpMailNotificationFlags"></a><h3>enum TpMailNotificationFlags</h3>
<pre class="programlisting">typedef enum {
    TP_MAIL_NOTIFICATION_FLAG_SUPPORTS_UNREAD_MAIL_COUNT = 1,
    TP_MAIL_NOTIFICATION_FLAG_SUPPORTS_UNREAD_MAILS = 2,
    TP_MAIL_NOTIFICATION_FLAG_EMITS_MAILS_RECEIVED = 4,
    TP_MAIL_NOTIFICATION_FLAG_SUPPORTS_REQUEST_INBOX_URL = 8,
    TP_MAIL_NOTIFICATION_FLAG_SUPPORTS_REQUEST_MAIL_URL = 16,
    TP_MAIL_NOTIFICATION_FLAG_THREAD_BASED = 32,
} TpMailNotificationFlags;
</pre>
<p>
         Flags representing capabilities provided by a connection manager.           Those values can be used as bitfield. Some flags depend on, or           conflict with, each other.          Connections SHOULD implement as many of these features as the           underlying protocol allows, preferring to implement           Supports_Unread_Mails instead of Emits_Mails_Received if both are           possible.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-MAIL-NOTIFICATION-FLAG-SUPPORTS-UNREAD-MAIL-COUNT:CAPS"></a><span class="term"><code class="literal">TP_MAIL_NOTIFICATION_FLAG_SUPPORTS_UNREAD_MAIL_COUNT</code></span></p></td>
<td>           This Connection provides the number of unread e-mails (or e-mail           threads) in the main folder of your e-mail account, as the           UnreadMailCount property. The           connection manager will update this value by emitting the           UnreadMailsChanged signal.         
</td>
</tr>
<tr>
<td><p><a name="TP-MAIL-NOTIFICATION-FLAG-SUPPORTS-UNREAD-MAILS:CAPS"></a><span class="term"><code class="literal">TP_MAIL_NOTIFICATION_FLAG_SUPPORTS_UNREAD_MAILS</code></span></p></td>
<td>           This Connection provides a detailed list of unread e-mails, as the           UnreadMails property. If this flag           is set, Supports_Unread_Mail_Count MUST be set, and           Emits_Mails_Received MUST NOT be set.           The Connection will update the list by emitting the           UnreadMailsChanged signals.         
</td>
</tr>
<tr>
<td><p><a name="TP-MAIL-NOTIFICATION-FLAG-EMITS-MAILS-RECEIVED:CAPS"></a><span class="term"><code class="literal">TP_MAIL_NOTIFICATION_FLAG_EMITS_MAILS_RECEIVED</code></span></p></td>
<td>           This Connection emits the MailsReceived           signal, which provides details about newly arrived e-mails but does           not maintain their read/unread status afterwards. This flag MUST NOT           be combined with Supports_Unread_Mails.         
</td>
</tr>
<tr>
<td><p><a name="TP-MAIL-NOTIFICATION-FLAG-SUPPORTS-REQUEST-INBOX-URL:CAPS"></a><span class="term"><code class="literal">TP_MAIL_NOTIFICATION_FLAG_SUPPORTS_REQUEST_INBOX_URL</code></span></p></td>
<td>           This Connection can provide a URL (with optional POST data) to           open the the inbox of the e-mail account in a web-based client, via           the RequestInboxURL method.         
</td>
</tr>
<tr>
<td><p><a name="TP-MAIL-NOTIFICATION-FLAG-SUPPORTS-REQUEST-MAIL-URL:CAPS"></a><span class="term"><code class="literal">TP_MAIL_NOTIFICATION_FLAG_SUPPORTS_REQUEST_MAIL_URL</code></span></p></td>
<td>           This Connection can provide a URL (with optional POST data) to open             a specific mail in a web-based client, via the             RequestMailURL method. This feature             is not useful unless either Emits_Mails_Received or             Supports_Unread_Mails is set.            If this flag is not set, clients SHOULD fall back to using             RequestInboxURL if available.         
</td>
</tr>
<tr>
<td><p><a name="TP-MAIL-NOTIFICATION-FLAG-THREAD-BASED:CAPS"></a><span class="term"><code class="literal">TP_MAIL_NOTIFICATION_FLAG_THREAD_BASED</code></span></p></td>
<td>           Each Mail represents a thread of e-mails, which             MAY have more than one sender.                         Google Talk notifies users about new mail in terms of unread               threads, rather than unread e-mails.                    
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpSASLAbortReason"></a><h3>enum TpSASLAbortReason</h3>
<pre class="programlisting">typedef enum {
    TP_SASL_ABORT_REASON_INVALID_CHALLENGE = 0,
    TP_SASL_ABORT_REASON_USER_ABORT = 1,
} TpSASLAbortReason;
</pre>
<p>
         A reason why SASL authentication was aborted by the client.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-SASL-ABORT-REASON-INVALID-CHALLENGE:CAPS"></a><span class="term"><code class="literal">TP_SASL_ABORT_REASON_INVALID_CHALLENGE</code></span></p></td>
<td>           The server sent an invalid challenge or data.         
</td>
</tr>
<tr>
<td><p><a name="TP-SASL-ABORT-REASON-USER-ABORT:CAPS"></a><span class="term"><code class="literal">TP_SASL_ABORT_REASON_USER_ABORT</code></span></p></td>
<td>           The user aborted the authentication.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-SASL-ABORT-REASONS:CAPS"></a><h3>NUM_TP_SASL_ABORT_REASONS</h3>
<pre class="programlisting">#define NUM_TP_SASL_ABORT_REASONS TP_NUM_SASL_ABORT_REASONS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpSASLAbortReason" title="enum TpSASLAbortReason"><span class="type">TpSASLAbortReason</span></a>.
In new code, use TP_NUM_SASL_ABORT_REASONS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-SASL-ABORT-REASONS:CAPS"></a><h3>TP_NUM_SASL_ABORT_REASONS</h3>
<pre class="programlisting">#define TP_NUM_SASL_ABORT_REASONS (1+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpSASLAbortReason" title="enum TpSASLAbortReason"><span class="type">TpSASLAbortReason</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpSASLStatus"></a><h3>enum TpSASLStatus</h3>
<pre class="programlisting">typedef enum {
    TP_SASL_STATUS_NOT_STARTED = 0,
    TP_SASL_STATUS_IN_PROGRESS = 1,
    TP_SASL_STATUS_SERVER_SUCCEEDED = 2,
    TP_SASL_STATUS_CLIENT_ACCEPTED = 3,
    TP_SASL_STATUS_SUCCEEDED = 4,
    TP_SASL_STATUS_SERVER_FAILED = 5,
    TP_SASL_STATUS_CLIENT_FAILED = 6,
} TpSASLStatus;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-SASL-STATUS-NOT-STARTED:CAPS"></a><span class="term"><code class="literal">TP_SASL_STATUS_NOT_STARTED</code></span></p></td>
<td>           The initial state. The Handler SHOULD either           call AbortSASL, or connect to the           NewChallenge signal then call           StartMechanism or           StartMechanismWithData.         
</td>
</tr>
<tr>
<td><p><a name="TP-SASL-STATUS-IN-PROGRESS:CAPS"></a><span class="term"><code class="literal">TP_SASL_STATUS_IN_PROGRESS</code></span></p></td>
<td>           The challenge/response exchange is in progress. The Handler SHOULD           call either Respond or           AcceptSASL exactly once per emission           of NewChallenge, or call           AbortSASL at any time.         
</td>
</tr>
<tr>
<td><p><a name="TP-SASL-STATUS-SERVER-SUCCEEDED:CAPS"></a><span class="term"><code class="literal">TP_SASL_STATUS_SERVER_SUCCEEDED</code></span></p></td>
<td>           The server has indicated successful authentication, and the           connection manager is waiting for confirmation from the Handler.           The Handler must call either AcceptSASL or           AbortSASL to indicate whether it           considers authentication to have been successful.         
</td>
</tr>
<tr>
<td><p><a name="TP-SASL-STATUS-CLIENT-ACCEPTED:CAPS"></a><span class="term"><code class="literal">TP_SASL_STATUS_CLIENT_ACCEPTED</code></span></p></td>
<td>           The Handler has indicated successful authentication, and the           connection manager is waiting for confirmation from the server.           The state will progress to either Succeeded or Server_Failed when           confirmation is received.         
</td>
</tr>
<tr>
<td><p><a name="TP-SASL-STATUS-SUCCEEDED:CAPS"></a><span class="term"><code class="literal">TP_SASL_STATUS_SUCCEEDED</code></span></p></td>
<td>           Everyone is happy (the server sent success, and the client has called           AcceptSASL). Connection to the server           will proceed as soon as this state is reached. The Handler SHOULD           call Close           to close the channel.         
</td>
</tr>
<tr>
<td><p><a name="TP-SASL-STATUS-SERVER-FAILED:CAPS"></a><span class="term"><code class="literal">TP_SASL_STATUS_SERVER_FAILED</code></span></p></td>
<td>           The server has indicated an authentication failure.           If CanTryAgain is true,           the client may try to authenticate again, by calling           StartMechanism or           StartMechanismWithData again.           Otherwise, it should give up completely, by calling Close           on the channel.         
</td>
</tr>
<tr>
<td><p><a name="TP-SASL-STATUS-CLIENT-FAILED:CAPS"></a><span class="term"><code class="literal">TP_SASL_STATUS_CLIENT_FAILED</code></span></p></td>
<td>           The client has indicated an authentication failure. The           possible actions are the same as for Server_Failed.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-SASL-STATUSES:CAPS"></a><h3>NUM_TP_SASL_STATUSES</h3>
<pre class="programlisting">#define NUM_TP_SASL_STATUSES TP_NUM_SASL_STATUSES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpSASLStatus" title="enum TpSASLStatus"><span class="type">TpSASLStatus</span></a>.
In new code, use TP_NUM_SASL_STATUSES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-SASL-STATUSES:CAPS"></a><h3>TP_NUM_SASL_STATUSES</h3>
<pre class="programlisting">#define TP_NUM_SASL_STATUSES (6+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpSASLStatus" title="enum TpSASLStatus"><span class="type">TpSASLStatus</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpCaptchaStatus"></a><h3>enum TpCaptchaStatus</h3>
<pre class="programlisting">typedef enum {
    TP_CAPTCHA_STATUS_LOCAL_PENDING = 0,
    TP_CAPTCHA_STATUS_REMOTE_PENDING = 1,
    TP_CAPTCHA_STATUS_SUCCEEDED = 2,
    TP_CAPTCHA_STATUS_TRY_AGAIN = 3,
    TP_CAPTCHA_STATUS_FAILED = 4,
} TpCaptchaStatus;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CAPTCHA-STATUS-LOCAL-PENDING:CAPS"></a><span class="term"><code class="literal">TP_CAPTCHA_STATUS_LOCAL_PENDING</code></span></p></td>
<td>           The challenge/response exchange is in progress and waiting for           a local action. Call AnswerCaptchas           to go to the Remote_Pending state, or call           CancelCaptcha followed by            Close           to give up.         
</td>
</tr>
<tr>
<td><p><a name="TP-CAPTCHA-STATUS-REMOTE-PENDING:CAPS"></a><span class="term"><code class="literal">TP_CAPTCHA_STATUS_REMOTE_PENDING</code></span></p></td>
<td>           The challenge/response exchange is in progress and waiting for           a response from the server. Wait for a reply from the server,           which will result in the Succeeded, Try_Again, or Failed state,           or call CancelCaptcha followed by           Close           to give up.         
</td>
</tr>
<tr>
<td><p><a name="TP-CAPTCHA-STATUS-SUCCEEDED:CAPS"></a><span class="term"><code class="literal">TP_CAPTCHA_STATUS_SUCCEEDED</code></span></p></td>
<td>           Everyone is happy. Connection to the server will proceed as soon as           this state is reached. There is nothing useful to do in this state           except to call Close           to close the channel.         
</td>
</tr>
<tr>
<td><p><a name="TP-CAPTCHA-STATUS-TRY-AGAIN:CAPS"></a><span class="term"><code class="literal">TP_CAPTCHA_STATUS_TRY_AGAIN</code></span></p></td>
<td>           The server has indicated an authentication failure.           Call GetCaptchas again to get           a new captcha, or           CancelCaptcha followed by           Close           to give up.         
</td>
</tr>
<tr>
<td><p><a name="TP-CAPTCHA-STATUS-FAILED:CAPS"></a><span class="term"><code class="literal">TP_CAPTCHA_STATUS_FAILED</code></span></p></td>
<td>           Authentication has failed in some way. There is nothing           useful to do in this state except to close the channel with           Close.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-CAPTCHA-STATUSES:CAPS"></a><h3>NUM_TP_CAPTCHA_STATUSES</h3>
<pre class="programlisting">#define NUM_TP_CAPTCHA_STATUSES TP_NUM_CAPTCHA_STATUSES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpCaptchaStatus" title="enum TpCaptchaStatus"><span class="type">TpCaptchaStatus</span></a>.
In new code, use TP_NUM_CAPTCHA_STATUSES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-CAPTCHA-STATUSES:CAPS"></a><h3>TP_NUM_CAPTCHA_STATUSES</h3>
<pre class="programlisting">#define TP_NUM_CAPTCHA_STATUSES (4+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpCaptchaStatus" title="enum TpCaptchaStatus"><span class="type">TpCaptchaStatus</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpCaptchaCancelReason"></a><h3>enum TpCaptchaCancelReason</h3>
<pre class="programlisting">typedef enum {
    TP_CAPTCHA_CANCEL_REASON_USER_CANCELLED = 0,
    TP_CAPTCHA_CANCEL_REASON_NOT_SUPPORTED = 1,
    TP_CAPTCHA_CANCEL_REASON_SERVICE_CONFUSED = 2,
} TpCaptchaCancelReason;
</pre>
<p>
         A reason why captcha authentication was aborted by the client.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CAPTCHA-CANCEL-REASON-USER-CANCELLED:CAPS"></a><span class="term"><code class="literal">TP_CAPTCHA_CANCEL_REASON_USER_CANCELLED</code></span></p></td>
<td>           The user aborted the authentication. If this is used, the           CaptchaError SHOULD be set to           Cancelled         
</td>
</tr>
<tr>
<td><p><a name="TP-CAPTCHA-CANCEL-REASON-NOT-SUPPORTED:CAPS"></a><span class="term"><code class="literal">TP_CAPTCHA_CANCEL_REASON_NOT_SUPPORTED</code></span></p></td>
<td>           The Handler doesn't support the given/required captcha types.           If this is used, the CaptchaError           SHOULD be set to CaptchaNotSupported.           This SHOULD also be used if           Close is called           before CancelCaptcha.                        If no Handler supports captcha channels,             the ChannelDispatcher will just call             Close,             because it has no knowledge of specific channel types.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CAPTCHA-CANCEL-REASON-SERVICE-CONFUSED:CAPS"></a><span class="term"><code class="literal">TP_CAPTCHA_CANCEL_REASON_SERVICE_CONFUSED</code></span></p></td>
<td>           The Handler doesn't understand the captcha data received. The           challenger may be sending gibberish.           If this is used, the CaptchaError           SHOULD be set to ServiceConfused.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-CAPTCHA-CANCEL-REASONS:CAPS"></a><h3>NUM_TP_CAPTCHA_CANCEL_REASONS</h3>
<pre class="programlisting">#define NUM_TP_CAPTCHA_CANCEL_REASONS TP_NUM_CAPTCHA_CANCEL_REASONS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpCaptchaCancelReason" title="enum TpCaptchaCancelReason"><span class="type">TpCaptchaCancelReason</span></a>.
In new code, use TP_NUM_CAPTCHA_CANCEL_REASONS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-CAPTCHA-CANCEL-REASONS:CAPS"></a><h3>TP_NUM_CAPTCHA_CANCEL_REASONS</h3>
<pre class="programlisting">#define TP_NUM_CAPTCHA_CANCEL_REASONS (2+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpCaptchaCancelReason" title="enum TpCaptchaCancelReason"><span class="type">TpCaptchaCancelReason</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpCaptchaFlags"></a><h3>enum TpCaptchaFlags</h3>
<pre class="programlisting">typedef enum {
    TP_CAPTCHA_FLAGS_REQUIRED = 1,
} TpCaptchaFlags;
</pre>
<p>
         Extra flags to include with Captcha information       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><a name="TP-CAPTCHA-FLAGS-REQUIRED:CAPS"></a><span class="term"><code class="literal">TP_CAPTCHA_FLAGS_REQUIRED</code></span></p></td>
<td>           This captcha mechanism is required to be successfully           answered in order to pass this captcha challenge.         
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpCallContentDisposition"></a><h3>enum TpCallContentDisposition</h3>
<pre class="programlisting">typedef enum {
    TP_CALL_CONTENT_DISPOSITION_NONE = 0,
    TP_CALL_CONTENT_DISPOSITION_INITIAL = 1,
} TpCallContentDisposition;
</pre>
<p>
         The disposition of this content, which defines whether to         automatically start sending data on the streams when         Accept is         called on the channel.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CALL-CONTENT-DISPOSITION-NONE:CAPS"></a><span class="term"><code class="literal">TP_CALL_CONTENT_DISPOSITION_NONE</code></span></p></td>
<td>           The content has no specific disposition.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-CONTENT-DISPOSITION-INITIAL:CAPS"></a><span class="term"><code class="literal">TP_CALL_CONTENT_DISPOSITION_INITIAL</code></span></p></td>
<td>           The content was initially part of the call. When           Accept           is called on the channel, all streams of this content with           LocalSendingState           set to Pending_Send will be           moved to Sending as if           SetSending           (True) had been called.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-CALL-CONTENT-DISPOSITIONS:CAPS"></a><h3>NUM_TP_CALL_CONTENT_DISPOSITIONS</h3>
<pre class="programlisting">#define NUM_TP_CALL_CONTENT_DISPOSITIONS TP_NUM_CALL_CONTENT_DISPOSITIONS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpCallContentDisposition" title="enum TpCallContentDisposition"><span class="type">TpCallContentDisposition</span></a>.
In new code, use TP_NUM_CALL_CONTENT_DISPOSITIONS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-CALL-CONTENT-DISPOSITIONS:CAPS"></a><h3>TP_NUM_CALL_CONTENT_DISPOSITIONS</h3>
<pre class="programlisting">#define TP_NUM_CALL_CONTENT_DISPOSITIONS (1+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpCallContentDisposition" title="enum TpCallContentDisposition"><span class="type">TpCallContentDisposition</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpCallContentPacketizationType"></a><h3>enum TpCallContentPacketizationType</h3>
<pre class="programlisting">typedef enum {
    TP_CALL_CONTENT_PACKETIZATION_TYPE_RTP = 0,
    TP_CALL_CONTENT_PACKETIZATION_TYPE_RAW = 1,
    TP_CALL_CONTENT_PACKETIZATION_TYPE_MSN_WEBCAM = 2,
} TpCallContentPacketizationType;
</pre>
<p>
         A packetization method that can be used for a content.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CALL-CONTENT-PACKETIZATION-TYPE-RTP:CAPS"></a><span class="term"><code class="literal">TP_CALL_CONTENT_PACKETIZATION_TYPE_RTP</code></span></p></td>
<td>           Real-time Transport Protocol, as documented by RFC 3550.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-CONTENT-PACKETIZATION-TYPE-RAW:CAPS"></a><span class="term"><code class="literal">TP_CALL_CONTENT_PACKETIZATION_TYPE_RAW</code></span></p></td>
<td>           Raw media.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-CONTENT-PACKETIZATION-TYPE-MSN-WEBCAM:CAPS"></a><span class="term"><code class="literal">TP_CALL_CONTENT_PACKETIZATION_TYPE_MSN_WEBCAM</code></span></p></td>
<td>           MSN webcam. This is the video-only one-way type which was           used in earlier versions of WLM. Although no longer used,           modern WLM clients still support the MSN webcam protocol.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-CALL-CONTENT-PACKETIZATION-TYPES:CAPS"></a><h3>NUM_TP_CALL_CONTENT_PACKETIZATION_TYPES</h3>
<pre class="programlisting">#define NUM_TP_CALL_CONTENT_PACKETIZATION_TYPES TP_NUM_CALL_CONTENT_PACKETIZATION_TYPES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpCallContentPacketizationType" title="enum TpCallContentPacketizationType"><span class="type">TpCallContentPacketizationType</span></a>.
In new code, use TP_NUM_CALL_CONTENT_PACKETIZATION_TYPES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-CALL-CONTENT-PACKETIZATION-TYPES:CAPS"></a><h3>TP_NUM_CALL_CONTENT_PACKETIZATION_TYPES</h3>
<pre class="programlisting">#define TP_NUM_CALL_CONTENT_PACKETIZATION_TYPES (2+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpCallContentPacketizationType" title="enum TpCallContentPacketizationType"><span class="type">TpCallContentPacketizationType</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpCallState"></a><h3>enum TpCallState</h3>
<pre class="programlisting">typedef enum {
    TP_CALL_STATE_UNKNOWN = 0,
    TP_CALL_STATE_PENDING_INITIATOR = 1,
    TP_CALL_STATE_INITIALISING = 2,
    TP_CALL_STATE_INITIALISED = 3,
    TP_CALL_STATE_ACCEPTED = 4,
    TP_CALL_STATE_ACTIVE = 5,
    TP_CALL_STATE_ENDED = 6,
} TpCallState;
</pre>
<p>
         The state of a call, as a whole.          The allowed transitions are:                     Pending_Initiator → Initialising (for outgoing calls,             when Accept is called)           Initialising → Initialised (for outgoing calls, when             the remote client indicates that the user has been notified about             the call. If the network is known not to provide feedback about whether             the remote side is ringing, then the call should immediately be             set to Initialised.           Initialising → Initialised (for incoming calls, when e.g. the             implementation has been initialised far enough that it is sensible             to notify the user about the call (to reduce the probability that             the user will pick up the call and have it immediately fail).             The UI should then alert the user about the call, and call             SetRinging)           Initialised → Accepted (for outgoing calls to a contact,             when the remote contact accepts the call; for incoming calls, when             Accept is called.)           Accepted → Active (when the local user successfully             joins the call/conference, and media is known to be flowing             successfully; also, when temporary connection problems are             resolved (See below)). If the network is known not to provide             feedback about when the call is properly connected, the call             should immediately be set to Active.           Active → Accepted (when there are temporary connection problems             that the CM is aware of and able to recover from)           any state → Ended (when the call is terminated             normally, or when an error occurs that the CM is unable to recover             from)                   Clients MAY consider unknown values from this enum to be an           error - additional values will not be defined after the Call           specification is declared to be stable.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CALL-STATE-UNKNOWN:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_UNKNOWN</code></span></p></td>
<td>           The call state is not known. This call state MUST NOT appear as a           value of the CallState property, but           MAY be used by client code to represent calls whose state is as yet           unknown.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-PENDING-INITIATOR:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_PENDING_INITIATOR</code></span></p></td>
<td>           The initiator of the call hasn't accepted the call yet. This state           only makes sense for outgoing calls, where it means that the local           user has not yet sent any signalling messages to the remote user(s),           and will not do so until Accept is           called.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-INITIALISING:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_INITIALISING</code></span></p></td>
<td>           Progress has been made in placing the call, but the           contact has not been made aware of the call yet. This corresponds to SIP's           status code 183 Session Progress, and should be used for the period           where the CM is waiting for the streaming implementation to           initialise (before sending the initial INVITE or equivalent) and when the           outgoing call has reached a gateway or ICE negotiation is pending.           UIs should not produce a dialtone or start ringing if the call is in           this state.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-INITIALISED:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_INITIALISED</code></span></p></td>
<td>           In the outgoing case: at least one called user has been alerted           about the call (a SIP 180 (Ringing) packet or equivalent has been           received) but none have answered, so the call cannot go to Accepted           (use Ringing to determine which           members have been informed and which haven't, if you care). UIs           SHOULD produce a dialtone for outgoing calls in this state.            In the incoming case, the local user should be informed of the call           as soon as the call reaches this state (and           SetRinging should be called           to inform the CM that this has happened, so that it can relay this           fact to the caller using a SIP 180 (Ringing) packet or equivalent).         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-ACCEPTED:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_ACCEPTED</code></span></p></td>
<td>           The contact being called has accepted the call, but the call is not           in the Active state (The most common reason for this is that the           streaming implementation hasn't connected yet).         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-ACTIVE:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_ACTIVE</code></span></p></td>
<td>           The contact being called has accepted the call, and discourse between           at least two parties should now be possible.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-ENDED:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_ENDED</code></span></p></td>
<td>           The call has ended, either via normal termination or an error.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-CALL-STATES:CAPS"></a><h3>NUM_TP_CALL_STATES</h3>
<pre class="programlisting">#define NUM_TP_CALL_STATES TP_NUM_CALL_STATES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpCallState" title="enum TpCallState"><span class="type">TpCallState</span></a>.
In new code, use TP_NUM_CALL_STATES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-CALL-STATES:CAPS"></a><h3>TP_NUM_CALL_STATES</h3>
<pre class="programlisting">#define TP_NUM_CALL_STATES (6+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpCallState" title="enum TpCallState"><span class="type">TpCallState</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpCallStateChangeReason"></a><h3>enum TpCallStateChangeReason</h3>
<pre class="programlisting">typedef enum {
    TP_CALL_STATE_CHANGE_REASON_UNKNOWN = 0,
    TP_CALL_STATE_CHANGE_REASON_PROGRESS_MADE = 1,
    TP_CALL_STATE_CHANGE_REASON_USER_REQUESTED = 2,
    TP_CALL_STATE_CHANGE_REASON_FORWARDED = 3,
    TP_CALL_STATE_CHANGE_REASON_REJECTED = 4,
    TP_CALL_STATE_CHANGE_REASON_NO_ANSWER = 5,
    TP_CALL_STATE_CHANGE_REASON_INVALID_CONTACT = 6,
    TP_CALL_STATE_CHANGE_REASON_PERMISSION_DENIED = 7,
    TP_CALL_STATE_CHANGE_REASON_BUSY = 8,
    TP_CALL_STATE_CHANGE_REASON_INTERNAL_ERROR = 9,
    TP_CALL_STATE_CHANGE_REASON_SERVICE_ERROR = 10,
    TP_CALL_STATE_CHANGE_REASON_NETWORK_ERROR = 11,
    TP_CALL_STATE_CHANGE_REASON_MEDIA_ERROR = 12,
    TP_CALL_STATE_CHANGE_REASON_CONNECTIVITY_ERROR = 13,
} TpCallStateChangeReason;
</pre>
<p>
         A simple representation of the reason for a change in the call's         state, which may be used by simple clients, or used as a fallback         when the DBus_Reason member of a Call_State_Reason         struct is not understood.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CALL-STATE-CHANGE-REASON-UNKNOWN:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_CHANGE_REASON_UNKNOWN</code></span></p></td>
<td>           We just don't know. Unknown values of this enum SHOULD also be           treated like this.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-CHANGE-REASON-PROGRESS-MADE:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_CHANGE_REASON_PROGRESS_MADE</code></span></p></td>
<td>           Situation normal. Progress has been made in the setup/teardown of           the call (and it didn't require any user interaction).         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-CHANGE-REASON-USER-REQUESTED:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_CHANGE_REASON_USER_REQUESTED</code></span></p></td>
<td>           The change was requested by the contact indicated by the Actor             member of a Call_State_Reason struct.            The DBus_Reason SHOULD be the empty string if the call             was terminated normally, but MAY be a non-empty error name             to indicate error-like call termination reasons (kicked from             a conference by a moderator, etc.).         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-CHANGE-REASON-FORWARDED:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_CHANGE_REASON_FORWARDED</code></span></p></td>
<td>           The call was forwarded. If known, the handle of the           contact the call was forwarded to will be indicated by the           "forwarded-to" member of a           CallStateDetails dictionnary           in the CallStateChanged           signal.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-CHANGE-REASON-REJECTED:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_CHANGE_REASON_REJECTED</code></span></p></td>
<td>           The CallState changed from             Initialised or             Ended (or a content's direction             changed) because it was rejected by the remote user.           Corresponds to Rejected         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-CHANGE-REASON-NO-ANSWER:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_CHANGE_REASON_NO_ANSWER</code></span></p></td>
<td>           The CallState changed from             Initialised or             Ended because the initiator             ended the call before the receiver accepted it. With an             incoming call this state change reason signifies a missed             call, or one that was picked up elsewhere before it was             picked up here.           Corresponds to NoAnswer or             PickedUpElsewhere         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-CHANGE-REASON-INVALID-CONTACT:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_CHANGE_REASON_INVALID_CONTACT</code></span></p></td>
<td>           The CallState changed because one             of the addresses does not exist on the network.           Corresponds to DoesNotExist         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-CHANGE-REASON-PERMISSION-DENIED:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_CHANGE_REASON_PERMISSION_DENIED</code></span></p></td>
<td>           The CallState changed because the           local user is not authorised.           Corresponds to PermissionDenied or             InsufficientBalance                      
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-CHANGE-REASON-BUSY:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_CHANGE_REASON_BUSY</code></span></p></td>
<td>           The CallState changed from             Initialised             Ended because the receiver is busy             (e.g. is already engaged in another call, and has not placed the             initiator in a call-waiting queue).           Corresponds to Busy         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-CHANGE-REASON-INTERNAL-ERROR:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_CHANGE_REASON_INTERNAL_ERROR</code></span></p></td>
<td>           There has been an unexpected error in either the CM or some other             local component.           Corresponds to Confused or           Media.StreamingError                    
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-CHANGE-REASON-SERVICE-ERROR:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_CHANGE_REASON_SERVICE_ERROR</code></span></p></td>
<td>           There has been an unexpected error in the server or some other             remote component.           Corresponds to             ServiceConfused                    
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-CHANGE-REASON-NETWORK-ERROR:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_CHANGE_REASON_NETWORK_ERROR</code></span></p></td>
<td>           There has been a network error related to the CM or the             signalling part of the call (compare and contrast:             Streaming_Error).           Corresponds to             NetworkError         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-CHANGE-REASON-MEDIA-ERROR:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_CHANGE_REASON_MEDIA_ERROR</code></span></p></td>
<td>           Some aspect of the content is unsupported so has to be             removed from the call.           Corresponds to Media.UnsupportedType             or Media.CodecsIncompatible                    
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STATE-CHANGE-REASON-CONNECTIVITY-ERROR:CAPS"></a><span class="term"><code class="literal">TP_CALL_STATE_CHANGE_REASON_CONNECTIVITY_ERROR</code></span></p></td>
<td>           It was not possible for the streaming implementation to connect             to any of the users participating in this call or content.           Corresponds to ConnectionFailed or             ConnectionLost         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-CALL-STATE-CHANGE-REASONS:CAPS"></a><h3>NUM_TP_CALL_STATE_CHANGE_REASONS</h3>
<pre class="programlisting">#define NUM_TP_CALL_STATE_CHANGE_REASONS TP_NUM_CALL_STATE_CHANGE_REASONS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpCallStateChangeReason" title="enum TpCallStateChangeReason"><span class="type">TpCallStateChangeReason</span></a>.
In new code, use TP_NUM_CALL_STATE_CHANGE_REASONS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-CALL-STATE-CHANGE-REASONS:CAPS"></a><h3>TP_NUM_CALL_STATE_CHANGE_REASONS</h3>
<pre class="programlisting">#define TP_NUM_CALL_STATE_CHANGE_REASONS (13+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpCallStateChangeReason" title="enum TpCallStateChangeReason"><span class="type">TpCallStateChangeReason</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpCallStreamCandidateType"></a><h3>enum TpCallStreamCandidateType</h3>
<pre class="programlisting">typedef enum {
    TP_CALL_STREAM_CANDIDATE_TYPE_NONE = 0,
    TP_CALL_STREAM_CANDIDATE_TYPE_HOST = 1,
    TP_CALL_STREAM_CANDIDATE_TYPE_SERVER_REFLEXIVE = 2,
    TP_CALL_STREAM_CANDIDATE_TYPE_PEER_REFLEXIVE = 3,
    TP_CALL_STREAM_CANDIDATE_TYPE_RELAY = 4,
    TP_CALL_STREAM_CANDIDATE_TYPE_MULTICAST = 5,
} TpCallStreamCandidateType;
</pre>
<p>
         The network topology that an IP candidate represents. This can         sometimes be used to infer what kind of performance characteristics         (latency, bandwith, etc) can be expected of connections made to this         candidate.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CALL-STREAM-CANDIDATE-TYPE-NONE:CAPS"></a><span class="term"><code class="literal">TP_CALL_STREAM_CANDIDATE_TYPE_NONE</code></span></p></td>
<td>           This is not an IP candidate. This is a reserved value, and should           not be seen on the bus.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STREAM-CANDIDATE-TYPE-HOST:CAPS"></a><span class="term"><code class="literal">TP_CALL_STREAM_CANDIDATE_TYPE_HOST</code></span></p></td>
<td>           This candidate represents a direct connection to the host, as its           address is taken directly the host's IP stack.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STREAM-CANDIDATE-TYPE-SERVER-REFLEXIVE:CAPS"></a><span class="term"><code class="literal">TP_CALL_STREAM_CANDIDATE_TYPE_SERVER_REFLEXIVE</code></span></p></td>
<td>           This candidate probably represents a connection to the host through           a NAT device, as its address was discovered by sending a binding           request to a STUN server or similar.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STREAM-CANDIDATE-TYPE-PEER-REFLEXIVE:CAPS"></a><span class="term"><code class="literal">TP_CALL_STREAM_CANDIDATE_TYPE_PEER_REFLEXIVE</code></span></p></td>
<td>           This candidate probably represents a good route between the host and           its peer, as its address was discovered by sending a STUN binding           request to one of the candidates advertised by the peer.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STREAM-CANDIDATE-TYPE-RELAY:CAPS"></a><span class="term"><code class="literal">TP_CALL_STREAM_CANDIDATE_TYPE_RELAY</code></span></p></td>
<td>           This candidate represents the address of a relay server (usually           somewhere on the public internet). This candidate is the most likely           to work, but all media will go via a relay server, so latency is           likely to be higher than other types of candidate.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-STREAM-CANDIDATE-TYPE-MULTICAST:CAPS"></a><span class="term"><code class="literal">TP_CALL_STREAM_CANDIDATE_TYPE_MULTICAST</code></span></p></td>
<td>           This candidate represents a Multicast group. This value should only           appear if the Stream's Transport is           set to Multicast.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-CALL-STREAM-CANDIDATE-TYPES:CAPS"></a><h3>NUM_TP_CALL_STREAM_CANDIDATE_TYPES</h3>
<pre class="programlisting">#define NUM_TP_CALL_STREAM_CANDIDATE_TYPES TP_NUM_CALL_STREAM_CANDIDATE_TYPES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpCallStreamCandidateType" title="enum TpCallStreamCandidateType"><span class="type">TpCallStreamCandidateType</span></a>.
In new code, use TP_NUM_CALL_STREAM_CANDIDATE_TYPES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-CALL-STREAM-CANDIDATE-TYPES:CAPS"></a><h3>TP_NUM_CALL_STREAM_CANDIDATE_TYPES</h3>
<pre class="programlisting">#define TP_NUM_CALL_STREAM_CANDIDATE_TYPES (5+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpCallStreamCandidateType" title="enum TpCallStreamCandidateType"><span class="type">TpCallStreamCandidateType</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpRCPTXRRTTMode"></a><h3>enum TpRCPTXRRTTMode</h3>
<pre class="programlisting">typedef enum {
    TP_RCPT_XR_RTT_MODE_ALL = 0,
    TP_RCPT_XR_RTT_MODE_SENDER = 1,
} TpRCPTXRRTTMode;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-RCPT-XR-RTT-MODE-ALL:CAPS"></a><span class="term"><code class="literal">TP_RCPT_XR_RTT_MODE_ALL</code></span></p></td>
<td>           Both RTP data senders and data receivers MAY send DLRR           blocks.         
</td>
</tr>
<tr>
<td><p><a name="TP-RCPT-XR-RTT-MODE-SENDER:CAPS"></a><span class="term"><code class="literal">TP_RCPT_XR_RTT_MODE_SENDER</code></span></p></td>
<td>           Only active RTP senders MAY send DLRR blocks, i.e., non RTP           senders SHALL NOT send DLRR blocks.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-RCPT-XR-RTT-MODES:CAPS"></a><h3>NUM_TP_RCPT_XR_RTT_MODES</h3>
<pre class="programlisting">#define NUM_TP_RCPT_XR_RTT_MODES TP_NUM_RCPT_XR_RTT_MODES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpRCPTXRRTTMode" title="enum TpRCPTXRRTTMode"><span class="type">TpRCPTXRRTTMode</span></a>.
In new code, use TP_NUM_RCPT_XR_RTT_MODES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-RCPT-XR-RTT-MODES:CAPS"></a><h3>TP_NUM_RCPT_XR_RTT_MODES</h3>
<pre class="programlisting">#define TP_NUM_RCPT_XR_RTT_MODES (1+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpRCPTXRRTTMode" title="enum TpRCPTXRRTTMode"><span class="type">TpRCPTXRRTTMode</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpSendingState"></a><h3>enum TpSendingState</h3>
<pre class="programlisting">typedef enum {
    TP_SENDING_STATE_NONE = 0,
    TP_SENDING_STATE_PENDING_SEND = 1,
    TP_SENDING_STATE_SENDING = 2,
    TP_SENDING_STATE_PENDING_STOP_SENDING = 3,
} TpSendingState;
</pre>
<p>
         Enum indicating whether a contact is sending media.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-SENDING-STATE-NONE:CAPS"></a><span class="term"><code class="literal">TP_SENDING_STATE_NONE</code></span></p></td>
<td>           The contact is not sending media and has not been asked to           do so.         
</td>
</tr>
<tr>
<td><p><a name="TP-SENDING-STATE-PENDING-SEND:CAPS"></a><span class="term"><code class="literal">TP_SENDING_STATE_PENDING_SEND</code></span></p></td>
<td>           The contact has been asked to start sending media.         
</td>
</tr>
<tr>
<td><p><a name="TP-SENDING-STATE-SENDING:CAPS"></a><span class="term"><code class="literal">TP_SENDING_STATE_SENDING</code></span></p></td>
<td>           The contact is sending media.         
</td>
</tr>
<tr>
<td><p><a name="TP-SENDING-STATE-PENDING-STOP-SENDING:CAPS"></a><span class="term"><code class="literal">TP_SENDING_STATE_PENDING_STOP_SENDING</code></span></p></td>
<td>           The contact has been asked to stop sending media.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-SENDING-STATES:CAPS"></a><h3>NUM_TP_SENDING_STATES</h3>
<pre class="programlisting">#define NUM_TP_SENDING_STATES TP_NUM_SENDING_STATES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpSendingState" title="enum TpSendingState"><span class="type">TpSendingState</span></a>.
In new code, use TP_NUM_SENDING_STATES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-SENDING-STATES:CAPS"></a><h3>TP_NUM_SENDING_STATES</h3>
<pre class="programlisting">#define TP_NUM_SENDING_STATES (3+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpSendingState" title="enum TpSendingState"><span class="type">TpSendingState</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpStreamComponent"></a><h3>enum TpStreamComponent</h3>
<pre class="programlisting">typedef enum {
    TP_STREAM_COMPONENT_UNKNOWN = 0,
    TP_STREAM_COMPONENT_DATA = 1,
    TP_STREAM_COMPONENT_CONTROL = 2,
} TpStreamComponent;
</pre>
<p>
         Media streams can use more than one UDP socket: one for RTP (data)         and one for RTCP (control). Most of the time, they are adjacent         to each other, but some protocols (xmpp) signal each port separately.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-STREAM-COMPONENT-UNKNOWN:CAPS"></a><span class="term"><code class="literal">TP_STREAM_COMPONENT_UNKNOWN</code></span></p></td>
<td>           The stream transport type is unknown or not applicable           (should not appear over dbus).         
</td>
</tr>
<tr>
<td><p><a name="TP-STREAM-COMPONENT-DATA:CAPS"></a><span class="term"><code class="literal">TP_STREAM_COMPONENT_DATA</code></span></p></td>
<td>           This is the high-traffic data socket, containing the audio/video           data for the stream.         
</td>
</tr>
<tr>
<td><p><a name="TP-STREAM-COMPONENT-CONTROL:CAPS"></a><span class="term"><code class="literal">TP_STREAM_COMPONENT_CONTROL</code></span></p></td>
<td>           This is the low-traffic control socket, usually containing feedback           about packet loss etc.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-STREAM-COMPONENTS:CAPS"></a><h3>NUM_TP_STREAM_COMPONENTS</h3>
<pre class="programlisting">#define NUM_TP_STREAM_COMPONENTS TP_NUM_STREAM_COMPONENTS
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpStreamComponent" title="enum TpStreamComponent"><span class="type">TpStreamComponent</span></a>.
In new code, use TP_NUM_STREAM_COMPONENTS instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-STREAM-COMPONENTS:CAPS"></a><h3>TP_NUM_STREAM_COMPONENTS</h3>
<pre class="programlisting">#define TP_NUM_STREAM_COMPONENTS (2+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpStreamComponent" title="enum TpStreamComponent"><span class="type">TpStreamComponent</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpStreamEndpointState"></a><h3>enum TpStreamEndpointState</h3>
<pre class="programlisting">typedef enum {
    TP_STREAM_ENDPOINT_STATE_CONNECTING = 0,
    TP_STREAM_ENDPOINT_STATE_PROVISIONALLY_CONNECTED = 1,
    TP_STREAM_ENDPOINT_STATE_FULLY_CONNECTED = 2,
    TP_STREAM_ENDPOINT_STATE_EXHAUSTED_CANDIDATES = 3,
    TP_STREAM_ENDPOINT_STATE_FAILED = 4,
} TpStreamEndpointState;
</pre>
<p>
         Represents the state of ICE negotiation for a single component of a         stream to an endpoint.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-STREAM-ENDPOINT-STATE-CONNECTING:CAPS"></a><span class="term"><code class="literal">TP_STREAM_ENDPOINT_STATE_CONNECTING</code></span></p></td>
<td>           Candidate gathering and connectivity checks are in progress.         
</td>
</tr>
<tr>
<td><p><a name="TP-STREAM-ENDPOINT-STATE-PROVISIONALLY-CONNECTED:CAPS"></a><span class="term"><code class="literal">TP_STREAM_ENDPOINT_STATE_PROVISIONALLY_CONNECTED</code></span></p></td>
<td>           The streaming implementation has found at least one working           candidate pair. It is possible to send media at this point, but the           controlling side has yet to negotiate the final candidates for use           in this call.         
</td>
</tr>
<tr>
<td><p><a name="TP-STREAM-ENDPOINT-STATE-FULLY-CONNECTED:CAPS"></a><span class="term"><code class="literal">TP_STREAM_ENDPOINT_STATE_FULLY_CONNECTED</code></span></p></td>
<td>           This component of the stream is connected, and an updated offer has           been sent and accepted (finalising the candidates to be used for the           call). This should be set by the CM in response to           AcceptSelectedCandidatePair.         
</td>
</tr>
<tr>
<td><p><a name="TP-STREAM-ENDPOINT-STATE-EXHAUSTED-CANDIDATES:CAPS"></a><span class="term"><code class="literal">TP_STREAM_ENDPOINT_STATE_EXHAUSTED_CANDIDATES</code></span></p></td>
<td>           The streaming implementation has tried connecting to all of the           available candidates and none of them have connected. This is           distinct from Failed, because the CM might be able to provide more           candidates later (more likely in XMPP than SIP).         
</td>
</tr>
<tr>
<td><p><a name="TP-STREAM-ENDPOINT-STATE-FAILED:CAPS"></a><span class="term"><code class="literal">TP_STREAM_ENDPOINT_STATE_FAILED</code></span></p></td>
<td>           The CM and streaming implementation are in agreement that it is           impossible to connect to this endpoint. This value should only be           set by the CM.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-STREAM-ENDPOINT-STATES:CAPS"></a><h3>NUM_TP_STREAM_ENDPOINT_STATES</h3>
<pre class="programlisting">#define NUM_TP_STREAM_ENDPOINT_STATES TP_NUM_STREAM_ENDPOINT_STATES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpStreamEndpointState" title="enum TpStreamEndpointState"><span class="type">TpStreamEndpointState</span></a>.
In new code, use TP_NUM_STREAM_ENDPOINT_STATES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-STREAM-ENDPOINT-STATES:CAPS"></a><h3>TP_NUM_STREAM_ENDPOINT_STATES</h3>
<pre class="programlisting">#define TP_NUM_STREAM_ENDPOINT_STATES (4+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpStreamEndpointState" title="enum TpStreamEndpointState"><span class="type">TpStreamEndpointState</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpStreamFlowState"></a><h3>enum TpStreamFlowState</h3>
<pre class="programlisting">typedef enum {
    TP_STREAM_FLOW_STATE_STOPPED = 0,
    TP_STREAM_FLOW_STATE_PENDING_START = 1,
    TP_STREAM_FLOW_STATE_PENDING_STOP = 2,
    TP_STREAM_FLOW_STATE_STARTED = 3,
} TpStreamFlowState;
</pre>
<p>
         The type of SendingState         and ReceivingState.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-STREAM-FLOW-STATE-STOPPED:CAPS"></a><span class="term"><code class="literal">TP_STREAM_FLOW_STATE_STOPPED</code></span></p></td>
<td>           No data is flowing (or expected to be flowing) at this time.         
</td>
</tr>
<tr>
<td><p><a name="TP-STREAM-FLOW-STATE-PENDING-START:CAPS"></a><span class="term"><code class="literal">TP_STREAM_FLOW_STATE_PENDING_START</code></span></p></td>
<td>           The streaming implementation has been told to start or receiving,           but has not yet indicated that it is doing so.         
</td>
</tr>
<tr>
<td><p><a name="TP-STREAM-FLOW-STATE-PENDING-STOP:CAPS"></a><span class="term"><code class="literal">TP_STREAM_FLOW_STATE_PENDING_STOP</code></span></p></td>
<td>           The streaming implementation has been told to stop sending or           receiving data, but it has not yet indicated that it has done so.         
</td>
</tr>
<tr>
<td><p><a name="TP-STREAM-FLOW-STATE-STARTED:CAPS"></a><span class="term"><code class="literal">TP_STREAM_FLOW_STATE_STARTED</code></span></p></td>
<td>           The streaming implementation is successfully sending or receiving           data, and everything is going swimmingly.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-STREAM-FLOW-STATES:CAPS"></a><h3>NUM_TP_STREAM_FLOW_STATES</h3>
<pre class="programlisting">#define NUM_TP_STREAM_FLOW_STATES TP_NUM_STREAM_FLOW_STATES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpStreamFlowState" title="enum TpStreamFlowState"><span class="type">TpStreamFlowState</span></a>.
In new code, use TP_NUM_STREAM_FLOW_STATES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-STREAM-FLOW-STATES:CAPS"></a><h3>TP_NUM_STREAM_FLOW_STATES</h3>
<pre class="programlisting">#define TP_NUM_STREAM_FLOW_STATES (3+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpStreamFlowState" title="enum TpStreamFlowState"><span class="type">TpStreamFlowState</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpStreamTransportType"></a><h3>enum TpStreamTransportType</h3>
<pre class="programlisting">typedef enum {
    TP_STREAM_TRANSPORT_TYPE_UNKNOWN = 0,
    TP_STREAM_TRANSPORT_TYPE_RAW_UDP = 1,
    TP_STREAM_TRANSPORT_TYPE_ICE = 2,
    TP_STREAM_TRANSPORT_TYPE_GTALK_P2P = 3,
    TP_STREAM_TRANSPORT_TYPE_WLM_2009 = 4,
    TP_STREAM_TRANSPORT_TYPE_SHM = 5,
    TP_STREAM_TRANSPORT_TYPE_MULTICAST = 6,
} TpStreamTransportType;
</pre>
<p>
         A transport that can be used for streaming.       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-STREAM-TRANSPORT-TYPE-UNKNOWN:CAPS"></a><span class="term"><code class="literal">TP_STREAM_TRANSPORT_TYPE_UNKNOWN</code></span></p></td>
<td>           The stream transport type is unknown or not applicable           (for streams that do not have a configurable transport).         
</td>
</tr>
<tr>
<td><p><a name="TP-STREAM-TRANSPORT-TYPE-RAW-UDP:CAPS"></a><span class="term"><code class="literal">TP_STREAM_TRANSPORT_TYPE_RAW_UDP</code></span></p></td>
<td>           Raw UDP, with or without STUN. All streaming clients are assumed to           support this transport, so there is no handler capability token for           it in the Call1 interface.           [This corresponds to "none" or "stun" in the old Media.StreamHandler           interface.]         
</td>
</tr>
<tr>
<td><p><a name="TP-STREAM-TRANSPORT-TYPE-ICE:CAPS"></a><span class="term"><code class="literal">TP_STREAM_TRANSPORT_TYPE_ICE</code></span></p></td>
<td>           Interactive Connectivity Establishment, as defined by RFC           5245. Note that this value covers ICE-UDP only.           [This corresponds to "ice-udp" in the old           Media.StreamHandler interface.]         
</td>
</tr>
<tr>
<td><p><a name="TP-STREAM-TRANSPORT-TYPE-GTALK-P2P:CAPS"></a><span class="term"><code class="literal">TP_STREAM_TRANSPORT_TYPE_GTALK_P2P</code></span></p></td>
<td>           Google Talk peer-to-peer connectivity establishment, as implemented           by libjingle 0.3.           [This corresponds to "gtalk-p2p" in the old Media.StreamHandler           interface.]         
</td>
</tr>
<tr>
<td><p><a name="TP-STREAM-TRANSPORT-TYPE-WLM-2009:CAPS"></a><span class="term"><code class="literal">TP_STREAM_TRANSPORT_TYPE_WLM_2009</code></span></p></td>
<td>           The transport used by Windows Live Messenger 2009 or later, which           resembles ICE draft 19.           [This corresponds to "wlm-2009" in the old Media.StreamHandler           interface.]         
</td>
</tr>
<tr>
<td><p><a name="TP-STREAM-TRANSPORT-TYPE-SHM:CAPS"></a><span class="term"><code class="literal">TP_STREAM_TRANSPORT_TYPE_SHM</code></span></p></td>
<td>           Shared memory transport, as implemented by the GStreamer           shmsrc and shmsink plugins.         
</td>
</tr>
<tr>
<td><p><a name="TP-STREAM-TRANSPORT-TYPE-MULTICAST:CAPS"></a><span class="term"><code class="literal">TP_STREAM_TRANSPORT_TYPE_MULTICAST</code></span></p></td>
<td>           Multicast transport.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="NUM-TP-STREAM-TRANSPORT-TYPES:CAPS"></a><h3>NUM_TP_STREAM_TRANSPORT_TYPES</h3>
<pre class="programlisting">#define NUM_TP_STREAM_TRANSPORT_TYPES TP_NUM_STREAM_TRANSPORT_TYPES
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpStreamTransportType" title="enum TpStreamTransportType"><span class="type">TpStreamTransportType</span></a>.
In new code, use TP_NUM_STREAM_TRANSPORT_TYPES instead.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TP-NUM-STREAM-TRANSPORT-TYPES:CAPS"></a><h3>TP_NUM_STREAM_TRANSPORT_TYPES</h3>
<pre class="programlisting">#define TP_NUM_STREAM_TRANSPORT_TYPES (6+1)
</pre>
<p>
1 higher than the highest valid value of <a class="link" href="telepathy-glib-enums.html#TpStreamTransportType" title="enum TpStreamTransportType"><span class="type">TpStreamTransportType</span></a>.
</p>
</div>
<hr>
<div class="refsect2">
<a name="TpCallFlags"></a><h3>enum TpCallFlags</h3>
<pre class="programlisting">typedef enum {
    TP_CALL_FLAG_LOCALLY_HELD = 1,
    TP_CALL_FLAG_LOCALLY_RINGING = 2,
    TP_CALL_FLAG_LOCALLY_QUEUED = 4,
    TP_CALL_FLAG_FORWARDED = 8,
    TP_CALL_FLAG_CLEARING = 16,
} TpCallFlags;
</pre>
<p>
         A set of flags representing additional information than is available         in CallState. Many of these flags only make         sense in a particular (or may explain why a call is in a specific         state).       
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CALL-FLAG-LOCALLY-HELD:CAPS"></a><span class="term"><code class="literal">TP_CALL_FLAG_LOCALLY_HELD</code></span></p></td>
<td>           The call has been put on hold by the local user, e.g. using           the Hold interface. This flag SHOULD only be set           if there is at least one Content, and all Contents are           locally held.                         Otherwise, in transient situations where some but not all contents             are on hold, UIs would falsely indicate that the call as a whole             is on hold, which could lead to the user saying something they'll             regret, while under the impression that the other contacts can't             hear them!              This flag exists as a simplified proxy for HoldStateChanged,             to reduce the number of signals that need to be             listened to by a simple UI.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-FLAG-LOCALLY-RINGING:CAPS"></a><span class="term"><code class="literal">TP_CALL_FLAG_LOCALLY_RINGING</code></span></p></td>
<td>           This flag exists for observability of the           SetRinging method (e.g. so that           loggers can tell whether the call got as far as alerting the user,           or whether something went wrong before then). It should be set when           the SetRinging is called, and unset when the call leaves           Initialised.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-FLAG-LOCALLY-QUEUED:CAPS"></a><span class="term"><code class="literal">TP_CALL_FLAG_LOCALLY_QUEUED</code></span></p></td>
<td>           This flag exists for observability of the           SetQueued method. It should be set           when the SetQueued is called, and unset when the call leaves           Initialising or           Initialised.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-FLAG-FORWARDED:CAPS"></a><span class="term"><code class="literal">TP_CALL_FLAG_FORWARDED</code></span></p></td>
<td>           The initiator of the call originally called a contact other than the           current recipient of the call, but the call was then forwarded or           diverted. This flag only makes sense on outgoing calls. It SHOULD be           set or unset according to informational messages from other           contacts.         
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-FLAG-CLEARING:CAPS"></a><span class="term"><code class="literal">TP_CALL_FLAG_CLEARING</code></span></p></td>
<td>           This flag only occurs when the CallState is Ended. The call with           this flag set has ended, but not all resources corresponding to the           call have been freed yet.            Depending on the protocol there might be some audible feedback while           the clearing flag is set.                         In calls following the ITU-T Q.931 standard there is a period of             time between the call ending and the underlying channel being             completely free for re-use.                    
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpCallMemberFlags"></a><h3>enum TpCallMemberFlags</h3>
<pre class="programlisting">typedef enum {
    TP_CALL_MEMBER_FLAG_RINGING = 1,
    TP_CALL_MEMBER_FLAG_HELD = 2,
    TP_CALL_MEMBER_FLAG_CONFERENCE_HOST = 4,
} TpCallMemberFlags;
</pre>
<p>
         A set of flags representing the status of a remote contact in a           call.          It is protocol- and client-specific whether a particular contact           will ever have a particular flag set on them, and Telepathy clients           SHOULD NOT assume that a flag will ever be set.                     180 Ringing in SIP, and its equivalent in XMPP, are optional             informational messages, and implementations are not required             to send them. The same applies to the messages used to indicate             hold state.                
</p>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-CALL-MEMBER-FLAG-RINGING:CAPS"></a><span class="term"><code class="literal">TP_CALL_MEMBER_FLAG_RINGING</code></span></p></td>
<td>           The remote contact's client has told us that the contact has been             alerted about the call but has not responded.                         This is a flag per member, not a flag for the call as a whole,               because in Muji conference calls, you could invite someone and               have their state be "ringing" for a while.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-MEMBER-FLAG-HELD:CAPS"></a><span class="term"><code class="literal">TP_CALL_MEMBER_FLAG_HELD</code></span></p></td>
<td>           The call member has put this call on hold.                         This is a flag per member, not a flag for the call as a whole,               because in conference calls, any member could put the conference               on hold.                    
</td>
</tr>
<tr>
<td><p><a name="TP-CALL-MEMBER-FLAG-CONFERENCE-HOST:CAPS"></a><span class="term"><code class="literal">TP_CALL_MEMBER_FLAG_CONFERENCE_HOST</code></span></p></td>
<td>           This contact has merged this call into a conference. Note that GSM           provides a notification when the remote party merges a call into a           conference, but not when it is split out again; thus, this flag can           only indicate that the call has been part of a conference at some           point. If a GSM connection manager receives a notification that a           call has been merged into a conference a second time, it SHOULD           represent this by clearing and immediately re-setting this flag on           the remote contact.         
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="TpRTCPXRStatisticsFlags"></a><h3>enum TpRTCPXRStatisticsFlags</h3>
<pre class="programlisting">typedef enum {
    TP_RTCP_XR_STATISTICS_FLAGS_LOSS = 1,
    TP_RTCP_XR_STATISTICS_FLAGS_DUPLICATE = 2,
    TP_RTCP_XR_STATISTICS_FLAGS_JITTER = 4,
    TP_RTCP_XR_STATISTICS_FLAGS_TTL = 8,
    TP_RTCP_XR_STATISTICS_FLAGS_HL = 16,
} TpRTCPXRStatisticsFlags;
</pre>
<p>
Bitfield/set of flags generated from the Telepathy specification.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="TP-RTCP-XR-STATISTICS-FLAGS-LOSS:CAPS"></a><span class="term"><code class="literal">TP_RTCP_XR_STATISTICS_FLAGS_LOSS</code></span></p></td>
<td>           Loss report flag, as defined in RFC3611 section 4.6.         
</td>
</tr>
<tr>
<td><p><a name="TP-RTCP-XR-STATISTICS-FLAGS-DUPLICATE:CAPS"></a><span class="term"><code class="literal">TP_RTCP_XR_STATISTICS_FLAGS_DUPLICATE</code></span></p></td>
<td>           Duplicate report flag, as defined in RFC3611 section 4.6.         
</td>
</tr>
<tr>
<td><p><a name="TP-RTCP-XR-STATISTICS-FLAGS-JITTER:CAPS"></a><span class="term"><code class="literal">TP_RTCP_XR_STATISTICS_FLAGS_JITTER</code></span></p></td>
<td>           Jitter flag, as defined in RFC3611 section 4.6.         
</td>
</tr>
<tr>
<td><p><a name="TP-RTCP-XR-STATISTICS-FLAGS-TTL:CAPS"></a><span class="term"><code class="literal">TP_RTCP_XR_STATISTICS_FLAGS_TTL</code></span></p></td>
<td>           First bit of TTL or Hop Limit flag, as defined in RFC3611 section           4.6.         
</td>
</tr>
<tr>
<td><p><a name="TP-RTCP-XR-STATISTICS-FLAGS-HL:CAPS"></a><span class="term"><code class="literal">TP_RTCP_XR_STATISTICS_FLAGS_HL</code></span></p></td>
<td>           Second bit of TTL or Hop Limit flag, as defined in RFC3611 section           4.6.         
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.19</div>
</body>
</html>