summaryrefslogtreecommitdiff
path: root/telepathy-glib/message-mixin.c
diff options
context:
space:
mode:
authorMike Ruprecht <mike.ruprecht@collabora.co.uk>2010-03-23 21:25:19 -0500
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-03-31 17:37:35 +0100
commitfdb22ea736390ce2f060de77f9890954a59a52bc (patch)
tree9dd420df0e588b22330c65ff4b7365bc6b3caacd /telepathy-glib/message-mixin.c
parent8c7c3273f0039c2ed310465f4725c271e2507923 (diff)
downloadtelepathy-glib-fdb22ea736390ce2f060de77f9890954a59a52bc.tar.gz
Specify when tp_message_mixin_sent should be called.
The text is mostly from Sjoerd. Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/message-mixin.c')
-rw-r--r--telepathy-glib/message-mixin.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/telepathy-glib/message-mixin.c b/telepathy-glib/message-mixin.c
index 3a925da30..c6a22248c 100644
--- a/telepathy-glib/message-mixin.c
+++ b/telepathy-glib/message-mixin.c
@@ -1638,7 +1638,9 @@ struct _TpMessageMixinOutgoingMessagePrivate {
* @error: %NULL on success, or the error with which message submission failed
*
* Indicate to the message mixin that message submission to the IM server has
- * succeeded or failed.
+ * succeeded or failed. This should be called as soon as the CM determines
+ * it's theoretically possible to send the message (e.g. the parameters are
+ * supported and correct).
*
* After this function is called, @message will have been freed, and must not
* be dereferenced.