Wiki page start.md changed with summary [] by Gareth Halfacree

This commit is contained in:
Gareth Halfacree 2017-12-06 08:22:13 -08:00 committed by apache
parent d6943d8795
commit 6a6d6bbe9b
1 changed files with 13 additions and 2 deletions

View File

@ -13,6 +13,17 @@ The documentation in this section is split by language. At present, only C docum
The documentation of EFL and its infrastructure is an ongoing effort, taking place alongside the roll-out of a new version of the application programming interface (API). The documentation in this section is verified as applicable to the new API, currently in beta; for guidance on the current API release consult the [Legacy Programming Guide](https://www.enlightenment.org/develop/legacy/program_guide/start).
## Eina Programming Guide ##
### Eina Programming Guide ###
[The Eina Programming Guide](https://www.enlightenment.org/develop/guides/c/eina/start.md) provides a quick reference and code examples for the ``Eina`` library, which is designed to implement an API for data types in an efficient manner and which comes with tools for common tasks.
[The Eina Programming Guide](https://www.enlightenment.org/develop/guides/c/eina/start.md) provides a quick reference and code examples for the ``Eina`` library, which is designed to implement an API for data types in an efficient manner and which comes with tools for common tasks.
### Main Loop Programming Guide ###
[The Main Loop Programming Guide](https://www.enlightenment.org/develop/guides/c/core/main-loop.md) provides a reference to the internal EFL Main Loop, in which execution takes place, and the timers, monitors, idlers, and polling capabilities it offers.
### User Interface Sizing Programming Guide ###
[The User Interface Sizing Programming Guide](https://www.enlightenment.org/develop/guides/c/ui/sizing.md) provides a reference to the controls offered by EFL for controlling the minimum and maximum size of a widget when default values are inappropriate.
### EFL C Porting Guide ###
[The EFL C Porting Guide](https://www.enlightenment.org/develop/guides/c/porting-guide.md) is designed for developers looking to tranisation from the current EFL API to the beta release, known as the Unified API. This document is a work in progress.