From 3c2d7465f6c1e1968b3f4e07d6897e96a14b61ac Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 21 Apr 2009 01:07:17 +0200 Subject: [PATCH] Make the comment for group hash table more explicit --- libempathy/empathy-tp-contact-list.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c index f2c552c1..cf1617ae 100644 --- a/libempathy/empathy-tp-contact-list.c +++ b/libempathy/empathy-tp-contact-list.c @@ -833,7 +833,8 @@ empathy_tp_contact_list_init (EmpathyTpContactList *list) list->priv = priv; - /* Map group's name to group's channel */ + /* Map group's name to group's TpChannel. The group name string is owned + * by the TpChannel object */ priv->groups = g_hash_table_new_full (g_str_hash, g_str_equal, NULL, (GDestroyNotify) g_object_unref); -- 2.39.2