From 6a6d6bbe9b4eb0236e9b19b40ed0ec07a3f75d17 Mon Sep 17 00:00:00 2001 From: Gareth Halfacree Date: Wed, 6 Dec 2017 08:22:13 -0800 Subject: [PATCH] Wiki page start.md changed with summary [] by Gareth Halfacree --- pages/develop/guides/start.md.txt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pages/develop/guides/start.md.txt b/pages/develop/guides/start.md.txt index 84b06c3a2..0a83f36ad 100644 --- a/pages/develop/guides/start.md.txt +++ b/pages/develop/guides/start.md.txt @@ -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. \ No newline at end of file +[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. \ No newline at end of file