#include <devicelist.h>
Data Fields | |
char * | udi |
struct hal_device_property * | properties |
struct hal_device * | next |
Definition at line 60 of file devicelist.h.
struct hal_device* hal_device::next |
Definition at line 64 of file devicelist.h.
Referenced by hal_count_devices(), hal_device_list_add_device(), hal_device_list_find_device(), hal_device_list_remove_device(), hal_get_mountpoint_device(), hal_print_all_devices(), on_volume_unmounted(), remount_next_volume(), report_unmounting_volumes(), and unmount_volume().
Definition at line 63 of file devicelist.h.
Referenced by hal_device_list_add_device(), hal_device_list_get_property(), hal_device_list_remove_property(), hal_device_list_set_property(), and hal_free_device().
char* hal_device::udi |
Definition at line 62 of file devicelist.h.
Referenced by hal_device_list_add_device(), hal_device_list_find_device(), hal_device_list_remove_device(), hal_free_device(), hal_print_all_devices(), remount_next_volume(), and unmount_volume().