]> git.0d.be Git - empathy.git/commitdiff
Add a comment to tell that tp_contact_list_group_add() takes ownership of handles...
authorXavier Claessens <xclaesse@gmail.com>
Mon, 20 Apr 2009 23:10:22 +0000 (01:10 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Wed, 22 Apr 2009 10:21:15 +0000 (12:21 +0200)
libempathy/empathy-tp-contact-list.c

index cf1617aec6ce92c0e9e1c8ccabf84e494b7cb135..1e4ea5f289cbb1bd6c6b56aa87531a82e084c683 100644 (file)
@@ -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,