eina_value: add blob type.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 12 Jan 2012 03:00:03 +0000 (03:00 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 12 Jan 2012 03:00:03 +0000 (03:00 +0000)
commit9fae39b4acdf0c037b32425657c0c3ffbd6f14fb
treee8681bcaa83ad85f4a0173ef03a0e417fc6c59a5
parent296901faf0d7ff53bff6356a205af1094270ce3b
eina_value: add blob type.

Nice type that even supports configurable operations such as compare,
free, copy and to_string.

the usual is also supported: provide no ops (operations) and memory
will be left untouched.

nice feature to dump as string :-)

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