e_hal_util.h File Reference
#include "E_Hal.h"

Go to the source code of this file.
Functions | |
char | e_hal_property_bool_get (E_Hal_Properties *properties, const char *key, int *err) |
double | e_hal_property_double_get (E_Hal_Properties *properties, const char *key, int *err) |
void | e_hal_property_free (E_Hal_Property *prop) |
int | e_hal_property_int_get (E_Hal_Properties *properties, const char *key, int *err) |
const char * | e_hal_property_string_get (E_Hal_Properties *properties, const char *key, int *err) |
Retrive a string from an element of a property hash. More... | |
const Eina_List * | e_hal_property_strlist_get (E_Hal_Properties *properties, const char *key, int *err) |
uint64_t | e_hal_property_uint64_get (E_Hal_Properties *properties, const char *key, int *err) |