E_Hal_Property Struct Reference
[EHal]
#include <E_Hal.h>
Data Fields | |
| E_Hal_Property_Type | type |
| union { | |
| dbus_bool_t b | |
| double d | |
| int i | |
| const char * s | |
| Eina_List * strlist | |
| dbus_uint64_t u64 | |
| } | val |
Field Documentation
| dbus_bool_t E_Hal_Property::b |
Referenced by e_hal_property_bool_get().
| double E_Hal_Property::d |
Referenced by e_hal_property_double_get().
Referenced by e_hal_property_int_get().
| const char* E_Hal_Property::s |
Referenced by e_hal_property_free(), and e_hal_property_string_get().
| Eina_List* E_Hal_Property::strlist |
Referenced by e_hal_property_free(), and e_hal_property_strlist_get().
Referenced by e_hal_property_free().
| dbus_uint64_t E_Hal_Property::u64 |
Referenced by e_hal_property_uint64_get().
| union { ... } E_Hal_Property::val |
The documentation for this struct was generated from the following file:
- lib/hal/E_Hal.h
