TelepathyGLib.BaseClientClass

Fields

Name

Type

Access

Description

add_dispatch_operation

TelepathyGLib.BaseClientClassAddDispatchOperationImpl

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

TelepathyGLib.DBusPropertiesMixinClass

r

handle_channels

TelepathyGLib.BaseClientClassHandleChannelsImpl

r

the function called to handle channels matching this client’s handler filter (since 0.11.13)

observe_channels

TelepathyGLib.BaseClientClassObserveChannelsImpl

r

the function called to observe newly-created channels matching this client’s observer filter (since 0.11.13)

parent_class

GObject.ObjectClass

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.