Method
GLibUnixPipeget
since: 2.80
Declaration [src]
static inline int
g_unix_pipe_get (
GUnixPipe* self,
GUnixPipeEnd end
)
Description [src]
Return one of the ends of the pipe. It remains owned by self.
This function is async-signal safe (see signal(7) and
signal-safety(7)), making it safe to call from a
signal handler or a GSpawnChildSetupFunc.
This function preserves the value of errno.
Available since: 2.80
This method is not directly available to language bindings.
Parameters
end-
Type:
GUnixPipeEndOne of the ends of the pipe.