1xcb_glx_vendor_private_with_reply(X3C)B Requesxtcsb_glx_vendor_private_with_reply(3)
2
3
4
6 xcb_glx_vendor_private_with_reply -
7
9 #include <xcb/glx.h>
10
11 Request function
12 xcb_glx_vendor_private_with_reply_cookie_t
13 xcb_glx_vendor_private_with_reply(xcb_connection_t *conn,
14 uint32_t vendor_code, xcb_glx_context_tag_t context_tag,
15 uint32_t data_len, const uint8_t *data);
16
17 Reply datastructure
18 typedef struct xcb_glx_vendor_private_with_reply_reply_t {
19 uint8_t response_type;
20 uint8_t pad0;
21 uint16_t sequence;
22 uint32_t length;
23 uint32_t retval;
24 uint8_t data1[24];
25 } xcb_glx_vendor_private_with_reply_reply_t;
26
27 Reply function
28 xcb_glx_vendor_private_with_reply_reply_t
29 *xcb_glx_vendor_private_with_reply_reply(xcb_connection_t *conn,
30 xcb_glx_vendor_private_with_reply_cookie_t cookie,
31 xcb_generic_error_t **e);
32
33 Reply accessors
34 uint8_t *xcb_glx_vendor_private_with_reply_data_2(const
35 xcb_glx_vendor_private_with_reply_request_t *reply);
36
37 int xcb_glx_vendor_private_with_reply_data_2_length(const
38 xcb_glx_vendor_private_with_reply_reply_t *reply);
39
40 xcb_generic_iterator_t
41 xcb_glx_vendor_private_with_reply_data_2_end(const
42 xcb_glx_vendor_private_with_reply_reply_t *reply);
43
45 conn The XCB connection to X11.
46
47 vendor_code
48 TODO: NOT YET DOCUMENTED.
49
50 context_tag
51 TODO: NOT YET DOCUMENTED.
52
53 data_len TODO: NOT YET DOCUMENTED.
54
55 data TODO: NOT YET DOCUMENTED.
56
58 response_type
59 The type of this reply, in this case XCB_GLX_VENDOR_PRI‐
60 VATE_WITH_REPLY. This field is also present in the xcb_gener‐
61 ic_reply_t and can be used to tell replies apart from each
62 other.
63
64 sequence The sequence number of the last request processed by the X11
65 server.
66
67 length The length of the reply, in words (a word is 4 bytes).
68
69 retval TODO: NOT YET DOCUMENTED.
70
71 data1 TODO: NOT YET DOCUMENTED.
72
75 Returns an xcb_glx_vendor_private_with_reply_cookie_t. Errors have to
76 be handled when calling the reply function xcb_glx_vendor_pri‐
77 vate_with_reply_reply.
78
79 If you want to handle errors in the event loop instead, use
80 xcb_glx_vendor_private_with_reply_unchecked. See xcb-requests(3) for
81 details.
82
84 This request does never generate any errors.
85
88 Generated from glx.xml. Contact xcb@lists.freedesktop.org for correc‐
89 tions and improvements.
90
91
92
93X Version 11 libxcb 1.x1c3b_glx_vendor_private_with_reply(3)