#include <devicelist.h>
Data Fields | |
char * | key |
char ** | values |
struct hal_device_property * | next |
File Name : devicelist.h
Description: Functions to maintain a list of available HAL devices Copyright (C) 2008 iRex Technologies B.V. All rights reserved.
Parts used from halevt, Copyright (C) 2007 Patrice Dumas <pertusus at="" free="" dot="" fr>="">
Definition at line 53 of file devicelist.h.
char* hal_device_property::key |
Definition at line 55 of file devicelist.h.
Referenced by hal_free_device_property(), and hal_new_device_property().
Definition at line 57 of file devicelist.h.
Referenced by hal_device_list_add_device(), hal_device_list_remove_property(), and hal_free_device().
char** hal_device_property::values |
Definition at line 56 of file devicelist.h.
Referenced by hal_device_list_set_property(), hal_free_device_property(), hal_get_mountpoint_device(), hal_new_device_property(), and report_unmounting_volumes().