gambas-source-code/main/lib/inotify/TODO
Tobias Boege d3ec79a214 [GB.INOTIFY]
* NEW: Add Pause() and Resume() methods to pause and resume a watch.
  IsPaused can be used to read/set/toggle the "paused" state.



git-svn-id: svn://localhost/gambas/trunk@6400 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-07-28 02:14:37 +00:00

5 lines
206 B
Text

- Work on portability to non-Linux filesystem monitoring systems.
I've to look at: pnotify[0] or rather libkqueue[1]
[0] https://code.google.com/p/pnotify
[1] http://sourceforge.net/projects/libkqueue