Data Fields | |
int | type |
Type of property. | |
char * | key |
ASCII string. | |
LibHalProperty * | next |
Next property or NULL if this is the last. | |
char * | str_value |
UTF-8 zero-terminated string. | |
dbus_int32_t | int_value |
32-bit signed integer | |
dbus_uint64_t | uint64_value |
64-bit unsigned integer | |
double | double_value |
IEEE754 double precision float. | |
dbus_bool_t | bool_value |
Truth value. |
Definition at line 102 of file libhal.c.