Signal

GdkDisplay::monitor-added

since: 3.22

Declaration

void
monitor_added (
  GdkDisplay* self,
  GdkMonitor* monitor,
  gpointer user_data
)

Description [src]

The ::monitor-added signal is emitted whenever a monitor is added.

Default handler:

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

Available since: 3.22

Parameters

monitor

Type: GdkMonitor

The monitor that was just added.

The data is owned by the caller of the function.