Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbus-tool.c889 static gint opt_call_timeout = -1; variable
896 { "timeout", 't', 0, G_OPTION_ARG_INT, &opt_call_timeout, N_("Timeout in seconds"), NULL},
1216opt_call_timeout > 0 ? opt_call_timeout * 1000 : opt_call_timeout, in handle_call()
1230 opt_call_timeout > 0 ? opt_call_timeout * 1000 : opt_call_timeout, in handle_call()