Now eo does not fully support legacy elm_config APIs.
There exists class Efl.Config_Global but it does not control configurable values at all.
It seems that we need to think about whether we support elm_config APIs by eo or not and how.
The candidates are all EAPI APIs in elm_config.h which control configurable values.
Here is some elm_config APIs which are not supported by eo and look more important than others.
- elm_config_finger_size_get
- elm_config_finger_size_set
- elm_config_scale_get
- elm_config_scale_set
Please give your thoughts and opinions.
- Which APIs should be supported by eo and how to support? (e.g. class Efl.Config_Global provides finger_size property.)