Eina: Add eina_value_array_value_get().
authorbdilly <bdilly>
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)
commit1dff82b11f30d42d5b085187531c87a1c27a5ee3
tree07a6a87d358c64de12d2212750286afeb51644b9
parentabdfc53e8771090b59479d67edbb42557c74cefe
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: http://svn.enlightenment.org/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