gio + inotify support for hard links
authorRyan Lortie <desrt@desrt.ca>
Wed, 18 Nov 2009 23:59:14 +0000 (17:59 -0600)
committerDan Winship <danw@gnome.org>
Wed, 19 Dec 2012 13:19:18 +0000 (08:19 -0500)
commit707bc4a40f48f1a361071a8b8b13d96743e89561
treea2cb6be722791791ac498fec2d44057a781514ff
parente6d45972fc0f75345b7ba19ac3d554cf801ba86a
gio + inotify support for hard links

Add a new GFileMonitorFlag: G_FILE_MONITOR_WATCH_HARD_LINKS.  When set,
changes made to the file via another hard link will be detected.

Implement the new flag for the inotify backend.

https://bugzilla.gnome.org/show_bug.cgi?id=532815
gio/gfile.c
gio/gioenums.h
gio/inotify/ginotifydirectorymonitor.c
gio/inotify/ginotifyfilemonitor.c
gio/inotify/inotify-helper.c
gio/inotify/inotify-path.c
gio/inotify/inotify-path.h
gio/inotify/inotify-sub.c
gio/inotify/inotify-sub.h