]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact-manager.c
tp-contact-list: Improve hash table descriptions
[empathy.git] / libempathy / empathy-contact-manager.c
index 61c6ad3167a8bccdfaa1571c759b9d32d1205174..95f5623b9cbdb2a2a2b40fd9ec2f3fd921473d72 100644 (file)
@@ -40,6 +40,8 @@
 
 #define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyContactManager)
 typedef struct {
+       /* Owned (TpConnection *) => Owned (TpContactList *)
+          The contact list associated with each connected connection */
        GHashTable     *lists;
        TpAccountManager *account_manager;
        EmpathyContactMonitor *contact_monitor;