1XTSOLIsWindowTruTsrtuesdt(e3dXTESxOtLe)nsions to X Windows LibrXaTrSyOLFIusnWcitnidoonwsTrusted(3XTSOL)
2
3
4
6 XTSOLIsWindowTrusted - test if a window is created by a trusted client
7
9 cc [flag...] file... -lX11 -lXtsol [library...]
10 #include <X11/extensions/Xtsol.h>
11
12 Bool XTSOLIsWindowTrusted(display, window);
13
14 Display *display;
15 Window window;
16
17
19 The XTSOLIsWindowTrusted() function tests if a window is created by a
20 trusted client. The window created by a trusted client has a special
21 bit turned on. The client does not require any privilege to perform
22 this operation.
23
25 display Specifies a pointer to the Display structure; returned from
26 XOpenDisplay().
27
28
29 window Specifies the ID of the window to be tested.
30
31
33 True If the window is created by a trusted client.
34
35
37 BadWindow Not a valid window.
38
39
41 See attributes(5) for descriptions of the following attributes:
42
43
44
45
46 ┌───────────────────────────┬───────────────────────────────┐
47 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
48 ├───────────────────────────┼───────────────────────────────┤
49 │Interface Stability │ Committed │
50 ├───────────────────────────┼───────────────────────────────┤
51 │MT-Level │ Unsafe │
52 └───────────────────────────┴───────────────────────────────┘
53
55 libXtsol(3LIB), attributes(5)
56
58 The functionality described on this manual page is available only if
59 the system is configured with Trusted Extensions.
60
61
62
63SunOS 5.11 20 Jul 2007 XTSOLIsWindowTrusted(3XTSOL)