qemu-e2k/qobject
Eric Blake 34acbc9522 qobject: Use 'bool' inside qdict
Now that qbool is fixed, let's fix getting and setting a bool
value to a qdict member to also use C99 bool rather than int.

I audited all callers to ensure that the changed return type
will not cause any changed semantics.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2015-06-22 17:40:00 +02:00
..
json-lexer.c
json-parser.c qobject: Use 'bool' for qbool 2015-06-22 17:40:00 +02:00
json-streamer.c
Makefile.objs
qbool.c qobject: Use 'bool' for qbool 2015-06-22 17:40:00 +02:00
qdict.c qobject: Use 'bool' inside qdict 2015-06-22 17:40:00 +02:00
qerror.c
qfloat.c
qint.c
qjson.c qobject: Use 'bool' for qbool 2015-06-22 17:40:00 +02:00
qlist.c
qnull.c
qstring.c