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

<SECTION>
<INCLUDE>telepathy-glib/defs.h</INCLUDE>
<FILE>defs</FILE>
<TITLE>defs</TITLE>
TP_CM_BUS_NAME_BASE
TP_CM_OBJECT_PATH_BASE
TP_CONN_BUS_NAME_BASE
TP_CONN_OBJECT_PATH_BASE
TP_ACCOUNT_MANAGER_BUS_NAME
TP_ACCOUNT_MANAGER_OBJECT_PATH
TP_ACCOUNT_OBJECT_PATH_BASE
TP_CHANNEL_DISPATCHER_BUS_NAME
TP_CHANNEL_DISPATCHER_OBJECT_PATH
TP_CLIENT_BUS_NAME_BASE
TP_CLIENT_OBJECT_PATH_BASE
TP_USER_ACTION_TIME_NOT_USER_ACTION
TP_USER_ACTION_TIME_CURRENT_TIME
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/base-connection.h</INCLUDE>
<FILE>base-connection</FILE>
<TITLE>TpBaseConnection</TITLE>
TP_INTERNAL_CONNECTION_STATUS_NEW
TpBaseConnection
TpBaseConnectionClass
TpBaseConnectionCreateChannelFactoriesImpl
TpBaseConnectionCreateChannelManagersImpl
TpBaseConnectionCreateHandleReposImpl
TpBaseConnectionGetUniqueConnectionNameImpl
TpBaseConnectionProc
TpBaseConnectionStartConnectingImpl
tp_base_connection_get_dbus_daemon
tp_base_connection_register
tp_base_connection_get_handles
tp_base_connection_get_self_handle
tp_base_connection_set_self_handle
tp_base_connection_change_status
tp_base_connection_disconnect_with_dbus_error
tp_base_connection_finish_shutdown
tp_base_connection_add_interfaces
tp_base_connection_dbus_request_handles
TP_BASE_CONNECTION_ERROR_IF_NOT_CONNECTED
tp_base_connection_register_with_contacts_mixin
<SUBSECTION>
TpChannelManagerIter
tp_base_connection_channel_manager_iter_init
tp_base_connection_channel_manager_iter_next
<SUBSECTION Standard>
TP_BASE_CONNECTION
TP_IS_BASE_CONNECTION
TP_TYPE_BASE_CONNECTION
tp_base_connection_get_type
TP_BASE_CONNECTION_CLASS
TP_IS_BASE_CONNECTION_CLASS
TP_BASE_CONNECTION_GET_CLASS
TpBaseConnectionPrivate
</SECTION>

<SECTION>
<TITLE>TpBaseConnectionManager</TITLE>
<INCLUDE>telepathy-glib/base-connection-manager.h</INCLUDE>
<FILE>base-connection-manager</FILE>
TpCMParamFilter
tp_cm_param_filter_string_nonempty
tp_cm_param_filter_uint_nonzero
TpCMParamSetter
tp_cm_param_setter_offset
TpCMParamSpec
TpCMProtocolSpec
TpBaseConnectionManager
TpBaseConnectionManagerClass
TpBaseConnectionManagerNewConnFunc
tp_base_connection_manager_get_dbus_daemon
tp_base_connection_manager_register
tp_base_connection_manager_add_protocol
<SUBSECTION Standard>
TP_BASE_CONNECTION_MANAGER
TP_IS_BASE_CONNECTION_MANAGER
TP_TYPE_BASE_CONNECTION_MANAGER
tp_base_connection_manager_get_type
TP_BASE_CONNECTION_MANAGER_CLASS
TP_IS_BASE_CONNECTION_MANAGER_CLASS
TP_BASE_CONNECTION_MANAGER_GET_CLASS
TpBaseConnectionManagerPrivate
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/channel-factory-iface.h</INCLUDE>
<FILE>channel-factory-iface</FILE>
TpChannelFactoryIfaceForeachImpl
TpChannelFactoryIfaceProc
TpChannelFactoryIfaceRequestImpl
TpChannelFactoryRequestStatus
<TITLE>TpChannelFactoryIface</TITLE>
TpChannelFactoryIface
TpChannelFactoryIfaceClass
tp_channel_factory_iface_close_all
tp_channel_factory_iface_connecting
tp_channel_factory_iface_connected
tp_channel_factory_iface_disconnected
tp_channel_factory_iface_foreach
tp_channel_factory_iface_request
tp_channel_factory_iface_emit_new_channel
tp_channel_factory_iface_emit_channel_error
<SUBSECTION Standard>
TP_CHANNEL_FACTORY_IFACE
TP_IS_CHANNEL_FACTORY_IFACE
TP_TYPE_CHANNEL_FACTORY_IFACE
tp_channel_factory_iface_get_type
TP_CHANNEL_FACTORY_IFACE_GET_CLASS
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/channel-manager.h</INCLUDE>
<FILE>channel-manager</FILE>
TpChannelManagerChannelClassFunc
TpChannelManagerForeachChannelClassFunc
TpChannelManagerTypeChannelClassFunc
TpChannelManagerTypeForeachChannelClassFunc
TpChannelManagerForeachChannelFunc
TpChannelManagerRequestFunc
<TITLE>TpChannelManager</TITLE>
TpChannelManager
TpChannelManagerIface
tp_channel_manager_asv_has_unknown_properties
tp_channel_manager_create_channel
tp_channel_manager_emit_channel_closed
tp_channel_manager_emit_channel_closed_for_object
tp_channel_manager_emit_new_channel
tp_channel_manager_emit_new_channels
tp_channel_manager_emit_request_already_satisfied
tp_channel_manager_emit_request_failed
tp_channel_manager_emit_request_failed_printf
tp_channel_manager_ensure_channel
tp_channel_manager_foreach_channel
tp_channel_manager_foreach_channel_class
tp_channel_manager_type_foreach_channel_class
tp_channel_manager_request_channel
<SUBSECTION Standard>
TP_CHANNEL_MANAGER
TP_IS_CHANNEL_MANAGER
TP_TYPE_CHANNEL_MANAGER
tp_channel_manager_get_type
TP_CHANNEL_MANAGER_GET_INTERFACE
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/exportable-channel.h</INCLUDE>
<FILE>exportable-channel</FILE>
TpExportableChannelFunc
<TITLE>TpExportableChannel</TITLE>
TpExportableChannel
TpExportableChannelIface
<SUBSECTION Standard>
TP_EXPORTABLE_CHANNEL
TP_IS_EXPORTABLE_CHANNEL
TP_TYPE_EXPORTABLE_CHANNEL
tp_exportable_channel_get_type
TP_EXPORTABLE_CHANNEL_GET_INTERFACE
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/base-channel.h</INCLUDE>
<FILE>base-channel</FILE>
<TITLE>TpBaseChannel</TITLE>
TpBaseChannel
TpBaseChannelClass
TpBaseChannelFillPropertiesFunc
TpBaseChannelCloseFunc
TpBaseChannelGetPathFunc
tp_base_channel_register
tp_base_channel_close
tp_base_channel_destroyed
tp_base_channel_reopened
tp_base_channel_get_object_path
tp_base_channel_get_connection
tp_base_channel_get_target_handle
tp_base_channel_get_initiator
tp_base_channel_is_requested
tp_base_channel_is_registered
tp_base_channel_is_destroyed
<SUBSECTION Standard>
TP_BASE_CHANNEL
TP_IS_BASE_CHANNEL
TP_TYPE_BASE_CHANNEL
TP_BASE_CHANNEL_CLASS
TP_BASE_CHANNEL_GET_CLASS
TP_IS_BASE_CHANNEL_CLASS
tp_base_channel_get_type
<SUBSECTION Private>
TpBaseChannelPrivate
</SECTION>

<SECTION>
<FILE>handle-repo</FILE>
<INCLUDE>telepathy-glib/handle-repo.h</INCLUDE>
<TITLE>handle-repo</TITLE>
TpHandleRepoIface
TpHandleRepoIfaceClass
tp_handle_is_valid
tp_handles_are_valid
tp_handles_supported_and_valid
tp_handle_ref
tp_handles_ref
tp_handle_unref
tp_handles_unref
tp_handle_client_hold
tp_handles_client_hold
tp_handle_client_release
tp_handles_client_release
tp_handle_inspect
tp_handle_set_qdata
tp_handle_get_qdata
tp_handle_ensure
tp_handle_lookup
<SUBSECTION Standard>
TP_HANDLE_REPO_IFACE
TP_IS_HANDLE_REPO_IFACE
TP_TYPE_HANDLE_REPO_IFACE
tp_handle_repo_iface_get_type
TP_HANDLE_REPO_IFACE_GET_CLASS
tp_handle_set_get_type
<SUBSECTION>
TpHandleSet
TP_TYPE_HANDLE_SET
TpHandleSetMemberFunc
tp_handle_set_new
tp_handle_set_new_from_array
tp_handle_set_copy
tp_handle_set_clear
tp_handle_set_destroy
tp_handle_set_peek
tp_handle_set_add
tp_handle_set_remove
tp_handle_set_is_member
tp_handle_set_foreach
tp_handle_set_is_empty
tp_handle_set_size
tp_handle_set_to_array
tp_handle_set_update
tp_handle_set_difference_update
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/handle-repo-dynamic.h</INCLUDE>
<FILE>handle-repo-dynamic</FILE>
<TITLE>TpDynamicHandleRepo</TITLE>
TpDynamicHandleRepo
TpDynamicHandleRepoClass
tp_dynamic_handle_repo_lookup_exact
tp_dynamic_handle_repo_new
TpDynamicHandleRepoNormalizeFunc
<SUBSECTION Standard>
TP_DYNAMIC_HANDLE_REPO
TP_IS_DYNAMIC_HANDLE_REPO
TP_TYPE_DYNAMIC_HANDLE_REPO
tp_dynamic_handle_repo_get_type
TP_DYNAMIC_HANDLE_REPO_CLASS
TP_IS_DYNAMIC_HANDLE_REPO_CLASS
TP_DYNAMIC_HANDLE_REPO_GET_CLASS
</SECTION>

<SECTION>
<FILE>handle-repo-static</FILE>
<INCLUDE>telepathy-glib/handle-repo-static.h</INCLUDE>
<TITLE>TpStaticHandleRepo</TITLE>
tp_static_handle_repo_new
TpStaticHandleRepo
TpStaticHandleRepoClass
<SUBSECTION Standard>
TP_STATIC_HANDLE_REPO
TP_IS_STATIC_HANDLE_REPO
TP_TYPE_STATIC_HANDLE_REPO
tp_static_handle_repo_get_type
TP_STATIC_HANDLE_REPO_CLASS
TP_IS_STATIC_HANDLE_REPO_CLASS
TP_STATIC_HANDLE_REPO_GET_CLASS
</SECTION>

<SECTION>
<FILE>svc-generic</FILE>
<INCLUDE>telepathy-glib/svc-generic.h</INCLUDE>
<TITLE>svc-generic</TITLE>
TpSvcDBusIntrospectable
TpSvcDBusIntrospectableClass
TpSvcDBusProperties
TpSvcDBusPropertiesClass
TpSvcPropertiesInterface
TpSvcPropertiesInterfaceClass
tp_svc_dbus_introspectable_implement_introspect
tp_svc_dbus_introspectable_introspect_impl
tp_svc_dbus_introspectable_return_from_introspect
tp_svc_dbus_properties_get_all_impl
tp_svc_dbus_properties_get_impl
tp_svc_dbus_properties_implement_get
tp_svc_dbus_properties_implement_get_all
tp_svc_dbus_properties_implement_set
tp_svc_dbus_properties_return_from_get
tp_svc_dbus_properties_return_from_get_all
tp_svc_dbus_properties_return_from_set
tp_svc_dbus_properties_set_impl
tp_svc_properties_interface_get_properties_impl
tp_svc_properties_interface_return_from_get_properties
tp_svc_properties_interface_implement_get_properties
tp_svc_properties_interface_list_properties_impl
tp_svc_properties_interface_return_from_list_properties
tp_svc_properties_interface_implement_list_properties
tp_svc_properties_interface_set_properties_impl
tp_svc_properties_interface_return_from_set_properties
tp_svc_properties_interface_implement_set_properties
tp_svc_properties_interface_emit_properties_changed
tp_svc_properties_interface_emit_property_flags_changed
<SUBSECTION Standard>
tp_svc_dbus_introspectable_get_type
tp_svc_dbus_properties_get_type
tp_svc_properties_interface_get_type
TP_SVC_PROPERTIES_INTERFACE
TP_IS_SVC_PROPERTIES_INTERFACE
TP_TYPE_SVC_PROPERTIES_INTERFACE
TP_SVC_PROPERTIES_INTERFACE_GET_CLASS
TP_IS_SVC_DBUS_INTROSPECTABLE
TP_IS_SVC_DBUS_PROPERTIES
TP_SVC_DBUS_INTROSPECTABLE
TP_SVC_DBUS_INTROSPECTABLE_GET_CLASS
TP_SVC_DBUS_PROPERTIES
TP_SVC_DBUS_PROPERTIES_GET_CLASS
TP_TYPE_SVC_DBUS_INTROSPECTABLE
TP_TYPE_SVC_DBUS_PROPERTIES
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/svc-channel.h</INCLUDE>
<TITLE>svc-channel</TITLE>
<FILE>svc-channel</FILE>
TpSvcChannel
TpSvcChannelClass
tp_svc_channel_close_impl
tp_svc_channel_implement_close
tp_svc_channel_return_from_close
tp_svc_channel_get_channel_type_impl
tp_svc_channel_implement_get_channel_type
tp_svc_channel_return_from_get_channel_type
tp_svc_channel_get_handle_impl
tp_svc_channel_implement_get_handle
tp_svc_channel_return_from_get_handle
tp_svc_channel_get_interfaces_impl
tp_svc_channel_implement_get_interfaces
tp_svc_channel_return_from_get_interfaces
tp_svc_channel_emit_closed
<SUBSECTION>
TpSvcChannelInterfaceDestroyable
TpSvcChannelInterfaceDestroyableClass
tp_svc_channel_interface_destroyable_destroy_impl
tp_svc_channel_interface_destroyable_implement_destroy
tp_svc_channel_interface_destroyable_return_from_destroy
<SUBSECTION Standard>
TP_SVC_CHANNEL
TP_IS_SVC_CHANNEL
TP_TYPE_SVC_CHANNEL
tp_svc_channel_get_type
TP_SVC_CHANNEL_GET_CLASS
TP_IS_SVC_CHANNEL_INTERFACE_DESTROYABLE
TP_SVC_CHANNEL_INTERFACE_DESTROYABLE
TP_SVC_CHANNEL_INTERFACE_DESTROYABLE_GET_CLASS
tp_svc_channel_interface_destroyable_get_type
TP_TYPE_SVC_CHANNEL_INTERFACE_DESTROYABLE
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/svc-channel.h</INCLUDE>
<TITLE>svc-channel-text</TITLE>
<FILE>svc-channel-text</FILE>
TpSvcChannelTypeText
TpSvcChannelTypeTextClass
tp_svc_channel_type_text_acknowledge_pending_messages_impl
tp_svc_channel_type_text_implement_acknowledge_pending_messages
tp_svc_channel_type_text_return_from_acknowledge_pending_messages
tp_svc_channel_type_text_get_message_types_impl
tp_svc_channel_type_text_implement_get_message_types
tp_svc_channel_type_text_return_from_get_message_types
tp_svc_channel_type_text_list_pending_messages_impl
tp_svc_channel_type_text_implement_list_pending_messages
tp_svc_channel_type_text_return_from_list_pending_messages
tp_svc_channel_type_text_send_impl
tp_svc_channel_type_text_implement_send
tp_svc_channel_type_text_return_from_send
tp_svc_channel_type_text_emit_lost_message
tp_svc_channel_type_text_emit_received
tp_svc_channel_type_text_emit_send_error
tp_svc_channel_type_text_emit_sent
<SUBSECTION Standard>
TP_SVC_CHANNEL_TYPE_TEXT
TP_IS_SVC_CHANNEL_TYPE_TEXT
TP_TYPE_SVC_CHANNEL_TYPE_TEXT
tp_svc_channel_type_text_get_type
TP_SVC_CHANNEL_TYPE_TEXT_GET_CLASS
<SUBSECTION>
TpSvcChannelInterfaceChatState
TpSvcChannelInterfaceChatStateClass
tp_svc_channel_interface_chat_state_set_chat_state_impl
tp_svc_channel_interface_chat_state_implement_set_chat_state
tp_svc_channel_interface_chat_state_return_from_set_chat_state
tp_svc_channel_interface_chat_state_emit_chat_state_changed
<SUBSECTION Standard>
TP_SVC_CHANNEL_INTERFACE_CHAT_STATE
TP_IS_SVC_CHANNEL_INTERFACE_CHAT_STATE
TP_TYPE_SVC_CHANNEL_INTERFACE_CHAT_STATE
tp_svc_channel_interface_chat_state_get_type
TP_SVC_CHANNEL_INTERFACE_CHAT_STATE_GET_CLASS
<SUBSECTION>
TpSvcChannelInterfaceMessages
TpSvcChannelInterfaceMessagesClass
tp_svc_channel_interface_messages_emit_message_received
tp_svc_channel_interface_messages_emit_message_sent
tp_svc_channel_interface_messages_emit_pending_messages_removed
tp_svc_channel_interface_messages_get_pending_message_content_impl
tp_svc_channel_interface_messages_implement_get_pending_message_content
tp_svc_channel_interface_messages_implement_send_message
tp_svc_channel_interface_messages_return_from_get_pending_message_content
tp_svc_channel_interface_messages_return_from_send_message
tp_svc_channel_interface_messages_send_message_impl
<SUBSECTION Standard>
tp_svc_channel_interface_messages_get_type
TP_IS_SVC_CHANNEL_INTERFACE_MESSAGES
TP_SVC_CHANNEL_INTERFACE_MESSAGES
TP_SVC_CHANNEL_INTERFACE_MESSAGES_GET_CLASS
TP_TYPE_SVC_CHANNEL_INTERFACE_MESSAGES
<SUBSECTION>
TpSvcChannelInterfacePassword
TpSvcChannelInterfacePasswordClass
tp_svc_channel_interface_password_get_password_flags_impl
tp_svc_channel_interface_password_implement_get_password_flags
tp_svc_channel_interface_password_return_from_get_password_flags
tp_svc_channel_interface_password_provide_password_impl
tp_svc_channel_interface_password_implement_provide_password
tp_svc_channel_interface_password_return_from_provide_password
tp_svc_channel_interface_password_emit_password_flags_changed
<SUBSECTION Standard>
TP_SVC_CHANNEL_INTERFACE_PASSWORD
TP_IS_SVC_CHANNEL_INTERFACE_PASSWORD
TP_TYPE_SVC_CHANNEL_INTERFACE_PASSWORD
tp_svc_channel_interface_password_get_type
TP_SVC_CHANNEL_INTERFACE_PASSWORD_GET_CLASS
<SUBSECTION>
TpSvcChannelInterfaceSMS
TpSvcChannelInterfaceSMSClass
<SUBSECTION Standard>
tp_svc_channel_interface_sms_get_type
TP_TYPE_SVC_CHANNEL_INTERFACE_SMS
TP_SVC_CHANNEL_INTERFACE_SMS_GET_CLASS
TP_SVC_CHANNEL_INTERFACE_SMS
TP_IS_SVC_CHANNEL_INTERFACE_SMS
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/svc-channel.h</INCLUDE>
<TITLE>svc-channel-file-transfer</TITLE>
<FILE>svc-channel-file-transfer</FILE>
TpSvcChannelTypeFileTransfer
TpSvcChannelTypeFileTransferClass
tp_svc_channel_type_file_transfer_accept_file_impl
tp_svc_channel_type_file_transfer_emit_file_transfer_state_changed
tp_svc_channel_type_file_transfer_emit_initial_offset_defined
tp_svc_channel_type_file_transfer_emit_transferred_bytes_changed
tp_svc_channel_type_file_transfer_implement_accept_file
tp_svc_channel_type_file_transfer_implement_provide_file
tp_svc_channel_type_file_transfer_provide_file_impl
tp_svc_channel_type_file_transfer_return_from_accept_file
tp_svc_channel_type_file_transfer_return_from_provide_file
<SUBSECTION Standard>
TP_SVC_CHANNEL_TYPE_FILE_TRANSFER
TP_IS_SVC_CHANNEL_TYPE_FILE_TRANSFER
TP_TYPE_SVC_CHANNEL_TYPE_FILE_TRANSFER
tp_svc_channel_type_file_transfer_get_type
TP_SVC_CHANNEL_TYPE_FILE_TRANSFER_GET_CLASS
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/svc-channel.h</INCLUDE>
<TITLE>svc-channel-tubes</TITLE>
<FILE>svc-channel-tubes</FILE>
<SUBSECTION>
TpSvcChannelTypeTubes
TpSvcChannelTypeTubesClass
tp_svc_channel_type_tubes_accept_d_bus_tube_impl
tp_svc_channel_type_tubes_implement_accept_d_bus_tube
tp_svc_channel_type_tubes_return_from_accept_d_bus_tube
tp_svc_channel_type_tubes_accept_stream_tube_impl
tp_svc_channel_type_tubes_implement_accept_stream_tube
tp_svc_channel_type_tubes_return_from_accept_stream_tube
tp_svc_channel_type_tubes_close_tube_impl
tp_svc_channel_type_tubes_implement_close_tube
tp_svc_channel_type_tubes_return_from_close_tube
tp_svc_channel_type_tubes_get_available_stream_tube_types_impl
tp_svc_channel_type_tubes_implement_get_available_stream_tube_types
tp_svc_channel_type_tubes_return_from_get_available_stream_tube_types
tp_svc_channel_type_tubes_get_available_tube_types_impl
tp_svc_channel_type_tubes_implement_get_available_tube_types
tp_svc_channel_type_tubes_return_from_get_available_tube_types
tp_svc_channel_type_tubes_get_d_bus_names_impl
tp_svc_channel_type_tubes_implement_get_d_bus_names
tp_svc_channel_type_tubes_return_from_get_d_bus_names
tp_svc_channel_type_tubes_get_d_bus_tube_address_impl
tp_svc_channel_type_tubes_implement_get_d_bus_tube_address
tp_svc_channel_type_tubes_return_from_get_d_bus_tube_address
tp_svc_channel_type_tubes_get_stream_tube_socket_address_impl
tp_svc_channel_type_tubes_implement_get_stream_tube_socket_address
tp_svc_channel_type_tubes_return_from_get_stream_tube_socket_address
tp_svc_channel_type_tubes_list_tubes_impl
tp_svc_channel_type_tubes_implement_list_tubes
tp_svc_channel_type_tubes_return_from_list_tubes
tp_svc_channel_type_tubes_offer_d_bus_tube_impl
tp_svc_channel_type_tubes_implement_offer_d_bus_tube
tp_svc_channel_type_tubes_return_from_offer_d_bus_tube
tp_svc_channel_type_tubes_offer_stream_tube_impl
tp_svc_channel_type_tubes_implement_offer_stream_tube
tp_svc_channel_type_tubes_return_from_offer_stream_tube
tp_svc_channel_type_tubes_emit_d_bus_names_changed
tp_svc_channel_type_tubes_emit_new_tube
tp_svc_channel_type_tubes_emit_stream_tube_new_connection
tp_svc_channel_type_tubes_emit_tube_closed
tp_svc_channel_type_tubes_emit_tube_state_changed
<SUBSECTION Standard>
tp_svc_channel_type_tubes_get_type
TP_SVC_CHANNEL_TYPE_TUBES
TP_IS_SVC_CHANNEL_TYPE_TUBES
TP_SVC_CHANNEL_TYPE_TUBES_GET_CLASS
TP_TYPE_SVC_CHANNEL_TYPE_TUBES
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/svc-channel.h</INCLUDE>
<TITLE>svc-channel-tube</TITLE>
<FILE>svc-channel-tube</FILE>
TpSvcChannelInterfaceTube
TpSvcChannelInterfaceTubeClass
tp_svc_channel_interface_tube_emit_tube_channel_state_changed
TpSvcChannelTypeStreamTube
TpSvcChannelTypeStreamTubeClass
tp_svc_channel_type_stream_tube_offer_impl
tp_svc_channel_type_stream_tube_implement_offer
tp_svc_channel_type_stream_tube_return_from_offer
tp_svc_channel_type_stream_tube_accept_impl
tp_svc_channel_type_stream_tube_implement_accept
tp_svc_channel_type_stream_tube_return_from_accept
tp_svc_channel_type_stream_tube_emit_new_remote_connection
tp_svc_channel_type_stream_tube_emit_new_local_connection
tp_svc_channel_type_stream_tube_emit_connection_closed
TpSvcChannelTypeDBusTube
TpSvcChannelTypeDBusTubeClass
tp_svc_channel_type_dbus_tube_offer_impl
tp_svc_channel_type_dbus_tube_implement_offer
tp_svc_channel_type_dbus_tube_return_from_offer
tp_svc_channel_type_dbus_tube_accept_impl
tp_svc_channel_type_dbus_tube_implement_accept
tp_svc_channel_type_dbus_tube_return_from_accept
tp_svc_channel_type_dbus_tube_emit_dbus_names_changed
<SUBSECTION Standard>
TP_TYPE_SVC_CHANNEL_INTERFACE_TUBE
TP_SVC_CHANNEL_INTERFACE_TUBE
TP_IS_SVC_CHANNEL_INTERFACE_TUBE
tp_svc_channel_interface_tube_get_type
TP_SVC_CHANNEL_INTERFACE_TUBE_GET_CLASS
TP_SVC_CHANNEL_TYPE_STREAM_TUBE
TP_IS_SVC_CHANNEL_TYPE_STREAM_TUBE
TP_TYPE_SVC_CHANNEL_TYPE_STREAM_TUBE
tp_svc_channel_type_stream_tube_get_type
TP_SVC_CHANNEL_TYPE_STREAM_TUBE_GET_CLASS
TP_SVC_CHANNEL_TYPE_DBUS_TUBE
TP_IS_SVC_CHANNEL_TYPE_DBUS_TUBE
TP_TYPE_SVC_CHANNEL_TYPE_DBUS_TUBE
tp_svc_channel_type_dbus_tube_get_type
TP_SVC_CHANNEL_TYPE_DBUS_TUBE_GET_CLASS
</SECTION>

