Internal new background directory scanning for Windows; see issue #597

This commit is contained in:
Oliver Duis
2011-03-25 22:17:16 +01:00
parent 0f416b379a
commit adc5518d52
8 changed files with 32 additions and 33 deletions

View File

@@ -39,6 +39,7 @@ class WinDirMonitor : public Glib::Object {
HANDLE hDirectory;
WinDirChangeListener* listener;
int bigyo;
time_t lastTimeUpdateDir; // for filtering multiple updates events
};
private: