TelepathyGLib.BaseClientClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
add_dispatch_operation |
r |
the function called to request user approval of unrequested (incoming) channels matching this client’s approver filter (since 0.11.13) |
|
dbus_properties_class |
r |
||
handle_channels |
r |
the function called to handle channels matching this client’s handler filter (since 0.11.13) |
|
observe_channels |
r |
the function called to observe newly-created channels matching this client’s observer filter (since 0.11.13) |
|
parent_class |
r |
the parent class |
Methods¶
None
Details¶
- class TelepathyGLib.BaseClientClass¶
The class of a
TelepathyGLib.BaseClient
.The virtual methods observe_channels, add_dispatch_operation and handle_channels can be also implemented by calling tp_base_client_implement_observe_channels(), tp_base_client_implement_add_dispatch_operation() and tp_base_client_implement_handle_channels(). This is compatible with telepathy-glib versions older than 0.11.13.
New in version 0.11.5.