WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=e7e20877b1f6141280693dfd4430c62f03e886b1
commit e7e20877b1f6141280693dfd4430c62f03e886b1 Author: Andrew Williams <[email protected]> Date: Thu Dec 14 03:32:09 2017 -0800 Wiki page general changed with summary [] by Andrew Williams --- pages/develop/api-include/reference/general.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/develop/api-include/reference/general.txt b/pages/develop/api-include/reference/general.txt index 29d50f56f..62012fe31 100644 --- a/pages/develop/api-include/reference/general.txt +++ b/pages/develop/api-include/reference/general.txt @@ -1,3 +1,5 @@ +====== Unified EFL API ====== + The Enlightenment Foundation Libraries (EFL) cover a wide range of functions including inter-process communication (IPC), graphics, audio and even location services. Other powerful features include file handling utilities, widgets and user interface controls, thumbnailing and rendering via scene graph. You can discover more of EFL's capabilities by visiting the [[:about-efl | About EFL]] page. The Unified EFL API (Currently in BETA) is a reworking of the old many-libraries API into a single (Efl) namespace. It is build on top of Eo (Enlightenment Object) class definitions to provide inheritance of objects and to bind more closely to higher level languages. --
