1xcb_selinux_list_selections(3) XCB Requests xcb_selinux_list_selections(3)
2
3
4
6 xcb_selinux_list_selections -
7
9 #include <xcb/xselinux.h>
10
11 Request function
12 xcb_selinux_list_selections_cookie_t
13 xcb_selinux_list_selections(xcb_connection_t *conn,
14
15 Reply datastructure
16 typedef struct xcb_selinux_list_selections_reply_t {
17 uint8_t response_type;
18 uint8_t pad0;
19 uint16_t sequence;
20 uint32_t length;
21 uint32_t selections_len;
22 uint8_t pad1[20];
23 } xcb_selinux_list_selections_reply_t;
24
25 Reply function
26 xcb_selinux_list_selections_reply_t
27 *xcb_selinux_list_selections_reply(xcb_connection_t *conn,
28 xcb_selinux_list_selections_cookie_t cookie,
29 xcb_generic_error_t **e);
30
31 Reply accessors
32 int xcb_selinux_list_selections_selections_length(const
33 xcb_selinux_list_selections_reply_t *reply);
34
35 xcb_selinux_list_item_iterator_t
36 xcb_selinux_list_selections_selections_iterator(const
37 xcb_selinux_list_selections_reply_t *reply);
38
40 conn The XCB connection to X11.
41
43 response_type
44 The type of this reply, in this case XCB_SELINUX_LIST_SELEC‐
45 TIONS. This field is also present in the xcb_generic_reply_t
46 and can be used to tell replies apart from each other.
47
48 sequence The sequence number of the last request processed by the X11
49 server.
50
51 length The length of the reply, in words (a word is 4 bytes).
52
53 selections_len
54 TODO: NOT YET DOCUMENTED.
55
58 Returns an xcb_selinux_list_selections_cookie_t. Errors have to be han‐
59 dled when calling the reply function xcb_selinux_list_selections_reply.
60
61 If you want to handle errors in the event loop instead, use xcb_selin‐
62 ux_list_selections_unchecked. See xcb-requests(3) for details.
63
65 This request does never generate any errors.
66
69 Generated from xselinux.xml. Contact xcb@lists.freedesktop.org for cor‐
70 rections and improvements.
71
72
73
74X Version 11 libxcb 1.12 xcb_selinux_list_selections(3)