summaryrefslogtreecommitdiff
path: root/telepathy-glib/message.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-13 18:12:41 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-13 18:12:41 +0000
commitcc240fc026233a2c95a17c12c1e4266cef6aeb69 (patch)
tree140e4313e5a416ed96712b58ae5cf51a98bca12a /telepathy-glib/message.h
parent2a6b7bdd2baa6028c9f2f1bdf4fa5715c192426e (diff)
downloadtelepathy-glib-cc240fc026233a2c95a17c12c1e4266cef6aeb69.tar.gz
tp_message_get_message_type: add
Diffstat (limited to 'telepathy-glib/message.h')
-rw-r--r--telepathy-glib/message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/message.h b/telepathy-glib/message.h
index 8d22e365a..ca590d957 100644
--- a/telepathy-glib/message.h
+++ b/telepathy-glib/message.h
@@ -22,6 +22,7 @@
#define __TP_MESSAGE_H__
#include <telepathy-glib/defs.h>
+#include <telepathy-glib/enums.h>
#include <telepathy-glib/handle.h>
G_BEGIN_DECLS
@@ -85,6 +86,7 @@ void tp_message_ref_handle (TpMessage *self, TpHandleType handle_type,
gboolean tp_message_is_mutable (TpMessage *self);
+TpChannelTextMessageType tp_message_get_message_type (TpMessage *self);
const gchar *tp_message_get_token (TpMessage *self);
gint64 tp_message_get_sent_timestamp (TpMessage *self);
gint64 tp_message_get_received_timestamp (TpMessage *self);