glib-unix: Fix reference to FD_CLOEXEC in docs for g_unix_pipe_open()

The docs for this should match the docs for `g_unix_open_pipe()`, which
it calls.

Inspired by !3911.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-02-09 13:10:42 +00:00
parent 59d454a20d
commit 6dea98bac4

View File

@ -173,7 +173,7 @@ G_GNUC_BEGIN_IGNORE_DEPRECATIONS
/**
* g_unix_pipe_open:
* @self: A pair of file descriptors
* @flags: Flags to pass to g_unix_open_pipe(), typically `FD_CLOEXEC`
* @flags: Flags to pass to g_unix_open_pipe(), typically `O_CLOEXEC`
* @error: Used to report an error on failure
*
* Open a pipe. This is the same as g_unix_open_pipe(), but uses the