From cd270a8773d169945a4d9e51c7a5ca57ec072252 Mon Sep 17 00:00:00 2001 From: sdroege <301846+sdroege@users.noreply.github.com> Date: Sun, 21 Apr 2024 01:02:28 +0000 Subject: [PATCH] Update GIR files --- Gio-2.0.gir | 8 +++++++- Gtk-4.0.gir | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Gio-2.0.gir b/Gio-2.0.gir index 21253499..53b63246 100644 --- a/Gio-2.0.gir +++ b/Gio-2.0.gir @@ -73977,7 +73977,13 @@ A typical use of `GSubprocess` will involve calling [ctor@Gio.Subprocess.new], followed by [method@Gio.Subprocess.wait_async] or [method@Gio.Subprocess.wait]. After the process exits, the status can be checked using functions such as [method@Gio.Subprocess.get_if_exited] (which -are similar to the familiar `WIFEXITED`-style POSIX macros). +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. Create a new process with the given flags and varargs argument diff --git a/Gtk-4.0.gir b/Gtk-4.0.gir index 37ebaf43..a83a910b 100644 --- a/Gtk-4.0.gir +++ b/Gtk-4.0.gir @@ -45020,7 +45020,7 @@ to offload the content of its child widget. - Represents the state of graphics offlodading. + Represents the state of graphics offloading. Graphics offloading is enabled.