diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2010-05-26 17:26:57 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2010-05-26 17:26:57 +0800 |
commit | 986064a03ac759da8e87d085b8941444c8b57c5a (patch) | |
tree | 292444de9d62e462207128baf911a50e725db4b4 /libempathy/empathy-contact.c | |
parent | b8ff75d21c1be60e6df472a35599a9e22046a92b (diff) | |
download | gsoc2013-empathy-986064a03ac759da8e87d085b8941444c8b57c5a.tar gsoc2013-empathy-986064a03ac759da8e87d085b8941444c8b57c5a.tar.gz gsoc2013-empathy-986064a03ac759da8e87d085b8941444c8b57c5a.tar.bz2 gsoc2013-empathy-986064a03ac759da8e87d085b8941444c8b57c5a.tar.lz gsoc2013-empathy-986064a03ac759da8e87d085b8941444c8b57c5a.tar.xz gsoc2013-empathy-986064a03ac759da8e87d085b8941444c8b57c5a.tar.zst gsoc2013-empathy-986064a03ac759da8e87d085b8941444c8b57c5a.zip |
Make clear that contacts_table doesn't keep any ref
Diffstat (limited to 'libempathy/empathy-contact.c')
-rw-r--r-- | libempathy/empathy-contact.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index 56b7aa42d..d76452891 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -111,7 +111,7 @@ enum { static guint signals[LAST_SIGNAL]; -/* TpContact* -> EmpathyContact* */ +/* TpContact* -> EmpathyContact*, both borrowed ref */ static GHashTable *contacts_table = NULL; static void |