]> git.0d.be Git - empathy.git/commitdiff
Make the comment for group hash table more explicit
authorXavier Claessens <xclaesse@gmail.com>
Mon, 20 Apr 2009 23:07:17 +0000 (01:07 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Wed, 22 Apr 2009 10:21:15 +0000 (12:21 +0200)
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;
 
-       /* 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);