<SECTION>
<FILE>svc-channel-roomlist</FILE>
<TITLE>svc-channel-roomlist</TITLE>
<INCLUDE>telepathy-glib/svc-channel.h</INCLUDE>
TpSvcChannelTypeRoomList
TpSvcChannelTypeRoomListClass
tp_svc_channel_type_room_list_get_listing_rooms_impl
tp_svc_channel_type_room_list_implement_get_listing_rooms
tp_svc_channel_type_room_list_return_from_get_listing_rooms
tp_svc_channel_type_room_list_list_rooms_impl
tp_svc_channel_type_room_list_implement_list_rooms
tp_svc_channel_type_room_list_return_from_list_rooms
tp_svc_channel_type_room_list_stop_listing_impl
tp_svc_channel_type_room_list_implement_stop_listing
tp_svc_channel_type_room_list_return_from_stop_listing
tp_svc_channel_type_room_list_emit_got_rooms
tp_svc_channel_type_room_list_emit_listing_rooms
<SUBSECTION Standard>
TP_SVC_CHANNEL_TYPE_ROOM_LIST
TP_IS_SVC_CHANNEL_TYPE_ROOM_LIST
TP_TYPE_SVC_CHANNEL_TYPE_ROOM_LIST
tp_svc_channel_type_room_list_get_type
TP_SVC_CHANNEL_TYPE_ROOM_LIST_GET_CLASS
</SECTION>

<SECTION>
<FILE>svc-channel-contactlist</FILE>
<TITLE>svc-channel-contactlist</TITLE>
<INCLUDE>telepathy-glib/svc-channel.h</INCLUDE>
TpSvcChannelTypeContactList
TpSvcChannelTypeContactListClass
<SUBSECTION Standard>
TP_SVC_CHANNEL_TYPE_CONTACT_LIST
TP_IS_SVC_CHANNEL_TYPE_CONTACT_LIST
TP_TYPE_SVC_CHANNEL_TYPE_CONTACT_LIST
tp_svc_channel_type_contact_list_get_type
TP_SVC_CHANNEL_TYPE_CONTACT_LIST_GET_CLASS
</SECTION>

<SECTION>
<FILE>svc-channel-group</FILE>
<TITLE>svc-channel-group</TITLE>
<INCLUDE>telepathy-glib/svc-channel.h</INCLUDE>
TpSvcChannelInterfaceGroup
TpSvcChannelInterfaceGroupClass
tp_svc_channel_interface_group_add_members_impl
tp_svc_channel_interface_group_implement_add_members
tp_svc_channel_interface_group_return_from_add_members
tp_svc_channel_interface_group_get_all_members_impl
tp_svc_channel_interface_group_implement_get_all_members
tp_svc_channel_interface_group_return_from_get_all_members
tp_svc_channel_interface_group_get_group_flags_impl
tp_svc_channel_interface_group_implement_get_group_flags
tp_svc_channel_interface_group_return_from_get_group_flags
tp_svc_channel_interface_group_get_handle_owners_impl
tp_svc_channel_interface_group_implement_get_handle_owners
tp_svc_channel_interface_group_return_from_get_handle_owners
tp_svc_channel_interface_group_get_local_pending_members_impl
tp_svc_channel_interface_group_implement_get_local_pending_members
tp_svc_channel_interface_group_return_from_get_local_pending_members
tp_svc_channel_interface_group_get_local_pending_members_with_info_impl
tp_svc_channel_interface_group_implement_get_local_pending_members_with_info
tp_svc_channel_interface_group_return_from_get_local_pending_members_with_info
tp_svc_channel_interface_group_get_members_impl
tp_svc_channel_interface_group_implement_get_members
tp_svc_channel_interface_group_return_from_get_members
tp_svc_channel_interface_group_get_remote_pending_members_impl
tp_svc_channel_interface_group_implement_get_remote_pending_members
tp_svc_channel_interface_group_return_from_get_remote_pending_members
tp_svc_channel_interface_group_get_self_handle_impl
tp_svc_channel_interface_group_implement_get_self_handle
tp_svc_channel_interface_group_return_from_get_self_handle
tp_svc_channel_interface_group_remove_members_impl
tp_svc_channel_interface_group_implement_remove_members
tp_svc_channel_interface_group_return_from_remove_members
tp_svc_channel_interface_group_emit_group_flags_changed
tp_svc_channel_interface_group_emit_members_changed
tp_svc_channel_interface_group_emit_members_changed_detailed
tp_svc_channel_interface_group_implement_remove_members_with_reason
tp_svc_channel_interface_group_remove_members_with_reason_impl
tp_svc_channel_interface_group_return_from_remove_members_with_reason
tp_svc_channel_interface_group_emit_handle_owners_changed
tp_svc_channel_interface_group_emit_self_handle_changed
<SUBSECTION Standard>
TP_SVC_CHANNEL_INTERFACE_GROUP
TP_IS_SVC_CHANNEL_INTERFACE_GROUP
TP_TYPE_SVC_CHANNEL_INTERFACE_GROUP
tp_svc_channel_interface_group_get_type
TP_SVC_CHANNEL_INTERFACE_GROUP_GET_CLASS
<SUBSECTION>
TpSvcChannelInterfaceConference
TpSvcChannelInterfaceConferenceClass
tp_svc_channel_interface_conference_emit_channel_merged
tp_svc_channel_interface_conference_emit_channel_removed
<SUBSECTION Standard>
TP_IS_SVC_CHANNEL_INTERFACE_CONFERENCE
TP_SVC_CHANNEL_INTERFACE_CONFERENCE
TP_SVC_CHANNEL_INTERFACE_CONFERENCE_GET_CLASS
TP_TYPE_SVC_CHANNEL_INTERFACE_CONFERENCE
tp_svc_channel_interface_conference_get_type
</SECTION>

<SECTION>
<FILE>svc-channel-media</FILE>
<TITLE>svc-channel-media</TITLE>
<INCLUDE>telepathy-glib/svc-channel.h</INCLUDE>
TpSvcChannelTypeStreamedMedia
TpSvcChannelTypeStreamedMediaClass
tp_svc_channel_type_streamed_media_list_streams_impl
tp_svc_channel_type_streamed_media_implement_list_streams
tp_svc_channel_type_streamed_media_return_from_list_streams
tp_svc_channel_type_streamed_media_remove_streams_impl
tp_svc_channel_type_streamed_media_implement_remove_streams
tp_svc_channel_type_streamed_media_return_from_remove_streams
tp_svc_channel_type_streamed_media_request_stream_direction_impl
tp_svc_channel_type_streamed_media_implement_request_stream_direction
tp_svc_channel_type_streamed_media_return_from_request_stream_direction
tp_svc_channel_type_streamed_media_request_streams_impl
tp_svc_channel_type_streamed_media_implement_request_streams
tp_svc_channel_type_streamed_media_return_from_request_streams
tp_svc_channel_type_streamed_media_emit_stream_added
tp_svc_channel_type_streamed_media_emit_stream_direction_changed
tp_svc_channel_type_streamed_media_emit_stream_error
tp_svc_channel_type_streamed_media_emit_stream_removed
tp_svc_channel_type_streamed_media_emit_stream_state_changed
<SUBSECTION Standard>
TP_SVC_CHANNEL_TYPE_STREAMED_MEDIA
TP_IS_SVC_CHANNEL_TYPE_STREAMED_MEDIA
TP_TYPE_SVC_CHANNEL_TYPE_STREAMED_MEDIA
tp_svc_channel_type_streamed_media_get_type
TP_SVC_CHANNEL_TYPE_STREAMED_MEDIA_GET_CLASS
<SUBSECTION>
TpSvcChannelInterfaceCallState
TpSvcChannelInterfaceCallStateClass
tp_svc_channel_interface_call_state_emit_call_state_changed
tp_svc_channel_interface_call_state_get_call_states_impl
tp_svc_channel_interface_call_state_implement_get_call_states
tp_svc_channel_interface_call_state_return_from_get_call_states
<SUBSECTION Standard>
TP_IS_SVC_CHANNEL_INTERFACE_CALL_STATE
TP_SVC_CHANNEL_INTERFACE_CALL_STATE
TP_SVC_CHANNEL_INTERFACE_CALL_STATE_GET_CLASS
TP_TYPE_SVC_CHANNEL_INTERFACE_CALL_STATE
tp_svc_channel_interface_call_state_get_type
<SUBSECTION>
TpSvcChannelInterfaceDTMF
TpSvcChannelInterfaceDTMFClass
tp_svc_channel_interface_dtmf_implement_multiple_tones
tp_svc_channel_interface_dtmf_implement_start_tone
tp_svc_channel_interface_dtmf_implement_stop_tone
tp_svc_channel_interface_dtmf_return_from_multiple_tones
tp_svc_channel_interface_dtmf_return_from_start_tone
tp_svc_channel_interface_dtmf_return_from_stop_tone
tp_svc_channel_interface_dtmf_multiple_tones_impl
tp_svc_channel_interface_dtmf_start_tone_impl
tp_svc_channel_interface_dtmf_stop_tone_impl
tp_svc_channel_interface_dtmf_emit_sending_tones
tp_svc_channel_interface_dtmf_emit_stopped_tones
<SUBSECTION Standard>
TP_SVC_CHANNEL_INTERFACE_DTMF
TP_IS_SVC_CHANNEL_INTERFACE_DTMF
TP_TYPE_SVC_CHANNEL_INTERFACE_DTMF
tp_svc_channel_interface_dtmf_get_type
TP_SVC_CHANNEL_INTERFACE_DTMF_GET_CLASS
<SUBSECTION>
TpSvcChannelInterfaceHold
TpSvcChannelInterfaceHoldClass
tp_svc_channel_interface_hold_get_hold_state_impl
tp_svc_channel_interface_hold_return_from_get_hold_state
tp_svc_channel_interface_hold_implement_get_hold_state
tp_svc_channel_interface_hold_request_hold_impl
tp_svc_channel_interface_hold_return_from_request_hold
tp_svc_channel_interface_hold_implement_request_hold
tp_svc_channel_interface_hold_emit_hold_state_changed
<SUBSECTION Standard>
TP_IS_SVC_CHANNEL_INTERFACE_HOLD
TP_SVC_CHANNEL_INTERFACE_HOLD
TP_SVC_CHANNEL_INTERFACE_HOLD_GET_CLASS
TP_TYPE_SVC_CHANNEL_INTERFACE_HOLD
tp_svc_channel_interface_hold_get_type
<SUBSECTION>
TpSvcChannelInterfaceMediaSignalling
TpSvcChannelInterfaceMediaSignallingClass
tp_svc_channel_interface_media_signalling_get_session_handlers_impl
tp_svc_channel_interface_media_signalling_implement_get_session_handlers
tp_svc_channel_interface_media_signalling_return_from_get_session_handlers
tp_svc_channel_interface_media_signalling_emit_new_session_handler
<SUBSECTION Standard>
TP_SVC_CHANNEL_INTERFACE_MEDIA_SIGNALLING
TP_IS_SVC_CHANNEL_INTERFACE_MEDIA_SIGNALLING
TP_TYPE_SVC_CHANNEL_INTERFACE_MEDIA_SIGNALLING
tp_svc_channel_interface_media_signalling_get_type
TP_SVC_CHANNEL_INTERFACE_MEDIA_SIGNALLING_GET_CLASS
</SECTION>

<SECTION>
<FILE>svc-anonymity</FILE>
<TITLE>svc-anonymity</TITLE>
<INCLUDE>telepathy-glib/svc-channel.h,telepathy-glib/svc-connection.h</INCLUDE>
TpSvcConnectionInterfaceAnonymity
TpSvcConnectionInterfaceAnonymityClass
tp_svc_connection_interface_anonymity_emit_anonymity_modes_changed
<SUBSECTION>
TpSvcChannelInterfaceAnonymity
TpSvcChannelInterfaceAnonymityClass
<SUBSECTION Standard>
tp_svc_channel_interface_anonymity_get_type
TP_IS_SVC_CHANNEL_INTERFACE_ANONYMITY
TP_SVC_CHANNEL_INTERFACE_ANONYMITY
TP_SVC_CHANNEL_INTERFACE_ANONYMITY_GET_CLASS
TP_TYPE_SVC_CHANNEL_INTERFACE_ANONYMITY
TP_IS_SVC_CONNECTION_INTERFACE_ANONYMITY
TP_SVC_CONNECTION_INTERFACE_ANONYMITY
TP_SVC_CONNECTION_INTERFACE_ANONYMITY_GET_CLASS
TP_TYPE_SVC_CONNECTION_INTERFACE_ANONYMITY
tp_svc_connection_interface_anonymity_get_type
</SECTION>

<SECTION>
<FILE>svc-service-point</FILE>
<TITLE>svc-service-point</TITLE>
<INCLUDE>telepathy-glib/svc-channel.h,telepathy-glib/svc-connection.h</INCLUDE>
TpSvcConnectionInterfaceServicePoint
TpSvcConnectionInterfaceServicePointClass
tp_svc_connection_interface_service_point_emit_service_points_changed
<SUBSECTION>
TpSvcChannelInterfaceServicePoint
TpSvcChannelInterfaceServicePointClass
tp_svc_channel_interface_service_point_emit_service_point_changed
<SUBSECTION Standard>
tp_svc_channel_interface_service_point_get_type
TP_IS_SVC_CHANNEL_INTERFACE_SERVICE_POINT
TP_SVC_CHANNEL_INTERFACE_SERVICE_POINT
TP_SVC_CHANNEL_INTERFACE_SERVICE_POINT_GET_CLASS
TP_TYPE_SVC_CHANNEL_INTERFACE_SERVICE_POINT
TP_IS_SVC_CONNECTION_INTERFACE_SERVICE_POINT
TP_SVC_CONNECTION_INTERFACE_SERVICE_POINT
TP_SVC_CONNECTION_INTERFACE_SERVICE_POINT_GET_CLASS
TP_TYPE_SVC_CONNECTION_INTERFACE_SERVICE_POINT
tp_svc_connection_interface_service_point_get_type
</SECTION>

<SECTION>
<FILE>svc-connection</FILE>
<INCLUDE>telepathy-glib/svc-connection.h</INCLUDE>
<TITLE>svc-connection</TITLE>
TpSvcConnection
TpSvcConnectionClass
tp_svc_connection_connect_impl
tp_svc_connection_implement_connect
tp_svc_connection_return_from_connect
tp_svc_connection_disconnect_impl
tp_svc_connection_implement_disconnect
tp_svc_connection_return_from_disconnect
tp_svc_connection_get_interfaces_impl
tp_svc_connection_implement_get_interfaces
tp_svc_connection_return_from_get_interfaces
tp_svc_connection_get_protocol_impl
tp_svc_connection_implement_get_protocol
tp_svc_connection_return_from_get_protocol
tp_svc_connection_get_self_handle_impl
tp_svc_connection_implement_get_self_handle
tp_svc_connection_return_from_get_self_handle
tp_svc_connection_get_status_impl
tp_svc_connection_implement_get_status
tp_svc_connection_return_from_get_status
tp_svc_connection_hold_handles_impl
tp_svc_connection_implement_hold_handles
tp_svc_connection_return_from_hold_handles
tp_svc_connection_inspect_handles_impl
tp_svc_connection_implement_inspect_handles
tp_svc_connection_return_from_inspect_handles
tp_svc_connection_list_channels_impl
tp_svc_connection_implement_list_channels
tp_svc_connection_return_from_list_channels
tp_svc_connection_release_handles_impl
tp_svc_connection_implement_release_handles
tp_svc_connection_return_from_release_handles
tp_svc_connection_request_channel_impl
tp_svc_connection_implement_request_channel
tp_svc_connection_return_from_request_channel
tp_svc_connection_request_handles_impl
tp_svc_connection_implement_request_handles
tp_svc_connection_return_from_request_handles
tp_svc_connection_emit_new_channel
tp_svc_connection_emit_self_handle_changed
tp_svc_connection_emit_status_changed
tp_svc_connection_emit_connection_error
<SUBSECTION Standard>
TP_SVC_CONNECTION
TP_IS_SVC_CONNECTION
TP_TYPE_SVC_CONNECTION
tp_svc_connection_get_type
TP_SVC_CONNECTION_GET_CLASS
<SUBSECTION>
TpSvcConnectionInterfaceContacts
TpSvcConnectionInterfaceContactsClass
tp_svc_connection_interface_contacts_get_contact_attributes_impl
tp_svc_connection_interface_contacts_implement_get_contact_attributes
tp_svc_connection_interface_contacts_return_from_get_contact_attributes
<SUBSECTION Standard>
TP_IS_SVC_CONNECTION_INTERFACE_CONTACTS
TP_SVC_CONNECTION_INTERFACE_CONTACTS
TP_SVC_CONNECTION_INTERFACE_CONTACTS_GET_CLASS
tp_svc_connection_interface_contacts_get_type
TP_TYPE_SVC_CONNECTION_INTERFACE_CONTACTS
<SUBSECTION>
TpSvcConnectionInterfaceRequests
TpSvcConnectionInterfaceRequestsClass
tp_svc_connection_interface_requests_create_channel_impl
tp_svc_connection_interface_requests_emit_channel_closed
tp_svc_connection_interface_requests_emit_new_channels
tp_svc_connection_interface_requests_ensure_channel_impl
tp_svc_connection_interface_requests_implement_create_channel
tp_svc_connection_interface_requests_implement_ensure_channel
tp_svc_connection_interface_requests_return_from_create_channel
tp_svc_connection_interface_requests_return_from_ensure_channel
<SUBSECTION Standard>
TP_IS_SVC_CONNECTION_INTERFACE_REQUESTS
TP_SVC_CONNECTION_INTERFACE_REQUESTS
TP_SVC_CONNECTION_INTERFACE_REQUESTS_GET_CLASS
tp_svc_connection_interface_requests_get_type
TP_TYPE_SVC_CONNECTION_INTERFACE_REQUESTS
<SUBSECTION>
TpSvcConnectionInterfaceSimplePresence
TpSvcConnectionInterfaceSimplePresenceClass
tp_svc_connection_interface_simple_presence_emit_presences_changed
tp_svc_connection_interface_simple_presence_get_presences_impl
tp_svc_connection_interface_simple_presence_implement_get_presences
tp_svc_connection_interface_simple_presence_implement_set_presence
tp_svc_connection_interface_simple_presence_return_from_get_presences
tp_svc_connection_interface_simple_presence_return_from_set_presence
tp_svc_connection_interface_simple_presence_set_presence_impl
<SUBSECTION Standard>
TP_TYPE_SVC_CONNECTION_INTERFACE_SIMPLE_PRESENCE
TP_SVC_CONNECTION_INTERFACE_SIMPLE_PRESENCE
TP_IS_SVC_CONNECTION_INTERFACE_SIMPLE_PRESENCE
tp_svc_connection_interface_simple_presence_get_type
TP_SVC_CONNECTION_INTERFACE_SIMPLE_PRESENCE_GET_CLASS
<SUBSECTION>
TpSvcConnectionInterfacePresence
TpSvcConnectionInterfacePresenceClass
tp_svc_connection_interface_presence_add_status_impl
tp_svc_connection_interface_presence_implement_add_status
tp_svc_connection_interface_presence_return_from_add_status
tp_svc_connection_interface_presence_clear_status_impl
tp_svc_connection_interface_presence_implement_clear_status
tp_svc_connection_interface_presence_return_from_clear_status
tp_svc_connection_interface_presence_get_presence_impl
tp_svc_connection_interface_presence_implement_get_presence
tp_svc_connection_interface_presence_return_from_get_presence
tp_svc_connection_interface_presence_get_statuses_impl
tp_svc_connection_interface_presence_implement_get_statuses
tp_svc_connection_interface_presence_return_from_get_statuses
tp_svc_connection_interface_presence_remove_status_impl
tp_svc_connection_interface_presence_implement_remove_status
tp_svc_connection_interface_presence_return_from_remove_status
tp_svc_connection_interface_presence_request_presence_impl
tp_svc_connection_interface_presence_implement_request_presence
tp_svc_connection_interface_presence_return_from_request_presence
tp_svc_connection_interface_presence_set_last_activity_time_impl
tp_svc_connection_interface_presence_implement_set_last_activity_time
tp_svc_connection_interface_presence_return_from_set_last_activity_time
tp_svc_connection_interface_presence_set_status_impl
tp_svc_connection_interface_presence_implement_set_status
tp_svc_connection_interface_presence_return_from_set_status
tp_svc_connection_interface_presence_emit_presence_update
<SUBSECTION Standard>
TP_SVC_CONNECTION_INTERFACE_PRESENCE
TP_IS_SVC_CONNECTION_INTERFACE_PRESENCE
TP_TYPE_SVC_CONNECTION_INTERFACE_PRESENCE
tp_svc_connection_interface_presence_get_type
TP_SVC_CONNECTION_INTERFACE_PRESENCE_GET_CLASS
<SUBSECTION>
TpSvcConnectionInterfaceAvatars
TpSvcConnectionInterfaceAvatarsClass
tp_svc_connection_interface_avatars_clear_avatar_impl
tp_svc_connection_interface_avatars_implement_clear_avatar
tp_svc_connection_interface_avatars_return_from_clear_avatar
tp_svc_connection_interface_avatars_get_avatar_requirements_impl
tp_svc_connection_interface_avatars_implement_get_avatar_requirements
tp_svc_connection_interface_avatars_return_from_get_avatar_requirements
tp_svc_connection_interface_avatars_get_avatar_tokens_impl
tp_svc_connection_interface_avatars_implement_get_avatar_tokens
tp_svc_connection_interface_avatars_return_from_get_avatar_tokens
tp_svc_connection_interface_avatars_request_avatar_impl
tp_svc_connection_interface_avatars_implement_request_avatar
tp_svc_connection_interface_avatars_return_from_request_avatar
tp_svc_connection_interface_avatars_set_avatar_impl
tp_svc_connection_interface_avatars_implement_set_avatar
tp_svc_connection_interface_avatars_return_from_set_avatar
tp_svc_connection_interface_avatars_emit_avatar_updated
tp_svc_connection_interface_avatars_emit_avatar_retrieved
tp_svc_connection_interface_avatars_implement_request_avatars
tp_svc_connection_interface_avatars_request_avatars_impl
tp_svc_connection_interface_avatars_return_from_request_avatars
tp_svc_connection_interface_avatars_get_known_avatar_tokens_impl
tp_svc_connection_interface_avatars_implement_get_known_avatar_tokens
tp_svc_connection_interface_avatars_return_from_get_known_avatar_tokens
<SUBSECTION Standard>
TP_SVC_CONNECTION_INTERFACE_AVATARS
TP_IS_SVC_CONNECTION_INTERFACE_AVATARS
TP_TYPE_SVC_CONNECTION_INTERFACE_AVATARS
tp_svc_connection_interface_avatars_get_type
TP_SVC_CONNECTION_INTERFACE_AVATARS_GET_CLASS
<SUBSECTION>
TpSvcConnectionInterfaceAliasing
TpSvcConnectionInterfaceAliasingClass
tp_svc_connection_interface_aliasing_get_alias_flags_impl
tp_svc_connection_interface_aliasing_implement_get_alias_flags
tp_svc_connection_interface_aliasing_return_from_get_alias_flags
tp_svc_connection_interface_aliasing_request_aliases_impl
tp_svc_connection_interface_aliasing_implement_request_aliases
tp_svc_connection_interface_aliasing_return_from_request_aliases
tp_svc_connection_interface_aliasing_get_aliases_impl
tp_svc_connection_interface_aliasing_implement_get_aliases
tp_svc_connection_interface_aliasing_return_from_get_aliases
tp_svc_connection_interface_aliasing_set_aliases_impl
tp_svc_connection_interface_aliasing_implement_set_aliases
tp_svc_connection_interface_aliasing_return_from_set_aliases
tp_svc_connection_interface_aliasing_emit_aliases_changed
<SUBSECTION Standard>
TP_SVC_CONNECTION_INTERFACE_ALIASING
TP_IS_SVC_CONNECTION_INTERFACE_ALIASING
TP_TYPE_SVC_CONNECTION_INTERFACE_ALIASING
tp_svc_connection_interface_aliasing_get_type
TP_SVC_CONNECTION_INTERFACE_ALIASING_GET_CLASS
<SUBSECTION>
TpSvcConnectionInterfaceBalance
TpSvcConnectionInterfaceBalanceClass
tp_svc_connection_interface_balance_emit_balance_changed
<SUBSECTION Standard>
TP_SVC_CONNECTION_INTERFACE_BALANCE
TP_IS_SVC_CONNECTION_INTERFACE_BALANCE
TP_TYPE_SVC_CONNECTION_INTERFACE_BALANCE
tp_svc_connection_interface_balance_get_type
TP_SVC_CONNECTION_INTERFACE_BALANCE_GET_CLASS
<SUBSECTION>
TpSvcConnectionInterfaceCapabilities
TpSvcConnectionInterfaceCapabilitiesClass
tp_svc_connection_interface_capabilities_advertise_capabilities_impl
tp_svc_connection_interface_capabilities_implement_advertise_capabilities
tp_svc_connection_interface_capabilities_return_from_advertise_capabilities
tp_svc_connection_interface_capabilities_get_capabilities_impl
tp_svc_connection_interface_capabilities_implement_get_capabilities
tp_svc_connection_interface_capabilities_return_from_get_capabilities
tp_svc_connection_interface_capabilities_emit_capabilities_changed
<SUBSECTION Standard>
TP_SVC_CONNECTION_INTERFACE_CAPABILITIES
TP_IS_SVC_CONNECTION_INTERFACE_CAPABILITIES
TP_TYPE_SVC_CONNECTION_INTERFACE_CAPABILITIES
tp_svc_connection_interface_capabilities_get_type
TP_SVC_CONNECTION_INTERFACE_CAPABILITIES_GET_CLASS
<SUBSECTION>
TpSvcConnectionInterfaceContactCapabilities
TpSvcConnectionInterfaceContactCapabilitiesClass
tp_svc_connection_interface_contact_capabilities_emit_contact_capabilities_changed
tp_svc_connection_interface_contact_capabilities_get_contact_capabilities_impl
tp_svc_connection_interface_contact_capabilities_return_from_get_contact_capabilities
tp_svc_connection_interface_contact_capabilities_implement_get_contact_capabilities
tp_svc_connection_interface_contact_capabilities_update_capabilities_impl
tp_svc_connection_interface_contact_capabilities_return_from_update_capabilities
tp_svc_connection_interface_contact_capabilities_implement_update_capabilities
<SUBSECTION Standard>
TP_SVC_CONNECTION_INTERFACE_CONTACT_CAPABILITIES
TP_IS_SVC_CONNECTION_INTERFACE_CONTACT_CAPABILITIES
TP_TYPE_SVC_CONNECTION_INTERFACE_CONTACT_CAPABILITIES
tp_svc_connection_interface_contact_capabilities_get_type
TP_SVC_CONNECTION_INTERFACE_CONTACT_CAPABILITIES_GET_CLASS
<SUBSECTION>
TpSvcConnectionInterfaceLocation
TpSvcConnectionInterfaceLocationClass
tp_svc_connection_interface_location_emit_location_updated
tp_svc_connection_interface_location_get_locations_impl
tp_svc_connection_interface_location_return_from_get_locations
tp_svc_connection_interface_location_implement_get_locations
tp_svc_connection_interface_location_request_location_impl
tp_svc_connection_interface_location_return_from_request_location
tp_svc_connection_interface_location_implement_request_location
tp_svc_connection_interface_location_set_location_impl
tp_svc_connection_interface_location_return_from_set_location
tp_svc_connection_interface_location_implement_set_location
<SUBSECTION Standard>
TP_IS_SVC_CONNECTION_INTERFACE_LOCATION
TP_SVC_CONNECTION_INTERFACE_LOCATION
TP_SVC_CONNECTION_INTERFACE_LOCATION_GET_CLASS
TP_TYPE_SVC_CONNECTION_INTERFACE_LOCATION
tp_svc_connection_interface_location_get_type
<SUBSECTION>
TpSvcConnectionInterfaceContactInfo
TpSvcConnectionInterfaceContactInfoClass
tp_svc_connection_interface_contact_info_emit_contact_info_changed
tp_svc_connection_interface_contact_info_get_contact_info_impl
tp_svc_connection_interface_contact_info_implement_get_contact_info
tp_svc_connection_interface_contact_info_implement_refresh_contact_info
tp_svc_connection_interface_contact_info_implement_request_contact_info
tp_svc_connection_interface_contact_info_implement_set_contact_info
tp_svc_connection_interface_contact_info_refresh_contact_info_impl
tp_svc_connection_interface_contact_info_request_contact_info_impl
tp_svc_connection_interface_contact_info_return_from_get_contact_info
tp_svc_connection_interface_contact_info_return_from_refresh_contact_info
tp_svc_connection_interface_contact_info_return_from_request_contact_info
tp_svc_connection_interface_contact_info_return_from_set_contact_info
tp_svc_connection_interface_contact_info_set_contact_info_impl
<SUBSECTION Standard>
tp_svc_connection_interface_contact_info_get_type
TP_IS_SVC_CONNECTION_INTERFACE_CONTACT_INFO
TP_SVC_CONNECTION_INTERFACE_CONTACT_INFO
TP_SVC_CONNECTION_INTERFACE_CONTACT_INFO_GET_CLASS
TP_TYPE_SVC_CONNECTION_INTERFACE_CONTACT_INFO
<SUBSECTION>
TpSvcConnectionInterfaceCellular
TpSvcConnectionInterfaceCellularClass
tp_svc_connection_interface_cellular_emit_imsi_changed
<SUBSECTION Standard>
TP_IS_SVC_CONNECTION_INTERFACE_CELLULAR
TP_SVC_CONNECTION_INTERFACE_CELLULAR
TP_SVC_CONNECTION_INTERFACE_CELLULAR_GET_CLASS
TP_TYPE_SVC_CONNECTION_INTERFACE_CELLULAR
tp_svc_connection_interface_cellular_get_type
</SECTION>

