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:
Colin Walters
2011-05-03 16:31:34 -04:00
committed by Matthias Clasen
parent ba5c9bd39f
commit 542215b78a
7 changed files with 13 additions and 13 deletions

View File

@@ -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,