Method
AstalRiverRiverrun_command_async
Declaration
void
astal_river_river_run_command_async (
AstalRiverRiver* self,
gchar** cmd,
gint cmd_length1,
GAsyncReadyCallback _callback_,
void* _callback__target
)
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 method. Each element is a NUL terminated UTF-8 string. cmd_length1-
Type:
gintNo description available.
_callback_-
Type:
GAsyncReadyCallbackNo description available.
The argument can be NULL. _callback__target-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the method.