static Eina_Bool eina_value_struct_get(const Eina_Value *value, const char *name,...)
Gets the generic value from a struct member.
int eina_init(void)
Initializes the Eina library.
Definition: eina_main.c:277
static Eina_Bool eina_value_struct_set(Eina_Value *value, const char *name,...)
Sets the generic value in a struct member.
EAPI Eina_Value * eina_value_struct_new(const Eina_Value_Struct_Desc *desc)
Creates generic value storage of type struct.
Definition: eina_value.c:5827
EAPI void eina_value_free(Eina_Value *value)
Frees value and its data.
Definition: eina_value.c:5649
int eina_shutdown(void)
Shuts down the Eina library.
Definition: eina_main.c:348