summaryrefslogtreecommitdiff
path: root/telepathy-glib/contact-list-channel.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-22 14:01:09 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-09-22 14:38:46 +0100
commit277e5d45aeaa0c720a81261e6edc64c351ddb79e (patch)
tree676f6deb9233aaf7618782edb08758cbe76f6a7d /telepathy-glib/contact-list-channel.c
parent9780430b2267d2174ea9f4935dd56e1610101abc (diff)
downloadtelepathy-glib-277e5d45aeaa0c720a81261e6edc64c351ddb79e.tar.gz
Adjust wording of a comment as per alsuren's review
Diffstat (limited to 'telepathy-glib/contact-list-channel.c')
-rw-r--r--telepathy-glib/contact-list-channel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/contact-list-channel.c b/telepathy-glib/contact-list-channel.c
index 6ea1d626a..0c57270dd 100644
--- a/telepathy-glib/contact-list-channel.c
+++ b/telepathy-glib/contact-list-channel.c
@@ -270,7 +270,8 @@ list_remove_member (GObject *object,
}
/* We don't use this: #TpBaseChannelClass.close doesn't allow us to fail to
- * close, which is a quirk of the old ContactList design. */
+ * close, which is a quirk of the old ContactList design, so subclasses must
+ * IMPLEMENT (close) manually. */
static void
stub_close (TpBaseChannel *channel G_GNUC_UNUSED)
{