Revert addition of g_key_file_has_key_full
authorColin Walters <walters@verbum.org>
Fri, 22 Jul 2011 14:31:27 +0000 (10:31 -0400)
committerColin Walters <walters@verbum.org>
Fri, 22 Jul 2011 14:56:54 +0000 (10:56 -0400)
commit8b061e023ce97171d817e07ea7068f567129ae8a
tree1002425d23f251bc813e06bbdb2096633c4468f3
parent753948316915e834801347af08b773c24078a3bd
Revert addition of g_key_file_has_key_full

Per IRC discussion, we can just ask bindings to use
g_key_file_get_value() to test for the existence of a key.

I left the "fixed" code in the source tree as static because it makes
more sense to me.
glib/gkeyfile.c
glib/gkeyfile.h
glib/tests/keyfile.c