Signal

AstalRiverLayout::user-command

Declaration

void
user_command (
  AstalRiverLayout* self,
  gchar* command,
  AstalRiverOutput* output,
  gpointer user_data
)

Description

Emitted when a user command is requested for this layout.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

command

Type: gchar*

The command send by the user.

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

Type: AstalRiverOutput

The currently focused output.

The data is owned by the caller of the function.