summaryrefslogtreecommitdiff
path: root/telepathy-glib/text-channel.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-02 11:56:52 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-03-02 15:05:58 +0100
commit1c5bee114d5bc1dcd3fd065ae97e8af3c8f36fe9 (patch)
treec2aa3ae650fdaf28d45f9de968f2fd7a37c3aad2 /telepathy-glib/text-channel.h
parentbabb92e35f2f7638d8fe132aa209762cf3a8faf0 (diff)
downloadtelepathy-glib-1c5bee114d5bc1dcd3fd065ae97e8af3c8f36fe9.tar.gz
text-channel: add a message-types property and accessor (#34907)
Diffstat (limited to 'telepathy-glib/text-channel.h')
-rw-r--r--telepathy-glib/text-channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/text-channel.h b/telepathy-glib/text-channel.h
index b994eee1d..823333837 100644
--- a/telepathy-glib/text-channel.h
+++ b/telepathy-glib/text-channel.h
@@ -70,6 +70,8 @@ TpMessagePartSupportFlags tp_text_channel_get_message_part_support_flags (
TpDeliveryReportingSupportFlags tp_text_channel_get_delivery_reporting_support (
TpTextChannel *self);
+GArray * tp_text_channel_get_message_types (TpTextChannel *self);
+
#define TP_TEXT_CHANNEL_FEATURE_INCOMING_MESSAGES \
tp_text_channel_get_feature_quark_incoming_messages ()
GQuark tp_text_channel_get_feature_quark_incoming_messages (void) G_GNUC_CONST;