diff options
Diffstat (limited to 'help')
-rw-r--r-- | help/C/zenity.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/help/C/zenity.xml b/help/C/zenity.xml index 8e4c644a..350b1dcb 100644 --- a/help/C/zenity.xml +++ b/help/C/zenity.xml @@ -225,6 +225,14 @@ <para>An unexpected error has occurred.</para> </entry> </row> + <row valign="top"> + <entry> + <para><varname>5</varname></para> + </entry> + <entry> + <para>The dialog has been closed because the timeout has been reached.</para> + </entry> + </row> </tbody> </tgroup> </informaltable> @@ -274,6 +282,13 @@ </listitem> </varlistentry> + <varlistentry> + <term><option>--timeout</option>=<replaceable>timeout</replaceable></term> + <listitem> + <para>Specifies the timeout in seconds after which the dialog is closed.</para> + </listitem> + </varlistentry> + </variablelist> </sect2> |