summaryrefslogtreecommitdiff
path: root/libnautilus-extensions/nautilus-monitor.c
Commit message (Expand)AuthorAgeFilesLines
* nautilus-extensions -> nautilus-private renaming.Ramiro Estrugo2001-05-041-395/+0
* reviewed by: Robin Slomkowski <rslomkow@eazel.com>Darin Adler2001-04-281-20/+96
* New function to check if the monitoring is working. We'll use this toDarin Adler2001-04-191-0/+10
* #include <glib.h> for g_return macros in the case where HAVE_FAM_H ain'tRamiro Estrugo2001-04-171-2/+2
* Need to #include <stdio.h> even when HAVE_FAM ain't defined.Ramiro Estrugo2001-04-171-1/+1
* Add #include <stdio.h> to fix undefined NULL error on tinderbox.Ramiro Estrugo2001-04-171-0/+1
* Don't give a warning if there's no FAM daemon to connect to, just silentlyDarin Adler2001-04-161-2/+1
* Changes to use FAM if it's there. Now the hard part is getting FAMDarin Adler2001-04-161-19/+8
* Some work on FAM.Darin Adler2001-04-161-312/+224
* Fix stupid build breakage.Seth Nickell2001-04-131-8/+8
* Add comments to unhandled FAM signals.Seth Nickell2001-04-121-8/+16
* Add some initial code to deal with file notification and monitoring. ThisSeth Nickell2001-04-121-0/+400