Method
GdkX11X11Screenget_monitor_output
deprecated: 4.18
Declaration [src]
XID
gdk_x11_screen_get_monitor_output (
  GdkX11Screen* screen,
  int monitor_num
)
Description [src]
Gets the XID of the specified output/monitor. If the X server does not support version 1.2 of the RANDR extension, 0 is returned.
Deprecated since: 4.18
Please do not use it in newly written code.
Parameters
- monitor_num
- 
            Type: intNumber of the monitor, between 0 and gdk_screen_get_n_monitors (screen). 
Return value
Type: XID
The XID of the monitor.