summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-monitor.c
Commit message (Expand)AuthorAgeFilesLines
* monitor: improve unmount detect heuristicDaniel Schürmann2014-02-171-4/+6
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* monitor: use GSliceCosimo Cecchi2012-10-191-2/+2
* monitor: watch for removal of non-native mounts on GVolumeMonitorCosimo Cecchi2012-10-191-8/+49
* Don't try to close the window when a mount goes awayWilliam Jon McCann2012-08-311-7/+1
* Remove unnecessary includes of libgnomeCosimo Cecchi2008-10-061-1/+0
* Avoid constantly trying to create directory monitors if it fails once byAlexander Larsson2008-03-261-5/+4
* Require glib 2.15.2Alexander Larsson2008-01-141-2/+2
* Update to new gio APIAlexander Larsson2008-01-071-5/+5
* Update to new flags APIAlexander Larsson2007-12-141-2/+2
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-1/+1
* Merge gio-branchAlexander Larsson2007-11-301-94/+57
* Schedule metadata removal when we get external remove events. Patch fromAlexander Larsson2006-12-081-0/+1
* Check for NULL path before callingChristian Neumair2006-10-191-0/+2
* Require new gnome-vfsAlexander Larsson2003-11-051-10/+12
* Fix typo which was horking monitors.Alex Graveley2002-05-241-2/+7
* Remove FAM check.Alex Graveley2002-05-221-280/+95
* (merges from stable):Alexander Larsson2002-03-071-3/+3
* setup both the rgba and GdkColor variants. (update_label_color): upd.Michael Meeks2002-02-191-1/+1
* Change libprofiler location.Anders Carlsson2002-01-211-1/+8
* More GNOME 2 work. We now compile up to libnautilus-private and I'mDarin Adler2001-10-281-1/+0
* Updated bugzilla.eazel.com references to refer to theDarin Adler2001-09-151-1/+1
* Move inside #ifdef HAVE_FAM.Darin Adler2001-09-151-11/+11
* Merge some stuff from the redhat-outstanding-patches branchAlex Larsson2001-09-111-1/+31
* Use a GIOChannel instead of gdk_input_add. This fixes the bug where whenAlex Larsson2001-07-121-12/+15
* Add HAVE_LIBFAMAlex Larsson2001-07-111-84/+13
* 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