Function

AstalProcessexec_asyncv

Declaration

void
astal_process_exec_asyncv (
  gchar** cmd,
  gint cmd_length1,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description

No description available.

Parameters

cmd

Type: An array of gchar*

No description available.

The length of the array is specified in the cmd_length1 argument.
The data is owned by the caller of the function.
Each element is a NUL terminated UTF-8 string.
cmd_length1

Type: gint

No description available.

_callback_

Type: GAsyncReadyCallback

No description available.

_callback__target

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.