summaryrefslogtreecommitdiff
path: root/telepathy-glib/text-channel.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-29 11:24:18 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-16 16:18:57 +0100
commit27c7a6f6adda494d0bf180a631c262911ea6741b (patch)
treeb758f496e370c28c79a8a9374bc0c934621bec0c /telepathy-glib/text-channel.h
parent7369a9bbb0cbd01257957e7a7f672174b4e58f1d (diff)
downloadtelepathy-glib-27c7a6f6adda494d0bf180a631c262911ea6741b.tar.gz
tp_text_channel_send_message_finish: return the token
Diffstat (limited to 'telepathy-glib/text-channel.h')
-rw-r--r--telepathy-glib/text-channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/text-channel.h b/telepathy-glib/text-channel.h
index 9ab908ee0..907db574f 100644
--- a/telepathy-glib/text-channel.h
+++ b/telepathy-glib/text-channel.h
@@ -82,6 +82,7 @@ void tp_text_channel_send_message_async (TpTextChannel *self,
gboolean tp_text_channel_send_message_finish (TpTextChannel *self,
GAsyncResult *result,
+ gchar **token,
GError **error);
void tp_text_channel_ack_messages_async (TpTextChannel *self,