Function

AstalRiverCommandCallback

since: 0.1

Declaration

void
(* AstalRiverCommandCallback) (
  gboolean success,
  const gchar* msg
)

Description

A callback function that is called after a river command is run.

Available since: 0.1

Parameters

success

Type: gboolean

A #gboolean indicating whether the command was executed successfully.

msg

Type: const gchar*

A string containing the result of the command.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.