Searched refs:watch_direct (Results 1 – 1 of 1) sorted by relevance
29 static gchar **watch_direct; variable40 { "direct", 'D', 0, G_OPTION_ARG_FILENAME_ARRAY, &watch_direct,227 if (!watch_dirs && !watch_files && !watch_direct && !watch_silent && !watch_default) in handle_monitor()253 if (watch_direct) in handle_monitor()255 for (i = 0; watch_direct[i]; i++) in handle_monitor()256 if (!add_watch (watch_direct[i], WATCH_FILE, flags | G_FILE_MONITOR_WATCH_HARD_LINKS, TRUE)) in handle_monitor()