Method
AstalRiverRiverrun_command
Declaration
gboolean
astal_river_river_run_command (
AstalRiverRiver* self,
gchar** cmd,
gint cmd_length1,
gchar** output
)
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.
output-
Type:
gchar**No description available.
The argument will be set by the function. The argument can be NULL.The caller of the method takes ownership of the returned data, and is responsible for freeing it. The value is a NUL terminated UTF-8 string.