<SECTION>
<FILE>svc-media-interfaces</FILE>
<INCLUDE>telepathy-glib/svc-media-interfaces.h</INCLUDE>
<TITLE>svc-media-interfaces</TITLE>
<SUBSECTION>
TpSvcMediaSessionHandler
TpSvcMediaSessionHandlerClass
tp_svc_media_session_handler_error_impl
tp_svc_media_session_handler_implement_error
tp_svc_media_session_handler_return_from_error
tp_svc_media_session_handler_ready_impl
tp_svc_media_session_handler_implement_ready
tp_svc_media_session_handler_return_from_ready
tp_svc_media_session_handler_emit_new_stream_handler
<SUBSECTION Standard>
TP_SVC_MEDIA_SESSION_HANDLER
TP_IS_SVC_MEDIA_SESSION_HANDLER
TP_TYPE_SVC_MEDIA_SESSION_HANDLER
tp_svc_media_session_handler_get_type
TP_SVC_MEDIA_SESSION_HANDLER_GET_CLASS
<SUBSECTION>
TpSvcMediaStreamHandler
TpSvcMediaStreamHandlerClass
tp_svc_media_stream_handler_codec_choice_impl
tp_svc_media_stream_handler_implement_codec_choice
tp_svc_media_stream_handler_return_from_codec_choice
tp_svc_media_stream_handler_error_impl
tp_svc_media_stream_handler_implement_error
tp_svc_media_stream_handler_return_from_error
tp_svc_media_stream_handler_native_candidates_prepared_impl
tp_svc_media_stream_handler_implement_native_candidates_prepared
tp_svc_media_stream_handler_return_from_native_candidates_prepared
tp_svc_media_stream_handler_new_active_candidate_pair_impl
tp_svc_media_stream_handler_implement_new_active_candidate_pair
tp_svc_media_stream_handler_return_from_new_active_candidate_pair
tp_svc_media_stream_handler_new_native_candidate_impl
tp_svc_media_stream_handler_implement_new_native_candidate
tp_svc_media_stream_handler_return_from_new_native_candidate
tp_svc_media_stream_handler_ready_impl
tp_svc_media_stream_handler_implement_ready
tp_svc_media_stream_handler_return_from_ready
tp_svc_media_stream_handler_set_local_codecs_impl
tp_svc_media_stream_handler_implement_set_local_codecs
tp_svc_media_stream_handler_return_from_set_local_codecs
tp_svc_media_stream_handler_stream_state_impl
tp_svc_media_stream_handler_implement_stream_state
tp_svc_media_stream_handler_return_from_stream_state
tp_svc_media_stream_handler_supported_codecs_impl
tp_svc_media_stream_handler_implement_supported_codecs
tp_svc_media_stream_handler_return_from_supported_codecs
tp_svc_media_stream_handler_emit_add_remote_candidate
tp_svc_media_stream_handler_emit_close
tp_svc_media_stream_handler_emit_remove_remote_candidate
tp_svc_media_stream_handler_emit_set_active_candidate_pair
tp_svc_media_stream_handler_emit_set_remote_candidate_list
tp_svc_media_stream_handler_emit_set_remote_codecs
tp_svc_media_stream_handler_emit_set_stream_playing
tp_svc_media_stream_handler_emit_set_stream_sending
tp_svc_media_stream_handler_emit_start_telephony_event
tp_svc_media_stream_handler_emit_stop_telephony_event
tp_svc_media_stream_handler_emit_set_stream_held
tp_svc_media_stream_handler_hold_state_impl
tp_svc_media_stream_handler_implement_hold_state
tp_svc_media_stream_handler_implement_unhold_failure
tp_svc_media_stream_handler_return_from_hold_state
tp_svc_media_stream_handler_return_from_unhold_failure
tp_svc_media_stream_handler_unhold_failure_impl
tp_svc_media_stream_handler_codecs_updated_impl
tp_svc_media_stream_handler_implement_codecs_updated
tp_svc_media_stream_handler_return_from_codecs_updated
<SUBSECTION Standard>
TP_SVC_MEDIA_STREAM_HANDLER
TP_IS_SVC_MEDIA_STREAM_HANDLER
TP_TYPE_SVC_MEDIA_STREAM_HANDLER
tp_svc_media_stream_handler_get_type
TP_SVC_MEDIA_STREAM_HANDLER_GET_CLASS
</SECTION>

<SECTION>
<FILE>svc-connection-manager</FILE>
<INCLUDE>telepathy-glib/svc-connection-manager.h</INCLUDE>
<TITLE>svc-connection-manager</TITLE>
TpSvcConnectionManager
TpSvcConnectionManagerClass
tp_svc_connection_manager_get_parameters_impl
tp_svc_connection_manager_implement_get_parameters
tp_svc_connection_manager_return_from_get_parameters
tp_svc_connection_manager_list_protocols_impl
tp_svc_connection_manager_implement_list_protocols
tp_svc_connection_manager_return_from_list_protocols
tp_svc_connection_manager_request_connection_impl
tp_svc_connection_manager_implement_request_connection
tp_svc_connection_manager_return_from_request_connection
tp_svc_connection_manager_emit_new_connection
<SUBSECTION Standard>
TP_SVC_CONNECTION_MANAGER
TP_IS_SVC_CONNECTION_MANAGER
TP_TYPE_SVC_CONNECTION_MANAGER
tp_svc_connection_manager_get_type
TP_SVC_CONNECTION_MANAGER_GET_CLASS
</SECTION>

<SECTION>
<FILE>util</FILE>
<TITLE>util</TITLE>
<INCLUDE>telepathy-glib/util.h</INCLUDE>
tp_verify
tp_verify_true
tp_verify_statement
tp_g_hash_table_update
tp_g_ptr_array_contains
tp_g_value_slice_new
tp_g_value_slice_new_boolean
tp_g_value_slice_new_boxed
tp_g_value_slice_new_static_boxed
tp_g_value_slice_new_take_boxed
tp_g_value_slice_new_double
tp_g_value_slice_new_int
tp_g_value_slice_new_int64
tp_g_value_slice_new_string
tp_g_value_slice_new_static_string
tp_g_value_slice_new_take_string
tp_g_value_slice_new_uint
tp_g_value_slice_new_uint64
tp_g_value_slice_new_byte
tp_g_value_slice_free
tp_g_value_slice_dup
tp_str_empty
tp_strdiff
tp_mixin_offset_cast
tp_mixin_class_get_offset
tp_mixin_instance_get_offset
tp_escape_as_identifier
tp_strv_contains
tp_g_key_file_get_int64
tp_g_key_file_get_uint64
tp_g_signal_connect_object
tp_value_array_build
tp_value_array_unpack
TpWeakRef
tp_weak_ref_new
tp_weak_ref_dup_object
tp_weak_ref_get_user_data
tp_weak_ref_destroy
tp_clear_pointer
tp_clear_object
tp_clear_boxed
tp_simple_async_report_success_in_idle
tp_user_action_time_from_x11
tp_user_action_time_should_present
</SECTION>

<SECTION>
<FILE>gnio-util</FILE>
<TITLE>gnio-util</TITLE>
<INCLUDE>telepathy-glib/gnio-util.h</INCLUDE>
tp_g_socket_address_from_variant
tp_address_variant_from_g_socket_address
</SECTION>

<SECTION>
<FILE>gtypes</FILE>
<TITLE>gtypes</TITLE>
<INCLUDE>telepathy-glib/gtypes.h</INCLUDE>
<SUBSECTION>
# Generic
tp_dbus_specialized_value_slice_new
TP_TYPE_UCHAR_ARRAY
TP_ARRAY_TYPE_OBJECT_PATH_LIST
TP_ARRAY_TYPE_UCHAR_ARRAY_LIST
TP_HASH_TYPE_STRING_STRING_MAP
TP_ARRAY_TYPE_STRING_STRING_MAP_LIST
TP_HASH_TYPE_STRING_VARIANT_MAP
TP_ARRAY_TYPE_STRING_VARIANT_MAP_LIST
TP_HASH_TYPE_QUALIFIED_PROPERTY_VALUE_MAP
TP_ARRAY_TYPE_QUALIFIED_PROPERTY_VALUE_MAP_LIST
TP_STRUCT_TYPE_SOCKET_ADDRESS_IP
TP_ARRAY_TYPE_SOCKET_ADDRESS_IP_LIST
TP_STRUCT_TYPE_SOCKET_ADDRESS_IPV4
TP_STRUCT_TYPE_SOCKET_ADDRESS_IPV6
TP_STRUCT_TYPE_SOCKET_NETMASK_IPV4
TP_STRUCT_TYPE_SOCKET_NETMASK_IPV6
TP_HASH_TYPE_OBJECT_IMMUTABLE_PROPERTIES_MAP
TP_ARRAY_TYPE_OBJECT_IMMUTABLE_PROPERTIES_MAP_LIST
<SUBSECTION>
# Connection Manager
TP_STRUCT_TYPE_PARAM_SPEC
TP_ARRAY_TYPE_PARAM_SPEC_LIST
TP_HASH_TYPE_PROTOCOL_PROPERTIES_MAP
<SUBSECTION>
# Connection
TP_STRUCT_TYPE_CHANNEL_INFO
TP_ARRAY_TYPE_CHANNEL_INFO_LIST
<SUBSECTION>
# Connection - Aliasing
TP_HASH_TYPE_ALIAS_MAP
TP_STRUCT_TYPE_ALIAS_PAIR
TP_ARRAY_TYPE_ALIAS_PAIR_LIST
<SUBSECTION>
# Connection - Avatars
TP_HASH_TYPE_AVATAR_TOKEN_MAP
<SUBSECTION>
# Connection - Balance
TP_STRUCT_TYPE_CURRENCY_AMOUNT
<SUBSECTION>
# Connection - ContactCapabilities
TP_HASH_TYPE_CONTACT_CAPABILITIES_MAP
TP_ARRAY_TYPE_CONTACT_CAPABILITIES_MAP_LIST
TP_STRUCT_TYPE_HANDLER_CAPABILITIES
TP_ARRAY_TYPE_HANDLER_CAPABILITIES_LIST
<SUBSECTION>
# Connection - Capabilities
TP_STRUCT_TYPE_CAPABILITY_CHANGE
TP_ARRAY_TYPE_CAPABILITY_CHANGE_LIST
TP_STRUCT_TYPE_CAPABILITY_PAIR
TP_ARRAY_TYPE_CAPABILITY_PAIR_LIST
TP_STRUCT_TYPE_CONTACT_CAPABILITY
TP_ARRAY_TYPE_CONTACT_CAPABILITY_LIST
<SUBSECTION>
# Connection - Contacts
TP_HASH_TYPE_CONTACT_ATTRIBUTES_MAP
TP_HASH_TYPE_SINGLE_CONTACT_ATTRIBUTES_MAP
<SUBSECTION>
# Connection - Requests
TP_HASH_TYPE_CHANNEL_CLASS
TP_ARRAY_TYPE_CHANNEL_CLASS_LIST
TP_STRUCT_TYPE_CHANNEL_DETAILS
TP_ARRAY_TYPE_CHANNEL_DETAILS_LIST
TP_STRUCT_TYPE_REQUESTABLE_CHANNEL_CLASS
TP_ARRAY_TYPE_REQUESTABLE_CHANNEL_CLASS_LIST
<SUBSECTION>
# Connection - SimplePresence and generic support for rich presence
TP_HASH_TYPE_SIMPLE_CONTACT_PRESENCES
TP_HASH_TYPE_SIMPLE_STATUS_SPEC_MAP
TP_STRUCT_TYPE_SIMPLE_PRESENCE
TP_STRUCT_TYPE_SIMPLE_STATUS_SPEC
TP_STRUCT_TYPE_RICH_PRESENCE_ACCESS_CONTROL
<SUBSECTION>
# Connection - Presence (0.16)
TP_HASH_TYPE_CONTACT_PRESENCES
TP_HASH_TYPE_MULTIPLE_STATUS_MAP
TP_HASH_TYPE_STATUS_SPEC_MAP
TP_STRUCT_TYPE_LAST_ACTIVITY_AND_STATUSES
TP_STRUCT_TYPE_STATUS_SPEC
<SUBSECTION>
# Connection - Location
TP_HASH_TYPE_LOCATION
TP_HASH_TYPE_CONTACT_LOCATIONS
<SUBSECTION>
# Connection - ContactInfo
TP_HASH_TYPE_CONTACT_INFO_MAP
TP_STRUCT_TYPE_CONTACT_INFO_FIELD
TP_ARRAY_TYPE_CONTACT_INFO_FIELD_LIST
TP_STRUCT_TYPE_FIELD_SPEC
TP_ARRAY_TYPE_FIELD_SPECS
<SUBSECTION>
# Channel - Group and Conference
TP_STRUCT_TYPE_LOCAL_PENDING_INFO
TP_ARRAY_TYPE_LOCAL_PENDING_INFO_LIST
TP_HASH_TYPE_HANDLE_OWNER_MAP
TP_HASH_TYPE_HANDLE_IDENTIFIER_MAP
TP_HASH_TYPE_CHANNEL_ORIGINATOR_MAP
<SUBSECTION>
# Channel - Text and Messages
TP_STRUCT_TYPE_PENDING_TEXT_MESSAGE
TP_ARRAY_TYPE_PENDING_TEXT_MESSAGE_LIST
TP_HASH_TYPE_MESSAGE_PART
TP_ARRAY_TYPE_MESSAGE_PART_LIST
TP_HASH_TYPE_MESSAGE_PART_CONTENT_MAP
TP_HASH_TYPE_CHAT_STATE_MAP
<SUBSECTION>
# Channel - Tubes
TP_HASH_TYPE_SUPPORTED_SOCKET_MAP
TP_STRUCT_TYPE_TUBE_INFO
TP_ARRAY_TYPE_TUBE_INFO_LIST
TP_STRUCT_TYPE_DBUS_TUBE_MEMBER
TP_ARRAY_TYPE_DBUS_TUBE_MEMBER_LIST
<SUBSECTION>
# Channel - DBusTube
TP_HASH_TYPE_DBUS_TUBE_PARTICIPANTS
<SUBSECTION>
# Properties
TP_STRUCT_TYPE_PROPERTY_SPEC
TP_ARRAY_TYPE_PROPERTY_SPEC_LIST
TP_STRUCT_TYPE_PROPERTY_FLAGS_CHANGE
TP_ARRAY_TYPE_PROPERTY_FLAGS_CHANGE_LIST
TP_STRUCT_TYPE_PROPERTY_VALUE
TP_ARRAY_TYPE_PROPERTY_VALUE_LIST
<SUBSECTION>
# Channel - Media-related
TP_ARRAY_TYPE_MEDIA_SESSION_HANDLER_INFO_LIST
TP_STRUCT_TYPE_MEDIA_SESSION_HANDLER_INFO
TP_ARRAY_TYPE_MEDIA_STREAM_HANDLER_CANDIDATE_LIST
TP_ARRAY_TYPE_MEDIA_STREAM_HANDLER_CODEC_LIST
TP_ARRAY_TYPE_MEDIA_STREAM_HANDLER_TRANSPORT_LIST
TP_STRUCT_TYPE_MEDIA_STREAM_HANDLER_CANDIDATE
TP_STRUCT_TYPE_MEDIA_STREAM_HANDLER_CODEC
TP_STRUCT_TYPE_MEDIA_STREAM_HANDLER_TRANSPORT
TP_STRUCT_TYPE_MEDIA_STREAM_INFO
TP_ARRAY_TYPE_MEDIA_STREAM_INFO_LIST
TP_HASH_TYPE_CHANNEL_CALL_STATE_MAP
<SUBSECTION>
# Channel - Room List
TP_ARRAY_TYPE_ROOM_INFO_LIST
TP_STRUCT_TYPE_ROOM_INFO
<SUBSECTION>
# Channel - Service Point
TP_STRUCT_TYPE_SERVICE_POINT
TP_ARRAY_TYPE_SERVICE_POINT_INFO_LIST
TP_STRUCT_TYPE_SERVICE_POINT_INFO
<SUBSECTION>
# Channel - Contact Search
TpChannelContactSearchState
NUM_TP_CHANNEL_CONTACT_SEARCH_STATES
TP_HASH_TYPE_CONTACT_SEARCH_MAP
TP_HASH_TYPE_CONTACT_SEARCH_RESULT_MAP
<SUBSECTION>
# Account and AM
TP_STRUCT_TYPE_AVATAR
<SUBSECTION>
# CD, CDO and CR
TP_STRUCT_TYPE_DISPATCH_OPERATION_DETAILS
TP_ARRAY_TYPE_DISPATCH_OPERATION_DETAILS_LIST
<SUBSECTION>
# Debug
TP_STRUCT_TYPE_DEBUG_MESSAGE
TP_ARRAY_TYPE_DEBUG_MESSAGE_LIST
<SUBSECTION>
# TLS
TP_STRUCT_TYPE_TLS_CERTIFICATE_REJECTION
TP_ARRAY_TYPE_TLS_CERTIFICATE_REJECTION_LIST
<SUBSECTION Private>
tp_type_dbus_array__28us_29as
tp_type_dbus_array_a_7bsv_7das
tp_type_dbus_array_dsus
tp_type_dbus_array_oa_7bsv_7d
tp_type_dbus_array_of_a_7boa_7bsv_7d_7d
tp_type_dbus_array_of_a_7bss_7d
tp_type_dbus_array_of_a_7bsv_7d
tp_type_dbus_array_of_a_7bua_28a_7bsv_7das_29_7d
tp_type_dbus_array_of_ay
tp_type_dbus_array_of_o
tp_type_dbus_array_of_y
tp_type_dbus_array_os
tp_type_dbus_array_osuu
tp_type_dbus_array_sa_28usuussduss_29
tp_type_dbus_array_saa_7bsv_7das
tp_type_dbus_array_sasas
tp_type_dbus_array_sasuu
tp_type_dbus_array_sq
tp_type_dbus_array_su
tp_type_dbus_array_susv
tp_type_dbus_array_us
tp_type_dbus_array_usa_7bsv_7d
tp_type_dbus_array_ussu
tp_type_dbus_array_usuu
tp_type_dbus_array_usuussduss
tp_type_dbus_array_usuuua_7bss_7d
tp_type_dbus_array_usuuuu
tp_type_dbus_array_uu
tp_type_dbus_array_uuus
tp_type_dbus_array_uuusa_7bsv_7du
tp_type_dbus_array_uuuuus
tp_type_dbus_array_uuuuuu
tp_type_dbus_array_uv
tp_type_dbus_hash_oa_7bsv_7d
tp_type_dbus_hash_s_28ubb_29
tp_type_dbus_hash_s_28ubba_7bss_7d_29
tp_type_dbus_hash_sa_28sasas_29
tp_type_dbus_hash_sa_7bsv_7d
tp_type_dbus_hash_ss
tp_type_dbus_hash_sv
tp_type_dbus_hash_u_28ua_7bsa_7bsv_7d_7d_29
tp_type_dbus_hash_u_28uss_29
tp_type_dbus_hash_ua_28a_7bsv_7das_29
tp_type_dbus_hash_ua_28sasas_29
tp_type_dbus_hash_ua_7bsv_7d
tp_type_dbus_hash_uau
tp_type_dbus_hash_uo
tp_type_dbus_hash_us
tp_type_dbus_hash_uu
tp_type_dbus_hash_uv
tp_type_dbus_struct__28us_29as
tp_type_dbus_struct_a_7bsv_7das
tp_type_dbus_struct_ays
tp_type_dbus_struct_dsus
tp_type_dbus_struct_ius
tp_type_dbus_struct_oa_7bsv_7d
tp_type_dbus_struct_os
tp_type_dbus_struct_osuu
tp_type_dbus_struct_sa_28usuussduss_29
tp_type_dbus_struct_saa_7bsv_7das
tp_type_dbus_struct_sasas
tp_type_dbus_struct_sasuu
tp_type_dbus_struct_sq
tp_type_dbus_struct_su
tp_type_dbus_struct_susv
tp_type_dbus_struct_sy
tp_type_dbus_struct_ua_7bsa_7bsv_7d_7d
tp_type_dbus_struct_ubb
tp_type_dbus_struct_ubba_7bss_7d
tp_type_dbus_struct_us
tp_type_dbus_struct_usa_7bsv_7d
tp_type_dbus_struct_uss
tp_type_dbus_struct_ussu
tp_type_dbus_struct_usuu
tp_type_dbus_struct_usuussduss
tp_type_dbus_struct_usuuua_7bss_7d
tp_type_dbus_struct_usuuuu
tp_type_dbus_struct_uu
tp_type_dbus_struct_uuus
tp_type_dbus_struct_uuusa_7bsv_7du
tp_type_dbus_struct_uuuuus
tp_type_dbus_struct_uuuuuu
tp_type_dbus_struct_uv
</SECTION>

<SECTION>
<TITLE>run</TITLE>
<INCLUDE>telepathy-glib/run.h</INCLUDE>
<FILE>run</FILE>
tp_run_connection_manager
</SECTION>

<SECTION>
<TITLE>debug-ansi</TITLE>
<INCLUDE>telepathy-glib/debug-ansi.h</INCLUDE>
<FILE>debug-ansi</FILE>
TP_ANSI_RESET
TP_ANSI_BOLD_ON
TP_ANSI_INVERSE_ON
TP_ANSI_BOLD_OFF
TP_ANSI_FG_BLACK
TP_ANSI_FG_RED
TP_ANSI_FG_GREEN
TP_ANSI_FG_YELLOW
TP_ANSI_FG_BLUE
TP_ANSI_FG_MAGENTA
TP_ANSI_FG_CYAN
TP_ANSI_FG_WHITE
TP_ANSI_BG_RED
TP_ANSI_BG_GREEN
TP_ANSI_BG_YELLOW
TP_ANSI_BG_BLUE
TP_ANSI_BG_MAGENTA
TP_ANSI_BG_CYAN
TP_ANSI_BG_WHITE
</SECTION>

<SECTION>
<FILE>properties-mixin</FILE>
TpPropertySignature
TpProperty
TpPropertiesContext
TpPropertiesSetFunc
<TITLE>TpPropertiesMixin</TITLE>
<INCLUDE>telepathy-glib/properties-mixin.h</INCLUDE>
TpPropertiesMixin
TpPropertiesMixinClass
tp_properties_mixin_class_init
tp_properties_mixin_init
tp_properties_mixin_finalize
tp_properties_mixin_list_properties
tp_properties_mixin_get_properties
tp_properties_mixin_set_properties
tp_properties_mixin_has_property
tp_properties_context_has
tp_properties_context_has_other_than
tp_properties_context_get
tp_properties_context_get_value_count
tp_properties_context_remove
tp_properties_context_return
tp_properties_context_return_if_done
tp_properties_mixin_change_value
tp_properties_mixin_change_flags
tp_properties_mixin_emit_changed
tp_properties_mixin_emit_flags
tp_properties_mixin_is_readable
tp_properties_mixin_is_writable
tp_properties_mixin_iface_init
TP_TYPE_PROPERTY_INFO_STRUCT
TP_TYPE_PROPERTY_INFO_LIST
TP_TYPE_PROPERTY_VALUE_STRUCT
TP_TYPE_PROPERTY_VALUE_LIST
TP_TYPE_PROPERTY_FLAGS_STRUCT
TP_TYPE_PROPERTY_FLAGS_LIST
<SUBSECTION Private>
TP_PROPERTIES_MIXIN_CLASS_OFFSET_QUARK
TP_PROPERTIES_MIXIN_CLASS_OFFSET
TP_PROPERTIES_MIXIN_OFFSET_QUARK
TP_PROPERTIES_MIXIN_OFFSET
tp_properties_mixin_class_get_offset_quark
tp_properties_mixin_get_offset_quark
TpPropertiesMixinPrivate
TpPropertiesMixinClassPrivate
<SUBSECTION Standard>
TP_PROPERTIES_MIXIN_CLASS
TP_PROPERTIES_MIXIN
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/contacts-mixin.h</INCLUDE>
<FILE>contacts-mixin</FILE>

