[empathy] Make clear that contacts_table doesn't keep any ref



commit 986064a03ac759da8e87d085b8941444c8b57c5a
Author: Xavier Claessens <xclaesse gmail com>
Date:   Wed May 26 11:26:57 2010 +0200

    Make clear that contacts_table doesn't keep any ref

 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 56b7aa4..d764528 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]