TelepathyGLib.BaseConnectionClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
connected |
r |
If set by subclasses, will be called just after the state changes to CONNECTED. May be |
|
connecting |
r |
If set by subclasses, will be called just after the state changes to CONNECTING. May be |
|
create_channel_factories |
r |
Create an array of channel factories for this Connection. At least one of this or create_channel_managers must be set by subclasses to a non- |
|
create_channel_managers |
r |
Create an array of channel managers for this Connection. At least one of this or create_channel_factories must be set by subclasses to a non- |
|
disconnected |
r |
If set by subclasses, will be called just after the state changes to DISCONNECTED. May be |
|
get_interfaces_always_present |
r |
Returns a |
|
get_unique_connection_name |
r |
Construct a unique name for this connection (for example using the protocol’s format for usernames). If |
|
interfaces_always_present |
r |
||
parent_class |
r |
The superclass’ structure |
|
priv |
r |
||
shut_down |
r |
Called after disconnected() is called, to clean up the connection. Must start the shutdown process for the underlying network connection, and arrange for tp_base_connection_finish_shutdown() to be called after the underlying connection has been closed. May not be left as |
|
start_connecting |
r |
Asynchronously start connecting - called to implement the Connect D-Bus method. See |
Methods¶
None
Details¶
- class TelepathyGLib.BaseConnectionClass¶
The class of a
TelepathyGLib.BaseConnection
. Many members are virtual methods etc. to be filled in in the subclass’ class_init function.