eina_array_data_set can receives null to unset
authorhelen <helen@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 25 Nov 2010 19:38:45 +0000 (19:38 +0000)
committerhelen <helen@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 25 Nov 2010 19:38:45 +0000 (19:38 +0000)
commit6a807c7ca6ac9b7d5648e47712a7bb5e3a74f79e
tree0863c8b41c381d982d45bf9330e4cb2488984234
parent453e564d94b8a2fb44c64085d9f8ad84a803e1a4
eina_array_data_set can receives null to unset

Passing null to the second parameter is the only way to unset the data,
so it should not have EINA_ARG_NONNULL to the data parameter

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@54997 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/include/eina_array.h