const gchar ** arguments are inferred to be utf8, not array-of-utf8
@wjt
Submitted by Will Thompson Assigned to Telepathy bugs list
Description
kuuko on #telepathy discovered that tp_account_update_parameters_vardict_async, when called from python, expects a string (not an array of strings) as its const gchar **unset_parameters argument. Unsurprisingly it then crashes.
11:38 xclaesse | telepathy-glib$ grep "name="utf8" c:type="const gchar**"" TelepathyGLib-0.12.gir | wc -l 11:38 xclaesse | 14
we should fix 'em all. this untested patch fixes one.
Version: git master