1xcb_selinux_get_window_create_contXeCxBt(R3ex)qcube_ssteslinux_get_window_create_context(3)
2
3
4
6 xcb_selinux_get_window_create_context -
7
9 #include <xcb/xselinux.h>
10
11 Request function
12 xcb_selinux_get_window_create_context_cookie_t
13 xcb_selinux_get_window_create_context(xcb_connection_t *conn,
14
15 Reply datastructure
16 typedef struct xcb_selinux_get_window_create_context_reply_t {
17 uint8_t response_type;
18 uint8_t pad0;
19 uint16_t sequence;
20 uint32_t length;
21 uint32_t context_len;
22 uint8_t pad1[20];
23 } xcb_selinux_get_window_create_context_reply_t;
24
25 Reply function
26 xcb_selinux_get_window_create_context_reply_t
27 *xcb_selinux_get_window_create_context_reply(xcb_connection_t *conn,
28 xcb_selinux_get_window_create_context_cookie_t cookie,
29 xcb_generic_error_t **e);
30
31 Reply accessors
32 char *xcb_selinux_get_window_create_context_context(const
33 xcb_selinux_get_window_create_context_request_t *reply);
34
35 int xcb_selinux_get_window_create_context_context_length(const
36 xcb_selinux_get_window_create_context_reply_t *reply);
37
38 xcb_generic_iterator_t
39 xcb_selinux_get_window_create_context_context_end(const
40 xcb_selinux_get_window_create_context_reply_t *reply);
41
43 conn The XCB connection to X11.
44
46 response_type
47 The type of this reply, in this case XCB_SELINUX_GET_WIN‐
48 DOW_CREATE_CONTEXT. This field is also present in the
49 xcb_generic_reply_t and can be used to tell replies apart
50 from each other.
51
52 sequence The sequence number of the last request processed by the X11
53 server.
54
55 length The length of the reply, in words (a word is 4 bytes).
56
57 context_len
58 TODO: NOT YET DOCUMENTED.
59
62 Returns an xcb_selinux_get_window_create_context_cookie_t. Errors have
63 to be handled when calling the reply function xcb_selinux_get_win‐
64 dow_create_context_reply.
65
66 If you want to handle errors in the event loop instead, use xcb_selin‐
67 ux_get_window_create_context_unchecked. See xcb-requests(3) for de‐
68 tails.
69
71 This request does never generate any errors.
72
75 Generated from xselinux.xml. Contact xcb@lists.freedesktop.org for cor‐
76 rections and improvements.
77
78
79
80X Version 11 libxcxbcb1_.s1e3linux_get_window_create_context(3)