API BREAK: eina_list_search_sorted_near_list() gets one more parameter.
authorbarbieri <barbieri>
Thu, 6 Aug 2009 19:01:47 +0000 (19:01 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 6 Aug 2009 19:01:47 +0000 (19:01 +0000)
commit8d0951ba75a33d23063451ee16140d4b4e9d869f
treefb7f4ea3eecfb6be6343001ba765f75f8157656f
parent95f3d712d80623ff8386736bcdc92af43ae2bb20
API BREAK: eina_list_search_sorted_near_list() gets one more parameter.

This should not impact anybody, at least in SVN I got no hits for this
function.

The new parameter contains the result of the last call to func(), so
we can know if the node is smaller, bigger or exactly the requested
value and don't need to call func() on node to know for sure.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@41623 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/include/eina_list.h
src/lib/eina_list.c