efl_mono: Create insert list/array c# wrapper for eina_value.
authorLucas Cavalcante de Sousa <lucas@expertisesolutions.com.br>
Fri, 7 Feb 2020 19:53:39 +0000 (19:53 +0000)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 13 Feb 2020 21:34:37 +0000 (06:34 +0900)
commit5594764db444d9ef1130321bcb2db5c36e6fd6c0
treed5ee230e86fc4a5dafdf2265649f353c13f277b3
parent3f0f1e6080102151e2f0382ac581c17473cdcfb9
efl_mono: Create insert list/array c# wrapper for eina_value.

Implements Insert() method to eina.Value containers (array/list). The
Insert() (src/bindings/mono/eina_mono/eina_value.cs) method wraps native functions implemented with c
(src/lib/eina/eina_inline_value.x).
Resolves T7402

Differential Revision: https://phab.enlightenment.org/D11298
src/bindings/mono/eina_mono/eina_value.cs
src/lib/efl_mono/efl_custom_exports_mono.c
src/tests/efl_mono/Value.cs