Data Fields | |
| DBusConnection * | connection |
| D-BUS connection. | |
| dbus_bool_t | is_initialized |
| Are we initialised. | |
| dbus_bool_t | is_shutdown |
| Have we been shutdown. | |
| dbus_bool_t | cache_enabled |
| Is the cache enabled. | |
| dbus_bool_t | is_direct |
| Whether the connection to hald is direct. | |
| LibHalDeviceAdded | device_added |
| Device added. | |
| LibHalDeviceRemoved | device_removed |
| Device removed. | |
| LibHalDeviceNewCapability | device_new_capability |
| Device got a new capability. | |
| LibHalDeviceLostCapability | device_lost_capability |
| Device got a new capability. | |
| LibHalDevicePropertyModified | device_property_modified |
| A property of a device changed. | |
| LibHalDeviceCondition | device_condition |
| A non-continous event on the device occured. | |
| void * | user_data |
| User data. | |
Definition at line 189 of file libhal.c.
1.4.6