TelepathyLogger.CallEvent¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
A string representing a D-Bus error that gives more details about the end reason |
||
r/w/co |
The call duration in seconds |
||
r/w/co |
Actor (a |
||
r/w/co |
Reason for wich this call was ended |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class TelepathyLogger.CallEvent(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An object representing a call log event.
- get_detailed_end_reason()¶
- Returns:
the same string as the
TelepathyLogger.CallEvent
:detailed-end-reason
property- Return type:
- get_duration()¶
- Returns:
the same duration as the
TelepathyLogger.CallEvent
:duration
property- Return type:
- get_end_actor()¶
- Returns:
the same
TelepathyLogger.Entity
asTelepathyLogger.CallEvent
:end-actor
property- Return type:
- get_end_reason()¶
- Returns:
the same
TelepathyGLib.CallStateChangeReason
asTelepathyLogger.CallEvent
:end-reason
property- Return type:
Property Details¶
- TelepathyLogger.CallEvent.props.detailed_end_reason¶
- Name:
detailed-end-reason
- Type:
- Default Value:
''
- Flags:
A string representing a D-Bus error that gives more details about the end reason
- TelepathyLogger.CallEvent.props.duration¶
- Name:
duration
- Type:
- Default Value:
0
- Flags:
The call duration in seconds
- TelepathyLogger.CallEvent.props.end_actor¶
- Name:
end-actor
- Type:
- Default Value:
- Flags:
Actor (a
TelepathyLogger.Entity
) that caused the call to end
- TelepathyLogger.CallEvent.props.end_reason¶
- Name:
end-reason
- Type:
- Default Value:
0
- Flags:
Reason for wich this call was ended