1XTSOLgetPropLabeTlr(u3sXtTeSdOLE)xtensions to X Windows LibraryXTFSuOnLcgteitoPnrsopLabel(3XTSOL)
2
3
4

NAME

6       XTSOLgetPropLabel - get the label associated with a property hanging on
7       a window
8

SYNOPSIS

10       cc [flag...] file... -lX11 -lXtsol [library...]
11       #include <X11/extensions/Xtsol.h>
12
13       Status XTSOLgetPropLabel(display, window, property, sl);
14
15       Display *display;
16       Window window;
17       Atom property;
18       m_label_t *sl;
19
20

PARAMETERS

22       display     Specifies a pointer to the Display structure; returned from
23                   XOpenDisplay().
24
25
26       window      Specifies  the  ID of the window whose property's label you
27                   want to get.
28
29
30       property    Specifies the property atom.
31
32
33       sl          Returns a sensitivity label that is the  current  label  of
34                   the specified property.
35
36

DESCRIPTION

38       Client requires the PRIV_WIN_DAC_READ and PRIV_WIN_MAC_READ privileges.
39       The XTSOLgetPropLabel() function retrieves the sensitivity  label  that
40       is associated with a property hanging on a window.
41

RETURN VALUES

43       None.
44

ERRORS

46       BadAccess    Lack of privilege.
47
48
49       BadWindow    Not a valid window.
50
51
52       BadAtom      Not a valid atom.
53
54

ATTRIBUTES

56       See attributes(5) for descriptions of the following attributes:
57
58
59
60
61       ┌───────────────────────────┬───────────────────────────────┐
62       │      ATTRIBUTE TYPE       │        ATTRIBUTE VALUE        │
63       ├───────────────────────────┼───────────────────────────────┤
64       │Interface Stability        │ Committed                     │
65       ├───────────────────────────┼───────────────────────────────┤
66       │MT-Level                   │ Unsafe                        │
67       └───────────────────────────┴───────────────────────────────┘
68

SEE ALSO

70       libXtsol(3LIB),     XTSOLgetPropAttributes(3XTSOL),     XTSOLsetPropLa‐
71       bel(3XTSOL), attributes(5)
72
73
74       Setting Window Polyinstantiation Information in Solaris Trusted  Exten‐
75       sions Developer's Guide
76

NOTES

78       The  functionality  described  on this manual page is available only if
79       the system is configured with Trusted Extensions.
80
81
82
83SunOS 5.11                        20 Jul 2007        XTSOLgetPropLabel(3XTSOL)
Impressum