From 1f24c9bdcc49d1d95d8824bf20a43196957b8e61 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 6 Sep 2013 12:20:30 +0100 Subject: [PATCH 19/19] C text handler: comment why the subclass / feature-prep works --- examples/client/text-handler.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/client/text-handler.c b/examples/client/text-handler.c index c9cf2d7..4eb94f5 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); } -- 1.8.4.rc3