Function
Foundrysubprocess_communicate
Declaration [src]
DexFuture*
foundry_subprocess_communicate (
GSubprocess* subprocess,
GBytes* stdin_bytes
)
Description [src]
Like g_subprocess_communicate() but only supports stdout and is
returned as a future to GBytes.
Parameters
subprocess-
Type:
GSubprocessA
FoundrySubprocess.The data is owned by the caller of the function. stdin_bytes-
Type:
GBytesThe standard input buffer.
The argument can be NULL.The data is owned by the caller of the function.