glib-unix: Mark GLib.unix_open_pipe fds input array as fixed-size

(cherry-picked from commit 3a197d7500)
This commit is contained in:
Marco Trevisan (Treviño)
2022-06-15 21:46:51 +02:00
parent 7c6ba93151
commit 679a624600

View File

@@ -70,7 +70,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
* *