Signal

AstalRiverRiver::output-removed

since: 0.1

Declaration

void
output_removed (
  AstalRiverRiver* self,
  gchar* output,
  gpointer user_data
)

Description

This signal is emitted when a new output was disconnected.

Default handler:

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

Available since: 0.1

Parameters

output

Type: gchar*

The name of the removed output.

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