Searched refs:G_FILE_MONITOR_WATCH_MOVES (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/gio/tests/ |
D | testfilemonitor.c | 371 data.monitor = g_file_monitor_file (data.file, G_FILE_MONITOR_WATCH_MOVES, NULL, &error); in test_atomic_replace() 476 data.monitor = g_file_monitor_file (data.file, G_FILE_MONITOR_WATCH_MOVES, NULL, &error); in test_file_changes() 594 data.monitor = g_file_monitor_directory (data.file, G_FILE_MONITOR_WATCH_MOVES, NULL, &error); in test_dir_monitor() 688 data.monitor = g_file_monitor_file (data.file, G_FILE_MONITOR_WATCH_MOVES, NULL, &error); in test_dir_non_existent() 815 …data[1].monitor = g_file_monitor_directory (data[1].file, G_FILE_MONITOR_WATCH_MOVES, NULL, &error… in test_cross_dir_moves() 987 G_FILE_MONITOR_WATCH_MOVES | in test_file_hard_links()
|
/third_party/glib/gio/ |
D | glocalfilemonitor.c | 389 if (fms->flags & G_FILE_MONITOR_WATCH_MOVES) in g_file_monitor_source_handle_event() 397 if (fms->flags & G_FILE_MONITOR_WATCH_MOVES) in g_file_monitor_source_handle_event() 407 if (fms->flags & (G_FILE_MONITOR_WATCH_MOVES | G_FILE_MONITOR_SEND_MOVED)) in g_file_monitor_source_handle_event() 414 …event = (fms->flags & G_FILE_MONITOR_WATCH_MOVES) ? G_FILE_MONITOR_EVENT_RENAMED : G_FILE_MONITOR_… in g_file_monitor_source_handle_event()
|
D | gio-tool-monitor.c | 236 flags = (no_moves ? 0 : G_FILE_MONITOR_WATCH_MOVES) | in handle_monitor()
|
D | gioenums.h | 349 G_FILE_MONITOR_WATCH_MOVES = (1 << 3) enumerator
|
D | gioenumtypes.c | 351 { G_FILE_MONITOR_WATCH_MOVES, "G_FILE_MONITOR_WATCH_MOVES", "watch-moves" }, in g_file_monitor_flags_get_type()
|
/third_party/glib/ |
D | NEWS | 3401 769630 gfile: G_FILE_MONITOR_WATCH_MOVES was actually introduced in 2.46
|