diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-08-31 02:31:24 -0700 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-08-31 02:31:24 -0700 |
commit | b48281cd910d2ad5006768b09cb022f405e2f7f8 (patch) | |
tree | d39fcc2633399a751173aef95bf5c4f56e13576c /pages/develop/guides/c/start.md.txt | |
parent | c20e3d05a0f9d426c31bed7a6af6bdc44bfeb17a (diff) |
Wiki page start.md changed with summary [] by Xavi Artigas
Diffstat (limited to 'pages/develop/guides/c/start.md.txt')
-rw-r--r-- | pages/develop/guides/c/start.md.txt | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/pages/develop/guides/c/start.md.txt b/pages/develop/guides/c/start.md.txt index 8c8efbb21..199f21b55 100644 --- a/pages/develop/guides/c/start.md.txt +++ b/pages/develop/guides/c/start.md.txt | |||
@@ -1,18 +1,19 @@ | |||
1 | --- | 1 | --- |
2 | ~~Title: Developer Guides - C~~ | 2 | ~~Title: Developer Guides~~ |
3 | ~~NOCACHE~~ | 3 | ~~NOCACHE~~ |
4 | --- | 4 | --- |
5 | 5 | ||
6 | # Developer Guides - C# | 6 | # Beta API C Programming Guides # |
7 | 7 | ||
8 | This section of the Enlightenment Wiki offers reference guides for the most commonly-used features of the Enlightenment Foundation Libraries (EFL) and associated infrastructure as applied to the C programming language. These guides are designed to supplement and support the step-by-step tutorials, which are in turn designed as a starting point for beginners who have not previously programmed using EFL. | 8 | This section of the Enlightenment Wiki offers reference guides for the most commonly-used features of the Enlightenment Foundation Libraries (EFL) and associated infrastructure. These guides are designed to supplement and support the step-by-step tutorials, which are written as a starting point for beginners who have not previously programmed using EFL. |
9 | 9 | ||
10 | This section contains developer guides for those programming in the C language; for other supported languages consult the [main Developer Guides page](https://www.enlightenment.org/develop/guides/start.md). | 10 | > **NOTE:** |
11 | > The guides in this section use the latest beta release of the API, as noted in [Developing with the Enlightenment Foundation Libraries](https://www.enlightenment.org/develop/start.md#Current_vs._Beta). Versions of these guides written for the current release can be found in the [Legacy section of the website](https://www.enlightenment.org/develop/legacy/program_guide/start). | ||
11 | 12 | ||
12 | ## Legacy Guides ## | 13 | * [Eina Programming Guide](/develop/guides/c/eina/) |
13 | 14 | * [Main Loop Programming Guide](/develop/guides/c/core/main-loop.md) | |
14 | 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; for guidance on the old API, known as the *legacy API*, consult the [Legacy Programming Guide](https://www.enlightenment.org/develop/legacy/program_guide/start). | 15 | * [IO Programming Guide](/develop/guides/c/core/io.md) |
15 | 16 | * [Events Programming Guide](/develop/guides/c/core/events.md) | |
16 | ## Eina Programming Guide ## | 17 | * [User Interface Sizing Programming Guide](/develop/guides/c/ui/sizing.md) |
17 | 18 | * [User Interface Focus Programming Guide](/develop/guides/c/ui/focus.md) | |
18 | [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 | 19 | * [EFL C Porting Guide](/develop/guides/c/porting-guide.md) \ No newline at end of file |