Screen.getMonitorPlugName

string getMonitorPlugName(int monitorNum)

Returns the output name of the specified monitor. Usually something like VGA, DVI, or TV, not the actual product name of the display device.

Parameters

monitorNumnumber of the monitor, between 0 and gdk_screen_get_n_monitors (screen)

Returns

a newly-allocated string containing the name

of the monitor, or null if the name cannot be determined

Deprecated

Use [gdk.monitor.MonitorWrap.getModel] instead