Revert unintential IAPI break for g_key_file_load_from_data()
authorColin Walters <walters@verbum.org>
Fri, 20 Jul 2012 14:40:56 +0000 (10:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 20 Jul 2012 18:07:39 +0000 (14:07 -0400)
commit003e7a70e80d508458c7a9d4cc76b84a1eb35f94
treeb8062f9b17799c6da8a5288859e34a7891744b91
parent1ae7c7d982b3f461dcab178b3d20a04aaa9d9d72
Revert unintential IAPI break for g_key_file_load_from_data()

The old (length) annotation actually wasn't being read.  Changing
it to an array was telling g-i that it was an array of utf8, which
is clearly not true.

We *could* add (element-type guint8), but that would change it to a
byte array, as opposed to the original utf8 version.

Just removing the annotation should bring us back to where we
were, which was fine.

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