Efl.Config (interface)

Description

A generic configuration interface, that holds key-value pairs.

Members

config (get, set)

A generic configuration value, referred to by name.
Eina_Value *efl_config_get(const Eo *obj, const char *name);
Eina_Bool efl_config_set(Eo *obj, const char *name, const Eina_Value *value);


Events