diff options
-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 |