Searched refs:G_FILE_MONITOR_WATCH_HARD_LINKS (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/gio/ |
D | gio-tool-monitor.c | 256 if (!add_watch (watch_direct[i], WATCH_FILE, flags | G_FILE_MONITOR_WATCH_HARD_LINKS, TRUE)) in handle_monitor() 263 … if (!add_watch (watch_silent[i], WATCH_FILE, flags | G_FILE_MONITOR_WATCH_HARD_LINKS, FALSE)) in handle_monitor()
|
D | gioenums.h | 348 G_FILE_MONITOR_WATCH_HARD_LINKS = (1 << 2), enumerator
|
D | glocalfilemonitor.c | 676 else if (flags & G_FILE_MONITOR_WATCH_HARD_LINKS) in g_file_monitor_source_new()
|
D | gioenumtypes.c | 350 { G_FILE_MONITOR_WATCH_HARD_LINKS, "G_FILE_MONITOR_WATCH_HARD_LINKS", "watch-hard-links" }, in g_file_monitor_flags_get_type()
|
D | gfile.c | 5432 g_return_val_if_fail (~flags & G_FILE_MONITOR_WATCH_HARD_LINKS, NULL); in g_file_monitor_directory() 5534 flags & ~G_FILE_MONITOR_WATCH_HARD_LINKS, in g_file_monitor()
|
/third_party/glib/gio/tests/ |
D | testfilemonitor.c | 988 G_FILE_MONITOR_WATCH_HARD_LINKS, in test_file_hard_links()
|
/third_party/glib/ |
D | NEWS | 6315 - New GFileMonitor flag: G_FILE_MONITOR_WATCH_HARD_LINKS
|