1921 | return TRUE; |
1922 | } |
1923 | |
1924 | GPtrArray * |
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 ? |
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.