diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-05-18 10:51:43 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-06-12 14:56:34 +0800 |
commit | 29ab54db065d7753aebd5501680fb91049011fce (patch) | |
tree | 692ae3548096bb453489e6a9e204dc460369874c /libempathy/empathy-message.h | |
parent | cdcd685e0ced11bc3bcae0a641d656be052bd343 (diff) | |
download | gsoc2013-empathy-29ab54db065d7753aebd5501680fb91049011fce.tar gsoc2013-empathy-29ab54db065d7753aebd5501680fb91049011fce.tar.gz gsoc2013-empathy-29ab54db065d7753aebd5501680fb91049011fce.tar.bz2 gsoc2013-empathy-29ab54db065d7753aebd5501680fb91049011fce.tar.lz gsoc2013-empathy-29ab54db065d7753aebd5501680fb91049011fce.tar.xz gsoc2013-empathy-29ab54db065d7753aebd5501680fb91049011fce.tar.zst gsoc2013-empathy-29ab54db065d7753aebd5501680fb91049011fce.zip |
Add 'token' property to EmpathyMessage
This allows us to pass the 'message-token' from the TpMessage through to the
chat-view.
Diffstat (limited to 'libempathy/empathy-message.h')
-rw-r--r-- | libempathy/empathy-message.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-message.h b/libempathy/empathy-message.h index b20ceca16..f6c57ed2a 100644 --- a/libempathy/empathy-message.h +++ b/libempathy/empathy-message.h @@ -69,6 +69,7 @@ EmpathyContact * empathy_message_get_receiver (EmpathyMessage void empathy_message_set_receiver (EmpathyMessage *message, EmpathyContact *contact); const gchar * empathy_message_get_body (EmpathyMessage *message); +const gchar * empathy_message_get_token (EmpathyMessage *message); gint64 empathy_message_get_timestamp (EmpathyMessage *message); gboolean empathy_message_is_backlog (EmpathyMessage *message); gboolean empathy_message_is_incoming (EmpathyMessage *message); |