NetworkManager/gfilemonitor
Jan Kantert 4ca66db721 Use g_timeout_add_seconds() to reduce wakeups
(and refine the older glib compat mechanism, by Dan)
2008-12-31 18:57:36 -05:00
..
COPYING 2008-05-11 Dan Williams <dcbw@redhat.com> 2008-05-11 20:12:18 +00:00
gfile.c License header and FSF address update 2008-12-20 09:46:41 -05:00
gfile.h License header and FSF address update 2008-12-20 09:46:41 -05:00
gfilemonitor.c License header and FSF address update 2008-12-20 09:46:41 -05:00
gfilemonitor.h License header and FSF address update 2008-12-20 09:46:41 -05:00
glocaldirectorymonitor.c License header and FSF address update 2008-12-20 09:46:41 -05:00
glocaldirectorymonitor.h License header and FSF address update 2008-12-20 09:46:41 -05:00
glocalfilemonitor.c License header and FSF address update 2008-12-20 09:46:41 -05:00
glocalfilemonitor.h License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-diag.c License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-diag.h License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-helper.c License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-helper.h License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-kernel.c License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-kernel.h License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-missing.c Use g_timeout_add_seconds() to reduce wakeups 2008-12-31 18:57:36 -05:00
inotify-missing.h License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-path.c License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-path.h License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-sub.c License header and FSF address update 2008-12-20 09:46:41 -05:00
inotify-sub.h License header and FSF address update 2008-12-20 09:46:41 -05:00
Makefile.am 2008-05-11 Dan Williams <dcbw@redhat.com> 2008-05-11 20:12:18 +00:00
README 2008-05-11 Dan Williams <dcbw@redhat.com> 2008-05-11 20:12:18 +00:00

A local copy of the Linux glib-2.14 GFileMonitor functionality, with a
re-implementation of GFile that doesn't depend on GIO.  Allows NM source code to
use the same GFileMonitor APIs regardless of glib version.