Method
GioSubprocesscommunicate_utf8_async
Declaration [src]
void
g_subprocess_communicate_utf8_async (
GSubprocess* subprocess,
const char* stdin_buf,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description [src]
Asynchronous version of g_subprocess_communicate_utf8(). Complete invocation with g_subprocess_communicate_utf8_finish().
This method completes asynchronously. Use g_subprocess_communicate_utf8_finish()
inside the GAsyncReadyCallback
to obtain the result of the operation.
Parameters
stdin_buf
-
Type:
const char*
Input data, or
NULL
.The argument can be NULL
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. cancellable
-
Type:
GCancellable
Cancellable.
The argument can be NULL
.The data is owned by the caller of the method. callback
-
Type:
GAsyncReadyCallback
Callback.
The argument can be NULL
. user_data
-
Type:
gpointer
User data.
The argument can be NULL
.The data is owned by the caller of the method.