summaryrefslogtreecommitdiff
path: root/telepathy-glib/text-channel.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-17 13:04:38 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-17 14:18:26 +0100
commit0d0fe4089f0d7f341ac31f8866bcfb93ea8f8dc5 (patch)
tree7304539a04c20cc59b858ee4fc694b1ab900884a /telepathy-glib/text-channel.c
parent3d448d17ef2e3920e51e407f2f8ca02e01dd8e93 (diff)
downloadtelepathy-glib-0d0fe4089f0d7f341ac31f8866bcfb93ea8f8dc5.tar.gz
tp_text_channel_ack_messages_async: annotate messages
Diffstat (limited to 'telepathy-glib/text-channel.c')
-rw-r--r--telepathy-glib/text-channel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/text-channel.c b/telepathy-glib/text-channel.c
index 9edb222fc..5915f5565 100644
--- a/telepathy-glib/text-channel.c
+++ b/telepathy-glib/text-channel.c
@@ -1195,7 +1195,8 @@ acknowledge_pending_messages_cb (TpChannel *channel,
/**
* tp_text_channel_ack_messages_async:
* @self: a #TpTextChannel
- * @messages: a #Glist of #TpSignalledMessage
+ * @messages: (element-type TelepathyGLib.SignalledMessage): a #GList of
+ * #TpSignalledMessage
* @callback: a callback to call when the message have been acked
* @user_data: data to pass to @callback
*