TelepathyGLib.BasicProxyFactory

g GObject.GInterface GObject.GInterface TelepathyGLib.ClientChannelFactory TelepathyGLib.ClientChannelFactory GObject.GInterface->TelepathyGLib.ClientChannelFactory GObject.Object GObject.Object TelepathyGLib.BasicProxyFactory TelepathyGLib.BasicProxyFactory GObject.Object->TelepathyGLib.BasicProxyFactory TelepathyGLib.ClientChannelFactory->TelepathyGLib.BasicProxyFactory

Subclasses:

None

Methods

Inherited:

GObject.Object (37), TelepathyGLib.ClientChannelFactory (2)

Structs:

GObject.ObjectClass (5)

class

dup ()

class

new ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

Class Details

class TelepathyGLib.BasicProxyFactory(**kwargs)
Bases:

GObject.Object, TelepathyGLib.ClientChannelFactory

Abstract:

No

Structure:

TelepathyGLib.BasicProxyFactoryClass

Data structure representing a TelepathyGLib.BasicProxyFactory

New in version 0.13.2.

classmethod dup()
Returns:

a TelepathyGLib.BasicProxyFactory

Return type:

TelepathyGLib.BasicProxyFactory

Returns a cached TelepathyGLib.BasicProxyFactory; the same TelepathyGLib.BasicProxyFactory object will be returned by this function repeatedly, as long as at least one reference exists.

New in version 0.13.2.

Deprecated since version ???: New code should use TelepathyGLib.SimpleClientFactory instead

classmethod new()
Returns:

a new TelepathyGLib.BasicProxyFactory

Return type:

TelepathyGLib.BasicProxyFactory

Convenient function to create a new TelepathyGLib.BasicProxyFactory instance.

New in version 0.13.2.

Deprecated since version ???: New code should use TelepathyGLib.SimpleClientFactory instead