diff options
-rw-r--r-- | libempathy/empathy-contact-manager.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |