![]() |
![]() |
![]() |
telepathy-logger Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
TplTextEvent; TplTextEventClass; TplTextEventPriv; gint64 tpl_text_event_get_edit_timestamp (TplTextEvent *self
); const gchar * tpl_text_event_get_message (TplTextEvent *self
); const gchar * tpl_text_event_get_message_token (TplTextEvent *self
); TpChannelTextMessageType tpl_text_event_get_message_type (TplTextEvent *self
); GList * tpl_text_event_get_supersedes (TplTextEvent *self
); const gchar * tpl_text_event_get_supersedes_token (TplTextEvent *self
);
"edit-timestamp" gint64 : Read / Write / Construct Only "message" gchar* : Read / Write / Construct Only "message-token" gchar* : Read / Write / Construct Only "message-type" guint : Read / Write / Construct Only "supersedes-token" gchar* : Read / Write / Construct Only
gint64 tpl_text_event_get_edit_timestamp (TplTextEvent *self
);
|
a TplTextEvent |
Returns : |
the same value as the "edit-timestamp" property |
const gchar * tpl_text_event_get_message (TplTextEvent *self
);
|
a TplTextEvent |
Returns : |
the same message as the "message" property |
const gchar * tpl_text_event_get_message_token (TplTextEvent *self
);
|
a TplTextEvent |
Returns : |
the same message as the "message-token" property |
TpChannelTextMessageType tpl_text_event_get_message_type
(TplTextEvent *self
);
|
a TplTextEvent |
Returns : |
the same message as the "message-type" property |
GList * tpl_text_event_get_supersedes (TplTextEvent *self
);
|
a TplTextEvent |
Returns : |
A GList of TplTextEvent that this event supersedes. [transfer none][element-type TelepathyLogger.TextEvent] |
const gchar * tpl_text_event_get_supersedes_token (TplTextEvent *self
);
|
a TplTextEvent |
Returns : |
the same message as the "supersedes-token" property |
"edit-timestamp"
property"edit-timestamp" gint64 : Read / Write / Construct Only
message-{sent,received} if this is an edit, or 0 otherwise.
Default value: 0
"message"
property"message" gchar* : Read / Write / Construct Only
The text message of the log event.
Default value: NULL
"message-token"
property"message-token" gchar* : Read / Write / Construct Only
The message-token field of this message.
Default value: NULL
"message-type"
property"message-type" guint : Read / Write / Construct Only
The message type for a Text log event.
Default value: 0
"supersedes-token"
property"supersedes-token" gchar* : Read / Write / Construct Only
The message-token field of the message that this one supersedes.
Default value: NULL