ecore: add Efl.Loop.Fd.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 6 May 2016 22:33:36 +0000 (15:33 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 6 May 2016 22:35:36 +0000 (15:35 -0700)
commitc96383e42c8d8b2de64ebbe14fc9fe02eb09f037
tree0c4b217001bb02699617a05461f5199a44c810f6
parent45d17f100e927ee90ea782a387893add0e7f3fbd
ecore: add Efl.Loop.Fd.

This allow you to monitor fd and get notification using Eo events. I
have not implemented the buffered read as used by X. I think that if
this is useful, we should just do another class to handle bufferred fd.
src/Makefile_Ecore.am
src/lib/ecore/Ecore_Eo.h
src/lib/ecore/efl_loop_fd.c [new file with mode: 0644]
src/lib/ecore/efl_loop_fd.eo [new file with mode: 0644]