More missed BETA to Unified changes

This commit is contained in:
Xavi Artigas 2019-07-25 15:29:20 +02:00
parent 70ce0de483
commit fcb8b800af
2 changed files with 5 additions and 3 deletions

View File

@ -3,12 +3,13 @@
~~NOCACHE~~
---
# Beta API C Programming Guides #
# Unified API C Programming Guides #
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.
> **NOTE:**
> The guides in this section use the latest beta release of the API, as noted in [Developing with the Enlightenment Foundation Libraries](/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](/develop/legacy/program_guide/start).
> The guides in this section use the latest Unified API, as noted in [Developing with the Enlightenment Foundation Libraries](/develop/start.md#Legacy_vs_Unified_APIs). Versions of these guides written for the Legacy API can be found in the [Legacy section of the website](/develop/legacy/tutorial/start).
* [Eina Programming Guide](eina/)
* [Main Loop Programming Guide](core/main-loop.md)
@ -16,4 +17,4 @@ This section of the Enlightenment Wiki offers reference guides for the most comm
* [Events Programming Guide](core/events.md)
* [User Interface Sizing Programming Guide](ui/sizing.md)
* [User Interface Focus Programming Guide](ui/focus.md)
* [EFL C Porting Guide](porting-guide.md)
* [EFL C Porting Guide](porting-guide.md)

View File

@ -3,7 +3,7 @@
~~NOCACHE~~
---
# Beta API C# Programming Guides #
# Unified API C# Programming Guides #
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.
@ -13,6 +13,7 @@ This section of the Enlightenment Wiki offers reference guides for the most comm
> **NOTE:**
> The guides in this section use the latest beta release of the API, as noted in [Developing with the Enlightenment Foundation Libraries](/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](/develop/legacy/program_guide/start).
> The guides in this section use the latest Unified API, as noted in [Developing with the Enlightenment Foundation Libraries](/develop/start.md#Legacy_vs_Unified_APIs). Versions of these guides written for the Legacy C API can be found in the [Legacy section of the website](/develop/legacy/tutorial/start).
If you haven't done so yet, read the [Setting Up a C# Development Environment](/develop/setup/csharp/) guide so you have a working EFL installation with C# support.