libhal_device_get_property_bool
if (libhal_device_get_property_bool (ctx, vol_udi, "block.is_volume", &error)) {
if (libhal_device_get_property_bool (ctx, vol_udi, "volume.is_mounted", &error)) {
if (libhal_device_get_property_bool (hal_ctx, udi, "volume.ignore", &error) ||
append_ro = libhal_device_get_property_bool (hal_ctx, libhal_drive_get_udi(drive),
if (libhal_device_get_property_bool (hal_ctx, udi, "volume.ignore", &error) ||
libhal_device_get_property_bool (hal_ctx, udi, key, &error) ? "true" : "false");
libhal_device_get_property_bool (hal_ctx, udi, key, &error) ? "true" : "false");
if (!libhal_device_get_property_bool(ctx, udi, "battery.present",
if (libhal_device_get_property_bool(ctx,
ret = libhal_device_get_property_bool(hal_ctx, udis[i],
if (!libhal_device_get_property_bool(hal_ctx, udi,
libhal_device_get_property_bool(hal_ctx,
if (libhal_device_get_property_bool(hal_ctx, udi,
if (!libhal_device_get_property_bool(hal_ctx, storage_device,
!libhal_device_get_property_bool(hal_ctx, storage_device,
if (libhal_device_get_property_bool(hal_ctx, storage_device,
is_mounted = libhal_device_get_property_bool(hal_ctx, udi, key, NULL);
libhal_device_get_property_bool(hal_ctx, udi, "info.claimed",
if (libhal_device_get_property_bool(hal_ctx, udis[i],
if (v->my && libhal_device_get_property_bool(hal_ctx, v->udi,
if ((result = libhal_device_get_property_bool (hal_ctx, "/org/freedesktop/Hal/devices/computer",
dbus_bool_t libhal_device_get_property_bool (LibHalContext *ctx,