Data Fields | |
| int | type |
| Type of property. | |
| char * | key |
| ASCII string. | |
| union { | |
| 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. | |
| char ** strlist_value | |
| List of UTF-8 zero-terminated strings. | |
| }; | |
| Possible values of the property. | |
| LibHalProperty * | next |
| Next property or NULL if this is the last. | |
Definition at line 166 of file libhal.c.
1.4.7