diff options
Diffstat (limited to 'libempathy/empathy-message.h')
-rw-r--r-- | libempathy/empathy-message.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-message.h b/libempathy/empathy-message.h index b944280b1..44e626a5a 100644 --- a/libempathy/empathy-message.h +++ b/libempathy/empathy-message.h @@ -72,6 +72,9 @@ gboolean empathy_message_should_highlight (EmpathyMessage TpChannelTextMessageType empathy_message_type_from_str (const gchar *type_str); const gchar * empathy_message_type_to_str (TpChannelTextMessageType type); +guint empathy_message_get_id (EmpathyMessage *message); +void empathy_message_set_id (EmpathyMessage *message, guint id); + G_END_DECLS #endif /* __EMPATHY_MESSAGE_H__ */ |