enum
Gio::SubprocessFlags
Defined in:
lib/gi-crystal/src/auto/gio-2.0/gio.crEnum Members
-
StdinPipe =
1_u32 -
StdinInherit =
2_u32 -
StdoutPipe =
4_u32 -
StdoutSilence =
8_u32 -
StderrPipe =
16_u32 -
StderrSilence =
32_u32 -
StderrMerge =
64_u32 -
InheritFds =
128_u32 -
SearchPathFromEnvp =
256_u32 -
None =
0_u32 -
All =
511_u32
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#inherit_fds?
Returns
trueif this enum value containsInheritFds - #none?
-
#search_path_from_envp?
Returns
trueif this enum value containsSearchPathFromEnvp -
#stderr_merge?
Returns
trueif this enum value containsStderrMerge -
#stderr_pipe?
Returns
trueif this enum value containsStderrPipe -
#stderr_silence?
Returns
trueif this enum value containsStderrSilence -
#stdin_inherit?
Returns
trueif this enum value containsStdinInherit -
#stdin_pipe?
Returns
trueif this enum value containsStdinPipe -
#stdout_pipe?
Returns
trueif this enum value containsStdoutPipe -
#stdout_silence?
Returns
trueif this enum value containsStdoutSilence
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.