Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgio-tool-monitor.c28 static gchar **watch_files; variable
38 { "file", 'f', 0, G_OPTION_ARG_FILENAME_ARRAY, &watch_files,
227 if (!watch_dirs && !watch_files && !watch_direct && !watch_silent && !watch_default) in handle_monitor()
246 if (watch_files) in handle_monitor()
248 for (i = 0; watch_files[i]; i++) in handle_monitor()
249 if (!add_watch (watch_files[i], WATCH_FILE, flags, TRUE)) in handle_monitor()