Wiki page hello-world.md changed with summary [Typo] by Xavi Artigas

This commit is contained in:
Xavi Artigas 2019-09-19 01:06:43 -07:00 committed by www-data
parent 4e0e7c4615
commit 5d9a4b888f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Using your favorite text editor, create a text file and save it as ``hello-world
#include <Efl_Core.h>
```
The new EFL API has been in Beta stage for a while, and some libraries still need that you define the ``EFL_BETA_API_SUPPORT`` symbols before including any EFL library. Don't worry, though, they should not be required any more in the near future.
The new EFL API has been in Beta stage for a while, and some libraries still need that you define the ``EFL_BETA_API_SUPPORT`` symbol before including any EFL library. Don't worry, though, they should not be required any more in the near future.
The EFL is split into several libraries. You only need to include the ones you actually want to use. In this tutorial you will be calling methods from the ``Eina`` and ``Efl`` libraries, therefore you just need to include the ``Efl_Core.h`` header which includes ``Eina.h`` and ``Efl.h``.