eina: add eina_multi_iterator_new.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 16 Nov 2018 01:42:27 +0000 (17:42 -0800)
committerHermet Park <hermetpark@gmail.com>
Wed, 5 Dec 2018 05:37:06 +0000 (14:37 +0900)
commitfed1618d435eda60279eb06e82dab04c7de4ee34
tree12869c5bf81d415e19a4ab794670ee1b9882cda8
parent185f5276ef5a76028d60040771af1116a3e18ddf
eina: add eina_multi_iterator_new.

This will return an Iterator that will walk over a serie of iterator.
This technicaly take ownership of the iterator it is walking over and
destroy as it goes and doesn't need them anymore.

Reviewed-by: Vitor Sousa da Silva <vitorsousa@expertisesolutions.com.br>
Differential Revision: https://phab.enlightenment.org/D7286
src/lib/eina/eina_iterator.c
src/lib/eina/eina_iterator.h