diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-08-20 22:30:19 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-08-20 22:30:19 -0400 |
commit | d66e3f57cd5dcc4a2768d40d2a1f1351328ca2fc (patch) | |
tree | b7758e99de34b7b6a3fb6fd8dcd9df1ef60b34df /gio/inotify/inotify-sub.c | |
parent | ee31d492d80821ab72d6dd1c8950353ad12d54d0 (diff) | |
download | glib-d66e3f57cd5dcc4a2768d40d2a1f1351328ca2fc.tar.gz |
Add more directory monitoring tests
These tests clear up a misunderstanding of mine: Monitoring
nonexisting files and directories *does* work with the inotify
implementation, it just has a very long timeout for scanning
for missing locations, so the test needs to take that into
account.
Diffstat (limited to 'gio/inotify/inotify-sub.c')
-rw-r--r-- | gio/inotify/inotify-sub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/inotify/inotify-sub.c b/gio/inotify/inotify-sub.c index a00a89071..2036227dd 100644 --- a/gio/inotify/inotify-sub.c +++ b/gio/inotify/inotify-sub.c @@ -1,6 +1,6 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 2; tab-width: 8 -*- */ -/* inotify-sub.c - GMonitor based on inotify. +/* inotify-sub.c - GVFS Monitor based on inotify. Copyright (C) 2006 John McCutchan |