Bug 26205: High-level API for ContactLists - Simon McVittie <smcv@collabora.com> - 1/25/2010 Back to Bug | Your Reviews | Help
Attachment 49904: Add _tp_contacts_from_values - Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - 8/4/2011 (View )

Show Quick Help

From: Xavier Claessens <xclaesse@gmail.com>
Date: Sun, 17 Jul 2011 12:26:47 +0200
Subject: [PATCH] Add _tp_contacts_from_values
<Overall Comment>
Previous Reviews
Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
8/4/2011
telepathy-glib/util.c
1921 return TRUE;
1922}
1923 
1924GPtrArray *
1925_tp_contacts_from_values (GHashTable *table)
I'd add a comment explaining the kind of hash table expected.
1932 g_object_unref);
1933 
1934 g_hash_table_iter_init (&iter, table);
1935 while (g_hash_table_iter_next (&iter, NULL, &value))
1936 g_ptr_array_add (contacts, g_object_ref (value));
Add an assertion/check ensuring that's a TpContact ?
Powered by Splinter

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.