TelepathyGLib.AutomaticClientFactory¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class TelepathyGLib.AutomaticClientFactory(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Data structure representing a
TelepathyGLib.AutomaticClientFactory
New in version 0.15.5.
- classmethod new(dbus)¶
- Parameters:
dbus (
TelepathyGLib.DBusDaemon
orNone
) – aTelepathyGLib.DBusDaemon
, orNone
- Returns:
- Return type:
Returns a new
TelepathyGLib.AutomaticClientFactory
instance. If dbus isNone
,TelepathyGLib.DBusDaemon.dup
() will be used.New in version 0.15.5.