Signal

WPEPlatformDisplay::monitor-added

Declaration

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

Description [src]

Emitted when a monitor is added.

Default handler:

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

Parameters

monitor

Type: WPEMonitor

The WPEMonitor added.

The data is owned by the caller of the function.