<TITLE>TpContactsMixin</TITLE>
TpContactsMixin
TpContactsMixinClass
tp_contacts_mixin_add_contact_attributes_iface
tp_contacts_mixin_class_init
tp_contacts_mixin_finalize
tp_contacts_mixin_iface_init
tp_contacts_mixin_init
tp_contacts_mixin_set_contact_attribute
TpContactsMixinFillContactAttributesFunc
<SUBSECTION Private>
TP_CONTACTS_MIXIN_CLASS_OFFSET
TP_CONTACTS_MIXIN_CLASS_OFFSET_QUARK
TP_CONTACTS_MIXIN_OFFSET
TP_CONTACTS_MIXIN_OFFSET_QUARK
tp_contacts_mixin_class_get_offset_quark
tp_contacts_mixin_get_offset_quark
TpContactsMixinClassPrivate
TpContactsMixinPrivate
<SUBSECTION Standard>
TP_CONTACTS_MIXIN_CLASS
TP_CONTACTS_MIXIN
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/presence-mixin.h</INCLUDE>
<FILE>presence-mixin</FILE>
TpPresenceStatusOptionalArgumentSpec
TpPresenceStatusSpec
TpPresenceMixinStatusAvailableFunc
TpPresenceMixinGetContactStatusesFunc
TpPresenceMixinSetOwnStatusFunc
TpPresenceStatus
tp_presence_status_new
tp_presence_status_free
<TITLE>TpPresenceMixin</TITLE>
TpPresenceMixin
TpPresenceMixinClass
tp_presence_mixin_class_init
tp_presence_mixin_init
tp_presence_mixin_finalize
tp_presence_mixin_emit_presence_update
tp_presence_mixin_emit_one_presence_update
tp_presence_mixin_iface_init
tp_presence_mixin_simple_presence_iface_init
tp_presence_mixin_simple_presence_init_dbus_properties
tp_presence_mixin_simple_presence_register_with_contacts_mixin
<SUBSECTION Private>
TP_PRESENCE_MIXIN_CLASS_OFFSET_QUARK
TP_PRESENCE_MIXIN_CLASS_OFFSET
TP_PRESENCE_MIXIN_OFFSET_QUARK
TP_PRESENCE_MIXIN_OFFSET
tp_presence_mixin_class_get_offset_quark
tp_presence_mixin_get_offset_quark
TpPresenceMixinPrivate
TpPresenceMixinClassPrivate
<SUBSECTION Standard>
TP_PRESENCE_MIXIN_CLASS
TP_PRESENCE_MIXIN
</SECTION>

<SECTION>
<FILE>debug</FILE>
<TITLE>debug</TITLE>
<INCLUDE>telepathy-glib/debug.h</INCLUDE>
tp_debug_set_flags
tp_debug_set_persistent
tp_debug_divert_messages
tp_debug_timestamped_log_handler
<SUBSECTION>
tp_debug_set_flags_from_string
tp_debug_set_flags_from_env
tp_debug_set_all_flags
</SECTION>

<SECTION>
<FILE>handle</FILE>
<INCLUDE>telepathy-glib/handle.h</INCLUDE>
<TITLE>handle</TITLE>
TpHandle
TP_TYPE_HANDLE
TP_UNKNOWN_HANDLE_TYPE
tp_handle_type_is_valid
tp_handle_type_to_string
</SECTION>

<SECTION>
<FILE>group-mixin</FILE>
<INCLUDE>telepathy-glib/group-mixin.h</INCLUDE>
<TITLE>TpGroupMixin</TITLE>
TpGroupMixinAddMemberFunc
TpGroupMixinRemMemberFunc
TpGroupMixinRemMemberWithReasonFunc
TpGroupMixin
TpGroupMixinClass
tp_group_mixin_class_init
tp_group_mixin_class_allow_self_removal
tp_group_mixin_class_set_remove_with_reason_func
tp_group_mixin_init
tp_group_mixin_finalize
tp_group_mixin_get_self_handle
tp_group_mixin_get_group_flags
tp_group_mixin_add_members
tp_group_mixin_remove_members
tp_group_mixin_remove_members_with_reason
tp_group_mixin_get_members
tp_group_mixin_get_local_pending_members
tp_group_mixin_get_local_pending_members_with_info
tp_group_mixin_get_remote_pending_members
tp_group_mixin_get_all_members
tp_group_mixin_get_handle_owners
tp_group_mixin_change_flags
tp_group_mixin_change_members
tp_group_mixin_change_members_detailed
tp_group_mixin_add_handle_owner
tp_group_mixin_iface_init
tp_group_mixin_add_handle_owners
tp_group_mixin_get_dbus_property
tp_group_mixin_init_dbus_properties
tp_group_mixin_change_self_handle
tp_external_group_mixin_iface_init
tp_external_group_mixin_init
tp_external_group_mixin_finalize
tp_external_group_mixin_init_dbus_properties
tp_external_group_mixin_get_dbus_property
<SUBSECTION Private>
tp_group_mixin_class_get_offset_quark
tp_group_mixin_get_offset_quark
TP_GROUP_MIXIN_CLASS_OFFSET_QUARK
TP_GROUP_MIXIN_CLASS_OFFSET
TP_GROUP_MIXIN_OFFSET_QUARK
TP_GROUP_MIXIN_OFFSET
TpGroupMixinPrivate
TpGroupMixinClassPrivate
<SUBSECTION Standard>
TP_GROUP_MIXIN_CLASS
TP_GROUP_MIXIN
</SECTION>

<SECTION>
<FILE>intset</FILE>
<INCLUDE>telepathy-glib/intset.h</INCLUDE>
<TITLE>TpIntset</TITLE>
TpIntset
TP_TYPE_INTSET
TpIntFunc
tp_intset_sized_new
tp_intset_new
tp_intset_new_containing
tp_intset_destroy
tp_intset_clear
tp_intset_add
tp_intset_remove
tp_intset_is_member
tp_intset_foreach
tp_intset_to_array
tp_intset_from_array
tp_intset_is_empty
tp_intset_size
tp_intset_is_equal
tp_intset_copy
tp_intset_intersection
tp_intset_union
tp_intset_difference
tp_intset_symmetric_difference
tp_intset_dump
TpIntsetFastIter
tp_intset_fast_iter_init
tp_intset_fast_iter_next
TP_INTSET_ITER_INIT
TpIntsetIter
tp_intset_iter_init
tp_intset_iter_next
tp_intset_iter_reset
<SUBSECTION Standard>
tp_intset_get_type
<SUBSECTION Private>
TpIntSet
TpIntSetIter
TpIntSetFastIter
</SECTION>

<SECTION>
<FILE>asv</FILE>
<TITLE>asv</TITLE>
<INCLUDE>telepathy-glib/dbus.h</INCLUDE>
tp_asv_size
tp_asv_new
tp_asv_get_boolean
tp_asv_set_boolean
tp_asv_get_boxed
tp_asv_set_boxed
tp_asv_take_boxed
tp_asv_set_static_boxed
tp_asv_get_bytes
tp_asv_set_bytes
tp_asv_take_bytes
tp_asv_get_double
tp_asv_set_double
tp_asv_get_int32
tp_asv_set_int32
tp_asv_get_int64
tp_asv_set_int64
tp_asv_get_object_path
tp_asv_set_object_path
tp_asv_take_object_path
tp_asv_set_static_object_path
tp_asv_get_string
tp_asv_set_string
tp_asv_take_string
tp_asv_set_static_string
tp_asv_get_strv
tp_asv_set_strv
tp_asv_get_uint32
tp_asv_set_uint32
tp_asv_get_uint64
tp_asv_set_uint64
tp_asv_lookup
tp_asv_dump
</SECTION>

<SECTION>
<FILE>dbus</FILE>
<TITLE>dbus</TITLE>
<INCLUDE>telepathy-glib/dbus.h</INCLUDE>
tp_dbus_g_method_return_not_implemented
tp_get_bus
tp_get_bus_proxy
TpDBusNameType
TP_TYPE_DBUS_NAME_TYPE
tp_dbus_check_valid_bus_name
tp_dbus_check_valid_interface_name
tp_dbus_check_valid_member_name
tp_dbus_check_valid_object_path
tp_g_value_slice_new_bytes
tp_g_value_slice_new_take_bytes
tp_g_value_slice_new_object_path
tp_g_value_slice_new_static_object_path
tp_g_value_slice_new_take_object_path
<SUBSECTION>
TpDBusDaemon
TpDBusDaemonClass
tp_dbus_daemon_dup
tp_dbus_daemon_new
tp_dbus_daemon_get_unique_name
TpDBusDaemonNameOwnerChangedCb
tp_dbus_daemon_watch_name_owner
tp_dbus_daemon_cancel_name_owner_watch
TpDBusDaemonListNamesCb
tp_dbus_daemon_list_names
tp_dbus_daemon_list_activatable_names
tp_dbus_daemon_release_name
tp_dbus_daemon_request_name
tp_dbus_daemon_register_object
tp_dbus_daemon_unregister_object
tp_dbus_daemon_init_known_interfaces
<SUBSECTION>
tp_cli_dbus_daemon_call_add_match
tp_cli_dbus_daemon_call_get_connection_se_linux_security_context
tp_cli_dbus_daemon_call_get_connection_unix_process_id
tp_cli_dbus_daemon_call_get_connection_unix_user
tp_cli_dbus_daemon_call_get_id
tp_cli_dbus_daemon_call_get_name_owner
tp_cli_dbus_daemon_call_hello
tp_cli_dbus_daemon_call_list_activatable_names
tp_cli_dbus_daemon_call_list_names
tp_cli_dbus_daemon_call_list_queued_owners
tp_cli_dbus_daemon_call_name_has_owner
tp_cli_dbus_daemon_call_release_name
tp_cli_dbus_daemon_call_reload_config
tp_cli_dbus_daemon_call_remove_match
tp_cli_dbus_daemon_call_request_name
tp_cli_dbus_daemon_call_start_service_by_name
tp_cli_dbus_daemon_run_add_match
tp_cli_dbus_daemon_run_get_connection_se_linux_security_context
tp_cli_dbus_daemon_run_get_connection_unix_process_id
tp_cli_dbus_daemon_run_get_connection_unix_user
tp_cli_dbus_daemon_run_get_id
tp_cli_dbus_daemon_run_get_name_owner
tp_cli_dbus_daemon_run_hello
tp_cli_dbus_daemon_run_list_activatable_names
tp_cli_dbus_daemon_run_list_names
tp_cli_dbus_daemon_run_list_queued_owners
tp_cli_dbus_daemon_run_name_has_owner
tp_cli_dbus_daemon_run_release_name
tp_cli_dbus_daemon_run_reload_config
tp_cli_dbus_daemon_run_remove_match
tp_cli_dbus_daemon_run_request_name
tp_cli_dbus_daemon_run_start_service_by_name
tp_cli_dbus_daemon_callback_for_add_match
tp_cli_dbus_daemon_callback_for_get_connection_se_linux_security_context
tp_cli_dbus_daemon_callback_for_get_connection_unix_process_id
tp_cli_dbus_daemon_callback_for_get_connection_unix_user
tp_cli_dbus_daemon_callback_for_get_id
tp_cli_dbus_daemon_callback_for_get_name_owner
tp_cli_dbus_daemon_callback_for_hello
tp_cli_dbus_daemon_callback_for_list_activatable_names
tp_cli_dbus_daemon_callback_for_list_names
tp_cli_dbus_daemon_callback_for_list_queued_owners
tp_cli_dbus_daemon_callback_for_name_has_owner
tp_cli_dbus_daemon_callback_for_release_name
tp_cli_dbus_daemon_callback_for_reload_config
tp_cli_dbus_daemon_callback_for_remove_match
tp_cli_dbus_daemon_callback_for_request_name
tp_cli_dbus_daemon_callback_for_start_service_by_name
tp_cli_dbus_daemon_connect_to_name_acquired
tp_cli_dbus_daemon_connect_to_name_lost
tp_cli_dbus_daemon_connect_to_name_owner_changed
tp_cli_dbus_daemon_signal_callback_name_acquired
tp_cli_dbus_daemon_signal_callback_name_lost
tp_cli_dbus_daemon_signal_callback_name_owner_changed
<SUBSECTION Standard>
tp_dbus_name_type_get_type
tp_dbus_daemon_get_type
TP_DBUS_DAEMON
TP_DBUS_DAEMON_CLASS
TP_DBUS_DAEMON_GET_CLASS
TP_IS_DBUS_DAEMON
TP_IS_DBUS_DAEMON_CLASS
TP_TYPE_DBUS_DAEMON
TpDBusDaemonPrivate
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/dbus-properties-mixin.h</INCLUDE>
<FILE>dbus-properties-mixin</FILE>
<TITLE>dbus-properties-mixin</TITLE>
TpDBusPropertiesMixinFlags
TP_TYPE_DBUS_PROPERTIES_MIXIN_FLAGS
TpDBusPropertiesMixinIfaceInfo
TpDBusPropertiesMixinPropInfo
tp_svc_interface_set_dbus_properties_info
<SUBSECTION>
TpDBusPropertiesMixinClass
TpDBusPropertiesMixinIfaceImpl
TpDBusPropertiesMixinPropImpl
TpDBusPropertiesMixinGetter
tp_dbus_properties_mixin_getter_gobject_properties
TpDBusPropertiesMixinSetter
tp_dbus_properties_mixin_setter_gobject_properties
tp_dbus_properties_mixin_class_init
tp_dbus_properties_mixin_implement_interface
tp_dbus_properties_mixin_iface_init
tp_dbus_properties_mixin_get
tp_dbus_properties_mixin_fill_properties_hash
tp_dbus_properties_mixin_make_properties_hash
<SUBSECTION Standard>
tp_dbus_properties_mixin_flags_get_type
</SECTION>

<SECTION>
<TITLE>errors</TITLE>
<INCLUDE>telepathy-glib/errors.h</INCLUDE>
<FILE>errors</FILE>
TP_ERROR_PREFIX
TP_ERROR
TP_TYPE_ERROR
TpError
tp_g_set_error_invalid_handle_type
tp_g_set_error_unsupported_handle_type
tp_error_get_dbus_name
TP_ERROR_STR_NETWORK_ERROR
TP_ERROR_STR_NOT_IMPLEMENTED
TP_ERROR_STR_INVALID_ARGUMENT
TP_ERROR_STR_NOT_AVAILABLE
TP_ERROR_STR_PERMISSION_DENIED
TP_ERROR_STR_DISCONNECTED
TP_ERROR_STR_INVALID_HANDLE
TP_ERROR_STR_CHANNEL_BANNED
TP_ERROR_STR_CHANNEL_FULL
TP_ERROR_STR_CHANNEL_INVITE_ONLY
TP_ERROR_STR_NOT_YOURS
TP_ERROR_STR_CANCELLED
TP_ERROR_STR_AUTHENTICATION_FAILED
TP_ERROR_STR_ENCRYPTION_NOT_AVAILABLE
TP_ERROR_STR_ENCRYPTION_ERROR
TP_ERROR_STR_CERT_NOT_PROVIDED
TP_ERROR_STR_CERT_UNTRUSTED
TP_ERROR_STR_CERT_EXPIRED
TP_ERROR_STR_CERT_NOT_ACTIVATED
TP_ERROR_STR_CERT_FINGERPRINT_MISMATCH
TP_ERROR_STR_CERT_HOSTNAME_MISMATCH
TP_ERROR_STR_CERT_SELF_SIGNED
TP_ERROR_STR_CERT_INVALID
TP_ERROR_STR_NOT_CAPABLE
TP_ERROR_STR_OFFLINE
TP_ERROR_STR_CHANNEL_KICKED
TP_ERROR_STR_BUSY
TP_ERROR_STR_NO_ANSWER
TP_ERROR_STR_DOES_NOT_EXIST
TP_ERROR_STR_TERMINATED
TP_ERROR_STR_CONNECTION_REFUSED
TP_ERROR_STR_CONNECTION_FAILED
TP_ERROR_STR_CONNECTION_LOST
TP_ERROR_STR_ALREADY_CONNECTED
TP_ERROR_STR_CONNECTION_REPLACED
TP_ERROR_STR_REGISTRATION_EXISTS
TP_ERROR_STR_SERVICE_BUSY
TP_ERROR_STR_RESOURCE_UNAVAILABLE
TP_ERROR_STR_WOULD_BREAK_ANONYMITY
TP_ERROR_STR_CERT_REVOKED
TP_ERROR_STR_CERT_INSECURE
TP_ERROR_STR_CERT_LIMIT_EXCEEDED
TP_ERROR_STR_NOT_YET
<SUBSECTION Standard>
tp_error_get_type
tp_errors_quark
tp_error_quark
<SUBSECTION Private>
TP_ERRORS
</SECTION>

<SECTION>
<TITLE>TpHeap</TITLE>
<INCLUDE>telepathy-glib/heap.h</INCLUDE>
<FILE>heap</FILE>
TpHeap
tp_heap_new
tp_heap_destroy
tp_heap_clear
tp_heap_add
tp_heap_remove
tp_heap_peek_first
tp_heap_extract_first
tp_heap_size
</SECTION>

<SECTION>
<FILE>message-mixin</FILE>
<INCLUDE>telepathy-glib/message-mixin.h</INCLUDE>
<TITLE>TpMessageMixin</TITLE>
TpMessage
tp_message_append_part
tp_message_count_parts
tp_message_delete_key
tp_message_delete_part
tp_message_destroy
tp_message_new
tp_message_peek
tp_message_ref_handle
tp_message_set
tp_message_set_boolean
tp_message_set_bytes
tp_message_set_handle
tp_message_set_int16
tp_message_set_int32
tp_message_set_int64
tp_message_set_string
tp_message_set_string_printf
tp_message_set_uint16
tp_message_set_uint32
tp_message_set_uint64
tp_message_take_message
TpMessageMixin
TpMessageMixinSendImpl
tp_message_mixin_finalize
tp_message_mixin_implement_sending
tp_message_mixin_init
tp_message_mixin_init_dbus_properties
tp_message_mixin_messages_iface_init
tp_message_mixin_get_dbus_property
tp_message_mixin_sent
tp_message_mixin_set_rescued
tp_message_mixin_take_received
tp_message_mixin_has_pending_messages
tp_message_mixin_clear
tp_message_mixin_text_iface_init
<SUBSECTION Private>
TpMessageMixinPrivate
</SECTION>

<SECTION>
<FILE>text-mixin</FILE>
<INCLUDE>telepathy-glib/text-mixin.h</INCLUDE>
<TITLE>TpTextMixin</TITLE>
TpTextMixin
TpTextMixinClass
tp_text_mixin_class_get_offset_quark
tp_text_mixin_get_offset_quark
tp_text_mixin_class_init
tp_text_mixin_init
tp_text_mixin_set_message_types
tp_text_mixin_finalize
tp_text_mixin_receive_with_flags
tp_text_mixin_receive
tp_text_mixin_acknowledge_pending_messages
tp_text_mixin_list_pending_messages
tp_text_mixin_get_message_types
tp_text_mixin_clear
tp_text_mixin_has_pending_messages
tp_text_mixin_set_rescued
tp_text_mixin_iface_init
<SUBSECTION Private>
TP_TEXT_MIXIN_CLASS_OFFSET_QUARK
TP_TEXT_MIXIN_CLASS_OFFSET
TP_TEXT_MIXIN_OFFSET_QUARK
TP_TEXT_MIXIN_OFFSET
TpTextMixinPrivate
TpTextMixinClassPrivate
<SUBSECTION Standard>
TP_TEXT_MIXIN_CLASS
TP_TEXT_MIXIN
</SECTION>

<SECTION>
<FILE>enums</FILE>
<INCLUDE>telepathy-glib/enums.h</INCLUDE>
<TITLE>enums</TITLE>
TpHandleType
NUM_TP_HANDLE_TYPES
TpConnMgrParamFlags
TpConnectionStatus
NUM_TP_CONNECTION_STATUSES
TpConnectionStatusReason
NUM_TP_CONNECTION_STATUS_REASONS
TpConnectionAliasFlags
TpConnectionCapabilityFlags
TpConnectionPresenceType
NUM_TP_CONNECTION_PRESENCE_TYPES
TpDTMFEvent
NUM_TP_DTMF_EVENTS
TpMediaStreamType
NUM_TP_MEDIA_STREAM_TYPES
TpMediaStreamState
NUM_TP_MEDIA_STREAM_STATES
TpMediaStreamDirection
NUM_TP_MEDIA_STREAM_DIRECTIONS
TpMediaStreamPendingSend
TpChannelMediaCapabilities
TpChannelTextSendError
NUM_TP_CHANNEL_TEXT_SEND_ERRORS
TpChannelTextMessageType
NUM_TP_CHANNEL_TEXT_MESSAGE_TYPES
TpChannelTextMessageFlags
TpChannelChatState
NUM_TP_CHANNEL_CHAT_STATES
TpChannelGroupFlags
TpChannelGroupChangeReason
NUM_TP_CHANNEL_GROUP_CHANGE_REASONS
TpChannelPasswordFlags
TpDeliveryReportingSupportFlags
TpDeliveryStatus
NUM_TP_DELIVERY_STATUSES
TpMediaStreamError
NUM_TP_MEDIA_STREAM_ERRORS
TpMediaStreamBaseProto
NUM_TP_MEDIA_STREAM_BASE_PROTOS
TpMediaStreamTransportType
NUM_TP_MEDIA_STREAM_TRANSPORT_TYPES
TpPropertyFlags
TpMessagePartSupportFlags
TpMessageSendingFlags
NUM_TP_SOCKET_ACCESS_CONTROLS
TpSocketAccessControl
NUM_TP_SOCKET_ADDRESS_TYPES
TpSocketAddressType
NUM_TP_TUBE_STATES
TpTubeState
NUM_TP_TUBE_TYPES
TpTubeType
TpChannelCallStateFlags
NUM_TP_LOCAL_HOLD_STATES
TpLocalHoldState
NUM_TP_LOCAL_HOLD_STATE_REASONS
TpLocalHoldStateReason
TpRichPresenceAccessControlType
NUM_TP_RICH_PRESENCE_ACCESS_CONTROL_TYPES
TpFileHashType
NUM_TP_FILE_HASH_TYPES
TpFileTransferState
NUM_TP_FILE_TRANSFER_STATES
TpFileTransferStateChangeReason
NUM_TP_FILE_TRANSFER_STATE_CHANGE_REASONS
TpTubeChannelState
NUM_TP_TUBE_CHANNEL_STATES
TpDebugLevel
NUM_TP_DEBUG_LEVELS
TpContactInfoFlags
TpContactInfoFieldFlags
TpLocationFeatures
TpServicePointType
NUM_TP_SERVICE_POINT_TYPES
TpAnonymityModeFlags
TpStorageRestrictionFlags
TpTLSCertificateRejectReason
NUM_TP_TLS_CERTIFICATE_REJECT_REASONS
TpTLSCertificateState
NUM_TP_TLS_CERTIFICATE_STATES
</SECTION>

