diff options
author | Gareth Halfacree <freelance@halfacree.co.uk> | 2017-11-23 08:18:32 -0800 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2017-11-23 08:18:32 -0800 |
commit | 08569459e9e1dcc6bddad4220b36c748bdbfa359 (patch) | |
tree | 58c9771b2c42fac0c4976322439693840d6391ed /pages/develop/guides/c/start.md.txt | |
parent | 323bbbfc01f7910277cc97a992f7ac8000bba16a (diff) |
Wiki page start.md changed with summary [created] by Gareth Halfacree
Diffstat (limited to 'pages/develop/guides/c/start.md.txt')
-rw-r--r-- | pages/develop/guides/c/start.md.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pages/develop/guides/c/start.md.txt b/pages/develop/guides/c/start.md.txt new file mode 100644 index 000000000..8c8efbb21 --- /dev/null +++ b/pages/develop/guides/c/start.md.txt | |||
@@ -0,0 +1,18 @@ | |||
1 | --- | ||
2 | ~~Title: Developer Guides - C~~ | ||
3 | ~~NOCACHE~~ | ||
4 | --- | ||
5 | |||
6 | # Developer Guides - C# | ||
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. | ||
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). | ||
11 | |||
12 | ## Legacy Guides ## | ||
13 | |||
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 | |||
16 | ## Eina Programming Guide ## | ||
17 | |||
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 | ||