1XtGetDisplays(3)                 XT FUNCTIONS                 XtGetDisplays(3)
2
3
4

NAME

6       XtGetDisplays - retrieve a list of displays associated with an applica‐
7       tion context
8

SYNTAX

10       #include <X11/Intrinsic.h>
11
12       void XtGetDisplays(XtAppContext app_context, Display ***dpy_return,
13              Cardinal* num_dpy_return);
14

ARGUMENTS

16       app_context
17                 Specifies the application context.
18
19       dpy_return
20                 Returns a list of open X display connections in the specified
21                 application context.
22
23       num_dpy_return
24                 Returns the count of open X display connections in
25                 dpy_return.
26

DESCRIPTION

28       To free the list of displays, use XtFree.
29

SEE ALSO

31       X Toolkit Intrinsics - C Language Interface
32       Xlib - C Language X Interface
33
34
35
36X Version 11                      libXt 1.2.0                 XtGetDisplays(3)
Impressum