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?
- #none?
- #search_path_from_envp?
- #stderr_merge?
- #stderr_pipe?
- #stderr_silence?
- #stdin_inherit?
- #stdin_pipe?
- #stdout_pipe?
- #stdout_silence?
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.