gdkScreenGetMonitorPlugName {RGtk2}R Documentation

gdkScreenGetMonitorPlugName

Description

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

Usage

gdkScreenGetMonitorPlugName(object, monitor.num)

Arguments

object

a GdkScreen

monitor.num

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

Details

Since 2.14

Value

[character] a newly-allocated string containing the name of the monitor, or NULL if the name cannot be determined

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]