]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact-manager.c
document the favorites hash table
[empathy.git] / libempathy / empathy-contact-manager.c
index b02b00a84b0266b875b0c3938f8163a226e7aa35..a10f6076c3408300f706c94a8984a5d47fcbf46a 100644 (file)
@@ -44,6 +44,8 @@ typedef struct {
        TpAccountManager *account_manager;
        EmpathyContactMonitor *contact_monitor;
        TpProxy *logger;
+       /* account object path (gchar *) => GHashTable containing favorite contacts
+        * (contact ID (gchar *) => TRUE) */
        GHashTable *favourites;
        TpProxySignalConnection *favourite_contacts_changed_signal;
 } EmpathyContactManagerPriv;