API BREAK: eina_list_search_sorted_near_list() gets one more parameter.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
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)
commit5fd765261fb05606f9ef95c65afdf442555e722f
treefb7f4ea3eecfb6be6343001ba765f75f8157656f
parent615441bd835802a8de7dd67660e1fb7eaf4516bc
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: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@41623 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/include/eina_list.h
src/lib/eina_list.c