#include <libhal.h>
Data Fields | |
| LibHalIntegrateDBusIntoMainLoop | main_loop_integration |
| This is called when the application needs to integrate the underlying DBusConnection into the main loop. | |
| LibHalDeviceAdded | device_added |
| Device added. | |
| LibHalDeviceRemoved | device_removed |
| Device removed. | |
| LibHalNewCapability | device_new_capability |
| Device got a new capability. | |
| LibHalLostCapability | 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. | |
Every function pointer can be set to NULL to indicate that the callback is not requested.
Definition at line 117 of file libhal.h.
1.3.9.1