WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=819336cef2b42243f11b6dd589a4240ea2fc843d
commit 819336cef2b42243f11b6dd589a4240ea2fc843d Author: Xavi Artigas <[email protected]> Date: Wed Sep 19 02:30:22 2018 -0700 Wiki page generic-value.md changed with summary [Added BETA Warning] by Xavi Artigas --- pages/develop/guides/csharp/eina/generic-value.md.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/develop/guides/csharp/eina/generic-value.md.txt b/pages/develop/guides/csharp/eina/generic-value.md.txt index ba2ef360f..1011fff63 100644 --- a/pages/develop/guides/csharp/eina/generic-value.md.txt +++ b/pages/develop/guides/csharp/eina/generic-value.md.txt @@ -10,6 +10,10 @@ The `eina.Value` class provides storage of and access to generic data, allowing Examples of `eina.Value` usage can be found in the [EFL examples git repository](https://git.enlightenment.org/tools/examples.git/) in the file [`reference/csharp/eina/src/eina_value.cs`](https://git.enlightenment.org/tools/examples.git/tree/reference/csharp/eina/src/eina_value.cs). +| | WARNING | | +| --- | ------- | --- | +|  | **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. |  | + ## Value Types ## `eina.Value` can handle the following common *simple* types (found inside the `eina.ValueType` enum): --
