summaryrefslogtreecommitdiff
path: root/examples/client
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-06 12:20:30 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-06 15:48:38 +0100
commit21b395c356549d821b30253f6ec5be8dbd15e333 (patch)
treee3875e74b0e16b3e9df35efeeb18ea18d6dd3f5a /examples/client
parent15eda6a121a36c19787255ada71f7b8e0e6ed762 (diff)
C text handler: comment why the subclass / feature-prep works
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Diffstat (limited to 'examples/client')
-rw-r--r--examples/client/text-handler.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/client/text-handler.c b/examples/client/text-handler.c
index c9cf2d731..4eb94f565 100644
--- a/examples/client/text-handler.c
+++ b/examples/client/text-handler.c
@@ -106,9 +106,9 @@ handle_channels_cb (TpSimpleHandler *self,
g_signal_connect (channel, "message-received",
G_CALLBACK (message_received_cb), NULL);
- /* The default channel factory used by the TpSimpleHandler has
- * already prepared TP_TEXT_CHANNEL_FEATURE_INCOMING_MESSAGES,
- * if possible. */
+ /* The default TpAutomaticClientFactory used by
+ * tp_account_manager_dup() has already prepared
+ * TP_TEXT_CHANNEL_FEATURE_INCOMING_MESSAGES, if possible. */
display_pending_messages (text_chan);
}