1xcb_big_requests_enable(3)       XCB Requests       xcb_big_requests_enable(3)
2
3
4

NAME

6       xcb_big_requests_enable -
7

SYNOPSIS

9       #include <xcb/bigreq.h>
10
11   Request function
12       xcb_big_requests_enable_cookie_t
13              xcb_big_requests_enable(xcb_connection_t *conn,
14
15   Reply datastructure
16       typedef struct xcb_big_requests_enable_reply_t {
17           uint8_t  response_type;
18           uint8_t  pad0;
19           uint16_t sequence;
20           uint32_t length;
21           uint32_t maximum_request_length;
22       } xcb_big_requests_enable_reply_t;
23
24   Reply function
25       xcb_big_requests_enable_reply_t
26              *xcb_big_requests_enable_reply(xcb_connection_t *conn,
27              xcb_big_requests_enable_cookie_t cookie,
28              xcb_generic_error_t **e);
29

REQUEST ARGUMENTS

31       conn      The XCB connection to X11.
32

REPLY FIELDS

34       response_type
35                 The type of this reply, in this case XCB_BIG_REQUESTS_ENABLE.
36                 This field is also present in the xcb_generic_reply_t and can
37                 be used to tell replies apart from each other.
38
39       sequence  The sequence number of the last request processed by the X11
40                 server.
41
42       length    The length of the reply, in words (a word is 4 bytes).
43
44       maximum_request_length
45                 TODO: NOT YET DOCUMENTED.
46

DESCRIPTION

RETURN VALUE

49       Returns an xcb_big_requests_enable_cookie_t. Errors have to be handled
50       when calling the reply function xcb_big_requests_enable_reply.
51
52       If you want to handle errors in the event loop instead, use xcb_big_re‐
53       quests_enable_unchecked. See xcb-requests(3) for details.
54

ERRORS

56       This request does never generate any errors.
57

SEE ALSO

AUTHOR

60       Generated from bigreq.xml. Contact xcb@lists.freedesktop.org for cor‐
61       rections and improvements.
62
63
64
65X Version 11                      libxcb 1.13       xcb_big_requests_enable(3)
Impressum