Add wxFSW_EVENT_ATTRIB wxFileSystemWatcher flag.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Nov 2012 23:56:00 +0000 (23:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 17 Nov 2012 23:56:00 +0000 (23:56 +0000)
commitf31f9900e472941fbb9635d7e531bbbecb654249
tree2c691d66ff6e2063cc098f6b7acbfd58021e02f9
parentfce37f88fc34d5eed41c9dfa5ce802cd9b98a51f
Add wxFSW_EVENT_ATTRIB wxFileSystemWatcher flag.

This flag allows to monitor changes to the file attributes, such as file
modification time.

This patch adds the flag, support for it under Linux and the corresponding
modifications to the sample and the test suite.

Closes #14833.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72977 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
tests/fswatcher/fswatchertest.cpp