diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/develop/guides/csharp/core/events.md.txt | 2 | ||||
-rw-r--r-- | pages/develop/guides/csharp/core/main-loop.md.txt | 2 | ||||
-rw-r--r-- | pages/develop/guides/csharp/eina/generic-value.md.txt | 2 | ||||
-rw-r--r-- | pages/develop/guides/csharp/start.md.txt | 2 | ||||
-rw-r--r-- | pages/develop/guides/csharp/ui/focus.md.txt | 2 | ||||
-rw-r--r-- | pages/develop/guides/csharp/ui/sizing.md.txt | 2 | ||||
-rw-r--r-- | pages/develop/setup/csharp/start.md.txt | 2 | ||||
-rw-r--r-- | pages/develop/tutorials/csharp/hello-world-cs.md.txt | 2 | ||||
-rw-r--r-- | pages/develop/tutorials/csharp/hello-world-gui-cs.md.txt | 2 | ||||
-rw-r--r-- | pages/develop/tutorials/csharp/start.md.txt | 2 | ||||
-rw-r--r-- | pages/develop/tutorials/csharp/texteditor-cs.md.txt | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/pages/develop/guides/csharp/core/events.md.txt b/pages/develop/guides/csharp/core/events.md.txt index 1dc7ccb7d..4babece4e 100644 --- a/pages/develop/guides/csharp/core/events.md.txt +++ b/pages/develop/guides/csharp/core/events.md.txt | |||
@@ -13,7 +13,7 @@ You can also find usage examples in the [EFL examples repository](https://git.en | |||
13 | 13 | ||
14 | | | WARNING | | | 14 | | | WARNING | | |
15 | | --- | ------- | --- | | 15 | | --- | ------- | --- | |
16 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | | 16 | |  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | |
17 | 17 | ||
18 | ## Listening to Events from Objects ## | 18 | ## Listening to Events from Objects ## |
19 | 19 | ||
diff --git a/pages/develop/guides/csharp/core/main-loop.md.txt b/pages/develop/guides/csharp/core/main-loop.md.txt index 9f398a467..5e3ed6d97 100644 --- a/pages/develop/guides/csharp/core/main-loop.md.txt +++ b/pages/develop/guides/csharp/core/main-loop.md.txt | |||
@@ -11,7 +11,7 @@ EFL manages timers and user interface events amongst many other things and even | |||
11 | 11 | ||
12 | | | WARNING | | | 12 | | | WARNING | | |
13 | | --- | ------- | --- | | 13 | | --- | ------- | --- | |
14 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | | 14 | |  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | |
15 | 15 | ||
16 | ## Prerequisites ## | 16 | ## Prerequisites ## |
17 | 17 | ||
diff --git a/pages/develop/guides/csharp/eina/generic-value.md.txt b/pages/develop/guides/csharp/eina/generic-value.md.txt index 969d1d5fa..5ee61d91a 100644 --- a/pages/develop/guides/csharp/eina/generic-value.md.txt +++ b/pages/develop/guides/csharp/eina/generic-value.md.txt | |||
@@ -12,7 +12,7 @@ Examples of `Eina.Value` usage can be found in the [EFL examples git repository] | |||
12 | 12 | ||
13 | | | WARNING | | | 13 | | | WARNING | | |
14 | | --- | ------- | --- | | 14 | | --- | ------- | --- | |
15 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | | 15 | |  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | |
16 | 16 | ||
17 | ## Value Types ## | 17 | ## Value Types ## |
18 | 18 | ||
diff --git a/pages/develop/guides/csharp/start.md.txt b/pages/develop/guides/csharp/start.md.txt index 6a8a10218..0183c1015 100644 --- a/pages/develop/guides/csharp/start.md.txt +++ b/pages/develop/guides/csharp/start.md.txt | |||
@@ -9,7 +9,7 @@ This section of the Enlightenment Wiki offers reference guides for the most comm | |||
9 | 9 | ||
10 | | | WARNING | | | 10 | | | WARNING | | |
11 | | --- | ------- | --- | | 11 | | --- | ------- | --- | |
12 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | | 12 | |  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | |
13 | 13 | ||
14 | > **NOTE:** | 14 | > **NOTE:** |
15 | > 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). | 15 | > 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). |
diff --git a/pages/develop/guides/csharp/ui/focus.md.txt b/pages/develop/guides/csharp/ui/focus.md.txt index cf2df39f5..e18741f76 100644 --- a/pages/develop/guides/csharp/ui/focus.md.txt +++ b/pages/develop/guides/csharp/ui/focus.md.txt | |||
@@ -10,7 +10,7 @@ EFL handles the focus of your application in a way which works in most situation | |||
10 | 10 | ||
11 | | | WARNING | | | 11 | | | WARNING | | |
12 | | --- | ------- | --- | | 12 | | --- | ------- | --- | |
13 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | | 13 | |  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | |
14 | 14 | ||
15 | ## Prerequisites ## | 15 | ## Prerequisites ## |
16 | 16 | ||
diff --git a/pages/develop/guides/csharp/ui/sizing.md.txt b/pages/develop/guides/csharp/ui/sizing.md.txt index acd14fe34..ff09c6dd0 100644 --- a/pages/develop/guides/csharp/ui/sizing.md.txt +++ b/pages/develop/guides/csharp/ui/sizing.md.txt | |||
@@ -12,7 +12,7 @@ You can find an usage example in the [EFL examples repository](https://git.enlig | |||
12 | 12 | ||
13 | | | WARNING | | | 13 | | | WARNING | | |
14 | | --- | ------- | --- | | 14 | | --- | ------- | --- | |
15 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | | 15 | |  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | |
16 | 16 | ||
17 | ## Prerequisites ## | 17 | ## Prerequisites ## |
18 | 18 | ||
diff --git a/pages/develop/setup/csharp/start.md.txt b/pages/develop/setup/csharp/start.md.txt index ab2fa9f92..b5dc42c60 100644 --- a/pages/develop/setup/csharp/start.md.txt +++ b/pages/develop/setup/csharp/start.md.txt | |||
@@ -8,7 +8,7 @@ This page shows how to compile and install the Enlightenment Foundation Librarie | |||
8 | 8 | ||
9 | | | WARNING | | | 9 | | | WARNING | | |
10 | | --- | ------- | --- | | 10 | | --- | ------- | --- | |
11 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development. |  | | 11 | |  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation. |  | |
12 | 12 | ||
13 | ## Prerequisites ## | 13 | ## Prerequisites ## |
14 | 14 | ||
diff --git a/pages/develop/tutorials/csharp/hello-world-cs.md.txt b/pages/develop/tutorials/csharp/hello-world-cs.md.txt index bdf293543..42db36dcc 100644 --- a/pages/develop/tutorials/csharp/hello-world-cs.md.txt +++ b/pages/develop/tutorials/csharp/hello-world-cs.md.txt | |||
@@ -9,7 +9,7 @@ This first tutorial ensures that your EFL installation is ready to produce C# ap | |||
9 | 9 | ||
10 | | | WARNING | | | 10 | | | WARNING | | |
11 | | --- | ------- | --- | | 11 | | --- | ------- | --- | |
12 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | | 12 | |  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | |
13 | 13 | ||
14 | ## Prerequisites ## | 14 | ## Prerequisites ## |
15 | 15 | ||
diff --git a/pages/develop/tutorials/csharp/hello-world-gui-cs.md.txt b/pages/develop/tutorials/csharp/hello-world-gui-cs.md.txt index f837757a1..53d1b8130 100644 --- a/pages/develop/tutorials/csharp/hello-world-gui-cs.md.txt +++ b/pages/develop/tutorials/csharp/hello-world-gui-cs.md.txt | |||
@@ -9,7 +9,7 @@ In this guide you will learn how to build a complete graphical application, with | |||
9 | 9 | ||
10 | | | WARNING | | | 10 | | | WARNING | | |
11 | | --- | ------- | --- | | 11 | | --- | ------- | --- | |
12 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | | 12 | |  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | |
13 | 13 | ||
14 | ## Prerequisites ## | 14 | ## Prerequisites ## |
15 | 15 | ||
diff --git a/pages/develop/tutorials/csharp/start.md.txt b/pages/develop/tutorials/csharp/start.md.txt index 184e72aae..411c4c29b 100644 --- a/pages/develop/tutorials/csharp/start.md.txt +++ b/pages/develop/tutorials/csharp/start.md.txt | |||
@@ -9,7 +9,7 @@ The following tutorials are designed to build on each other, introducing concept | |||
9 | 9 | ||
10 | | | WARNING | | | 10 | | | WARNING | | |
11 | | --- | ------- | --- | | 11 | | --- | ------- | --- | |
12 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | | 12 | |  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | |
13 | 13 | ||
14 | > **NOTE:** | 14 | > **NOTE:** |
15 | > The tutorials 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 tutorials written for the current release can be found in the [Legacy section of the website](https://www.enlightenment.org/develop/legacy/tutorial/start). | 15 | > The tutorials 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 tutorials written for the current release can be found in the [Legacy section of the website](https://www.enlightenment.org/develop/legacy/tutorial/start). |
diff --git a/pages/develop/tutorials/csharp/texteditor-cs.md.txt b/pages/develop/tutorials/csharp/texteditor-cs.md.txt index 046e6bbe6..fd1ea6b35 100644 --- a/pages/develop/tutorials/csharp/texteditor-cs.md.txt +++ b/pages/develop/tutorials/csharp/texteditor-cs.md.txt | |||
@@ -14,7 +14,7 @@ In this tutorial you will learn how to build a simple text editor application, i | |||
14 | 14 | ||
15 | | | WARNING | | | 15 | | | WARNING | | |
16 | | --- | ------- | --- | | 16 | | --- | ------- | --- | |
17 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | | 17 | |  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | |
18 | 18 | ||
19 | ## Prerequisites ## | 19 | ## Prerequisites ## |
20 | 20 | ||