From 1e8b4cff641adf7cd0a17a1fe429ada46f99907f Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 8 Mar 2010 15:52:41 +0100 Subject: document the favorites hash table --- libempathy/empathy-contact-manager.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/empathy-contact-manager.c') diff --git a/libempathy/empathy-contact-manager.c b/libempathy/empathy-contact-manager.c index b02b00a84..a10f6076c 100644 --- a/libempathy/empathy-contact-manager.c +++ b/libempathy/empathy-contact-manager.c @@ -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; -- cgit v1.2.3