Package: gdk

Function gdk-screen-monitor-plug-name

Lambda List

gdk-screen-monitor-plug-name (screen monitor-num)

Arguments

screen -- a gdk-screen object
monitor-num -- an integer with the number of the monitor, between 0 and the result of (gdk-screen-n-monitors screen)

Return Value

A string containing the name of the monitor, or nil if the name cannot be determined.

Details

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

Warning

The gdk-screen-monitor-plug-name function has been deprecated since version 3.22 and should not be used in newly written code. Use the gdk-monitor-model function instead.
 

See also

2021-12-13