Skip to content

Commit

Permalink
Merge pull request #198 from gtk-rs/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update GIR files (2024-04-21)
  • Loading branch information
sdroege authored Apr 25, 2024
2 parents 213b66f + cd270a8 commit 71ccb01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Gio-2.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gtk-4.0.gir
Original file line number Diff line number Diff line change
Expand Up @@ -45020,7 +45020,7 @@ to offload the content of its child widget.</doc>
</field>
</record>
<enumeration name="GraphicsOffloadEnabled" version="4.14" glib:type-name="GtkGraphicsOffloadEnabled" glib:get-type="gtk_graphics_offload_enabled_get_type" c:type="GtkGraphicsOffloadEnabled">
<doc xml:space="preserve">Represents the state of graphics offlodading.</doc>
<doc xml:space="preserve">Represents the state of graphics offloading.</doc>
<member name="enabled" value="0" c:identifier="GTK_GRAPHICS_OFFLOAD_ENABLED" glib:nick="enabled" glib:name="GTK_GRAPHICS_OFFLOAD_ENABLED">
<doc xml:space="preserve">Graphics offloading is enabled.</doc>
</member>
Expand Down

0 comments on commit 71ccb01

Please sign in to comment.