Add wxFSW_EVENT_UNMOUNT wxFileSystemWatcher flag and implement it for Linux.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Nov 2012 12:52:18 +0000 (12:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Nov 2012 12:52:18 +0000 (12:52 +0000)
commit092e08a84402d6e7c315a8a77a146e4eb62e0fb7
tree5c551d23f497e050ab9e26770240ba7c3b2d3419
parent1ec4e9c2b72a01a7ba7da569e0f8d04a81aaba10
Add wxFSW_EVENT_UNMOUNT wxFileSystemWatcher flag and implement it for Linux.

This flag generates the corresponding event when the file system containing
the watched directory is unmounted. Currently it is only implemented for
Linux where unmounting now generates this event instead of an error.

Closes #14834.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72987 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/fswatcher.h
interface/wx/fswatcher.h
samples/fswatcher/fswatcher.cpp
src/common/fswatchercmn.cpp
src/unix/fswatcher_inotify.cpp