Searched refs:opt_wait_timeout_secs (Results 1 – 1 of 1) sorted by relevance
2168 static gint64 opt_wait_timeout_secs = 0; /* no timeout */ variable2195 { "timeout", 't', 0, G_OPTION_ARG_INT64, &opt_wait_timeout_secs,2372 if (opt_wait_timeout_secs > 0) in handle_wait()2373 timer_id = g_timeout_add_seconds (opt_wait_timeout_secs, wait_timeout_cb, &wait_state); in handle_wait()