-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #198 from gtk-rs/create-pull-request/patch
Update GIR files (2024-04-21)
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73977,7 +73977,13 @@ A typical use of `GSubprocess` will involve calling | |
[[email protected]], followed by [[email protected]_async] or | ||
[[email protected]]. After the process exits, the status can be | ||
checked using functions such as [[email protected]_if_exited] (which | ||
are similar to the familiar `WIFEXITED`-style POSIX macros).</doc> | ||
are similar to the familiar `WIFEXITED`-style POSIX macros). | ||
|
||
Note that as of GLib 2.82, creating a `GSubprocess` causes the signal | ||
`SIGPIPE` to be ignored for the remainder of the program. If you are writing | ||
a command-line utility that uses `GSubprocess`, you may need to take into | ||
account the fact that your program will not automatically be killed | ||
if it tries to write to `stdout` after it has been closed.</doc> | ||
<implements name="Initable"/> | ||
<constructor name="new" c:identifier="g_subprocess_new" shadowed-by="newv" version="2.40" introspectable="0"> | ||
<doc xml:space="preserve">Create a new process with the given flags and varargs argument | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters