Home
last modified time | relevance | path

Searched refs:watch_silent (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gio/
Dgio-tool-monitor.c30 static gchar **watch_silent; variable
42 { "silent", 's', 0, G_OPTION_ARG_FILENAME_ARRAY, &watch_silent,
227 if (!watch_dirs && !watch_files && !watch_direct && !watch_silent && !watch_default) in handle_monitor()
260 if (watch_silent) in handle_monitor()
262 for (i = 0; watch_silent[i]; i++) in handle_monitor()
263 … if (!add_watch (watch_silent[i], WATCH_FILE, flags | G_FILE_MONITOR_WATCH_HARD_LINKS, FALSE)) in handle_monitor()