TelepathyLogger.TextEvent¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
message-{sent,received} if this is an edit, or 0 otherwise. |
||
r/w/co |
The text message of the log event |
||
r/w/co |
The message-token field of this message. |
||
r/w/co |
The message type for a Text log event |
||
r/w/co |
The message-token field of the message that this one supersedes. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class TelepathyLogger.TextEvent(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An object representing a text log event.
- get_edit_timestamp()¶
- Returns:
the same value as the
TelepathyLogger.TextEvent
:edit-timestamp
property- Return type:
- get_message()¶
- Returns:
the same message as the
TelepathyLogger.TextEvent
:message
property- Return type:
- get_message_token()¶
- Returns:
the same message as the
TelepathyLogger.TextEvent
:message-token
property- Return type:
- get_message_type()¶
- Returns:
the same message as the
TelepathyLogger.TextEvent
:message-type
property- Return type:
- get_supersedes()¶
- Returns:
A
GLib.List
ofTelepathyLogger.TextEvent
that this event supersedes.- Return type:
- get_supersedes_token()¶
- Returns:
the same message as the
TelepathyLogger.TextEvent
:supersedes-token
property- Return type:
Property Details¶
- TelepathyLogger.TextEvent.props.edit_timestamp¶
- Name:
edit-timestamp
- Type:
- Default Value:
0
- Flags:
message-{sent,received} if this is an edit, or 0 otherwise.
- TelepathyLogger.TextEvent.props.message¶
- Name:
message
- Type:
- Default Value:
- Flags:
The text message of the log event
- TelepathyLogger.TextEvent.props.message_token¶
- Name:
message-token
- Type:
- Default Value:
- Flags:
The message-token field of this message.
- TelepathyLogger.TextEvent.props.message_type¶
- Name:
message-type
- Type:
- Default Value:
0
- Flags:
The message type for a Text log event