]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-contact-list.c
Make the comment for group hash table more explicit
[empathy.git] / libempathy / empathy-tp-contact-list.c
index f2c552c1b7c587a7dd323e875f7d884167bda487..cf1617aec6ce92c0e9e1c8ccabf84e494b7cb135 100644 (file)
@@ -833,7 +833,8 @@ empathy_tp_contact_list_init (EmpathyTpContactList *list)
 
        list->priv = priv;
 
 
        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);
        priv->groups = g_hash_table_new_full (g_str_hash, g_str_equal,
                                              NULL,
                                              (GDestroyNotify) g_object_unref);