[empathy] Add a comment to tell that tp_contact_list_group_add() takes ownership of handles array



commit f9911a59c6cb1609535e105b6b31913acf8f0e30
Author: Xavier Claessens <xclaesse gmail com>
Date:   Tue Apr 21 01:10:22 2009 +0200

    Add a comment to tell that tp_contact_list_group_add() takes ownership of handles array
---
 libempathy/empathy-tp-contact-list.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c
index cf1617a..1e4ea5f 100644
--- a/libempathy/empathy-tp-contact-list.c
+++ b/libempathy/empathy-tp-contact-list.c
@@ -305,6 +305,7 @@ tp_contact_list_group_request_handles_cb (TpConnection *connection,
 						list);
 }
 
+/* This function takes ownership of handles array */
 static void
 tp_contact_list_group_add (EmpathyTpContactList *list,
 			   const gchar          *group_name,



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