The source project of this merge request has been removed.
monitor hardlinks with glib 2.56.2
A bug in glib prior version 2.56.2 prevents usage of G_FILE_MONITOR_WATCH_HARD_LINKS.
Upstream commit cc5cd5e8eab46bd24348a6d382c4f31440305055 is required, which avoids a crash in g_inotify_file_monitor_start.
Wrap the flag in GLIB_CHECK_VERSION.
Fixes issue #110 (closed)
Signed-off-by: Olaf Hering olaf@aepfle.de
Edited by O H