Method
IdeSubprocesscommunicate_utf8_finish
Declaration
gboolean
ide_subprocess_communicate_utf8_finish (
IdeSubprocess* self,
GAsyncResult* result,
gchar** stdout_buf,
gchar** stderr_buf,
GError** error
)
Parameters
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
stdout_buf |
gchar** |
A location for the UTF-8 formatted output string or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. | |
The value is a NUL terminated UTF-8 string. | |
stderr_buf |
gchar** |
A location for the UTF-8 formatted output string or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. | |
The value is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |