Method

AstalRiverRiverrun_command_async

Declaration

void
astal_river_river_run_command_async (
  AstalRiverRiver* self,
  gchar** cmd,
  gint cmd_length1,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description

Executes a given command, similar to riverctl.

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 method.
Each element is a NUL terminated UTF-8 string.
cmd_length1

Type: gint

No description available.

_callback_

Type: GAsyncReadyCallback

No 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.