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

@@ -199,7 +199,7 @@ g_cancellable_open_pipe (GCancellable *cancellable)
GCancellablePrivate *priv;
priv = cancellable->priv;
if (g_unix_pipe_flags (priv->cancel_pipe, FD_CLOEXEC, NULL))
if (g_unix_open_pipe (priv->cancel_pipe, FD_CLOEXEC, NULL))
{
/* Make them nonblocking, just to be sure we don't block
* on errors and stuff