TelepathyGLib.AutomaticProxyFactory¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class TelepathyGLib.AutomaticProxyFactory(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Data structure representing a
TelepathyGLib.AutomaticProxyFactory
New in version 0.13.2.
- classmethod dup()¶
- Returns:
- Return type:
Returns a cached
TelepathyGLib.AutomaticProxyFactory
; the sameTelepathyGLib.AutomaticProxyFactory
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.AutomaticClientFactory
instead
- classmethod new()¶
- Returns:
- Return type:
Convenient function to create a new
TelepathyGLib.AutomaticProxyFactory
instance.New in version 0.13.2.
Deprecated since version ???: New code should use
TelepathyGLib.AutomaticClientFactory
instead