hal_device_property_get_bool
hal_device_property_get_bool (device2, key))
to_device, to, hal_device_property_get_bool (from_device, from));
dbus_bool_t hal_device_property_get_bool (HalDevice *device,
if (hal_device_property_get_bool (d, prop_to_check) != value)
already_locked = hal_device_property_get_bool (d, "info.locked");
rc = hal_device_property_get_bool (d, "info.locked");
already_claimed = hal_device_property_get_bool (d, "info.claimed");
already_claimed = hal_device_property_get_bool (d, "info.claimed");
if (hal_device_property_get_bool (d, "info.ignore")) {
if (hal_device_property_get_bool (parent, "info.claimed")) {
if (hal_device_property_get_bool (d, "info.ignore")) {
if (parent != NULL && hal_device_property_get_bool (parent, "info.ignore")) {
if (hal_device_property_get_bool(d, "button.workaround")) {
if (hal_device_property_get_bool (d, "info.ignore")) {
if ((hal_device_property_get_bool (storage_d, "storage.no_partitions_hint") ||
!hal_device_property_get_bool (storage_d, "storage.solaris.vtoc_slices")) {
if (hal_device_property_get_bool (parent, "info.ignore")) {
if (hal_device_property_get_bool (d, "block.is_volume")) {
media_available = !hal_device_property_get_bool (d, "storage.removable") ||
hal_device_property_get_bool (d, "storage.removable.media_available");
is_partition = hal_device_property_get_bool (d, "volume.is_partition");
if (hal_device_property_get_bool (d, "volume.is_mounted")) {
} else if (hal_device_property_get_bool (d, "storage.removable") ||
hal_device_property_get_bool (d, "storage.hotpluggable")) {
if (!hal_device_property_get_bool (d, "storage.removable.media_available")) {
if (parent != NULL && hal_device_property_get_bool (parent, "info.ignore")) {