Home
last modified time | relevance | path

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

/dports/x11/cinnamon/cinnamon-4.8.6/src/
H A Dcinnamon-perf-helper.c48 static int opt_idle_timeout = 30; variable
52 { "idle-timeout", 'r', 0, G_OPTION_ARG_INT, &opt_idle_timeout, "Exit after N seconds", "N" },
85 timeout_id = g_timeout_add (opt_idle_timeout * 1000, on_timeout, NULL); in establish_timeout()
/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Dshell-perf-helper.c54 static int opt_idle_timeout = 30; variable
58 { "idle-timeout", 'r', 0, G_OPTION_ARG_INT, &opt_idle_timeout, "Exit after N seconds", "N" },
82 timeout_id = g_timeout_add (opt_idle_timeout * 1000, on_timeout, NULL); in establish_timeout()