From c29155ecb052dee1fd2c2a38eb2f417b310f568f Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Tue, 27 Mar 2007 18:15:16 +0000 Subject: [PATCH] TODO SVN revision: 29200 --- legacy/ecore/src/lib/ecore_file/ecore_file_monitor_inotify.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file_monitor_inotify.c b/legacy/ecore/src/lib/ecore_file/ecore_file_monitor_inotify.c index 5816220daf..286f1b7959 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file_monitor_inotify.c +++ b/legacy/ecore/src/lib/ecore_file/ecore_file_monitor_inotify.c @@ -6,9 +6,10 @@ /* * TODO: * - * * Listen to these events: + * - Listen to these events: * IN_ACCESS, IN_ATTRIB, IN_CLOSE_WRITE, IN_CLOSE_NOWRITE, IN_OPEN - * + * - Read all events first, then call the callbacks. This will prevent several + * callbacks with the typic save cycle (delete file, new file) */ #ifdef HAVE_INOTIFY