libhal_psi_get_bool
libhal_psi_get_bool(&it) ? "true" : "false"
libhal_psi_get_bool (&it) ? "true" :
if (libhal_psi_get_bool (&it)) {
#define LIBHAL_PROP_EXTRACT_BOOL(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_BOOLEAN) _where_ = libhal_psi_get_bool (&it)
#define LIBHAL_PROP_EXTRACT_BOOL_BITFIELD(_property_, _where_, _field_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_BOOLEAN) _where_ |= libhal_psi_get_bool (&it) ? _field_ : 0
(libhal_psi_get_bool (&i) ? "true" :
dbus_bool_t libhal_psi_get_bool (LibHalPropertySetIterator *iter);