TelepathyGLib.AutomaticClientFactory

g GObject.Object GObject.Object TelepathyGLib.SimpleClientFactory TelepathyGLib.SimpleClientFactory GObject.Object->TelepathyGLib.SimpleClientFactory TelepathyGLib.AutomaticClientFactory TelepathyGLib.AutomaticClientFactory TelepathyGLib.SimpleClientFactory->TelepathyGLib.AutomaticClientFactory

Subclasses:

None

Methods

Inherited:

TelepathyGLib.SimpleClientFactory (18), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (dbus)

Virtual Methods

Inherited:

TelepathyGLib.SimpleClientFactory (4), GObject.Object (7)

Properties

Inherited:

TelepathyGLib.SimpleClientFactory (1)

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

TelepathyGLib.SimpleClientFactory

r

Class Details

class TelepathyGLib.AutomaticClientFactory(**kwargs)
Bases:

TelepathyGLib.SimpleClientFactory

Abstract:

No

Structure:

TelepathyGLib.AutomaticClientFactoryClass

Data structure representing a TelepathyGLib.AutomaticClientFactory

New in version 0.15.5.

classmethod new(dbus)
Parameters:

dbus (TelepathyGLib.DBusDaemon or None) – a TelepathyGLib.DBusDaemon, or None

Returns:

a new TelepathyGLib.AutomaticClientFactory

Return type:

TelepathyGLib.AutomaticClientFactory

Returns a new TelepathyGLib.AutomaticClientFactory instance. If dbus is None, TelepathyGLib.DBusDaemon.dup() will be used.

New in version 0.15.5.