diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-04-21 07:10:22 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-22 18:21:15 +0800 |
commit | f9911a59c6cb1609535e105b6b31913acf8f0e30 (patch) | |
tree | 6b876106874f34aff2d7afb720244c7d7603fbcc /libempathy | |
parent | 3c2d7465f6c1e1968b3f4e07d6897e96a14b61ac (diff) | |
download | gsoc2013-empathy-f9911a59c6cb1609535e105b6b31913acf8f0e30.tar gsoc2013-empathy-f9911a59c6cb1609535e105b6b31913acf8f0e30.tar.gz gsoc2013-empathy-f9911a59c6cb1609535e105b6b31913acf8f0e30.tar.bz2 gsoc2013-empathy-f9911a59c6cb1609535e105b6b31913acf8f0e30.tar.lz gsoc2013-empathy-f9911a59c6cb1609535e105b6b31913acf8f0e30.tar.xz gsoc2013-empathy-f9911a59c6cb1609535e105b6b31913acf8f0e30.tar.zst gsoc2013-empathy-f9911a59c6cb1609535e105b6b31913acf8f0e30.zip |
Add a comment to tell that tp_contact_list_group_add() takes ownership of handles array
Diffstat (limited to 'libempathy')
-rw-r--r-- | 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 cf1617aec..1e4ea5f28 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, |