Signal

WPEPlatformDisplay::monitor-removed

Declaration

void
monitor_removed (
  WPEDisplay* self,
  WPEMonitor* monitor,
  gpointer user_data
)

Description [src]

Emitted after a monitor is removed. Note that the monitor is always invalidated before this signal is emitted.

Default handler:

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

Parameters

monitor

Type: WPEMonitor

The WPEMonitor removed.

The data is owned by the caller of the function.