Method
IdeSubprocesscommunicate
Declaration
gboolean
ide_subprocess_communicate (
IdeSubprocess* self,
GBytes* stdin_buf,
GCancellable* cancellable,
GBytes** stdout_buf,
GBytes** stderr_buf,
GError** error
)
Parameters
stdin_buf |
GBytes* |
No description available. | |
The data is owned by the caller of the function. | |
cancellable |
GCancellable* |
No description available. | |
The argument can be NULL . | |
The data is owned by the caller of the function. | |
stdout_buf |
GBytes** |
No description available. | |
The data is owned by the caller of the function. | |
stderr_buf |
GBytes** |
No description available. | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |