Eina: Add eina_value_array_value_get().
authorbdilly <bdilly@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 1 Mar 2012 17:15:54 +0000 (17:15 +0000)
committerbdilly <bdilly@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 1 Mar 2012 17:15:54 +0000 (17:15 +0000)
commit95e1168744291c83ddb8a2fbc842d7dfe6450830
tree07a6a87d358c64de12d2212750286afeb51644b9
parentd4bdf1c77950b9a232250a0cf6a73276a545be23
Eina: Add eina_value_array_value_get().

Since k-s is on the road this days, we'd better write some code ourselves.
This is array counterpart of eina_value_struct_value_get(), and retrieves
an item from an Eina_Value_Array as an Eina_Value.

Code writing the setter is welcome.

Patch by: "Raphael Kubo da Costa" <kubo@profusion.mobi>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@68581 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/include/eina_inline_value.x
src/include/eina_value.h
src/tests/eina_test_value.c