diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-10 22:30:04 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-03-31 16:30:27 +0800 |
commit | 86a7a528d7b54abf6335a023b3afc5099b3eea4f (patch) | |
tree | 6c8f171f00e2e294c7440ffd8dcad8d524f51b6f /libempathy/empathy-contact-manager.c | |
parent | 5d6902cc05f95832e06afd88b6d581be68c1a79f (diff) | |
download | gsoc2013-empathy-86a7a528d7b54abf6335a023b3afc5099b3eea4f.tar gsoc2013-empathy-86a7a528d7b54abf6335a023b3afc5099b3eea4f.tar.gz gsoc2013-empathy-86a7a528d7b54abf6335a023b3afc5099b3eea4f.tar.bz2 gsoc2013-empathy-86a7a528d7b54abf6335a023b3afc5099b3eea4f.tar.lz gsoc2013-empathy-86a7a528d7b54abf6335a023b3afc5099b3eea4f.tar.xz gsoc2013-empathy-86a7a528d7b54abf6335a023b3afc5099b3eea4f.tar.zst gsoc2013-empathy-86a7a528d7b54abf6335a023b3afc5099b3eea4f.zip |
tp-contact-list: Improve hash table descriptions
Diffstat (limited to 'libempathy/empathy-contact-manager.c')
-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 61c6ad316..95f5623b9 100644 --- a/libempathy/empathy-contact-manager.c +++ b/libempathy/empathy-contact-manager.c @@ -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; |