1xcb_glx_query_extensions_string(3)XCB Requestsxcb_glx_query_extensions_string(3)
2
3
4

NAME

6       xcb_glx_query_extensions_string -
7

SYNOPSIS

9       #include <xcb/glx.h>
10
11   Request function
12       xcb_glx_query_extensions_string_cookie_t
13              xcb_glx_query_extensions_string(xcb_connection_t *conn,
14              uint32_t screen);
15
16   Reply datastructure
17       typedef struct xcb_glx_query_extensions_string_reply_t {
18           uint8_t  response_type;
19           uint8_t  pad0;
20           uint16_t sequence;
21           uint32_t length;
22           uint8_t  pad1[4];
23           uint32_t n;
24           uint8_t  pad2[16];
25       } xcb_glx_query_extensions_string_reply_t;
26
27   Reply function
28       xcb_glx_query_extensions_string_reply_t
29              *xcb_glx_query_extensions_string_reply(xcb_connection_t *conn,
30              xcb_glx_query_extensions_string_cookie_t cookie,
31              xcb_generic_error_t **e);
32

REQUEST ARGUMENTS

34       conn      The XCB connection to X11.
35
36       screen    TODO: NOT YET DOCUMENTED.
37

REPLY FIELDS

39       response_type
40                 The type of this reply, in this case XCB_GLX_QUERY_EXTEN‐
41                 SIONS_STRING. This field is also present in the xcb_gener‐
42                 ic_reply_t and can be used to tell replies apart from each
43                 other.
44
45       sequence  The sequence number of the last request processed by the X11
46                 server.
47
48       length    The length of the reply, in words (a word is 4 bytes).
49
50       n         TODO: NOT YET DOCUMENTED.
51

DESCRIPTION

RETURN VALUE

54       Returns an xcb_glx_query_extensions_string_cookie_t. Errors have to be
55       handled when calling the reply function xcb_glx_query_exten‐
56       sions_string_reply.
57
58       If you want to handle errors in the event loop instead, use
59       xcb_glx_query_extensions_string_unchecked. See xcb-requests(3) for de‐
60       tails.
61

ERRORS

63       This request does never generate any errors.
64

SEE ALSO

AUTHOR

67       Generated from glx.xml. Contact xcb@lists.freedesktop.org for correc‐
68       tions and improvements.
69
70
71
72X Version 11                      libxcb 1.13xcb_glx_query_extensions_string(3)
Impressum