Wiki page hello-world.md changed with summary [] by Gareth Halfacree

This commit is contained in:
Gareth Halfacree 2017-10-27 06:03:49 -07:00 committed by apache
parent 1f1821787f
commit dbe51f35e8
1 changed files with 1 additions and 1 deletions

View File

@ -111,6 +111,6 @@ At the end of this tutorial you have learned:
* Header files must be included for any EFL libraries you intend to use. Typically, these are ``Eina.h`` and ``Efl.h``.
* Your main method should be ``efl_main()``.
* Your EFL programs should always call ``efl_exit()`` at some stage.
* Your EFL programs should include the ``EFL_MAIN()`` macro at the end, so EFL can insert its own start-up and shutdown code.
* Your EFL programs should include the ``EFL_MAIN()`` macro at the end, so EFL can insert its own setup and shutdown code.
The next tutorial keeps introducing more basic concepts, and shows how to retrieve the command line parameters passed to your program.