E_Hal_Property Struct Reference
#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
◆ b
dbus_bool_t E_Hal_Property::b |
Referenced by e_hal_property_bool_get().
◆ d
double E_Hal_Property::d |
Referenced by e_hal_property_double_get().
◆ i
int E_Hal_Property::i |
Referenced by e_hal_property_int_get().
◆ s
const char* E_Hal_Property::s |
Referenced by e_hal_property_free(), and e_hal_property_string_get().
◆ strlist
Eina_List* E_Hal_Property::strlist |
Referenced by e_hal_property_free(), and e_hal_property_strlist_get().
◆ type
E_Hal_Property_Type E_Hal_Property::type |
Referenced by e_hal_property_free().
◆ u64
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