GNOME Bugzilla – Bug 605053
GKeyFile.set_string_list takes a const gchar* const*
Last modified: 2009-12-29 17:33:02 UTC
Created attachment 150102 [details] [review] gkeyfile_const_gchar_const.patch Patch attached that applies a cast on the third argument of GKeyFile.set_string_list. The API says it takes a "const gchar* const*" while the VAPI files simply builds to a gchar**.
*** This bug has been marked as a duplicate of bug 582092 ***