<SECTION>
<FILE>interfaces</FILE>
<TITLE>interfaces</TITLE>
<INCLUDE>telepathy-glib/interfaces.h</INCLUDE>
TP_IFACE_ACCOUNT
TP_IFACE_QUARK_ACCOUNT
TP_IFACE_ACCOUNT_INTERFACE_AVATAR
TP_IFACE_QUARK_ACCOUNT_INTERFACE_AVATAR
TP_IFACE_ACCOUNT_INTERFACE_STORAGE
TP_IFACE_QUARK_ACCOUNT_INTERFACE_STORAGE
TP_IFACE_ACCOUNT_MANAGER
TP_IFACE_QUARK_ACCOUNT_MANAGER
TP_IFACE_AUTHENTICATION_TLS_CERTIFICATE
TP_IFACE_QUARK_AUTHENTICATION_TLS_CERTIFICATE
TP_IFACE_DBUS_DAEMON
TP_IFACE_QUARK_DBUS_DAEMON
TP_IFACE_DBUS_INTROSPECTABLE
TP_IFACE_QUARK_DBUS_INTROSPECTABLE
TP_IFACE_DBUS_PEER
TP_IFACE_QUARK_DBUS_PEER
TP_IFACE_DBUS_PROPERTIES
TP_IFACE_QUARK_DBUS_PROPERTIES
TP_IFACE_DEBUG
TP_IFACE_QUARK_DEBUG
TP_IFACE_CONNECTION_MANAGER
TP_IFACE_QUARK_CONNECTION_MANAGER
TP_IFACE_PROTOCOL
TP_IFACE_QUARK_PROTOCOL
TP_IFACE_CONNECTION
TP_IFACE_QUARK_CONNECTION
TP_IFACE_CONNECTION_INTERFACE_ALIASING
TP_IFACE_QUARK_CONNECTION_INTERFACE_ALIASING
TP_IFACE_CONNECTION_INTERFACE_ANONYMITY
TP_IFACE_QUARK_CONNECTION_INTERFACE_ANONYMITY
TP_IFACE_CONNECTION_INTERFACE_AVATARS
TP_IFACE_QUARK_CONNECTION_INTERFACE_AVATARS
TP_IFACE_CONNECTION_INTERFACE_BALANCE
TP_IFACE_QUARK_CONNECTION_INTERFACE_BALANCE
TP_IFACE_CONNECTION_INTERFACE_CAPABILITIES
TP_IFACE_QUARK_CONNECTION_INTERFACE_CAPABILITIES
TP_IFACE_CONNECTION_INTERFACE_CELLULAR
TP_IFACE_QUARK_CONNECTION_INTERFACE_CELLULAR
TP_IFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES
TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_CAPABILITIES
TP_IFACE_CONNECTION_INTERFACE_CONTACT_INFO
TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACT_INFO
TP_IFACE_CONNECTION_INTERFACE_CONTACTS
TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACTS
TP_IFACE_CONNECTION_INTERFACE_REQUESTS
TP_IFACE_QUARK_CONNECTION_INTERFACE_REQUESTS
TP_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE
TP_IFACE_QUARK_CONNECTION_INTERFACE_SIMPLE_PRESENCE
TP_IFACE_CONNECTION_INTERFACE_PRESENCE
TP_IFACE_QUARK_CONNECTION_INTERFACE_PRESENCE
TP_IFACE_CONNECTION_INTERFACE_LOCATION
TP_IFACE_QUARK_CONNECTION_INTERFACE_LOCATION
TP_IFACE_CONNECTION_INTERFACE_SERVICE_POINT
TP_IFACE_QUARK_CONNECTION_INTERFACE_SERVICE_POINT
TP_IFACE_CHANNEL
TP_IFACE_QUARK_CHANNEL
TP_IFACE_CHANNEL_TYPE_CONTACT_LIST
TP_IFACE_QUARK_CHANNEL_TYPE_CONTACT_LIST
TP_IFACE_CHANNEL_TYPE_CONTACT_SEARCH
TP_IFACE_QUARK_CHANNEL_TYPE_CONTACT_SEARCH
TP_IFACE_CHANNEL_TYPE_FILE_TRANSFER
TP_IFACE_QUARK_CHANNEL_TYPE_FILE_TRANSFER
TP_IFACE_CHANNEL_TYPE_SERVER_TLS_CONNECTION
TP_IFACE_QUARK_CHANNEL_TYPE_SERVER_TLS_CONNECTION
TP_IFACE_CHANNEL_TYPE_STREAMED_MEDIA
TP_IFACE_QUARK_CHANNEL_TYPE_STREAMED_MEDIA
TP_IFACE_CHANNEL_TYPE_ROOM_LIST
TP_IFACE_QUARK_CHANNEL_TYPE_ROOM_LIST
TP_IFACE_CHANNEL_TYPE_TEXT
TP_IFACE_QUARK_CHANNEL_TYPE_TEXT
TP_IFACE_CHANNEL_TYPE_TUBES
TP_IFACE_QUARK_CHANNEL_TYPE_TUBES
TP_IFACE_CHANNEL_INTERFACE_TUBE
TP_IFACE_CHANNEL_TYPE_DBUS_TUBE
TP_IFACE_CHANNEL_TYPE_STREAM_TUBE
TP_IFACE_QUARK_CHANNEL_INTERFACE_TUBE
TP_IFACE_QUARK_CHANNEL_TYPE_DBUS_TUBE
TP_IFACE_QUARK_CHANNEL_TYPE_STREAM_TUBE
TP_IFACE_CHANNEL_INTERFACE_ANONYMITY
TP_IFACE_QUARK_CHANNEL_INTERFACE_ANONYMITY
TP_IFACE_CHANNEL_INTERFACE_CALL_STATE
TP_IFACE_QUARK_CHANNEL_INTERFACE_CALL_STATE
TP_IFACE_CHANNEL_INTERFACE_CHAT_STATE
TP_IFACE_QUARK_CHANNEL_INTERFACE_CHAT_STATE
TP_IFACE_CHANNEL_INTERFACE_CONFERENCE
TP_IFACE_QUARK_CHANNEL_INTERFACE_CONFERENCE
TP_IFACE_CHANNEL_INTERFACE_DESTROYABLE
TP_IFACE_QUARK_CHANNEL_INTERFACE_DESTROYABLE
TP_IFACE_CHANNEL_INTERFACE_DTMF
TP_IFACE_QUARK_CHANNEL_INTERFACE_DTMF
TP_IFACE_CHANNEL_INTERFACE_GROUP
TP_IFACE_QUARK_CHANNEL_INTERFACE_GROUP
TP_IFACE_CHANNEL_INTERFACE_HOLD
TP_IFACE_QUARK_CHANNEL_INTERFACE_HOLD
TP_IFACE_CHANNEL_INTERFACE_PASSWORD
TP_IFACE_QUARK_CHANNEL_INTERFACE_PASSWORD
TP_IFACE_CHANNEL_INTERFACE_SMS
TP_IFACE_QUARK_CHANNEL_INTERFACE_SMS
TP_IFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING
TP_IFACE_QUARK_CHANNEL_INTERFACE_MEDIA_SIGNALLING
TP_IFACE_CHANNEL_INTERFACE_MESSAGES
TP_IFACE_QUARK_CHANNEL_INTERFACE_MESSAGES
TP_IFACE_CHANNEL_INTERFACE_SERVICE_POINT
TP_IFACE_QUARK_CHANNEL_INTERFACE_SERVICE_POINT
TP_IFACE_CHANNEL_DISPATCHER
TP_IFACE_QUARK_CHANNEL_DISPATCHER
TP_IFACE_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST
TP_IFACE_QUARK_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST
TP_IFACE_CHANNEL_DISPATCH_OPERATION
TP_IFACE_QUARK_CHANNEL_DISPATCH_OPERATION
TP_IFACE_CHANNEL_REQUEST
TP_IFACE_QUARK_CHANNEL_REQUEST
TP_IFACE_MEDIA_SESSION_HANDLER
TP_IFACE_QUARK_MEDIA_SESSION_HANDLER
TP_IFACE_MEDIA_STREAM_HANDLER
TP_IFACE_QUARK_MEDIA_STREAM_HANDLER
TP_IFACE_PROPERTIES_INTERFACE
TP_IFACE_QUARK_PROPERTIES_INTERFACE
TP_IFACE_CLIENT
TP_IFACE_QUARK_CLIENT
TP_IFACE_CLIENT_APPROVER
TP_IFACE_QUARK_CLIENT_APPROVER
TP_IFACE_CLIENT_HANDLER
TP_IFACE_QUARK_CLIENT_HANDLER
TP_IFACE_CLIENT_OBSERVER
TP_IFACE_QUARK_CLIENT_OBSERVER
TP_IFACE_CLIENT_INTERFACE_REQUESTS
TP_IFACE_QUARK_CLIENT_INTERFACE_REQUESTS
TP_PROP_ACCOUNT_AUTOMATIC_PRESENCE
TP_PROP_ACCOUNT_CHANGING_PRESENCE
TP_PROP_ACCOUNT_CONNECTION
TP_PROP_ACCOUNT_CONNECTION_ERROR
TP_PROP_ACCOUNT_CONNECTION_ERROR_DETAILS
TP_PROP_ACCOUNT_CONNECTION_STATUS
TP_PROP_ACCOUNT_CONNECTION_STATUS_REASON
TP_PROP_ACCOUNT_CONNECT_AUTOMATICALLY
TP_PROP_ACCOUNT_CURRENT_PRESENCE
TP_PROP_ACCOUNT_DISPLAY_NAME
TP_PROP_ACCOUNT_ENABLED
TP_PROP_ACCOUNT_HAS_BEEN_ONLINE
TP_PROP_ACCOUNT_ICON
TP_PROP_ACCOUNT_INTERFACES
TP_PROP_ACCOUNT_INTERFACE_AVATAR_AVATAR
TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_IDENTIFIER
TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_PROVIDER
TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_RESTRICTIONS
TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_SPECIFIC_INFORMATION
TP_PROP_ACCOUNT_MANAGER_INTERFACES
TP_PROP_ACCOUNT_MANAGER_INVALID_ACCOUNTS
TP_PROP_ACCOUNT_MANAGER_SUPPORTED_ACCOUNT_PROPERTIES
TP_PROP_ACCOUNT_MANAGER_VALID_ACCOUNTS
TP_PROP_ACCOUNT_NICKNAME
TP_PROP_ACCOUNT_NORMALIZED_NAME
TP_PROP_ACCOUNT_PARAMETERS
TP_PROP_ACCOUNT_REQUESTED_PRESENCE
TP_PROP_ACCOUNT_SERVICE
TP_PROP_ACCOUNT_VALID
TP_PROP_AUTHENTICATION_TLS_CERTIFICATE_CERTIFICATE_CHAIN_DATA
TP_PROP_AUTHENTICATION_TLS_CERTIFICATE_CERTIFICATE_TYPE
TP_PROP_AUTHENTICATION_TLS_CERTIFICATE_REJECTIONS
TP_PROP_AUTHENTICATION_TLS_CERTIFICATE_STATE
TP_PROP_CHANNEL_CHANNEL_TYPE
TP_PROP_CHANNEL_DISPATCHER_INTERFACES
TP_PROP_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST_DISPATCH_OPERATIONS
TP_PROP_CHANNEL_DISPATCH_OPERATION_ACCOUNT
TP_PROP_CHANNEL_DISPATCH_OPERATION_CHANNELS
TP_PROP_CHANNEL_DISPATCH_OPERATION_CONNECTION
TP_PROP_CHANNEL_DISPATCH_OPERATION_INTERFACES
TP_PROP_CHANNEL_DISPATCH_OPERATION_POSSIBLE_HANDLERS
TP_PROP_CHANNEL_INITIATOR_HANDLE
TP_PROP_CHANNEL_INITIATOR_ID
TP_PROP_CHANNEL_INTERFACES
TP_PROP_CHANNEL_INTERFACE_ANONYMITY_ANONYMITY_MANDATORY
TP_PROP_CHANNEL_INTERFACE_ANONYMITY_ANONYMITY_MODES
TP_PROP_CHANNEL_INTERFACE_ANONYMITY_ANONYMOUS_ID
TP_PROP_CHANNEL_INTERFACE_CHAT_STATE_CHAT_STATES
TP_PROP_CHANNEL_INTERFACE_CONFERENCE_CHANNELS
TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_CHANNELS
TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_INVITEE_HANDLES
TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INITIAL_INVITEE_IDS
TP_PROP_CHANNEL_INTERFACE_CONFERENCE_INVITATION_MESSAGE
TP_PROP_CHANNEL_INTERFACE_CONFERENCE_ORIGINAL_CHANNELS
TP_PROP_CHANNEL_INTERFACE_DTMF_CURRENTLY_SENDING_TONES
TP_PROP_CHANNEL_INTERFACE_DTMF_INITIAL_TONES
TP_PROP_CHANNEL_INTERFACE_GROUP_GROUP_FLAGS
TP_PROP_CHANNEL_INTERFACE_GROUP_HANDLE_OWNERS
TP_PROP_CHANNEL_INTERFACE_GROUP_LOCAL_PENDING_MEMBERS
TP_PROP_CHANNEL_INTERFACE_GROUP_MEMBERS
TP_PROP_CHANNEL_INTERFACE_GROUP_REMOTE_PENDING_MEMBERS
TP_PROP_CHANNEL_INTERFACE_GROUP_SELF_HANDLE
TP_PROP_CHANNEL_INTERFACE_MESSAGES_DELIVERY_REPORTING_SUPPORT
TP_PROP_CHANNEL_INTERFACE_MESSAGES_MESSAGE_PART_SUPPORT_FLAGS
TP_PROP_CHANNEL_INTERFACE_MESSAGES_PENDING_MESSAGES
TP_PROP_CHANNEL_INTERFACE_MESSAGES_SUPPORTED_CONTENT_TYPES
TP_PROP_CHANNEL_INTERFACE_SERVICE_POINT_CURRENT_SERVICE_POINT
TP_PROP_CHANNEL_INTERFACE_SERVICE_POINT_INITIAL_SERVICE_POINT
TP_PROP_CHANNEL_INTERFACE_SMS_FLASH
TP_PROP_CHANNEL_INTERFACE_TUBE_PARAMETERS
TP_PROP_CHANNEL_INTERFACE_TUBE_STATE
TP_PROP_CHANNEL_REQUESTED
TP_PROP_CHANNEL_REQUEST_ACCOUNT
TP_PROP_CHANNEL_REQUEST_INTERFACES
TP_PROP_CHANNEL_REQUEST_PREFERRED_HANDLER
TP_PROP_CHANNEL_REQUEST_REQUESTS
TP_PROP_CHANNEL_REQUEST_USER_ACTION_TIME
TP_PROP_CHANNEL_TARGET_HANDLE
TP_PROP_CHANNEL_TARGET_HANDLE_TYPE
TP_PROP_CHANNEL_TARGET_ID
TP_PROP_CHANNEL_TYPE_CONTACT_SEARCH_AVAILABLE_SEARCH_KEYS
TP_PROP_CHANNEL_TYPE_CONTACT_SEARCH_LIMIT
TP_PROP_CHANNEL_TYPE_CONTACT_SEARCH_SEARCH_STATE
TP_PROP_CHANNEL_TYPE_CONTACT_SEARCH_SERVER
TP_PROP_CHANNEL_TYPE_DBUS_TUBE_DBUS_NAMES
TP_PROP_CHANNEL_TYPE_DBUS_TUBE_SERVICE_NAME
TP_PROP_CHANNEL_TYPE_DBUS_TUBE_SUPPORTED_ACCESS_CONTROLS
TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_AVAILABLE_SOCKET_TYPES
TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_HASH
TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_HASH_TYPE
TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_CONTENT_TYPE
TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_DATE
TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_DESCRIPTION
TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_FILENAME
TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_INITIAL_OFFSET
TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_SIZE
TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_STATE
TP_PROP_CHANNEL_TYPE_FILE_TRANSFER_TRANSFERRED_BYTES
TP_PROP_CHANNEL_TYPE_ROOM_LIST_SERVER
TP_PROP_CHANNEL_TYPE_SERVER_TLS_CONNECTION_HOSTNAME
TP_PROP_CHANNEL_TYPE_SERVER_TLS_CONNECTION_SERVER_CERTIFICATE
TP_PROP_CHANNEL_TYPE_STREAMED_MEDIA_IMMUTABLE_STREAMS
TP_PROP_CHANNEL_TYPE_STREAMED_MEDIA_INITIAL_AUDIO
TP_PROP_CHANNEL_TYPE_STREAMED_MEDIA_INITIAL_VIDEO
TP_PROP_CHANNEL_TYPE_STREAM_TUBE_SERVICE
TP_PROP_CHANNEL_TYPE_STREAM_TUBE_SUPPORTED_SOCKET_TYPES
TP_PROP_CLIENT_APPROVER_APPROVER_CHANNEL_FILTER
TP_PROP_CLIENT_HANDLER_BYPASS_APPROVAL
TP_PROP_CLIENT_HANDLER_CAPABILITIES
TP_PROP_CLIENT_HANDLER_HANDLED_CHANNELS
TP_PROP_CLIENT_HANDLER_HANDLER_CHANNEL_FILTER
TP_PROP_CLIENT_INTERFACES
TP_PROP_CLIENT_OBSERVER_OBSERVER_CHANNEL_FILTER
TP_PROP_CLIENT_OBSERVER_RECOVER
TP_PROP_CONNECTION_INTERFACE_ANONYMITY_ANONYMITY_MANDATORY
TP_PROP_CONNECTION_INTERFACE_ANONYMITY_ANONYMITY_MODES
TP_PROP_CONNECTION_INTERFACE_ANONYMITY_SUPPORTED_ANONYMITY_MODES
TP_PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_BYTES
TP_PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_HEIGHT
TP_PROP_CONNECTION_INTERFACE_AVATARS_MAXIMUM_AVATAR_WIDTH
TP_PROP_CONNECTION_INTERFACE_AVATARS_MINIMUM_AVATAR_HEIGHT
TP_PROP_CONNECTION_INTERFACE_AVATARS_MINIMUM_AVATAR_WIDTH
TP_PROP_CONNECTION_INTERFACE_AVATARS_RECOMMENDED_AVATAR_HEIGHT
TP_PROP_CONNECTION_INTERFACE_AVATARS_RECOMMENDED_AVATAR_WIDTH
TP_PROP_CONNECTION_INTERFACE_AVATARS_SUPPORTED_AVATAR_MIME_TYPES
TP_PROP_CONNECTION_INTERFACE_BALANCE_ACCOUNT_BALANCE
TP_PROP_CONNECTION_INTERFACE_CELLULAR_IMSI
TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_REDUCED_CHARACTER_SET
TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_SERVICE_CENTRE
TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_VALIDITY_PERIOD
TP_PROP_CONNECTION_INTERFACE_CELLULAR_OVERRIDE_MESSAGE_SERVICE_CENTRE
TP_PROP_CONNECTION_INTERFACE_CONTACTS_CONTACT_ATTRIBUTE_INTERFACES
TP_PROP_CONNECTION_INTERFACE_CONTACT_INFO_CONTACT_INFO_FLAGS
TP_PROP_CONNECTION_INTERFACE_CONTACT_INFO_SUPPORTED_FIELDS
TP_PROP_CONNECTION_INTERFACE_LOCATION_LOCATION_ACCESS_CONTROL
TP_PROP_CONNECTION_INTERFACE_LOCATION_LOCATION_ACCESS_CONTROL_TYPES
TP_PROP_CONNECTION_INTERFACE_LOCATION_SUPPORTED_LOCATION_FEATURES
TP_PROP_CONNECTION_INTERFACE_REQUESTS_CHANNELS
TP_PROP_CONNECTION_INTERFACE_REQUESTS_REQUESTABLE_CHANNEL_CLASSES
TP_PROP_CONNECTION_INTERFACE_SERVICE_POINT_KNOWN_SERVICE_POINTS
TP_PROP_CONNECTION_INTERFACE_SIMPLE_PRESENCE_STATUSES
TP_PROP_CONNECTION_MANAGER_INTERFACES
TP_PROP_CONNECTION_MANAGER_PROTOCOLS
TP_PROP_CONNECTION_INTERFACES
TP_PROP_CONNECTION_SELF_HANDLE
TP_PROP_CONNECTION_STATUS
TP_PROP_DEBUG_ENABLED
TP_PROP_MEDIA_STREAM_HANDLER_CREATED_LOCALLY
TP_PROP_MEDIA_STREAM_HANDLER_NAT_TRAVERSAL
TP_PROP_MEDIA_STREAM_HANDLER_RELAY_INFO
TP_PROP_MEDIA_STREAM_HANDLER_STUN_SERVERS
TP_PROP_PROTOCOL_CONNECTION_INTERFACES
TP_PROP_PROTOCOL_ENGLISH_NAME
TP_PROP_PROTOCOL_ICON
TP_PROP_PROTOCOL_INTERFACES
TP_PROP_PROTOCOL_PARAMETERS
TP_PROP_PROTOCOL_REQUESTABLE_CHANNEL_CLASSES
TP_PROP_PROTOCOL_VCARD_FIELD
TP_TOKEN_CONNECTION_CONTACT_ID
TP_TOKEN_CONNECTION_INTERFACE_ALIASING_ALIAS
TP_TOKEN_CONNECTION_INTERFACE_AVATARS_TOKEN
TP_TOKEN_CONNECTION_INTERFACE_CAPABILITIES_CAPS
TP_TOKEN_CONNECTION_INTERFACE_CONTACT_CAPABILITIES_CAPABILITIES
TP_TOKEN_CONNECTION_INTERFACE_CONTACT_INFO_INFO
TP_TOKEN_CONNECTION_INTERFACE_SIMPLE_PRESENCE_PRESENCE
TP_TOKEN_CONNECTION_INTERFACE_LOCATION_LOCATION
TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_GTALK_P2P
TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_ICE_UDP
TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_WLM_8_5
TP_TOKEN_CHANNEL_INTERFACE_MEDIA_SIGNALLING_WLM_2009
<SUBSECTION Private>
tp_iface_quark_account
tp_iface_quark_account_interface_avatar
tp_iface_quark_account_interface_storage
tp_iface_quark_account_manager
tp_iface_quark_authentication_tls_certificate
tp_iface_quark_dbus_introspectable
tp_iface_quark_dbus_peer
tp_iface_quark_dbus_properties
tp_iface_quark_debug
tp_iface_quark_channel
tp_iface_quark_channel_interface_chat_state
tp_iface_quark_channel_interface_conference
tp_iface_quark_channel_interface_destroyable
tp_iface_quark_channel_interface_dtmf
tp_iface_quark_channel_interface_group
tp_iface_quark_channel_interface_hold
tp_iface_quark_channel_interface_media_signalling
tp_iface_quark_channel_interface_messages
tp_iface_quark_channel_interface_password
tp_iface_quark_channel_interface_sms
tp_iface_quark_channel_type_contact_list
tp_iface_quark_channel_type_contact_search
tp_iface_quark_channel_type_file_transfer
tp_iface_quark_channel_type_room_list
tp_iface_quark_channel_type_server_tls_connection
tp_iface_quark_channel_type_streamed_media
tp_iface_quark_channel_type_text
tp_iface_quark_channel_type_tubes
tp_iface_quark_channel_interface_tube
tp_iface_quark_channel_type_dbus_tube
tp_iface_quark_channel_type_stream_tube
tp_iface_quark_channel_dispatcher
tp_iface_quark_channel_dispatcher_interface_operation_list
tp_iface_quark_channel_dispatch_operation
tp_iface_quark_channel_request
tp_iface_quark_client
tp_iface_quark_client_approver
tp_iface_quark_client_handler
tp_iface_quark_client_interface_requests
tp_iface_quark_client_observer
tp_iface_quark_connection
tp_iface_quark_connection_interface_aliasing
tp_iface_quark_connection_interface_avatars
tp_iface_quark_connection_interface_balance
tp_iface_quark_connection_interface_cellular
tp_iface_quark_connection_interface_contacts
tp_iface_quark_connection_interface_contact_capabilities
tp_iface_quark_connection_interface_contact_info
tp_iface_quark_connection_interface_capabilities
tp_iface_quark_connection_interface_requests
tp_iface_quark_connection_interface_simple_presence
tp_iface_quark_connection_interface_presence
tp_iface_quark_connection_interface_location
tp_iface_quark_connection_manager
tp_iface_quark_dbus_daemon
tp_iface_quark_media_session_handler
tp_iface_quark_media_stream_handler
tp_iface_quark_properties_interface
tp_iface_quark_protocol
tp_iface_quark_channel_interface_call_state
tp_iface_quark_channel_interface_anonymity
tp_iface_quark_channel_interface_service_point
tp_iface_quark_connection_interface_anonymity
tp_iface_quark_connection_interface_service_point
</SECTION>

<SECTION>
<FILE>proxy</FILE>
<TITLE>proxy</TITLE>
<INCLUDE>telepathy-glib/proxy.h</INCLUDE>
TpProxy
TpProxyFeature
TpProxyClassFeatureListFunc
TpProxyClass
tp_proxy_has_interface
tp_proxy_has_interface_by_id
tp_proxy_is_prepared
tp_proxy_prepare_async
tp_proxy_prepare_finish
TpProxyPendingCall
tp_proxy_pending_call_cancel
TpProxySignalConnection
tp_proxy_signal_connection_disconnect
tp_proxy_get_dbus_daemon
tp_proxy_get_dbus_connection
tp_proxy_get_bus_name
tp_proxy_get_object_path
tp_proxy_get_invalidated
tp_proxy_dbus_error_to_gerror
TP_DBUS_ERRORS
TpDBusError
NUM_TP_DBUS_ERRORS
TP_TYPE_DBUS_ERROR
<SUBSECTION Standard>
tp_dbus_error_get_type
tp_dbus_errors_quark
TpProxyPrivate
TP_TYPE_PROXY
tp_proxy_get_type
TP_IS_PROXY
TP_IS_PROXY_CLASS
TP_PROXY
TP_PROXY_CLASS
TP_PROXY_GET_CLASS
</SECTION>

<SECTION>
<FILE>proxy-tp-properties</FILE>
<TITLE>proxy-tp-properties</TITLE>
<INCLUDE>telepathy-glib/proxy.h</INCLUDE>
tp_cli_properties_interface_callback_for_get_properties
tp_cli_properties_interface_call_get_properties
tp_cli_properties_interface_run_get_properties
tp_cli_properties_interface_callback_for_list_properties
tp_cli_properties_interface_call_list_properties
tp_cli_properties_interface_run_list_properties
tp_cli_properties_interface_callback_for_set_properties
tp_cli_properties_interface_call_set_properties
tp_cli_properties_interface_run_set_properties
tp_cli_properties_interface_signal_callback_properties_changed
tp_cli_properties_interface_connect_to_properties_changed
tp_cli_properties_interface_signal_callback_property_flags_changed
tp_cli_properties_interface_connect_to_property_flags_changed
</SECTION>

<SECTION>
<FILE>proxy-dbus-core</FILE>
<TITLE>proxy-dbus-core</TITLE>
<INCLUDE>telepathy-glib/proxy.h</INCLUDE>
<SUBSECTION>
tp_cli_dbus_introspectable_call_introspect
tp_cli_dbus_introspectable_callback_for_introspect
tp_cli_dbus_introspectable_run_introspect
tp_cli_dbus_peer_call_get_machine_id
tp_cli_dbus_peer_call_ping
tp_cli_dbus_peer_callback_for_get_machine_id
tp_cli_dbus_peer_callback_for_ping
tp_cli_dbus_peer_run_get_machine_id
tp_cli_dbus_peer_run_ping
tp_cli_dbus_properties_call_get
tp_cli_dbus_properties_call_get_all
tp_cli_dbus_properties_call_set
tp_cli_dbus_properties_callback_for_get
tp_cli_dbus_properties_callback_for_get_all
tp_cli_dbus_properties_callback_for_set
tp_cli_dbus_properties_run_get
tp_cli_dbus_properties_run_get_all
tp_cli_dbus_properties_run_set
</SECTION>

<SECTION>
<FILE>proxy-subclass</FILE>
<TITLE>proxy-subclass</TITLE>
<INCLUDE>telepathy-glib/proxy-subclass.h</INCLUDE>
tp_proxy_add_interface_by_id
tp_proxy_borrow_interface_by_id
tp_proxy_invalidate
TpProxyInterfaceAddedCb
tp_proxy_or_subclass_hook_on_interface_add
tp_proxy_init_known_interfaces
tp_proxy_subclass_add_error_mapping
tp_proxy_dbus_g_proxy_claim_for_signal_adding
<SUBSECTION>
TpProxyInvokeFunc
tp_proxy_pending_call_v0_new
tp_proxy_pending_call_v0_completed
tp_proxy_pending_call_v0_take_pending_call
tp_proxy_pending_call_v0_take_results
tp_proxy_signal_connection_v0_new
tp_proxy_signal_connection_v0_take_results
</SECTION>

<SECTION>
<FILE>channel</FILE>
<TITLE>channel</TITLE>
<INCLUDE>telepathy-glib/channel.h</INCLUDE>
TpChannel
TpChannelClass
tp_channel_new
tp_channel_new_from_properties
tp_channel_run_until_ready
TpChannelWhenReadyCb
tp_channel_call_when_ready
tp_channel_init_known_interfaces
tp_channel_is_ready
<SUBSECTION>
TP_CHANNEL_FEATURE_CORE
tp_channel_borrow_connection
tp_channel_borrow_immutable_properties
tp_channel_get_channel_type
tp_channel_get_channel_type_id
tp_channel_get_handle
tp_channel_get_identifier
tp_channel_get_requested
tp_channel_get_initiator_handle
tp_channel_get_initiator_identifier
<SUBSECTION Private>
tp_channel_get_feature_quark_chat_states
tp_channel_get_feature_quark_core
tp_channel_get_feature_quark_group
<SUBSECTION>
TP_CHANNEL_FEATURE_CHAT_STATES
tp_channel_get_chat_state
<SUBSECTION>
TP_CHANNEL_FEATURE_GROUP
tp_channel_group_get_flags
tp_channel_group_get_handle_owner
tp_channel_group_get_self_handle
tp_channel_group_get_local_pending
tp_channel_group_get_members
tp_channel_group_get_remote_pending
tp_channel_group_get_local_pending_info
TP_ERRORS_REMOVED_FROM_GROUP
<SUBSECTION Standard>
tp_errors_removed_from_group_quark
tp_channel_get_type
TP_TYPE_CHANNEL
TP_CHANNEL
TP_CHANNEL_CLASS
TP_CHANNEL_GET_CLASS
TP_IS_CHANNEL
TP_IS_CHANNEL_CLASS
<SUBSECTION>
tp_cli_channel_call_close
tp_cli_channel_call_get_channel_type
tp_cli_channel_call_get_handle
tp_cli_channel_call_get_interfaces
tp_cli_channel_callback_for_close
tp_cli_channel_callback_for_get_channel_type
tp_cli_channel_callback_for_get_handle
tp_cli_channel_callback_for_get_interfaces
tp_cli_channel_run_close
tp_cli_channel_run_get_channel_type
tp_cli_channel_run_get_handle
tp_cli_channel_run_get_interfaces
tp_cli_channel_connect_to_closed
tp_cli_channel_signal_callback_closed
<SUBSECTION>
tp_cli_channel_interface_destroyable_call_destroy
tp_cli_channel_interface_destroyable_callback_for_destroy
tp_cli_channel_interface_destroyable_run_destroy
</SECTION>

