1xcb_glx_get_convolution_parameteriXvC(B3)Requxecsbt_sglx_get_convolution_parameteriv(3)
2
3
4
6 xcb_glx_get_convolution_parameteriv -
7
9 #include <xcb/glx.h>
10
11 Request function
12 xcb_glx_get_convolution_parameteriv_cookie_t
13 xcb_glx_get_convolution_parameteriv(xcb_connection_t *conn,
14 xcb_glx_context_tag_t context_tag, uint32_t target,
15 uint32_t pname);
16
17 Reply datastructure
18 typedef struct xcb_glx_get_convolution_parameteriv_reply_t {
19 uint8_t response_type;
20 uint8_t pad0;
21 uint16_t sequence;
22 uint32_t length;
23 uint8_t pad1[4];
24 uint32_t n;
25 int32_t datum;
26 uint8_t pad2[12];
27 } xcb_glx_get_convolution_parameteriv_reply_t;
28
29 Reply function
30 xcb_glx_get_convolution_parameteriv_reply_t
31 *xcb_glx_get_convolution_parameteriv_reply(xcb_connection_t *conn,
32 xcb_glx_get_convolution_parameteriv_cookie_t cookie,
33 xcb_generic_error_t **e);
34
35 Reply accessors
36 int32_t *xcb_glx_get_convolution_parameteriv_data(const
37 xcb_glx_get_convolution_parameteriv_request_t *reply);
38
39 int xcb_glx_get_convolution_parameteriv_data_length(const
40 xcb_glx_get_convolution_parameteriv_reply_t *reply);
41
42 xcb_generic_iterator_t
43 xcb_glx_get_convolution_parameteriv_data_end(const
44 xcb_glx_get_convolution_parameteriv_reply_t *reply);
45
47 conn The XCB connection to X11.
48
49 context_tag
50 TODO: NOT YET DOCUMENTED.
51
52 target TODO: NOT YET DOCUMENTED.
53
54 pname TODO: NOT YET DOCUMENTED.
55
57 response_type
58 The type of this reply, in this case XCB_GLX_GET_CONVOLU‐
59 TION_PARAMETERIV. This field is also present in the
60 xcb_generic_reply_t and can be used to tell replies apart
61 from each other.
62
63 sequence The sequence number of the last request processed by the X11
64 server.
65
66 length The length of the reply, in words (a word is 4 bytes).
67
68 n TODO: NOT YET DOCUMENTED.
69
70 datum TODO: NOT YET DOCUMENTED.
71
74 Returns an xcb_glx_get_convolution_parameteriv_cookie_t. Errors have to
75 be handled when calling the reply function xcb_glx_get_convolution_pa‐
76 rameteriv_reply.
77
78 If you want to handle errors in the event loop instead, use
79 xcb_glx_get_convolution_parameteriv_unchecked. See xcb-requests(3) for
80 details.
81
83 This request does never generate any errors.
84
87 Generated from glx.xml. Contact xcb@lists.freedesktop.org for correc‐
88 tions and improvements.
89
90
91
92X Version 11 libxcbx1c.b1_2glx_get_convolution_parameteriv(3)