Function
AstalIOProcessexec_asyncv
Declaration
void
astal_io_process_exec_asyncv (
gchar** cmd,
gint cmd_length1,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Description
Execute a command asynchronously. The first element of the vector is executed with the remaining elements as the argument list.
Parameters
cmd-
Type: An array of
gchar*No description available.
The length of the array is specified in the cmd_length1argument.The data is owned by the caller of the function. Each element is a NUL terminated UTF-8 string. cmd_length1-
Type:
gintNo description available.
_callback_-
Type:
GAsyncReadyCallbackNo description available.
_callback__target-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the function.