Virtual Method
IdeSubprocesscommunicate_finish
Declaration
gboolean
communicate_finish (
IdeSubprocess* self,
GAsyncResult* result,
GBytes** stdout_buf,
GBytes** stderr_buf,
GError** error
)
Parameters
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
stdout_buf |
GBytes |
A location for a |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The called function takes ownership of the data, and is responsible for freeing it. | |
stderr_buf |
GBytes |
A location for a |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The called function takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError* , or NULL . |