![]() |
![]() |
![]() |
telepathy-logger Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
TplTextEvent; TplTextEventClass; TplTextEventPriv; TpChannelTextMessageType tpl_text_event_get_message_type (TplTextEvent *self
); const gchar * tpl_text_event_get_message (TplTextEvent *self
);
"message" gchar* : Read / Write / Construct Only "message-type" guint : Read / Write / Construct Only "pending-msg-id" gint : Read / Write / Construct Only
TpChannelTextMessageType tpl_text_event_get_message_type
(TplTextEvent *self
);
|
a TplTextEvent |
Returns : |
the same message as the "message-type" property |
const gchar * tpl_text_event_get_message (TplTextEvent *self
);
|
a TplTextEvent |
Returns : |
the same message as the "message" property |
"message"
property"message" gchar* : Read / Write / Construct Only
The text message of the log event.
Default value: NULL
"message-type"
property"message-type" guint : Read / Write / Construct Only
The message type for a Text log event.
Default value: 0
"pending-msg-id"
property"pending-msg-id" gint : Read / Write / Construct Only
Pending Message ID, if set, the log event is set as pending for ACK. Default to -1 meaning not pending.
Allowed values: >= G_MAXULONG
Default value: -1