<SECTION>
<FILE>channel-group</FILE>
<TITLE>channel-group</TITLE>
<INCLUDE>telepathy-glib/channel.h</INCLUDE>
tp_cli_channel_interface_group_run_add_members
tp_cli_channel_interface_group_run_get_all_members
tp_cli_channel_interface_group_run_get_group_flags
tp_cli_channel_interface_group_run_get_handle_owners
tp_cli_channel_interface_group_run_get_local_pending_members
tp_cli_channel_interface_group_run_get_local_pending_members_with_info
tp_cli_channel_interface_group_run_get_members
tp_cli_channel_interface_group_run_get_remote_pending_members
tp_cli_channel_interface_group_run_get_self_handle
tp_cli_channel_interface_group_run_remove_members
tp_cli_channel_interface_group_run_remove_members_with_reason
tp_cli_channel_interface_group_call_add_members
tp_cli_channel_interface_group_call_get_all_members
tp_cli_channel_interface_group_call_get_group_flags
tp_cli_channel_interface_group_call_get_handle_owners
tp_cli_channel_interface_group_call_get_local_pending_members
tp_cli_channel_interface_group_call_get_local_pending_members_with_info
tp_cli_channel_interface_group_call_get_members
tp_cli_channel_interface_group_call_get_remote_pending_members
tp_cli_channel_interface_group_call_get_self_handle
tp_cli_channel_interface_group_call_remove_members
tp_cli_channel_interface_group_call_remove_members_with_reason
tp_cli_channel_interface_group_callback_for_add_members
tp_cli_channel_interface_group_callback_for_get_all_members
tp_cli_channel_interface_group_callback_for_get_group_flags
tp_cli_channel_interface_group_callback_for_get_handle_owners
tp_cli_channel_interface_group_callback_for_get_local_pending_members
tp_cli_channel_interface_group_callback_for_get_local_pending_members_with_info
tp_cli_channel_interface_group_callback_for_get_members
tp_cli_channel_interface_group_callback_for_get_remote_pending_members
tp_cli_channel_interface_group_callback_for_get_self_handle
tp_cli_channel_interface_group_callback_for_remove_members
tp_cli_channel_interface_group_callback_for_remove_members_with_reason
tp_cli_channel_interface_group_connect_to_group_flags_changed
tp_cli_channel_interface_group_connect_to_members_changed
tp_cli_channel_interface_group_connect_to_members_changed_detailed
tp_cli_channel_interface_group_signal_callback_group_flags_changed
tp_cli_channel_interface_group_signal_callback_members_changed
tp_cli_channel_interface_group_signal_callback_members_changed_detailed
tp_cli_channel_interface_group_connect_to_handle_owners_changed
tp_cli_channel_interface_group_connect_to_self_handle_changed
tp_cli_channel_interface_group_signal_callback_handle_owners_changed
tp_cli_channel_interface_group_signal_callback_self_handle_changed
<SUBSECTION>
tp_cli_channel_interface_conference_connect_to_channel_merged
tp_cli_channel_interface_conference_connect_to_channel_removed
tp_cli_channel_interface_conference_signal_callback_channel_merged
tp_cli_channel_interface_conference_signal_callback_channel_removed
</SECTION>

<SECTION>
<FILE>channel-text</FILE>
<TITLE>channel-text</TITLE>
<INCLUDE>telepathy-glib/channel.h</INCLUDE>
tp_cli_channel_type_text_run_acknowledge_pending_messages
tp_cli_channel_type_text_run_get_message_types
tp_cli_channel_type_text_run_list_pending_messages
tp_cli_channel_type_text_run_send
tp_cli_channel_type_text_call_acknowledge_pending_messages
tp_cli_channel_type_text_call_get_message_types
tp_cli_channel_type_text_call_list_pending_messages
tp_cli_channel_type_text_call_send
tp_cli_channel_type_text_callback_for_acknowledge_pending_messages
tp_cli_channel_type_text_callback_for_get_message_types
tp_cli_channel_type_text_callback_for_list_pending_messages
tp_cli_channel_type_text_callback_for_send
tp_cli_channel_type_text_connect_to_lost_message
tp_cli_channel_type_text_connect_to_received
tp_cli_channel_type_text_connect_to_send_error
tp_cli_channel_type_text_connect_to_sent
tp_cli_channel_type_text_signal_callback_lost_message
tp_cli_channel_type_text_signal_callback_received
tp_cli_channel_type_text_signal_callback_send_error
tp_cli_channel_type_text_signal_callback_sent
<SUBSECTION>
tp_cli_channel_interface_messages_callback_for_get_pending_message_content
tp_cli_channel_interface_messages_call_get_pending_message_content
tp_cli_channel_interface_messages_run_get_pending_message_content
tp_cli_channel_interface_messages_callback_for_send_message
tp_cli_channel_interface_messages_call_send_message
tp_cli_channel_interface_messages_run_send_message
tp_cli_channel_interface_messages_signal_callback_message_received
tp_cli_channel_interface_messages_connect_to_message_received
tp_cli_channel_interface_messages_signal_callback_message_sent
tp_cli_channel_interface_messages_connect_to_message_sent
tp_cli_channel_interface_messages_signal_callback_pending_messages_removed
tp_cli_channel_interface_messages_connect_to_pending_messages_removed
<SUBSECTION>
tp_cli_channel_interface_chat_state_run_set_chat_state
tp_cli_channel_interface_chat_state_call_set_chat_state
tp_cli_channel_interface_chat_state_callback_for_set_chat_state
tp_cli_channel_interface_chat_state_connect_to_chat_state_changed
tp_cli_channel_interface_chat_state_signal_callback_chat_state_changed
<SUBSECTION>
tp_cli_channel_interface_password_run_get_password_flags
tp_cli_channel_interface_password_run_provide_password
tp_cli_channel_interface_password_call_get_password_flags
tp_cli_channel_interface_password_call_provide_password
tp_cli_channel_interface_password_callback_for_get_password_flags
tp_cli_channel_interface_password_callback_for_provide_password
tp_cli_channel_interface_password_connect_to_password_flags_changed
tp_cli_channel_interface_password_signal_callback_password_flags_changed
</SECTION>

<SECTION>
<FILE>channel-file-transfer</FILE>
<TITLE>channel-file-transfer</TITLE>
<INCLUDE>telepathy-glib/channel.h</INCLUDE>
tp_cli_channel_type_file_transfer_call_accept_file
tp_cli_channel_type_file_transfer_call_provide_file
tp_cli_channel_type_file_transfer_callback_for_accept_file
tp_cli_channel_type_file_transfer_callback_for_provide_file
tp_cli_channel_type_file_transfer_connect_to_file_transfer_state_changed
tp_cli_channel_type_file_transfer_connect_to_initial_offset_defined
tp_cli_channel_type_file_transfer_connect_to_transferred_bytes_changed
tp_cli_channel_type_file_transfer_run_accept_file
tp_cli_channel_type_file_transfer_run_provide_file
tp_cli_channel_type_file_transfer_signal_callback_file_transfer_state_changed
tp_cli_channel_type_file_transfer_signal_callback_initial_offset_defined
tp_cli_channel_type_file_transfer_signal_callback_transferred_bytes_changed
</SECTION>

<SECTION>
<FILE>channel-media</FILE>
<TITLE>channel-media</TITLE>
<INCLUDE>telepathy-glib/channel.h</INCLUDE>
tp_cli_channel_type_streamed_media_call_list_streams
tp_cli_channel_type_streamed_media_call_remove_streams
tp_cli_channel_type_streamed_media_call_request_stream_direction
tp_cli_channel_type_streamed_media_call_request_streams
tp_cli_channel_type_streamed_media_callback_for_list_streams
tp_cli_channel_type_streamed_media_callback_for_remove_streams
tp_cli_channel_type_streamed_media_callback_for_request_stream_direction
tp_cli_channel_type_streamed_media_callback_for_request_streams
tp_cli_channel_type_streamed_media_run_list_streams
tp_cli_channel_type_streamed_media_run_remove_streams
tp_cli_channel_type_streamed_media_run_request_stream_direction
tp_cli_channel_type_streamed_media_run_request_streams
tp_cli_channel_type_streamed_media_connect_to_stream_added
tp_cli_channel_type_streamed_media_connect_to_stream_direction_changed
tp_cli_channel_type_streamed_media_connect_to_stream_error
tp_cli_channel_type_streamed_media_connect_to_stream_removed
tp_cli_channel_type_streamed_media_connect_to_stream_state_changed
tp_cli_channel_type_streamed_media_signal_callback_stream_added
tp_cli_channel_type_streamed_media_signal_callback_stream_direction_changed
tp_cli_channel_type_streamed_media_signal_callback_stream_error
tp_cli_channel_type_streamed_media_signal_callback_stream_removed
tp_cli_channel_type_streamed_media_signal_callback_stream_state_changed
<SUBSECTION>
tp_cli_channel_interface_call_state_call_get_call_states
tp_cli_channel_interface_call_state_callback_for_get_call_states
tp_cli_channel_interface_call_state_connect_to_call_state_changed
tp_cli_channel_interface_call_state_run_get_call_states
tp_cli_channel_interface_call_state_signal_callback_call_state_changed
<SUBSECTION>
tp_cli_channel_interface_dtmf_run_start_tone
tp_cli_channel_interface_dtmf_run_stop_tone
tp_cli_channel_interface_dtmf_call_start_tone
tp_cli_channel_interface_dtmf_call_stop_tone
tp_cli_channel_interface_dtmf_callback_for_start_tone
tp_cli_channel_interface_dtmf_callback_for_stop_tone
tp_cli_channel_interface_dtmf_call_multiple_tones
tp_cli_channel_interface_dtmf_callback_for_multiple_tones
tp_cli_channel_interface_dtmf_connect_to_sending_tones
tp_cli_channel_interface_dtmf_signal_callback_sending_tones
tp_cli_channel_interface_dtmf_connect_to_stopped_tones
tp_cli_channel_interface_dtmf_signal_callback_stopped_tones
<SUBSECTION>
tp_cli_channel_interface_hold_callback_for_get_hold_state
tp_cli_channel_interface_hold_call_get_hold_state
tp_cli_channel_interface_hold_run_get_hold_state
tp_cli_channel_interface_hold_callback_for_request_hold
tp_cli_channel_interface_hold_call_request_hold
tp_cli_channel_interface_hold_run_request_hold
tp_cli_channel_interface_hold_signal_callback_hold_state_changed
tp_cli_channel_interface_hold_connect_to_hold_state_changed
<SUBSECTION>
tp_cli_channel_interface_media_signalling_run_get_session_handlers
tp_cli_channel_interface_media_signalling_call_get_session_handlers
tp_cli_channel_interface_media_signalling_callback_for_get_session_handlers
tp_cli_channel_interface_media_signalling_connect_to_new_session_handler
tp_cli_channel_interface_media_signalling_signal_callback_new_session_handler
<SUBSECTION Private>
tp_cli_channel_interface_dtmf_run_multiple_tones
</SECTION>

<SECTION>
<FILE>channel-tubes</FILE>
<TITLE>channel-tubes</TITLE>
<INCLUDE>telepathy-glib/channel.h</INCLUDE>
tp_cli_channel_type_tubes_run_accept_d_bus_tube
tp_cli_channel_type_tubes_run_accept_stream_tube
tp_cli_channel_type_tubes_run_close_tube
tp_cli_channel_type_tubes_run_get_available_stream_tube_types
tp_cli_channel_type_tubes_run_get_available_tube_types
tp_cli_channel_type_tubes_run_get_d_bus_names
tp_cli_channel_type_tubes_run_get_d_bus_tube_address
tp_cli_channel_type_tubes_run_get_stream_tube_socket_address
tp_cli_channel_type_tubes_run_list_tubes
tp_cli_channel_type_tubes_run_offer_d_bus_tube
tp_cli_channel_type_tubes_run_offer_stream_tube
tp_cli_channel_type_tubes_call_accept_d_bus_tube
tp_cli_channel_type_tubes_call_accept_stream_tube
tp_cli_channel_type_tubes_call_close_tube
tp_cli_channel_type_tubes_call_get_available_stream_tube_types
tp_cli_channel_type_tubes_call_get_available_tube_types
tp_cli_channel_type_tubes_call_get_d_bus_names
tp_cli_channel_type_tubes_call_get_d_bus_tube_address
tp_cli_channel_type_tubes_call_get_stream_tube_socket_address
tp_cli_channel_type_tubes_call_list_tubes
tp_cli_channel_type_tubes_call_offer_d_bus_tube
tp_cli_channel_type_tubes_call_offer_stream_tube
tp_cli_channel_type_tubes_callback_for_accept_d_bus_tube
tp_cli_channel_type_tubes_callback_for_accept_stream_tube
tp_cli_channel_type_tubes_callback_for_close_tube
tp_cli_channel_type_tubes_callback_for_get_available_stream_tube_types
tp_cli_channel_type_tubes_callback_for_get_available_tube_types
tp_cli_channel_type_tubes_callback_for_get_d_bus_names
tp_cli_channel_type_tubes_callback_for_get_d_bus_tube_address
tp_cli_channel_type_tubes_callback_for_get_stream_tube_socket_address
tp_cli_channel_type_tubes_callback_for_list_tubes
tp_cli_channel_type_tubes_callback_for_offer_d_bus_tube
tp_cli_channel_type_tubes_callback_for_offer_stream_tube
tp_cli_channel_type_tubes_connect_to_d_bus_names_changed
tp_cli_channel_type_tubes_connect_to_new_tube
tp_cli_channel_type_tubes_connect_to_stream_tube_new_connection
tp_cli_channel_type_tubes_connect_to_tube_closed
tp_cli_channel_type_tubes_connect_to_tube_state_changed
tp_cli_channel_type_tubes_signal_callback_d_bus_names_changed
tp_cli_channel_type_tubes_signal_callback_new_tube
tp_cli_channel_type_tubes_signal_callback_stream_tube_new_connection
tp_cli_channel_type_tubes_signal_callback_tube_closed
tp_cli_channel_type_tubes_signal_callback_tube_state_changed
</SECTION>

<SECTION>
<FILE>channel-tube</FILE>
<TITLE>channel-tube</TITLE>
<INCLUDE>telepathy-glib/channel.h</INCLUDE>
tp_cli_channel_interface_tube_connect_to_tube_channel_state_changed
tp_cli_channel_interface_tube_signal_callback_tube_channel_state_changed
tp_cli_channel_type_stream_tube_run_offer
tp_cli_channel_type_stream_tube_run_accept
tp_cli_channel_type_stream_tube_call_offer
tp_cli_channel_type_stream_tube_call_accept
tp_cli_channel_type_stream_tube_callback_for_offer
tp_cli_channel_type_stream_tube_callback_for_accept
tp_cli_channel_type_stream_tube_connect_to_new_remote_connection
tp_cli_channel_type_stream_tube_connect_to_new_local_connection
tp_cli_channel_type_stream_tube_connect_to_connection_closed
tp_cli_channel_type_stream_tube_signal_callback_new_remote_connection
tp_cli_channel_type_stream_tube_signal_callback_new_local_connection
tp_cli_channel_type_stream_tube_signal_callback_connection_closed
tp_cli_channel_type_dbus_tube_run_offer
tp_cli_channel_type_dbus_tube_run_accept
tp_cli_channel_type_dbus_tube_call_offer
tp_cli_channel_type_dbus_tube_call_accept
tp_cli_channel_type_dbus_tube_callback_for_offer
tp_cli_channel_type_dbus_tube_callback_for_accept
tp_cli_channel_type_dbus_tube_connect_to_dbus_names_changed
tp_cli_channel_type_dbus_tube_signal_callback_dbus_names_changed
</SECTION>

<SECTION>
<FILE>channel-roomlist</FILE>
<TITLE>channel-roomlist</TITLE>
<INCLUDE>telepathy-glib/channel.h</INCLUDE>
tp_cli_channel_type_room_list_call_get_listing_rooms
tp_cli_channel_type_room_list_call_list_rooms
tp_cli_channel_type_room_list_call_stop_listing
tp_cli_channel_type_room_list_callback_for_get_listing_rooms
tp_cli_channel_type_room_list_callback_for_list_rooms
tp_cli_channel_type_room_list_callback_for_stop_listing
tp_cli_channel_type_room_list_run_get_listing_rooms
tp_cli_channel_type_room_list_run_list_rooms
tp_cli_channel_type_room_list_run_stop_listing
tp_cli_channel_type_room_list_connect_to_got_rooms
tp_cli_channel_type_room_list_connect_to_listing_rooms
tp_cli_channel_type_room_list_signal_callback_got_rooms
tp_cli_channel_type_room_list_signal_callback_listing_rooms
</SECTION>

<SECTION>
<FILE>cli-anonymity</FILE>
<TITLE>cli-anonymity</TITLE>
<INCLUDE>telepathy-glib/telepathy-glib.h</INCLUDE>
tp_cli_connection_interface_anonymity_connect_to_anonymity_modes_changed
tp_cli_connection_interface_anonymity_signal_callback_anonymity_modes_changed
</SECTION>

<SECTION>
<FILE>cli-service-point</FILE>
<TITLE>cli-service-point</TITLE>
<INCLUDE>telepathy-glib/telepathy-glib.h</INCLUDE>
tp_cli_channel_interface_service_point_connect_to_service_point_changed
tp_cli_channel_interface_service_point_signal_callback_service_point_changed
tp_cli_connection_interface_service_point_connect_to_service_points_changed
tp_cli_connection_interface_service_point_signal_callback_service_points_changed
</SECTION>

<SECTION>
<FILE>connection</FILE>
<TITLE>connection</TITLE>
<INCLUDE>telepathy-glib/connection.h</INCLUDE>
TpConnectionNameListCb
tp_list_connection_names
TpConnection
TpConnectionClass
tp_connection_new
TP_CONNECTION_FEATURE_CORE
TP_CONNECTION_FEATURE_CONNECTED
TP_CONNECTION_FEATURE_CAPABILITIES
TP_CONNECTION_FEATURE_AVATAR_REQUIREMENTS
TP_CONNECTION_FEATURE_CONTACT_INFO
tp_connection_run_until_ready
TpConnectionWhenReadyCb
tp_connection_call_when_ready
tp_connection_is_ready
tp_connection_get_status
tp_connection_get_self_handle
TpConnectionRequestHandlesCb
tp_connection_request_handles
TpConnectionHoldHandlesCb
tp_connection_get_contact_attributes
tp_connection_hold_handles
tp_connection_unref_handles
tp_connection_init_known_interfaces
tp_connection_presence_type_cmp_availability
tp_connection_parse_object_path
tp_connection_get_capabilities
tp_connection_get_avatar_requirements
tp_connection_get_contact_info_flags
tp_connection_get_contact_info_supported_fields
tp_connection_set_contact_info_async
tp_connection_set_contact_info_finish
TP_UNKNOWN_CONNECTION_STATUS
TP_ERRORS_DISCONNECTED
tp_connection_get_detailed_error
<SUBSECTION Standard>
tp_errors_disconnected_quark
tp_connection_get_type
TP_TYPE_CONNECTION
TP_CONNECTION
TP_CONNECTION_CLASS
TP_CONNECTION_GET_CLASS
TP_IS_CONNECTION
TP_IS_CONNECTION_CLASS
TpConnectionPrivate
tp_avatar_requirements_get_type
tp_contact_info_field_spec_get_type
tp_contact_info_spec_list_get_type
tp_contact_info_field_get_type
tp_contact_info_list_get_type
tp_connection_get_feature_quark_core
tp_connection_get_feature_quark_connected
tp_connection_get_feature_quark_capabilities
tp_connection_get_feature_quark_avatar_requirements
tp_connection_get_feature_quark_contact_info
<SUBSECTION avatar-requirements>
TP_TYPE_AVATAR_REQUIREMENTS
TpAvatarRequirements
tp_avatar_requirements_new
tp_avatar_requirements_copy
tp_avatar_requirements_destroy
<SUBSECTION contact-info>
TpContactInfoFieldSpec
TP_TYPE_CONTACT_INFO_FIELD_SPEC
tp_contact_info_field_spec_copy
tp_contact_info_field_spec_free
TP_TYPE_CONTACT_INFO_SPEC_LIST
tp_contact_info_spec_list_copy
tp_contact_info_spec_list_free
TpContactInfoField
TP_TYPE_CONTACT_INFO_FIELD
tp_contact_info_field_new
tp_contact_info_field_copy
tp_contact_info_field_free
TP_TYPE_CONTACT_INFO_LIST
tp_contact_info_list_copy
tp_contact_info_list_free
<SUBSECTION>
tp_cli_connection_callback_for_connect
tp_cli_connection_call_connect
tp_cli_connection_run_connect
tp_cli_connection_callback_for_disconnect
tp_cli_connection_call_disconnect
tp_cli_connection_run_disconnect
tp_cli_connection_callback_for_get_interfaces
tp_cli_connection_call_get_interfaces
tp_cli_connection_run_get_interfaces
tp_cli_connection_callback_for_get_protocol
tp_cli_connection_call_get_protocol
tp_cli_connection_run_get_protocol
tp_cli_connection_callback_for_get_self_handle
tp_cli_connection_call_get_self_handle
tp_cli_connection_run_get_self_handle
tp_cli_connection_callback_for_get_status
tp_cli_connection_call_get_status
tp_cli_connection_run_get_status
tp_cli_connection_callback_for_hold_handles
tp_cli_connection_call_hold_handles
tp_cli_connection_run_hold_handles
tp_cli_connection_callback_for_inspect_handles
tp_cli_connection_call_inspect_handles
tp_cli_connection_run_inspect_handles
tp_cli_connection_callback_for_list_channels
tp_cli_connection_call_list_channels
tp_cli_connection_run_list_channels
tp_cli_connection_callback_for_release_handles
tp_cli_connection_call_release_handles
tp_cli_connection_run_release_handles
tp_cli_connection_callback_for_request_channel
tp_cli_connection_call_request_channel
tp_cli_connection_run_request_channel
tp_cli_connection_callback_for_request_handles
tp_cli_connection_call_request_handles
tp_cli_connection_run_request_handles
tp_cli_connection_signal_callback_new_channel
tp_cli_connection_connect_to_new_channel
tp_cli_connection_signal_callback_self_handle_changed
tp_cli_connection_connect_to_self_handle_changed
tp_cli_connection_signal_callback_status_changed
tp_cli_connection_connect_to_status_changed
tp_cli_connection_signal_callback_connection_error
tp_cli_connection_connect_to_connection_error
</SECTION>

<SECTION>
<FILE>connection-aliasing</FILE>
<TITLE>connection-aliasing</TITLE>
<INCLUDE>telepathy-glib/connection.h</INCLUDE>
tp_cli_connection_interface_aliasing_run_get_alias_flags
tp_cli_connection_interface_aliasing_run_request_aliases
tp_cli_connection_interface_aliasing_run_get_aliases
tp_cli_connection_interface_aliasing_run_set_aliases
tp_cli_connection_interface_aliasing_call_get_alias_flags
tp_cli_connection_interface_aliasing_call_request_aliases
tp_cli_connection_interface_aliasing_call_get_aliases
tp_cli_connection_interface_aliasing_call_set_aliases
tp_cli_connection_interface_aliasing_callback_for_get_alias_flags
tp_cli_connection_interface_aliasing_callback_for_request_aliases
tp_cli_connection_interface_aliasing_callback_for_get_aliases
tp_cli_connection_interface_aliasing_callback_for_set_aliases
tp_cli_connection_interface_aliasing_connect_to_aliases_changed
tp_cli_connection_interface_aliasing_signal_callback_aliases_changed
</SECTION>

<SECTION>
<FILE>connection-avatars</FILE>
<TITLE>connection-avatars</TITLE>
<INCLUDE>telepathy-glib/connection.h</INCLUDE>
tp_cli_connection_interface_avatars_run_clear_avatar
tp_cli_connection_interface_avatars_run_get_avatar_requirements
tp_cli_connection_interface_avatars_run_get_avatar_tokens
tp_cli_connection_interface_avatars_run_get_known_avatar_tokens
tp_cli_connection_interface_avatars_run_request_avatar
tp_cli_connection_interface_avatars_run_request_avatars
tp_cli_connection_interface_avatars_run_set_avatar
tp_cli_connection_interface_avatars_call_clear_avatar
tp_cli_connection_interface_avatars_call_get_avatar_requirements
tp_cli_connection_interface_avatars_call_get_avatar_tokens
tp_cli_connection_interface_avatars_call_get_known_avatar_tokens
tp_cli_connection_interface_avatars_call_request_avatar
tp_cli_connection_interface_avatars_call_request_avatars
tp_cli_connection_interface_avatars_call_set_avatar
tp_cli_connection_interface_avatars_callback_for_clear_avatar
tp_cli_connection_interface_avatars_callback_for_get_avatar_requirements
tp_cli_connection_interface_avatars_callback_for_get_avatar_tokens
tp_cli_connection_interface_avatars_callback_for_get_known_avatar_tokens
tp_cli_connection_interface_avatars_callback_for_request_avatar
tp_cli_connection_interface_avatars_callback_for_request_avatars
tp_cli_connection_interface_avatars_callback_for_set_avatar
tp_cli_connection_interface_avatars_connect_to_avatar_retrieved
tp_cli_connection_interface_avatars_connect_to_avatar_updated
tp_cli_connection_interface_avatars_signal_callback_avatar_retrieved
tp_cli_connection_interface_avatars_signal_callback_avatar_updated
</SECTION>

<SECTION>
<FILE>connection-balance</FILE>
<TITLE>connection-balance</TITLE>
<INCLUDE>telepathy-glib/connection.h</INCLUDE>
tp_cli_connection_interface_balance_connect_to_balance_changed
tp_cli_connection_interface_balance_signal_callback_balance_changed
</SECTION>

