4 * Copyright IBM, Corp. 2009
9 * This work is licensed under the terms of the GNU LGPL, version 2.1 or later.
10 * See the COPYING.LIB file in the top-level directory.
20 typedef struct QBool {
25 QBool *qbool_from_int(int value);
26 int qbool_get_int(const QBool *qb);
27 QBool *qobject_to_qbool(const QObject *obj);