1XtGetDisplays(3) XT FUNCTIONS XtGetDisplays(3)
2
3
4
6 XtGetDisplays - retrieve a list of displays associated with an applica‐
7 tion context
8
10 void XtGetDisplays(XtAppContext app_context, Display ***dpy_return,
11 Cardinal* num_dpy_return);
12
14 app_context
15 Specifies the application context.
16
17 dpy_return
18 Returns a list of open X display connections in the specified
19 application context.
20
21 num_dpy_return
22 Returns the count of open X display connections in
23 dpy_return.
24
26 To free the list of displays, use XtFree.
27
29 X Toolkit Intrinsics - C Language Interface
30 Xlib - C Language X Interface
31
32
33
34X Version 11 libXt 1.1.5 XtGetDisplays(3)