<SECTION>
<FILE>connection-caps</FILE>
<TITLE>connection-caps</TITLE>
<INCLUDE>telepathy-glib/connection.h</INCLUDE>
tp_cli_connection_interface_contact_capabilities_callback_for_get_contact_capabilities
tp_cli_connection_interface_contact_capabilities_call_get_contact_capabilities
tp_cli_connection_interface_contact_capabilities_callback_for_update_capabilities
tp_cli_connection_interface_contact_capabilities_call_update_capabilities
tp_cli_connection_interface_contact_capabilities_signal_callback_contact_capabilities_changed
tp_cli_connection_interface_contact_capabilities_connect_to_contact_capabilities_changed
<SUBSECTION Private>
tp_cli_connection_interface_contact_capabilities_run_get_contact_capabilities
tp_cli_connection_interface_contact_capabilities_run_update_capabilities
tp_cli_connection_interface_capabilities_run_advertise_capabilities
tp_cli_connection_interface_capabilities_run_get_capabilities
<SUBSECTION>
tp_cli_connection_interface_capabilities_call_advertise_capabilities
tp_cli_connection_interface_capabilities_call_get_capabilities
tp_cli_connection_interface_capabilities_callback_for_advertise_capabilities
tp_cli_connection_interface_capabilities_callback_for_get_capabilities
tp_cli_connection_interface_capabilities_connect_to_capabilities_changed
tp_cli_connection_interface_capabilities_signal_callback_capabilities_changed
</SECTION>

<SECTION>
<FILE>connection-cellular</FILE>
<TITLE>connection-cellular</TITLE>
<INCLUDE>telepathy-glib/connection.h</INCLUDE>
tp_cli_connection_interface_cellular_connect_to_imsi_changed
tp_cli_connection_interface_cellular_signal_callback_imsi_changed
</SECTION>

<SECTION>
<FILE>connection-contacts</FILE>
<TITLE>connection-contacts</TITLE>
<INCLUDE>telepathy-glib/connection.h</INCLUDE>
tp_cli_connection_interface_contacts_call_get_contact_attributes
tp_cli_connection_interface_contacts_callback_for_get_contact_attributes
tp_cli_connection_interface_contacts_run_get_contact_attributes
</SECTION>

<SECTION>
<FILE>connection-contact-info</FILE>
<TITLE>connection-contact-info</TITLE>
<INCLUDE>telepathy-glib/connection.h</INCLUDE>
tp_cli_connection_interface_contact_info_call_get_contact_info
tp_cli_connection_interface_contact_info_call_refresh_contact_info
tp_cli_connection_interface_contact_info_call_request_contact_info
tp_cli_connection_interface_contact_info_call_set_contact_info
tp_cli_connection_interface_contact_info_callback_for_get_contact_info
tp_cli_connection_interface_contact_info_callback_for_refresh_contact_info
tp_cli_connection_interface_contact_info_callback_for_request_contact_info
tp_cli_connection_interface_contact_info_callback_for_set_contact_info
tp_cli_connection_interface_contact_info_connect_to_contact_info_changed
tp_cli_connection_interface_contact_info_run_get_contact_info
tp_cli_connection_interface_contact_info_run_refresh_contact_info
tp_cli_connection_interface_contact_info_run_request_contact_info
tp_cli_connection_interface_contact_info_run_set_contact_info
tp_cli_connection_interface_contact_info_signal_callback_contact_info_changed
</SECTION>

<SECTION>
<FILE>connection-requests</FILE>
<TITLE>connection-requests</TITLE>
<INCLUDE>telepathy-glib/connection.h</INCLUDE>
tp_cli_connection_interface_requests_call_create_channel
tp_cli_connection_interface_requests_call_ensure_channel
tp_cli_connection_interface_requests_callback_for_create_channel
tp_cli_connection_interface_requests_callback_for_ensure_channel
tp_cli_connection_interface_requests_connect_to_channel_closed
tp_cli_connection_interface_requests_connect_to_new_channels
tp_cli_connection_interface_requests_run_create_channel
tp_cli_connection_interface_requests_run_ensure_channel
tp_cli_connection_interface_requests_signal_callback_channel_closed
tp_cli_connection_interface_requests_signal_callback_new_channels
</SECTION>

<SECTION>
<FILE>connection-simple-presence</FILE>
<TITLE>connection-simple-presence</TITLE>
<INCLUDE>telepathy-glib/connection.h</INCLUDE>
tp_cli_connection_interface_simple_presence_run_get_presences
tp_cli_connection_interface_simple_presence_run_set_presence
tp_cli_connection_interface_simple_presence_call_get_presences
tp_cli_connection_interface_simple_presence_call_set_presence
tp_cli_connection_interface_simple_presence_callback_for_get_presences
tp_cli_connection_interface_simple_presence_callback_for_set_presence
tp_cli_connection_interface_simple_presence_connect_to_presences_changed
tp_cli_connection_interface_simple_presence_signal_callback_presences_changed
</SECTION>

<SECTION>
<FILE>connection-location</FILE>
<TITLE>connection-location</TITLE>
<INCLUDE>telepathy-glib/connection.h</INCLUDE>
tp_cli_connection_interface_location_connect_to_location_updated
tp_cli_connection_interface_location_signal_callback_location_updated
tp_cli_connection_interface_location_call_get_locations
tp_cli_connection_interface_location_callback_for_get_locations
tp_cli_connection_interface_location_call_request_location
tp_cli_connection_interface_location_callback_for_request_location
tp_cli_connection_interface_location_call_set_location
tp_cli_connection_interface_location_callback_for_set_location
<SUBSECTION Private>
# Omit these from the docs as a mild form of deprecation...
tp_cli_connection_interface_location_run_get_locations
tp_cli_connection_interface_location_run_request_location
tp_cli_connection_interface_location_run_set_location
</SECTION>

<SECTION>
<FILE>connection-presence</FILE>
<TITLE>connection-presence</TITLE>
<INCLUDE>telepathy-glib/connection.h</INCLUDE>
tp_cli_connection_interface_presence_run_add_status
tp_cli_connection_interface_presence_run_clear_status
tp_cli_connection_interface_presence_run_get_presence
tp_cli_connection_interface_presence_run_get_statuses
tp_cli_connection_interface_presence_run_remove_status
tp_cli_connection_interface_presence_run_request_presence
tp_cli_connection_interface_presence_run_set_last_activity_time
tp_cli_connection_interface_presence_run_set_status
tp_cli_connection_interface_presence_call_add_status
tp_cli_connection_interface_presence_call_clear_status
tp_cli_connection_interface_presence_call_get_presence
tp_cli_connection_interface_presence_call_get_statuses
tp_cli_connection_interface_presence_call_remove_status
tp_cli_connection_interface_presence_call_request_presence
tp_cli_connection_interface_presence_call_set_last_activity_time
tp_cli_connection_interface_presence_call_set_status
tp_cli_connection_interface_presence_callback_for_add_status
tp_cli_connection_interface_presence_callback_for_clear_status
tp_cli_connection_interface_presence_callback_for_get_presence
tp_cli_connection_interface_presence_callback_for_get_statuses
tp_cli_connection_interface_presence_callback_for_remove_status
tp_cli_connection_interface_presence_callback_for_request_presence
tp_cli_connection_interface_presence_callback_for_set_last_activity_time
tp_cli_connection_interface_presence_callback_for_set_status
tp_cli_connection_interface_presence_connect_to_presence_update
tp_cli_connection_interface_presence_signal_callback_presence_update
</SECTION>

<SECTION>
<FILE>connection-manager</FILE>
<TITLE>connection-manager</TITLE>
<INCLUDE>telepathy-glib/connection-manager.h</INCLUDE>
TpConnectionManagerListCb
tp_list_connection_managers
TpConnectionManager
TpConnectionManagerClass
tp_connection_manager_new
tp_connection_manager_get_name
TP_CONNECTION_MANAGER_FEATURE_CORE
TpConnectionManagerWhenReadyCb
tp_connection_manager_call_when_ready
tp_connection_manager_is_ready
TpCMInfoSource
TP_TYPE_CM_INFO_SOURCE
tp_connection_manager_get_info_source
tp_connection_manager_activate
tp_connection_manager_is_running
tp_connection_manager_dup_protocol_names
tp_connection_manager_has_protocol
tp_connection_manager_get_protocol
tp_connection_manager_get_protocol_object
TpConnectionManagerProtocol
tp_connection_manager_protocol_can_register
tp_connection_manager_protocol_dup_param_names
tp_connection_manager_protocol_has_param
tp_connection_manager_protocol_get_param
TpConnectionManagerParam
tp_connection_manager_param_get_name
tp_connection_manager_param_get_dbus_signature
tp_connection_manager_param_is_required
tp_connection_manager_param_is_required_for_registration
tp_connection_manager_param_is_secret
tp_connection_manager_param_is_dbus_property
tp_connection_manager_param_get_default
tp_connection_manager_check_valid_name
tp_connection_manager_check_valid_protocol_name
tp_connection_manager_init_known_interfaces
tp_connection_manager_param_copy
tp_connection_manager_param_free
tp_connection_manager_protocol_copy
tp_connection_manager_protocol_free
<SUBSECTION Standard>
tp_cm_info_source_get_type
tp_connection_manager_get_type
tp_connection_manager_protocol_get_type
tp_connection_manager_param_get_type
TP_TYPE_CONNECTION_MANAGER
TP_TYPE_CONNECTION_MANAGER_PROTOCOL
TP_TYPE_CONNECTION_MANAGER_PARAM
TP_CONNECTION_MANAGER
TP_CONNECTION_MANAGER_CLASS
TP_CONNECTION_MANAGER_GET_CLASS
TP_IS_CONNECTION_MANAGER
TP_IS_CONNECTION_MANAGER_CLASS
TpConnectionManagerPrivate
tp_connection_manager_get_feature_quark_core
<SUBSECTION>
tp_cli_connection_manager_callback_for_get_parameters
tp_cli_connection_manager_call_get_parameters
tp_cli_connection_manager_run_get_parameters
tp_cli_connection_manager_callback_for_list_protocols
tp_cli_connection_manager_call_list_protocols
tp_cli_connection_manager_run_list_protocols
tp_cli_connection_manager_callback_for_request_connection
tp_cli_connection_manager_call_request_connection
tp_cli_connection_manager_run_request_connection
tp_cli_connection_manager_signal_callback_new_connection
tp_cli_connection_manager_connect_to_new_connection
</SECTION>

<SECTION>
<FILE>media-interfaces</FILE>
<TITLE>media-interfaces</TITLE>
<INCLUDE>telepathy-glib/media-interfaces.h</INCLUDE>
<SUBSECTION Standard>
TP_IS_MEDIA_SESSION_HANDLER
TP_IS_MEDIA_SESSION_HANDLER_CLASS
TP_IS_MEDIA_STREAM_HANDLER
TP_IS_MEDIA_STREAM_HANDLER_CLASS
TP_MEDIA_SESSION_HANDLER
TP_MEDIA_SESSION_HANDLER_CLASS
TP_MEDIA_SESSION_HANDLER_GET_CLASS
TP_MEDIA_STREAM_HANDLER
TP_MEDIA_STREAM_HANDLER_CLASS
TP_MEDIA_STREAM_HANDLER_GET_CLASS
TP_TYPE_MEDIA_SESSION_HANDLER
TP_TYPE_MEDIA_STREAM_HANDLER
tp_media_session_handler_get_type
tp_media_stream_handler_get_type
TpMediaSessionHandlerPrivate
TpMediaStreamHandlerPrivate
<SUBSECTION>
tp_media_session_handler_new
tp_media_session_handler_init_known_interfaces
TpMediaSessionHandler
TpMediaSessionHandlerClass
<SUBSECTION>
tp_media_stream_handler_new
tp_media_stream_handler_init_known_interfaces
TpMediaStreamHandler
TpMediaStreamHandlerClass
<SUBSECTION>
tp_cli_media_session_handler_callback_for_error
tp_cli_media_session_handler_call_error
tp_cli_media_session_handler_run_error
tp_cli_media_session_handler_callback_for_ready
tp_cli_media_session_handler_call_ready
tp_cli_media_session_handler_run_ready
tp_cli_media_session_handler_signal_callback_new_stream_handler
tp_cli_media_session_handler_connect_to_new_stream_handler
<SUBSECTION>
tp_cli_media_stream_handler_callback_for_codec_choice
tp_cli_media_stream_handler_call_codec_choice
tp_cli_media_stream_handler_run_codec_choice
tp_cli_media_stream_handler_callback_for_error
tp_cli_media_stream_handler_call_error
tp_cli_media_stream_handler_run_error
tp_cli_media_stream_handler_callback_for_native_candidates_prepared
tp_cli_media_stream_handler_call_native_candidates_prepared
tp_cli_media_stream_handler_run_native_candidates_prepared
tp_cli_media_stream_handler_callback_for_new_active_candidate_pair
tp_cli_media_stream_handler_call_new_active_candidate_pair
tp_cli_media_stream_handler_run_new_active_candidate_pair
tp_cli_media_stream_handler_callback_for_new_native_candidate
tp_cli_media_stream_handler_call_new_native_candidate
tp_cli_media_stream_handler_run_new_native_candidate
tp_cli_media_stream_handler_callback_for_ready
tp_cli_media_stream_handler_call_ready
tp_cli_media_stream_handler_run_ready
tp_cli_media_stream_handler_callback_for_set_local_codecs
tp_cli_media_stream_handler_call_set_local_codecs
tp_cli_media_stream_handler_run_set_local_codecs
tp_cli_media_stream_handler_callback_for_stream_state
tp_cli_media_stream_handler_call_stream_state
tp_cli_media_stream_handler_run_stream_state
tp_cli_media_stream_handler_callback_for_supported_codecs
tp_cli_media_stream_handler_call_supported_codecs
tp_cli_media_stream_handler_run_supported_codecs
tp_cli_media_stream_handler_signal_callback_add_remote_candidate
tp_cli_media_stream_handler_connect_to_add_remote_candidate
tp_cli_media_stream_handler_signal_callback_close
tp_cli_media_stream_handler_connect_to_close
tp_cli_media_stream_handler_signal_callback_remove_remote_candidate
tp_cli_media_stream_handler_connect_to_remove_remote_candidate
tp_cli_media_stream_handler_signal_callback_set_active_candidate_pair
tp_cli_media_stream_handler_connect_to_set_active_candidate_pair
tp_cli_media_stream_handler_signal_callback_set_remote_candidate_list
tp_cli_media_stream_handler_connect_to_set_remote_candidate_list
tp_cli_media_stream_handler_signal_callback_set_remote_codecs
tp_cli_media_stream_handler_connect_to_set_remote_codecs
tp_cli_media_stream_handler_signal_callback_set_stream_playing
tp_cli_media_stream_handler_connect_to_set_stream_playing
tp_cli_media_stream_handler_signal_callback_set_stream_sending
tp_cli_media_stream_handler_connect_to_set_stream_sending
tp_cli_media_stream_handler_signal_callback_start_telephony_event
tp_cli_media_stream_handler_connect_to_start_telephony_event
tp_cli_media_stream_handler_signal_callback_stop_telephony_event
tp_cli_media_stream_handler_connect_to_stop_telephony_event
tp_cli_media_stream_handler_call_hold_state
tp_cli_media_stream_handler_call_unhold_failure
tp_cli_media_stream_handler_callback_for_hold_state
tp_cli_media_stream_handler_callback_for_unhold_failure
tp_cli_media_stream_handler_connect_to_set_stream_held
tp_cli_media_stream_handler_run_hold_state
tp_cli_media_stream_handler_run_unhold_failure
tp_cli_media_stream_handler_signal_callback_set_stream_held
tp_cli_media_stream_handler_call_codecs_updated
tp_cli_media_stream_handler_callback_for_codecs_updated
tp_cli_media_stream_handler_run_codecs_updated
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/contact.h</INCLUDE>
<FILE>contact</FILE>
<TITLE>contact</TITLE>
TpContact
TpContactFeature
NUM_TP_CONTACT_FEATURES
TP_TYPE_CONTACT_FEATURE
TpConnectionContactsByHandleCb
tp_connection_get_contacts_by_handle
TpConnectionContactsByIdCb
tp_connection_get_contacts_by_id
TpConnectionUpgradeContactsCb
tp_connection_upgrade_contacts
tp_connection_refresh_contact_info
tp_contact_get_alias
tp_contact_get_avatar_token
tp_contact_get_avatar_file
tp_contact_get_avatar_mime_type
tp_contact_get_connection
tp_contact_get_handle
tp_contact_get_identifier
tp_contact_get_presence_message
tp_contact_get_presence_status
tp_contact_get_presence_type
tp_contact_get_location
tp_contact_get_capabilities
tp_contact_get_contact_info
tp_contact_request_contact_info_async
tp_contact_request_contact_info_finish
tp_contact_has_feature
<SUBSECTION Standard>
tp_contact_feature_get_type
tp_contact_get_type
TP_CONTACT
TP_CONTACT_CLASS
TP_CONTACT_GET_CLASS
TP_IS_CONTACT
TP_IS_CONTACT_CLASS
TP_TYPE_CONTACT
TpContactClass
TpContactPrivate
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/capabilities.h</INCLUDE>
<FILE>capabilities</FILE>
<TITLE>capabilities</TITLE>
TpCapabilities
tp_capabilities_get_channel_classes
tp_capabilities_is_specific_to_contact
tp_capabilities_supports_text_chatrooms
tp_capabilities_supports_text_chats
<SUBSECTION Standard>
tp_capabilities_get_type
TP_CAPABILITIES
TP_CAPABILITIES_CLASS
TP_CAPABILITIES_GET_CLASS
TP_IS_CAPABILITIES
TP_IS_CAPABILITIES_CLASS
TP_TYPE_CAPABILITIES
TpCapabilitiesClass
TpCapabilitiesPrivate
</SECTION>

<SECTION>
<FILE>svc-account</FILE>
<INCLUDE>telepathy-glib/svc-account.h</INCLUDE>
<TITLE>svc-account</TITLE>
TpSvcAccount
TpSvcAccountClass
tp_svc_account_emit_account_property_changed
tp_svc_account_emit_removed
tp_svc_account_reconnect_impl
tp_svc_account_return_from_reconnect
tp_svc_account_implement_reconnect
tp_svc_account_remove_impl
tp_svc_account_return_from_remove
tp_svc_account_implement_remove
tp_svc_account_update_parameters_impl
tp_svc_account_return_from_update_parameters
tp_svc_account_implement_update_parameters
<SUBSECTION Standard>
TP_SVC_ACCOUNT
TP_IS_SVC_ACCOUNT
TP_TYPE_SVC_ACCOUNT
tp_svc_account_get_type
TP_SVC_ACCOUNT_GET_CLASS
<SUBSECTION>
TpSvcAccountInterfaceAvatar
TpSvcAccountInterfaceAvatarClass
tp_svc_account_interface_avatar_emit_avatar_changed
<SUBSECTION Standard>
TP_SVC_ACCOUNT_INTERFACE_AVATAR
TP_IS_SVC_ACCOUNT_INTERFACE_AVATAR
TP_TYPE_SVC_ACCOUNT_INTERFACE_AVATAR
tp_svc_account_interface_avatar_get_type
TP_SVC_ACCOUNT_INTERFACE_AVATAR_GET_CLASS
<SUBSECTION>
TpSvcAccountInterfaceStorage
TpSvcAccountInterfaceStorageClass
<SUBSECTION Standard>
TP_IS_SVC_ACCOUNT_INTERFACE_STORAGE
TP_SVC_ACCOUNT_INTERFACE_STORAGE
TP_SVC_ACCOUNT_INTERFACE_STORAGE_GET_CLASS
TP_TYPE_SVC_ACCOUNT_INTERFACE_STORAGE
tp_svc_account_interface_storage_get_type
</SECTION>

<SECTION>
<FILE>svc-account-manager</FILE>
<INCLUDE>telepathy-glib/svc-account-manager.h</INCLUDE>
<TITLE>svc-account-manager</TITLE>
TpSvcAccountManager
TpSvcAccountManagerClass
tp_svc_account_manager_emit_account_removed
tp_svc_account_manager_emit_account_validity_changed
tp_svc_account_manager_create_account_impl
tp_svc_account_manager_return_from_create_account
tp_svc_account_manager_implement_create_account
<SUBSECTION Standard>
TP_SVC_ACCOUNT_MANAGER
TP_IS_SVC_ACCOUNT_MANAGER
TP_TYPE_SVC_ACCOUNT_MANAGER
tp_svc_account_manager_get_type
TP_SVC_ACCOUNT_MANAGER_GET_CLASS
</SECTION>

<SECTION>
<FILE>account</FILE>
<INCLUDE>telepathy-glib/account.h</INCLUDE>
<TITLE>account</TITLE>
TpAccount
TpAccountClass
tp_account_new
tp_account_init_known_interfaces
tp_account_parse_object_path
tp_account_get_connection
tp_account_ensure_connection
tp_account_get_display_name
tp_account_get_connection_manager
tp_account_get_protocol
tp_account_get_icon_name
tp_account_get_service
tp_account_set_enabled_async
tp_account_set_enabled_finish
tp_account_reconnect_async
tp_account_reconnect_finish
tp_account_is_enabled
tp_account_is_valid
tp_account_update_parameters_async
tp_account_update_parameters_finish
tp_account_remove_async
tp_account_remove_finish
tp_account_set_display_name_async
tp_account_set_display_name_finish
tp_account_set_icon_name_async
tp_account_set_icon_name_finish
tp_account_set_service_async
tp_account_set_service_finish
tp_account_request_presence_async
tp_account_request_presence_finish
tp_account_get_connect_automatically
tp_account_set_connect_automatically_async
tp_account_set_connect_automatically_finish
tp_account_get_has_been_online
tp_account_get_connection_status
tp_account_get_detailed_error
tp_account_get_changing_presence
tp_account_get_current_presence
tp_account_get_requested_presence
tp_account_get_parameters
tp_account_get_nickname
tp_account_set_nickname_async
tp_account_set_nickname_finish
tp_account_get_avatar_async
tp_account_get_avatar_finish
tp_account_set_avatar_async
tp_account_set_avatar_finish
<SUBSECTION>
TP_ACCOUNT_FEATURE_CORE
tp_account_is_prepared
tp_account_prepare_async
tp_account_prepare_finish
<SUBSECTION Private>
tp_account_get_feature_quark_core
<SUBSECTION>
tp_cli_account_callback_for_reconnect
tp_cli_account_call_reconnect
tp_cli_account_callback_for_remove
tp_cli_account_call_remove
tp_cli_account_callback_for_update_parameters
tp_cli_account_call_update_parameters
tp_cli_account_signal_callback_account_property_changed
tp_cli_account_connect_to_account_property_changed
tp_cli_account_signal_callback_removed
tp_cli_account_connect_to_removed
<SUBSECTION>
tp_cli_account_interface_avatar_signal_callback_avatar_changed
tp_cli_account_interface_avatar_connect_to_avatar_changed
<SUBSECTION Standard>
TP_ACCOUNT
TP_IS_ACCOUNT
TP_IS_ACCOUNT_CLASS
TP_TYPE_ACCOUNT
tp_account_get_type
TP_ACCOUNT_CLASS
TP_ACCOUNT_GET_CLASS
TpAccountPrivate
TpAccountClassPrivate
</SECTION>

<SECTION>
<FILE>account-manager</FILE>
<INCLUDE>telepathy-glib/account-manager.h</INCLUDE>
<TITLE>account-manager</TITLE>
TpAccountManager
TpAccountManagerClass
tp_account_manager_new
tp_account_manager_init_known_interfaces
tp_account_manager_dup
tp_account_manager_create_account_async
tp_account_manager_create_account_finish
tp_account_manager_ensure_account
tp_account_manager_get_valid_accounts
tp_account_manager_get_most_available_presence
tp_account_manager_set_all_requested_presences
tp_account_manager_enable_restart
<SUBSECTION>
TP_ACCOUNT_MANAGER_FEATURE_CORE
tp_account_manager_is_prepared
tp_account_manager_prepare_async
tp_account_manager_prepare_finish
<SUBSECTION Private>
tp_account_manager_get_feature_quark_core
<SUBSECTION>
tp_cli_account_manager_callback_for_create_account
tp_cli_account_manager_call_create_account
tp_cli_account_manager_signal_callback_account_removed
tp_cli_account_manager_connect_to_account_removed
tp_cli_account_manager_signal_callback_account_validity_changed
tp_cli_account_manager_connect_to_account_validity_changed
<SUBSECTION Standard>
TP_ACCOUNT_MANAGER
TP_IS_ACCOUNT_MANAGER
TP_IS_ACCOUNT_MANAGER_CLASS
TP_TYPE_ACCOUNT_MANAGER
tp_account_manager_get_type
TP_ACCOUNT_MANAGER_CLASS
TP_ACCOUNT_MANAGER_GET_CLASS
TpAccountManagerPrivate
TpAccountManagerClassPrivate
</SECTION>

<SECTION>
<FILE>channel-dispatcher</FILE>
<INCLUDE>telepathy-glib/channel-dispatcher.h</INCLUDE>
<TITLE>channel-dispatcher</TITLE>
TpChannelDispatcher
TpChannelDispatcherClass
tp_channel_dispatcher_new
tp_channel_dispatcher_init_known_interfaces
<SUBSECTION>
tp_cli_channel_dispatcher_callback_for_create_channel
tp_cli_channel_dispatcher_call_create_channel
tp_cli_channel_dispatcher_callback_for_ensure_channel
tp_cli_channel_dispatcher_call_ensure_channel
<SUBSECTION>
tp_cli_channel_dispatcher_interface_operation_list_signal_callback_dispatch_operation_finished
tp_cli_channel_dispatcher_interface_operation_list_connect_to_dispatch_operation_finished
tp_cli_channel_dispatcher_interface_operation_list_signal_callback_new_dispatch_operation
tp_cli_channel_dispatcher_interface_operation_list_connect_to_new_dispatch_operation
<SUBSECTION Standard>
TP_CHANNEL_DISPATCHER
TP_IS_CHANNEL_DISPATCHER
TP_IS_CHANNEL_DISPATCHER_CLASS
TP_TYPE_CHANNEL_DISPATCHER
tp_channel_dispatcher_get_type
TP_CHANNEL_DISPATCHER_CLASS
TP_CHANNEL_DISPATCHER_GET_CLASS
TpChannelDispatcherPrivate
TpChannelDispatcherClassPrivate
</SECTION>

<SECTION>
<FILE>svc-channel-dispatcher</FILE>
<INCLUDE>telepathy-glib/svc-channel-dispatcher.h</INCLUDE>
<TITLE>svc-channel-dispatcher</TITLE>
TpSvcChannelDispatcher
TpSvcChannelDispatcherClass
tp_svc_channel_dispatcher_return_from_create_channel
tp_svc_channel_dispatcher_create_channel_impl
tp_svc_channel_dispatcher_implement_create_channel
tp_svc_channel_dispatcher_return_from_ensure_channel
tp_svc_channel_dispatcher_ensure_channel_impl
tp_svc_channel_dispatcher_implement_ensure_channel
<SUBSECTION>
TpSvcChannelDispatcherInterfaceOperationList
TpSvcChannelDispatcherInterfaceOperationListClass
tp_svc_channel_dispatcher_interface_operation_list_emit_new_dispatch_operation
tp_svc_channel_dispatcher_interface_operation_list_emit_dispatch_operation_finished
<SUBSECTION Standard>
TP_SVC_CHANNEL_DISPATCHER
TP_SVC_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST
TP_IS_SVC_CHANNEL_DISPATCHER
TP_IS_SVC_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST
TP_TYPE_SVC_CHANNEL_DISPATCHER
TP_TYPE_SVC_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST
tp_svc_channel_dispatcher_get_type
tp_svc_channel_dispatcher_interface_operation_list_get_type
TP_SVC_CHANNEL_DISPATCHER_GET_CLASS
TP_SVC_CHANNEL_DISPATCHER_INTERFACE_OPERATION_LIST_GET_CLASS
</SECTION>

