From 3a197d7500f20894f6832645502270b20d1e446a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 15 Jun 2022 21:46:51 +0200 Subject: [PATCH] glib-unix: Mark GLib.unix_open_pipe fds input array as fixed-size --- glib/glib-unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/glib-unix.c b/glib/glib-unix.c index f5ca6d844..d2dea10ef 100644 --- a/glib/glib-unix.c +++ b/glib/glib-unix.c @@ -72,7 +72,7 @@ g_unix_set_error_from_errno (GError **error, /** * 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() * @error: a #GError *