hal_property_get_bool
hal_property_get_bool (p));
hal_property_get_bool (p));
if (hal_property_get_bool (p) !=
strncpy (buf, hal_property_get_bool (prop) ? "true" : "false", bufsize);
return hal_property_get_bool (prop);
if (hal_property_get_bool (prop) == value)
(hal_property_get_bool (p) ? "true" :
b = hal_property_get_bool (p);
v = hal_property_get_bool (p);
dbus_bool_t hal_property_get_bool (HalProperty *prop);