:right-sidebar: True SubprocessFlags =================================================================== .. currentmodule:: gi.repository.Gio .. versionadded:: 2.40 .. class:: SubprocessFlags :no-contents-entry: Flags to define the behaviour of a :obj:`~gi.repository.Gio.Subprocess`\. Note that the default for stdin is to redirect from ``/dev/null``\. For stdout and stderr the default are for them to inherit the corresponding descriptor from the calling process. Note that it is a programmer error to mix 'incompatible' flags. For example, you may not request both :const:`~gi.repository.Gio.SubprocessFlags.STDOUT_PIPE` and :const:`~gi.repository.Gio.SubprocessFlags.STDOUT_SILENCE`. Fields ------ .. rst-class:: interim-class .. class:: SubprocessFlags :no-index: .. attribute:: INHERIT_FDS The type of the None singleton. .. attribute:: NONE The type of the None singleton. .. attribute:: SEARCH_PATH_FROM_ENVP The type of the None singleton. .. attribute:: STDERR_MERGE The type of the None singleton. .. attribute:: STDERR_PIPE The type of the None singleton. .. attribute:: STDERR_SILENCE The type of the None singleton. .. attribute:: STDIN_INHERIT The type of the None singleton. .. attribute:: STDIN_PIPE The type of the None singleton. .. attribute:: STDOUT_PIPE The type of the None singleton. .. attribute:: STDOUT_SILENCE The type of the None singleton.