GKeyFile: fix annotation of g_key_file_load_from_data
authorGiovanni Campagna <gcampagna@src.gnome.org>
Mon, 13 Feb 2012 15:42:44 +0000 (16:42 +0100)
committerGiovanni Campagna <gcampagna@src.gnome.org>
Tue, 14 Feb 2012 18:05:08 +0000 (19:05 +0100)
commitd240b883155183fcb9723766b4e4b4b5a0db57ff
tree62a7b011f9c4c0cc8546aafb1cf217aa765a0905
parent5b8a6900d3c0e757044b7f5c6e9eb54f9cb18154
GKeyFile: fix annotation of g_key_file_load_from_data

(array) without (element-type) means "array of the same type as
the C type", so gchar* with (array) is interpreted as an array of
strings. Since GKeyFiles must be UTF-8 encoded anyway, just
annotate it as a string.

https://bugzilla.gnome.org/show_bug.cgi?id=658484
glib/gkeyfile.c