summaryrefslogtreecommitdiff
path: root/docs/reference/telepathy-glib-sections.txt
blob: 70a7de5896c8577e169a96401de6f2168636231b (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
<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
</SECTION>

<SECTION>
<INCLUDE>telepathy-glib/base-connection.h</INCLUDE>
<FILE>base-connection</FILE>
<TITLE>TpBaseConnection</TITLE>
TP_INTERNAL_CONNECTION_STATUS_NEW
TpBaseConnection
TpBaseConnectionClass
TpBaseConnectionCreateChannelFactoriesImpl
TpBaseConnectionCreateHandleReposImpl
TpBaseConnectionGetUniqueConnectionNameImpl
TpBaseConnectionProc
TpBaseConnectionStartConnectingImpl
tp_base_connection_register
tp_base_connection_get_handles
tp_base_connection_change_status
tp_base_connection_finish_shutdown
tp_base_connection_add_interfaces
tp_base_connection_dbus_request_handles
TP_CONN_BUS_NAME_BASE
TP_CONN_OBJECT_PATH_BASE
TP_BASE_CONNECTION_ERROR_IF_NOT_CONNECTED
<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
</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
TpCMParamSpec
TpCMProtocolSpec
TpBaseConnectionManager
TpBaseConnectionManagerClass
TpBaseConnectionManagerNewConnFunc
tp_base_connection_manager_register
TP_CM_BUS_NAME_BASE
TP_CM_OBJECT_PATH_BASE
<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
</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>
<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
<SUBSECTION>
TpHandleSet
TpHandleSetMemberFunc
tp_handle_set_new
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_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-properties-interface</FILE>
<INCLUDE>telepathy-glib/svc-properties-interface.h</INCLUDE>
<TITLE>svc-properties-interface</TITLE>
TpSvcPropertiesInterface
TpSvcPropertiesInterfaceClass
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_PROPERTIES_INTERFACE
TP_IS_SVC_PROPERTIES_INTERFACE
TP_TYPE_SVC_PROPERTIES_INTERFACE
tp_svc_properties_interface_get_type
TP_SVC_PROPERTIES_INTERFACE_GET_CLASS
<SUBSECTION Private>
dbus_glib_marshal_tp_svc_properties_interface_NONE__BOXED_POINTER
dbus_glib_marshal_tp_svc_properties_interface_NONE__POINTER
dbus_glib_marshal_tp_svc_properties_interface_VOID__BOXED_POINTER
dbus_glib_marshal_tp_svc_properties_interface_VOID__POINTER
</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 Standard>
TP_SVC_CHANNEL
TP_IS_SVC_CHANNEL
TP_TYPE_SVC_CHANNEL
tp_svc_channel_get_type
TP_SVC_CHANNEL_GET_CLASS
<SUBSECTION>
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>
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>
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
<SUBSECTION>
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>
TpSvcChannelInterfaceDTMF
TpSvcChannelInterfaceDTMFClass
tp_svc_channel_interface_dtmf_implement_start_tone
tp_svc_channel_interface_dtmf_implement_stop_tone
tp_svc_channel_interface_dtmf_return_from_start_tone
tp_svc_channel_interface_dtmf_return_from_stop_tone
tp_svc_channel_interface_dtmf_start_tone_impl
tp_svc_channel_interface_dtmf_stop_tone_impl
<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>
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
<SUBSECTION>
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
<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>
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
<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 Private>
dbus_glib_marshal_tp_svc_channel_interface_chat_state_NONE__UINT_POINTER
dbus_glib_marshal_tp_svc_channel_interface_chat_state_VOID__UINT_POINTER
dbus_glib_marshal_tp_svc_channel_interface_dtmf_NONE__UINT_POINTER
dbus_glib_marshal_tp_svc_channel_interface_dtmf_NONE__UINT_UCHAR_POINTER
dbus_glib_marshal_tp_svc_channel_interface_dtmf_VOID__UINT_POINTER
dbus_glib_marshal_tp_svc_channel_interface_dtmf_VOID__UINT_UCHAR_POINTER
dbus_glib_marshal_tp_svc_channel_interface_group_NONE__BOXED_POINTER
dbus_glib_marshal_tp_svc_channel_interface_group_NONE__BOXED_STRING_POINTER
dbus_glib_marshal_tp_svc_channel_interface_group_NONE__POINTER
dbus_glib_marshal_tp_svc_channel_interface_group_VOID__BOXED_POINTER
dbus_glib_marshal_tp_svc_channel_interface_group_VOID__BOXED_STRING_POINTER
dbus_glib_marshal_tp_svc_channel_interface_group_VOID__POINTER
dbus_glib_marshal_tp_svc_channel_interface_hold_NONE__UINT_BOOLEAN_POINTER
dbus_glib_marshal_tp_svc_channel_interface_hold_NONE__UINT_POINTER
dbus_glib_marshal_tp_svc_channel_interface_hold_VOID__UINT_BOOLEAN_POINTER
dbus_glib_marshal_tp_svc_channel_interface_hold_VOID__UINT_POINTER
dbus_glib_marshal_tp_svc_channel_interface_media_signalling_NONE__POINTER
dbus_glib_marshal_tp_svc_channel_interface_media_signalling_VOID__POINTER
dbus_glib_marshal_tp_svc_channel_interface_password_NONE__POINTER
dbus_glib_marshal_tp_svc_channel_interface_password_NONE__STRING_POINTER
dbus_glib_marshal_tp_svc_channel_interface_password_VOID__POINTER
dbus_glib_marshal_tp_svc_channel_interface_password_VOID__STRING_POINTER
dbus_glib_marshal_tp_svc_channel_interface_transfer_NONE__UINT_UINT_POINTER
dbus_glib_marshal_tp_svc_channel_interface_transfer_VOID__UINT_UINT_POINTER
dbus_glib_marshal_tp_svc_channel_NONE__POINTER
dbus_glib_marshal_tp_svc_channel_type_contact_search_NONE__BOXED_POINTER
dbus_glib_marshal_tp_svc_channel_type_contact_search_NONE__POINTER
dbus_glib_marshal_tp_svc_channel_type_contact_search_VOID__BOXED_POINTER
dbus_glib_marshal_tp_svc_channel_type_contact_search_VOID__POINTER
dbus_glib_marshal_tp_svc_channel_type_room_list_NONE__POINTER
dbus_glib_marshal_tp_svc_channel_type_room_list_VOID__POINTER
dbus_glib_marshal_tp_svc_channel_type_streamed_media_NONE__BOXED_POINTER
dbus_glib_marshal_tp_svc_channel_type_streamed_media_NONE__POINTER
dbus_glib_marshal_tp_svc_channel_type_streamed_media_NONE__UINT_BOXED_POINTER
dbus_glib_marshal_tp_svc_channel_type_streamed_media_NONE__UINT_UINT_POINTER
dbus_glib_marshal_tp_svc_channel_type_streamed_media_VOID__BOXED_POINTER
dbus_glib_marshal_tp_svc_channel_type_streamed_media_VOID__POINTER
dbus_glib_marshal_tp_svc_channel_type_streamed_media_VOID__UINT_BOXED_POINTER
dbus_glib_marshal_tp_svc_channel_type_streamed_media_VOID__UINT_UINT_POINTER
dbus_glib_marshal_tp_svc_channel_type_text_NONE__BOOLEAN_POINTER
dbus_glib_marshal_tp_svc_channel_type_text_NONE__BOXED_POINTER
dbus_glib_marshal_tp_svc_channel_type_text_NONE__POINTER
dbus_glib_marshal_tp_svc_channel_type_text_NONE__UINT_STRING_POINTER
dbus_glib_marshal_tp_svc_channel_type_text_VOID__BOOLEAN_POINTER
dbus_glib_marshal_tp_svc_channel_type_text_VOID__BOXED_POINTER
dbus_glib_marshal_tp_svc_channel_type_text_VOID__POINTER
dbus_glib_marshal_tp_svc_channel_type_text_VOID__UINT_STRING_POINTER
dbus_glib_marshal_tp_svc_channel_type_tubes_NONE__POINTER
dbus_glib_marshal_tp_svc_channel_type_tubes_NONE__UINT_POINTER
dbus_glib_marshal_tp_svc_channel_type_tubes_NONE__UINT_STRING_BOXED_POINTER
dbus_glib_marshal_tp_svc_channel_type_tubes_VOID__POINTER
dbus_glib_marshal_tp_svc_channel_type_tubes_VOID__UINT_POINTER
dbus_glib_marshal_tp_svc_channel_type_tubes_VOID__UINT_STRING_BOXED_POINTER
dbus_glib_marshal_tp_svc_channel_VOID__POINTER
</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_status_changed
<SUBSECTION Standard>
TP_SVC_CONNECTION
TP_IS_SVC_CONNECTION
TP_TYPE_SVC_CONNECTION
tp_svc_connection_get_type
TP_SVC_CONNECTION_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
<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_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>
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 Private>
dbus_glib_marshal_tp_svc_connection_interface_aliasing_NONE__BOXED_POINTER
dbus_glib_marshal_tp_svc_connection_interface_aliasing_NONE__POINTER
dbus_glib_marshal_tp_svc_connection_interface_aliasing_VOID__BOXED_POINTER
dbus_glib_marshal_tp_svc_connection_interface_aliasing_VOID__POINTER
dbus_glib_marshal_tp_svc_connection_interface_avatars_NONE__BOXED_POINTER
dbus_glib_marshal_tp_svc_connection_interface_avatars_NONE__BOXED_STRING_POINTER
dbus_glib_marshal_tp_svc_connection_interface_avatars_NONE__POINTER
dbus_glib_marshal_tp_svc_connection_interface_avatars_NONE__UINT_POINTER
dbus_glib_marshal_tp_svc_connection_interface_avatars_VOID__BOXED_POINTER
dbus_glib_marshal_tp_svc_connection_interface_avatars_VOID__BOXED_STRING_POINTER
dbus_glib_marshal_tp_svc_connection_interface_avatars_VOID__POINTER
dbus_glib_marshal_tp_svc_connection_interface_avatars_VOID__UINT_POINTER
dbus_glib_marshal_tp_svc_connection_interface_capabilities_NONE__BOXED_BOXED_POINTER
dbus_glib_marshal_tp_svc_connection_interface_capabilities_NONE__BOXED_POINTER
dbus_glib_marshal_tp_svc_connection_interface_capabilities_VOID__BOXED_BOXED_POINTER
dbus_glib_marshal_tp_svc_connection_interface_capabilities_VOID__BOXED_POINTER
dbus_glib_marshal_tp_svc_connection_interface_contact_info_NONE__UINT_POINTER
dbus_glib_marshal_tp_svc_connection_interface_contact_info_VOID__UINT_POINTER
dbus_glib_marshal_tp_svc_connection_interface_forwarding_NONE__POINTER
dbus_glib_marshal_tp_svc_connection_interface_forwarding_NONE__UINT_POINTER
dbus_glib_marshal_tp_svc_connection_interface_forwarding_VOID__POINTER
dbus_glib_marshal_tp_svc_connection_interface_forwarding_VOID__UINT_POINTER
dbus_glib_marshal_tp_svc_connection_interface_presence_NONE__BOXED_POINTER
dbus_glib_marshal_tp_svc_connection_interface_presence_NONE__POINTER
dbus_glib_marshal_tp_svc_connection_interface_presence_NONE__STRING_BOXED_POINTER
dbus_glib_marshal_tp_svc_connection_interface_presence_NONE__STRING_POINTER
dbus_glib_marshal_tp_svc_connection_interface_presence_NONE__UINT_POINTER
dbus_glib_marshal_tp_svc_connection_interface_presence_VOID__BOXED_POINTER
dbus_glib_marshal_tp_svc_connection_interface_presence_VOID__POINTER
dbus_glib_marshal_tp_svc_connection_interface_presence_VOID__STRING_BOXED_POINTER
dbus_glib_marshal_tp_svc_connection_interface_presence_VOID__STRING_POINTER
dbus_glib_marshal_tp_svc_connection_interface_presence_VOID__UINT_POINTER
dbus_glib_marshal_tp_svc_connection_interface_privacy_NONE__POINTER
dbus_glib_marshal_tp_svc_connection_interface_privacy_NONE__STRING_POINTER
dbus_glib_marshal_tp_svc_connection_interface_privacy_VOID__POINTER
dbus_glib_marshal_tp_svc_connection_interface_privacy_VOID__STRING_POINTER
dbus_glib_marshal_tp_svc_connection_interface_renaming_NONE__STRING_POINTER
dbus_glib_marshal_tp_svc_connection_interface_renaming_VOID__STRING_POINTER
dbus_glib_marshal_tp_svc_connection_NONE__POINTER
dbus_glib_marshal_tp_svc_connection_NONE__STRING_UINT_UINT_BOOLEAN_POINTER
dbus_glib_marshal_tp_svc_connection_NONE__UINT_BOXED_POINTER
dbus_glib_marshal_tp_svc_connection_VOID__POINTER
dbus_glib_marshal_tp_svc_connection_VOID__STRING_UINT_UINT_BOOLEAN_POINTER
dbus_glib_marshal_tp_svc_connection_VOID__UINT_BOXED_POINTER
</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
<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
<SUBSECTION Private>
dbus_glib_marshal_tp_svc_media_session_handler_NONE__POINTER
dbus_glib_marshal_tp_svc_media_session_handler_NONE__UINT_STRING_POINTER
dbus_glib_marshal_tp_svc_media_session_handler_VOID__POINTER
dbus_glib_marshal_tp_svc_media_session_handler_VOID__UINT_STRING_POINTER
dbus_glib_marshal_tp_svc_media_stream_handler_NONE__BOXED_POINTER
dbus_glib_marshal_tp_svc_media_stream_handler_NONE__POINTER
dbus_glib_marshal_tp_svc_media_stream_handler_NONE__STRING_BOXED_POINTER
dbus_glib_marshal_tp_svc_media_stream_handler_NONE__STRING_STRING_POINTER
dbus_glib_marshal_tp_svc_media_stream_handler_NONE__UINT_POINTER
dbus_glib_marshal_tp_svc_media_stream_handler_NONE__UINT_STRING_POINTER
dbus_glib_marshal_tp_svc_media_stream_handler_VOID__BOXED_POINTER
dbus_glib_marshal_tp_svc_media_stream_handler_VOID__POINTER
dbus_glib_marshal_tp_svc_media_stream_handler_VOID__STRING_BOXED_POINTER
dbus_glib_marshal_tp_svc_media_stream_handler_VOID__STRING_STRING_POINTER
dbus_glib_marshal_tp_svc_media_stream_handler_VOID__UINT_POINTER
dbus_glib_marshal_tp_svc_media_stream_handler_VOID__UINT_STRING_POINTER
</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
<SUBSECTION Private>
dbus_glib_marshal_tp_svc_connection_manager_NONE__POINTER
dbus_glib_marshal_tp_svc_connection_manager_NONE__STRING_BOXED_POINTER
dbus_glib_marshal_tp_svc_connection_manager_NONE__STRING_POINTER
dbus_glib_marshal_tp_svc_connection_manager_VOID__POINTER
dbus_glib_marshal_tp_svc_connection_manager_VOID__STRING_BOXED_POINTER
dbus_glib_marshal_tp_svc_connection_manager_VOID__STRING_POINTER
</SECTION>

<SECTION>
<FILE>svc-unstable</FILE>
<INCLUDE>telepathy-glib/svc-unstable.h</INCLUDE>
<TITLE>svc-unstable</TITLE>
<SUBSECTION>
TP_IFACE_CONNECTION_INTERFACE_CONTACT_INFO
TP_IFACE_CONNECTION_INTERFACE_FORWARDING
TP_IFACE_CONNECTION_INTERFACE_PRIVACY
TP_IFACE_CONNECTION_INTERFACE_RENAMING
TP_IFACE_CHANNEL_TYPE_CONTACT_SEARCH
TP_IFACE_CHANNEL_INTERFACE_HOLD
TP_IFACE_CHANNEL_INTERFACE_TRANSFER
<SUBSECTION>
TpChannelContactSearchState
NUM_TP_CHANNEL_CONTACT_SEARCH_STATES
TpChannelHoldState
NUM_TP_CHANNEL_HOLD_STATES
TpTubeState
NUM_TP_TUBE_STATES
TpTubeType
NUM_TP_TUBE_TYPES
<SUBSECTION>
TpSvcChannelTypeContactSearch
TpSvcChannelTypeContactSearchClass
tp_svc_channel_type_contact_search_get_search_keys_impl
tp_svc_channel_type_contact_search_implement_get_search_keys
tp_svc_channel_type_contact_search_return_from_get_search_keys
tp_svc_channel_type_contact_search_get_search_state_impl
tp_svc_channel_type_contact_search_implement_get_search_state
tp_svc_channel_type_contact_search_return_from_get_search_state
tp_svc_channel_type_contact_search_search_impl
tp_svc_channel_type_contact_search_implement_search
tp_svc_channel_type_contact_search_return_from_search
tp_svc_channel_type_contact_search_emit_search_result_received
tp_svc_channel_type_contact_search_emit_search_state_changed
<SUBSECTION Standard>
TP_SVC_CHANNEL_TYPE_CONTACT_SEARCH
TP_IS_SVC_CHANNEL_TYPE_CONTACT_SEARCH
TP_TYPE_SVC_CHANNEL_TYPE_CONTACT_SEARCH
tp_svc_channel_type_contact_search_get_type
TP_SVC_CHANNEL_TYPE_CONTACT_SEARCH_GET_CLASS
<SUBSECTION>
TpSvcChannelTypeTubes
TpSvcChannelTypeTubesClass
tp_svc_channel_type_tubes_accept_tube_impl
tp_svc_channel_type_tubes_close_tube_impl
tp_svc_channel_type_tubes_emit_d_bus_names_changed
tp_svc_channel_type_tubes_emit_new_tube
tp_svc_channel_type_tubes_emit_tube_closed
tp_svc_channel_type_tubes_emit_tube_state_changed
tp_svc_channel_type_tubes_get_available_tube_types_impl
tp_svc_channel_type_tubes_get_d_bus_names_impl
tp_svc_channel_type_tubes_get_d_bus_server_address_impl
tp_svc_channel_type_tubes_implement_accept_tube
tp_svc_channel_type_tubes_implement_close_tube
tp_svc_channel_type_tubes_implement_get_available_tube_types
tp_svc_channel_type_tubes_implement_get_d_bus_names
tp_svc_channel_type_tubes_implement_get_d_bus_server_address
tp_svc_channel_type_tubes_implement_list_tubes
tp_svc_channel_type_tubes_implement_offer_tube
tp_svc_channel_type_tubes_list_tubes_impl
tp_svc_channel_type_tubes_offer_tube_impl
tp_svc_channel_type_tubes_return_from_accept_tube
tp_svc_channel_type_tubes_return_from_close_tube
tp_svc_channel_type_tubes_return_from_get_available_tube_types
tp_svc_channel_type_tubes_return_from_get_d_bus_names
tp_svc_channel_type_tubes_return_from_get_d_bus_server_address
tp_svc_channel_type_tubes_return_from_list_tubes
tp_svc_channel_type_tubes_return_from_offer_tube
<SUBSECTION Standard>
TP_IFACE_CHANNEL_TYPE_TUBES
TP_IS_SVC_CHANNEL_TYPE_TUBES
TP_SVC_CHANNEL_TYPE_TUBES
TP_SVC_CHANNEL_TYPE_TUBES_GET_CLASS
tp_svc_channel_type_tubes_get_type
TP_TYPE_SVC_CHANNEL_TYPE_TUBES
<SUBSECTION>
TpSvcChannelInterfaceTransfer
TpSvcChannelInterfaceTransferClass
tp_svc_channel_interface_transfer_transfer_impl
tp_svc_channel_interface_transfer_implement_transfer
tp_svc_channel_interface_transfer_return_from_transfer
<SUBSECTION Standard>
TP_SVC_CHANNEL_INTERFACE_TRANSFER
TP_IS_SVC_CHANNEL_INTERFACE_TRANSFER
TP_TYPE_SVC_CHANNEL_INTERFACE_TRANSFER
tp_svc_channel_interface_transfer_get_type
TP_SVC_CHANNEL_INTERFACE_TRANSFER_GET_CLASS
<SUBSECTION>
TpSvcChannelInterfaceHold
TpSvcChannelInterfaceHoldClass
tp_svc_channel_interface_hold_get_hold_state_impl
tp_svc_channel_interface_hold_implement_get_hold_state
tp_svc_channel_interface_hold_return_from_get_hold_state
tp_svc_channel_interface_hold_request_hold_impl
tp_svc_channel_interface_hold_implement_request_hold
tp_svc_channel_interface_hold_return_from_request_hold
tp_svc_channel_interface_hold_emit_hold_state_changed
<SUBSECTION Standard>
TP_SVC_CHANNEL_INTERFACE_HOLD
TP_IS_SVC_CHANNEL_INTERFACE_HOLD
TP_TYPE_SVC_CHANNEL_INTERFACE_HOLD
tp_svc_channel_interface_hold_get_type
TP_SVC_CHANNEL_INTERFACE_HOLD_GET_CLASS
<SUBSECTION>
TpSvcConnectionInterfaceRenaming
TpSvcConnectionInterfaceRenamingClass
tp_svc_connection_interface_renaming_request_rename_impl
tp_svc_connection_interface_renaming_implement_request_rename
tp_svc_connection_interface_renaming_return_from_request_rename
tp_svc_connection_interface_renaming_emit_renamed
<SUBSECTION Standard>
TP_SVC_CONNECTION_INTERFACE_RENAMING
TP_IS_SVC_CONNECTION_INTERFACE_RENAMING
TP_TYPE_SVC_CONNECTION_INTERFACE_RENAMING
tp_svc_connection_interface_renaming_get_type
TP_SVC_CONNECTION_INTERFACE_RENAMING_GET_CLASS
<SUBSECTION>
TpSvcConnectionInterfacePrivacy
TpSvcConnectionInterfacePrivacyClass
tp_svc_connection_interface_privacy_get_privacy_mode_impl
tp_svc_connection_interface_privacy_implement_get_privacy_mode
tp_svc_connection_interface_privacy_return_from_get_privacy_mode
tp_svc_connection_interface_privacy_get_privacy_modes_impl
tp_svc_connection_interface_privacy_implement_get_privacy_modes
tp_svc_connection_interface_privacy_return_from_get_privacy_modes
tp_svc_connection_interface_privacy_set_privacy_mode_impl
tp_svc_connection_interface_privacy_implement_set_privacy_mode
tp_svc_connection_interface_privacy_return_from_set_privacy_mode
tp_svc_connection_interface_privacy_emit_privacy_mode_changed
<SUBSECTION Standard>
TP_SVC_CONNECTION_INTERFACE_PRIVACY
TP_IS_SVC_CONNECTION_INTERFACE_PRIVACY
TP_TYPE_SVC_CONNECTION_INTERFACE_PRIVACY
tp_svc_connection_interface_privacy_get_type
TP_SVC_CONNECTION_INTERFACE_PRIVACY_GET_CLASS
<SUBSECTION>
TpSvcConnectionInterfaceContactInfo
TpSvcConnectionInterfaceContactInfoClass
tp_svc_connection_interface_contact_info_request_contact_info_impl
tp_svc_connection_interface_contact_info_implement_request_contact_info
tp_svc_connection_interface_contact_info_return_from_request_contact_info
tp_svc_connection_interface_contact_info_emit_got_contact_info
<SUBSECTION Standard>
TP_SVC_CONNECTION_INTERFACE_CONTACT_INFO
TP_IS_SVC_CONNECTION_INTERFACE_CONTACT_INFO
TP_TYPE_SVC_CONNECTION_INTERFACE_CONTACT_INFO
tp_svc_connection_interface_contact_info_get_type
TP_SVC_CONNECTION_INTERFACE_CONTACT_INFO_GET_CLASS
<SUBSECTION>
TpSvcConnectionInterfaceForwarding
TpSvcConnectionInterfaceForwardingClass
tp_svc_connection_interface_forwarding_get_forwarding_handle_impl
tp_svc_connection_interface_forwarding_implement_get_forwarding_handle
tp_svc_connection_interface_forwarding_return_from_get_forwarding_handle
tp_svc_connection_interface_forwarding_set_forwarding_handle_impl
tp_svc_connection_interface_forwarding_implement_set_forwarding_handle
tp_svc_connection_interface_forwarding_return_from_set_forwarding_handle
tp_svc_connection_interface_forwarding_emit_forwarding_changed
<SUBSECTION Standard>
TP_SVC_CONNECTION_INTERFACE_FORWARDING
TP_IS_SVC_CONNECTION_INTERFACE_FORWARDING
TP_TYPE_SVC_CONNECTION_INTERFACE_FORWARDING
tp_svc_connection_interface_forwarding_get_type
TP_SVC_CONNECTION_INTERFACE_FORWARDING_GET_CLASS
</SECTION>

<SECTION>
<FILE>util</FILE>
<TITLE>util</TITLE>
<INCLUDE>telepathy-glib/util.h</INCLUDE>
tp_g_ptr_array_contains
tp_g_value_slice_free
tp_strdiff
tp_mixin_offset_cast
tp_escape_as_identifier
</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/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
<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_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_handle_type_is_valid
tp_handle_type_to_string
</SECTION>

<SECTION>
<FILE>group-mixin</FILE>
<INCLUDE>telepathy-glib/group-mixin.h</INCLUDE>
TpGroupMixinAddMemberFunc
TpGroupMixinRemMemberFunc
<TITLE>TpGroupMixin</TITLE>
TpGroupMixin
TpGroupMixinClass
tp_group_mixin_class_init
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_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_add_handle_owner
tp_group_mixin_iface_init
<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
TpIntFunc
tp_intset_sized_new
tp_intset_new
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_size
tp_intset_is_equal
tp_intset_copy
tp_intset_intersection
tp_intset_union
tp_intset_difference
tp_intset_symmetric_difference
tp_intset_dump
TP_INTSET_ITER_INIT
TpIntSetIter
tp_intset_iter_next
</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
<SUBSECTION Private>
DBUS_API_SUBJECT_TO_CHANGE
g_marshal_value_peek_boolean
g_marshal_value_peek_boxed
g_marshal_value_peek_char
g_marshal_value_peek_double
g_marshal_value_peek_enum
g_marshal_value_peek_flags
g_marshal_value_peek_float
g_marshal_value_peek_int
g_marshal_value_peek_int64
g_marshal_value_peek_long
g_marshal_value_peek_object
g_marshal_value_peek_param
g_marshal_value_peek_pointer
g_marshal_value_peek_string
g_marshal_value_peek_uchar
g_marshal_value_peek_uint
g_marshal_value_peek_uint64
g_marshal_value_peek_ulong
</SECTION>

<SECTION>
<TITLE>errors</TITLE>
<INCLUDE>telepathy-glib/errors.h</INCLUDE>
<FILE>errors</FILE>
TP_ERRORS
TP_TYPE_ERROR
TpError
tp_g_set_error_invalid_handle_type
tp_g_set_error_unsupported_handle_type
<SUBSECTION Standard>
tp_error_get_type
tp_errors_quark
</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>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
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_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
TpMediaStreamError
NUM_TP_MEDIA_STREAM_ERRORS
TpMediaStreamBaseProto
NUM_TP_MEDIA_STREAM_BASE_PROTOS
TpMediaStreamTransportType
NUM_TP_MEDIA_STREAM_TRANSPORT_TYPES
TpPropertyFlags
</SECTION>

<SECTION>
<FILE>interfaces</FILE>
<TITLE>interfaces</TITLE>
<INCLUDE>telepathy-glib/interfaces.h</INCLUDE>
TP_IFACE_CONNECTION_MANAGER
TP_IFACE_CONNECTION
TP_IFACE_CONNECTION_INTERFACE_ALIASING
TP_IFACE_CONNECTION_INTERFACE_AVATARS
TP_IFACE_CONNECTION_INTERFACE_CAPABILITIES
TP_IFACE_CONNECTION_INTERFACE_PRESENCE
TP_IFACE_CHANNEL
TP_IFACE_CHANNEL_TYPE_CONTACT_LIST
TP_IFACE_CHANNEL_TYPE_STREAMED_MEDIA
TP_IFACE_CHANNEL_TYPE_ROOM_LIST
TP_IFACE_CHANNEL_TYPE_TEXT
TP_IFACE_CHANNEL_INTERFACE_CHAT_STATE
TP_IFACE_CHANNEL_INTERFACE_DTMF
TP_IFACE_CHANNEL_INTERFACE_GROUP
TP_IFACE_CHANNEL_INTERFACE_PASSWORD
TP_IFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING
TP_IFACE_MEDIA_SESSION_HANDLER
TP_IFACE_MEDIA_STREAM_HANDLER
TP_IFACE_PROPERTIES_INTERFACE
</SECTION>