mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-29 10:36:35 +02:00
Rename g_unix_pipe_flags to g_unix_open_pipe
From IRC discussion, people liked this name more. https://bugzilla.gnome.org/show_bug.cgi?id=649322
This commit is contained in:
committed by
Matthias Clasen
parent
ba5c9bd39f
commit
542215b78a
@@ -57,9 +57,9 @@
|
||||
|
||||
GQuark g_unix_error_quark (void);
|
||||
|
||||
gboolean g_unix_pipe_flags (gint *fds,
|
||||
gint flags,
|
||||
GError **error);
|
||||
gboolean g_unix_open_pipe (gint *fds,
|
||||
gint flags,
|
||||
GError **error);
|
||||
|
||||
gboolean g_unix_set_fd_nonblocking (gint fd,
|
||||
gboolean nonblock,
|
||||
|
Reference in New Issue
Block a user