<SECTION>
<FILE>channel-dispatch-operation</FILE>
<INCLUDE>telepathy-glib/channel-dispatch-operation.h</INCLUDE>
<TITLE>channel-dispatch-operation</TITLE>
TpChannelDispatchOperation
TpChannelDispatchOperationClass
tp_channel_dispatch_operation_new
tp_channel_dispatch_operation_init_known_interfaces
<SUBSECTION>
tp_cli_channel_dispatch_operation_callback_for_claim
tp_cli_channel_dispatch_operation_call_claim
tp_cli_channel_dispatch_operation_callback_for_handle_with
tp_cli_channel_dispatch_operation_call_handle_with
tp_cli_channel_dispatch_operation_callback_for_handle_with_time
tp_cli_channel_dispatch_operation_call_handle_with_time
tp_cli_channel_dispatch_operation_signal_callback_channel_lost
tp_cli_channel_dispatch_operation_connect_to_channel_lost
tp_cli_channel_dispatch_operation_signal_callback_finished
tp_cli_channel_dispatch_operation_connect_to_finished
TP_CHANNEL_DISPATCH_OPERATION_FEATURE_CORE
tp_channel_dispatch_operation_borrow_account
tp_channel_dispatch_operation_borrow_channels
tp_channel_dispatch_operation_borrow_connection
tp_channel_dispatch_operation_borrow_immutable_properties
tp_channel_dispatch_operation_borrow_possible_handlers
tp_channel_dispatch_operation_handle_with_async
tp_channel_dispatch_operation_handle_with_finish
tp_channel_dispatch_operation_handle_with_time_async
tp_channel_dispatch_operation_handle_with_time_finish
tp_channel_dispatch_operation_claim_async
tp_channel_dispatch_operation_claim_finish
<SUBSECTION Standard>
TP_CHANNEL_DISPATCH_OPERATION
TP_CHANNEL_DISPATCH_OPERATION_CLASS
TP_CHANNEL_DISPATCH_OPERATION_GET_CLASS
TP_IS_CHANNEL_DISPATCH_OPERATION
TP_IS_CHANNEL_DISPATCH_OPERATION_CLASS
TP_TYPE_CHANNEL_DISPATCH_OPERATION
tp_channel_dispatch_operation_get_type
<SUBSECTION Private>
tp_channel_dispatch_operation_get_feature_quark_core
</SECTION>

<SECTION>
<FILE>channel-request</FILE>
<INCLUDE>telepathy-glib/channel-request.h</INCLUDE>
<TITLE>channel-request</TITLE>
TpChannelRequest
TpChannelRequestClass
tp_channel_request_new
tp_channel_request_init_known_interfaces
<SUBSECTION>
tp_cli_channel_request_callback_for_cancel
tp_cli_channel_request_call_cancel
tp_cli_channel_request_callback_for_proceed
tp_cli_channel_request_call_proceed
tp_cli_channel_request_signal_callback_failed
tp_cli_channel_request_connect_to_failed
tp_cli_channel_request_signal_callback_succeeded
tp_cli_channel_request_connect_to_succeeded
<SUBSECTION Standard>
TP_CHANNEL_REQUEST
TP_CHANNEL_REQUEST_CLASS
TP_CHANNEL_REQUEST_GET_CLASS
TP_IS_CHANNEL_REQUEST
TP_IS_CHANNEL_REQUEST_CLASS
TP_TYPE_CHANNEL_REQUEST
TpChannelRequestClassPrivate
TpChannelRequestPrivate
tp_channel_request_get_type
</SECTION>

<SECTION>
<FILE>svc-channel-dispatch-operation</FILE>
<INCLUDE>telepathy-glib/svc-channel-dispatch-operation.h</INCLUDE>
<TITLE>svc-channel-dispatch-operation</TITLE>
TpSvcChannelDispatchOperation
TpSvcChannelDispatchOperationClass
tp_svc_channel_dispatch_operation_return_from_claim
tp_svc_channel_dispatch_operation_claim_impl
tp_svc_channel_dispatch_operation_implement_claim
tp_svc_channel_dispatch_operation_return_from_handle_with
tp_svc_channel_dispatch_operation_handle_with_impl
tp_svc_channel_dispatch_operation_implement_handle_with
tp_svc_channel_dispatch_operation_handle_with_time_impl
tp_svc_channel_dispatch_operation_implement_handle_with_time
tp_svc_channel_dispatch_operation_return_from_handle_with_time
tp_svc_channel_dispatch_operation_emit_channel_lost
tp_svc_channel_dispatch_operation_emit_finished
<SUBSECTION Standard>
tp_svc_channel_dispatch_operation_get_type
TP_IS_SVC_CHANNEL_DISPATCH_OPERATION
TP_SVC_CHANNEL_DISPATCH_OPERATION
TP_SVC_CHANNEL_DISPATCH_OPERATION_GET_CLASS
TP_TYPE_SVC_CHANNEL_DISPATCH_OPERATION
</SECTION>

<SECTION>
<FILE>svc-channel-request</FILE>
<INCLUDE>telepathy-glib/svc-channel-request.h</INCLUDE>
<TITLE>svc-channel-request</TITLE>
TpSvcChannelRequest
TpSvcChannelRequestClass
tp_svc_channel_request_return_from_proceed
tp_svc_channel_request_proceed_impl
tp_svc_channel_request_implement_proceed
tp_svc_channel_request_return_from_cancel
tp_svc_channel_request_cancel_impl
tp_svc_channel_request_implement_cancel
tp_svc_channel_request_emit_failed
tp_svc_channel_request_emit_succeeded
<SUBSECTION Standard>
tp_svc_channel_request_get_type
TP_IS_SVC_CHANNEL_REQUEST
TP_SVC_CHANNEL_REQUEST
TP_SVC_CHANNEL_REQUEST_GET_CLASS
TP_TYPE_SVC_CHANNEL_REQUEST
</SECTION>

<SECTION>
<FILE>client</FILE>
<INCLUDE>telepathy-glib/client.h</INCLUDE>
<TITLE>client</TITLE>
TpClient
TpClientClass
tp_client_init_known_interfaces
<SUBSECTION>
tp_cli_client_observer_callback_for_observe_channels
tp_cli_client_observer_call_observe_channels
<SUBSECTION>
tp_cli_client_handler_callback_for_handle_channels
tp_cli_client_handler_call_handle_channels
tp_cli_client_interface_requests_callback_for_add_request
tp_cli_client_interface_requests_call_add_request
tp_cli_client_interface_requests_callback_for_remove_request
tp_cli_client_interface_requests_call_remove_request
<SUBSECTION>
tp_cli_client_approver_callback_for_add_dispatch_operation
tp_cli_client_approver_call_add_dispatch_operation
<SUBSECTION Standard>
tp_client_get_type
TP_CLIENT
TP_CLIENT_CLASS
TP_CLIENT_GET_CLASS
TP_IS_CLIENT
TP_IS_CLIENT_CLASS
TP_TYPE_CLIENT
TpClientClassPrivate
TpClientPrivate
</SECTION>

<SECTION>
<FILE>svc-client</FILE>
<INCLUDE>telepathy-glib/svc-client.h</INCLUDE>
<TITLE>svc-client</TITLE>
TpSvcClient
TpSvcClientClass
<SUBSECTION>
TpSvcClientApprover
TpSvcClientApproverClass
tp_svc_client_approver_return_from_add_dispatch_operation
tp_svc_client_approver_add_dispatch_operation_impl
tp_svc_client_approver_implement_add_dispatch_operation
<SUBSECTION>
TpSvcClientHandler
TpSvcClientHandlerClass
tp_svc_client_handler_return_from_handle_channels
tp_svc_client_handler_handle_channels_impl
tp_svc_client_handler_implement_handle_channels
TpSvcClientInterfaceRequests
TpSvcClientInterfaceRequestsClass
tp_svc_client_interface_requests_return_from_add_request
tp_svc_client_interface_requests_add_request_impl
tp_svc_client_interface_requests_implement_add_request
tp_svc_client_interface_requests_return_from_remove_request
tp_svc_client_interface_requests_remove_request_impl
tp_svc_client_interface_requests_implement_remove_request
<SUBSECTION>
TpSvcClientObserver
TpSvcClientObserverClass
tp_svc_client_observer_return_from_observe_channels
tp_svc_client_observer_observe_channels_impl
tp_svc_client_observer_implement_observe_channels
<SUBSECTION Standard>
tp_svc_client_get_type
tp_svc_client_approver_get_type
tp_svc_client_handler_get_type
tp_svc_client_interface_requests_get_type
tp_svc_client_observer_get_type
TP_IS_SVC_CLIENT
TP_IS_SVC_CLIENT_APPROVER
TP_IS_SVC_CLIENT_HANDLER
TP_IS_SVC_CLIENT_INTERFACE_REQUESTS
TP_IS_SVC_CLIENT_OBSERVER
TP_SVC_CLIENT
TP_SVC_CLIENT_APPROVER
TP_SVC_CLIENT_APPROVER_GET_CLASS
TP_SVC_CLIENT_GET_CLASS
TP_SVC_CLIENT_HANDLER
TP_SVC_CLIENT_HANDLER_GET_CLASS
TP_SVC_CLIENT_INTERFACE_REQUESTS
TP_SVC_CLIENT_INTERFACE_REQUESTS_GET_CLASS
TP_SVC_CLIENT_OBSERVER
TP_SVC_CLIENT_OBSERVER_GET_CLASS
TP_TYPE_SVC_CLIENT
TP_TYPE_SVC_CLIENT_APPROVER
TP_TYPE_SVC_CLIENT_HANDLER
TP_TYPE_SVC_CLIENT_INTERFACE_REQUESTS
TP_TYPE_SVC_CLIENT_OBSERVER
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/svc-debug.h</INCLUDE>
<TITLE>svc-debug</TITLE>
<FILE>svc-debug</FILE>
TpSvcDebug
TpSvcDebugClass
tp_svc_debug_get_messages_impl
tp_svc_debug_implement_get_messages
tp_svc_debug_return_from_get_messages
tp_svc_debug_emit_new_debug_message
<SUBSECTION Standard>
TP_SVC_DEBUG
TP_IS_SVC_DEBUG
TP_TYPE_SVC_DEBUG
TP_SVC_DEBUG_GET_CLASS
tp_svc_debug_get_type
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/debug-sender.h</INCLUDE>
<INCLUDE>telepathy-glib/debug-sender.h</INCLUDE>
<FILE>debug-sender</FILE>
<TITLE>debug-sender</TITLE>
TpDebugSender
tp_debug_sender_dup
tp_debug_sender_add_message
tp_debug_sender_log_handler
<SUBSECTION Standard>
tp_debug_sender_get_type
TP_DEBUG_SENDER
TP_DEBUG_SENDER_CLASS
TP_DEBUG_SENDER_GET_CLASS
TP_IS_DEBUG_SENDER
TP_IS_DEBUG_SENDER_CLASS
TP_TYPE_DEBUG_SENDER
TpDebugSenderClass
TpDebugSenderPrivate
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/base-client.h</INCLUDE>
<FILE>base-client</FILE>
<TITLE>base-client</TITLE>
TpBaseClient
tp_base_client_add_observer_filter
tp_base_client_take_observer_filter
tp_base_client_set_observer_recover
TpBaseClientClassObserveChannelsImpl
tp_base_client_implement_observe_channels
tp_base_client_add_approver_filter
tp_base_client_take_approver_filter
TpBaseClientClassAddDispatchOperationImpl
tp_base_client_implement_add_dispatch_operation
tp_base_client_add_handler_capabilities
tp_base_client_add_handler_capabilities_varargs
tp_base_client_add_handler_capability
tp_base_client_add_handler_filter
tp_base_client_take_handler_filter
tp_base_client_be_a_handler
TpBaseClientClassHandleChannelsImpl
tp_base_client_implement_handle_channels
tp_base_client_add_account_features
tp_base_client_add_account_features_varargs
tp_base_client_add_connection_features
tp_base_client_add_connection_features_varargs
tp_base_client_add_channel_features
tp_base_client_add_channel_features_varargs
tp_base_client_get_handled_channels
tp_base_client_get_pending_requests
tp_base_client_set_handler_bypass_approval
tp_base_client_set_handler_request_notification
tp_base_client_register
tp_base_client_unregister
tp_base_client_get_bus_name
tp_base_client_get_object_path
tp_base_client_get_dbus_daemon
tp_base_client_get_name
tp_base_client_get_uniquify_name
tp_base_client_get_account_manager
<SUBSECTION Standard>
tp_base_client_get_type
TP_BASE_CLIENT
TP_BASE_CLIENT_CLASS
TP_BASE_CLIENT_GET_CLASS
TP_IS_BASE_CLIENT
TP_IS_BASE_CLIENT_CLASS
TP_TYPE_OBSERVE_CHANNELS_CONTEXT
TP_TYPE_BASE_CLIENT
TpBaseClientClass
TpBaseClientPrivate
TpBaseClientClassPrivate
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/observe-channels-context.h</INCLUDE>
<FILE>observe-channels-context</FILE>
<TITLE>observe-channels-context</TITLE>
TpObserveChannelsContext
tp_observe_channels_context_accept
tp_observe_channels_context_delay
tp_observe_channels_context_fail
tp_observe_channels_context_is_recovering
<SUBSECTION Standard>
tp_observe_channels_context_get_type
TP_OBSERVE_CHANNELS_CONTEXT
TP_OBSERVE_CHANNELS_CONTEXT_CLASS
TP_OBSERVE_CHANNELS_CONTEXT_GET_CLASS
TP_IS_OBSERVE_CHANNELS_CONTEXT
TP_IS_OBSERVE_CHANNELS_CONTEXT_CLASS
TpObserveChannelsContextClass
TpObserveChannelsContextPrivate
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/simple-observer.h</INCLUDE>
<FILE>simple-observer</FILE>
<TITLE>simple-observer</TITLE>
TpSimpleObserver
TpSimpleObserverObserveChannelsImpl
tp_simple_observer_new
tp_simple_observer_new_with_am
<SUBSECTION Standard>
tp_simple_observer_get_type
TP_TYPE_SIMPLE_OBSERVER
TP_SIMPLE_OBSERVER
TP_SIMPLE_OBSERVER_CLASS
TP_SIMPLE_OBSERVER_GET_CLASS
TP_IS_SIMPLE_OBSERVER
TP_IS_SIMPLE_OBSERVER_CLASS
TpSimpleObserverClass
TpSimpleObserverPrivate
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/add-dispatch-operation-context.h</INCLUDE>
<FILE>add-dispatch-operation-context</FILE>
<TITLE>add-dispatch-operation-context</TITLE>
TpAddDispatchOperationContext
tp_add_dispatch_operation_context_accept
tp_add_dispatch_operation_context_delay
tp_add_dispatch_operation_context_fail
<SUBSECTION Standard>
tp_add_dispatch_operation_context_get_type
TP_ADD_DISPATCH_OPERATION_CONTEXT
TP_ADD_DISPATCH_OPERATION_CONTEXT_CLASS
TP_ADD_DISPATCH_OPERATION_CONTEXT_GET_CLASS
TP_IS_ADD_DISPATCH_OPERATION_CONTEXT
TP_IS_ADD_DISPATCH_OPERATION_CONTEXT_CLASS
TpAddDispatchOperationContextClass
TpAddDispatchOperationContextPrivate
TP_TYPE_ADD_DISPATCH_OPERATION_CONTEXT
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/simple-approver.h</INCLUDE>
<FILE>simple-approver</FILE>
<TITLE>simple-approver</TITLE>
TpSimpleApprover
TpSimpleApproverAddDispatchOperationImpl
tp_simple_approver_new
tp_simple_approver_new_with_am
<SUBSECTION Standard>
tp_simple_approver_get_type
TP_TYPE_SIMPLE_APPROVER
TP_SIMPLE_APPROVER
TP_SIMPLE_APPROVER_CLASS
TP_SIMPLE_APPROVER_GET_CLASS
TP_IS_SIMPLE_APPROVER
TP_IS_SIMPLE_APPROVER_CLASS
TpSimpleApproverClass
TpSimpleApproverPrivate
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/handle-channels-context.h</INCLUDE>
<FILE>handle-channels-context</FILE>
<TITLE>handle-channels-context</TITLE>
TpHandleChannelsContext
tp_handle_channels_context_accept
tp_handle_channels_context_delay
tp_handle_channels_context_fail
tp_handle_channels_context_get_handler_info
<SUBSECTION Standard>
tp_handle_channels_context_get_type
TP_HANDLE_CHANNELS_CONTEXT
TP_HANDLE_CHANNELS_CONTEXT_CLASS
TP_HANDLE_CHANNELS_CONTEXT_GET_CLASS
TP_IS_HANDLE_CHANNELS_CONTEXT
TP_IS_HANDLE_CHANNELS_CONTEXT_CLASS
TpHandleChannelsContextClass
TpHandleChannelsContextPrivate
TP_TYPE_HANDLE_CHANNELS_CONTEXT
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/simple-handler.h</INCLUDE>
<FILE>simple-handler</FILE>
<TITLE>simple-handler</TITLE>
TpSimpleHandler
TpSimpleHandlerHandleChannelsImpl
tp_simple_handler_new
tp_simple_handler_new_with_am
<SUBSECTION Standard>
tp_simple_handler_get_type
TP_TYPE_SIMPLE_HANDLER
TP_SIMPLE_HANDLER
TP_SIMPLE_HANDLER_CLASS
TP_SIMPLE_HANDLER_GET_CLASS
TP_IS_SIMPLE_HANDLER
TP_IS_SIMPLE_HANDLER_CLASS
TpSimpleHandlerClass
TpSimpleHandlerPrivate
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/base-protocol.h</INCLUDE>
<FILE>base-protocol</FILE>
<TITLE>base-protocol</TITLE>
TpBaseProtocol
tp_base_protocol_get_name
tp_base_protocol_get_immutable_properties
tp_base_protocol_get_parameters
tp_base_protocol_new_connection
<SUBSECTION>
TpBaseProtocolClass
TpBaseProtocolGetParametersFunc
TpBaseProtocolNewConnectionFunc
TpBaseProtocolNormalizeContactFunc
TpBaseProtocolIdentifyAccountFunc
TpBaseProtocolGetInterfacesFunc
TpBaseProtocolGetConnectionDetailsFunc
<SUBSECTION Standard>
tp_base_protocol_get_type
TP_BASE_PROTOCOL
TP_BASE_PROTOCOL_CLASS
TP_BASE_PROTOCOL_GET_CLASS
TP_IS_BASE_PROTOCOL
TP_IS_BASE_PROTOCOL_CLASS
TP_TYPE_BASE_PROTOCOL
<SUBSECTION Private>
TpBaseProtocolPrivate
TpBaseProtocolClassPrivate
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/svc-protocol.h</INCLUDE>
<FILE>svc-protocol</FILE>
<TITLE>svc-protocol</TITLE>
TpSvcProtocol
TpSvcProtocolClass
<SUBSECTION>
tp_svc_protocol_identify_account_impl
tp_svc_protocol_implement_identify_account
tp_svc_protocol_implement_normalize_contact
tp_svc_protocol_normalize_contact_impl
tp_svc_protocol_return_from_identify_account
tp_svc_protocol_return_from_normalize_contact
<SUBSECTION Standard>
tp_svc_protocol_get_type
TP_SVC_PROTOCOL
TP_SVC_PROTOCOL_CLASS
TP_SVC_PROTOCOL_GET_CLASS
TP_IS_SVC_PROTOCOL
TP_TYPE_SVC_PROTOCOL
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/protocol.h</INCLUDE>
<FILE>protocol</FILE>
<TITLE>protocol</TITLE>
TpProtocol
TpProtocolClass
tp_protocol_new
tp_protocol_get_name
tp_protocol_init_known_interfaces
<SUBSECTION>
TP_PROTOCOL_FEATURE_PARAMETERS
tp_protocol_dup_param_names
tp_protocol_get_param
tp_protocol_has_param
tp_protocol_can_register
<SUBSECTION>
TP_PROTOCOL_FEATURE_CORE
tp_protocol_get_capabilities
tp_protocol_get_english_name
tp_protocol_get_icon_name
tp_protocol_get_vcard_field
<SUBSECTION>
tp_cli_protocol_call_identify_account
tp_cli_protocol_call_normalize_contact
tp_cli_protocol_callback_for_identify_account
tp_cli_protocol_callback_for_normalize_contact
<SUBSECTION Standard>
tp_protocol_get_type
TP_PROTOCOL
TP_PROTOCOL_CLASS
TP_PROTOCOL_GET_CLASS
TP_IS_PROTOCOL
TP_IS_PROTOCOL_CLASS
TP_TYPE_PROTOCOL
tp_protocol_get_feature_quark_core
tp_protocol_get_feature_quark_parameters
<SUBSECTION Private>
TpProtocolPrivate
TpProtocolClassPrivate
</SECTION>

<SECTION>
<FILE>channel-contactsearch</FILE>
<TITLE>channel-contactsearch</TITLE>
<INCLUDE>telepathy-glib/channel.h</INCLUDE>
tp_cli_channel_type_contact_search_call_more
tp_cli_channel_type_contact_search_call_search
tp_cli_channel_type_contact_search_call_stop
tp_cli_channel_type_contact_search_callback_for_more
tp_cli_channel_type_contact_search_callback_for_search
tp_cli_channel_type_contact_search_callback_for_stop
tp_cli_channel_type_contact_search_connect_to_search_result_received
tp_cli_channel_type_contact_search_connect_to_search_state_changed
tp_cli_channel_type_contact_search_run_more
tp_cli_channel_type_contact_search_run_search
tp_cli_channel_type_contact_search_run_stop
tp_cli_channel_type_contact_search_signal_callback_search_result_received
tp_cli_channel_type_contact_search_signal_callback_search_state_changed
</SECTION>

<SECTION>
<FILE>svc-channel-contactsearch</FILE>
<TITLE>svc-channel-contactsearch</TITLE>
<INCLUDE>telepathy-glib/svc-channel.h</INCLUDE>
TpSvcChannelTypeContactSearch
TpSvcChannelTypeContactSearchClass
tp_svc_channel_type_contact_search_emit_search_result_received
tp_svc_channel_type_contact_search_emit_search_state_changed
tp_svc_channel_type_contact_search_implement_more
tp_svc_channel_type_contact_search_implement_search
tp_svc_channel_type_contact_search_implement_stop
tp_svc_channel_type_contact_search_more_impl
tp_svc_channel_type_contact_search_return_from_more
tp_svc_channel_type_contact_search_return_from_search
tp_svc_channel_type_contact_search_return_from_stop
tp_svc_channel_type_contact_search_search_impl
tp_svc_channel_type_contact_search_stop_impl
<SUBSECTION Standard>
TP_IS_SVC_CHANNEL_TYPE_CONTACT_SEARCH
TP_SVC_CHANNEL_TYPE_CONTACT_SEARCH
TP_SVC_CHANNEL_TYPE_CONTACT_SEARCH_GET_CLASS
TP_TYPE_SVC_CHANNEL_TYPE_CONTACT_SEARCH
tp_svc_channel_type_contact_search_get_type
</SECTION>

<SECTION>
<FILE>account-channel-request</FILE>
<TITLE>account-channel-request</TITLE>
<INCLUDE>telepathy-glib/account-channel-request.h</INCLUDE>
TpAccountChannelRequest
tp_account_channel_request_new
tp_account_channel_request_get_request
tp_account_channel_request_get_user_action_time
tp_account_channel_request_get_account
tp_account_channel_request_create_and_handle_channel_async
tp_account_channel_request_create_and_handle_channel_finish
tp_account_channel_request_ensure_and_handle_channel_async
tp_account_channel_request_ensure_and_handle_channel_finish
tp_account_channel_request_create_channel_async
tp_account_channel_request_create_channel_finish
tp_account_channel_request_ensure_channel_async
tp_account_channel_request_ensure_channel_finish
<SUBSECTION Standard>
tp_account_channel_request_get_type
TP_ACCOUNT_CHANNEL_REQUEST
TP_ACCOUNT_CHANNEL_REQUEST_CLASS
TP_ACCOUNT_CHANNEL_REQUEST_GET_CLASS
TP_IS_ACCOUNT_CHANNEL_REQUEST
TP_IS_ACCOUNT_CHANNEL_REQUEST_CLASS
TP_TYPE_ACCOUNT_CHANNEL_REQUEST
</SECTION>

<SECTION>
<FILE>svc-tls</FILE>
<TITLE>svc-tls</TITLE>
<INCLUDE>telepathy-glib/svc-channel.h,telepathy-glib/svc-tls.h</INCLUDE>
<SUBSECTION>
TpSvcChannelTypeServerTLSConnection
TpSvcChannelTypeServerTLSConnectionClass
<SUBSECTION>
TpSvcAuthenticationTLSCertificate
TpSvcAuthenticationTLSCertificateClass
tp_svc_authentication_tls_certificate_accept_impl
tp_svc_authentication_tls_certificate_return_from_accept
tp_svc_authentication_tls_certificate_implement_accept
tp_svc_authentication_tls_certificate_emit_accepted
tp_svc_authentication_tls_certificate_reject_impl
tp_svc_authentication_tls_certificate_return_from_reject
tp_svc_authentication_tls_certificate_implement_reject
tp_svc_authentication_tls_certificate_emit_rejected
<SUBSECTION Standard>
TP_IS_SVC_AUTHENTICATION_TLS_CERTIFICATE
TP_IS_SVC_CHANNEL_TYPE_SERVER_TLS_CONNECTION
TP_SVC_AUTHENTICATION_TLS_CERTIFICATE
TP_SVC_AUTHENTICATION_TLS_CERTIFICATE_GET_CLASS
TP_SVC_CHANNEL_TYPE_SERVER_TLS_CONNECTION
TP_SVC_CHANNEL_TYPE_SERVER_TLS_CONNECTION_GET_CLASS
TP_TYPE_SVC_AUTHENTICATION_TLS_CERTIFICATE
TP_TYPE_SVC_CHANNEL_TYPE_SERVER_TLS_CONNECTION
tp_svc_authentication_tls_certificate_get_type
tp_svc_channel_type_server_tls_connection_get_type
</SECTION>