Now eo does not support ecore_event APIs.
Since ecore_event APIs does not require object parameter, no class or interface supports ecore_event APIs.
It seems that we need to think about whether we support ecore_event APIs by eo or not and how.
ecore_event APIs are in Ecore_Common.h.
Here is some ecore_event APIs which are not supported by eo and look more important than others.
- ecore_event_handler_add
- ecore_event_handler_del
- ecore_event_add
- ecore_event_del
Please give your thoughts and opinions.
- Which APIs should be supported by eo and how to support?
(e.g. class Efl.App or class Efl.Loop should provide some properties.)
(e.g. ecore_event should not be supported. Instead of ecore_event without object parameter, efl_event should be used with Efl.Ui.Win.)