WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=13fc34c61d26a2b2714007facd311f5ac16f1e25
commit 13fc34c61d26a2b2714007facd311f5ac16f1e25 Author: Andrew Williams <[email protected]> Date: Thu Dec 14 05:42:42 2017 -0800 Wiki page general changed with summary [formatting] by Andrew Williams --- pages/develop/api-include/reference/general.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/develop/api-include/reference/general.txt b/pages/develop/api-include/reference/general.txt index 62012fe31..9bced8a71 100644 --- a/pages/develop/api-include/reference/general.txt +++ b/pages/develop/api-include/reference/general.txt @@ -4,4 +4,4 @@ The Enlightenment Foundation Libraries (EFL) cover a wide range of functions inc 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. -The Efl API is split into 3 main areas Efl_Core, Efl_Net and Efl_Ui, each encompassing the one before so you can include a single reference in your app. For basic offline applications use Efl_Core, for additional network and connectivity use Efl_Net and if you are building a graphical application then use Efl_Ui. In the C language (the default for our this documentation) you will also see reference to Eina which provides common data constructs missing in low level languages. \ No newline at end of file +The Efl API is split into three main areas: ''Efl_Core'', ''Efl_Net'' and ''Efl_Ui'', each encompassing the one before so you can include a single reference in your app. For basic offline applications use Efl_Core, for additional network and connectivity use Efl_Net and if you are building a graphical application then use Efl_Ui. In the C language (the default for our this documentation) you will also see reference to Eina which provides common data constructs missing in low level languages. \ No newline at end of file --
