After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 605053 - GKeyFile.set_string_list takes a const gchar* const*
GKeyFile.set_string_list takes a const gchar* const*
Status: RESOLVED DUPLICATE of bug 582092
Product: vala
Classification: Core
Component: Bindings: GLib
0.7.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-20 11:36 UTC by Mike Massonnet
Modified: 2009-12-29 17:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gkeyfile_const_gchar_const.patch (841 bytes, patch)
2009-12-20 11:36 UTC, Mike Massonnet
none Details | Review

Description Mike Massonnet 2009-12-20 11:36:12 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**.
Comment 1 Mike Massonnet 2009-12-29 17:33:02 UTC

*** This bug has been marked as a duplicate of bug 582092 ***