mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 04:43:06 +02:00
Merge branch 'fix-unix-open-pipes-introspection' into 'main'
glib-unix: Mark GLib.unix_open_pipe fds input array as fixed-size See merge request GNOME/glib!2751
This commit is contained in:
commit
ccc7006d53
@ -72,7 +72,7 @@ g_unix_set_error_from_errno (GError **error,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_unix_open_pipe:
|
* g_unix_open_pipe:
|
||||||
* @fds: Array of two integers
|
* @fds: (array fixed-size=2): Array of two integers
|
||||||
* @flags: Bitfield of file descriptor flags, as for fcntl()
|
* @flags: Bitfield of file descriptor flags, as for fcntl()
|
||||||
* @error: a #GError
|
* @error: a #GError
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user