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

NAME

6       xcb_xc_misc_get_xid_range -
7

SYNOPSIS

9       #include <xcb/xc_misc.h>
10
11   Request function
12       xcb_xc_misc_get_xid_range_cookie_t
13              xcb_xc_misc_get_xid_range(xcb_connection_t *conn,
14
15   Reply datastructure
16       typedef struct xcb_xc_misc_get_xid_range_reply_t {
17           uint8_t  response_type;
18           uint8_t  pad0;
19           uint16_t sequence;
20           uint32_t length;
21           uint32_t start_id;
22           uint32_t count;
23       } xcb_xc_misc_get_xid_range_reply_t;
24
25   Reply function
26       xcb_xc_misc_get_xid_range_reply_t
27              *xcb_xc_misc_get_xid_range_reply(xcb_connection_t *conn,
28              xcb_xc_misc_get_xid_range_cookie_t cookie,
29              xcb_generic_error_t **e);
30

REQUEST ARGUMENTS

32       conn      The XCB connection to X11.
33

REPLY FIELDS

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

DESCRIPTION

RETURN VALUE

52       Returns an xcb_xc_misc_get_xid_range_cookie_t. Errors have to be han‐
53       dled when calling the reply function xcb_xc_misc_get_xid_range_reply.
54
55       If you want to handle errors in the event loop instead, use
56       xcb_xc_misc_get_xid_range_unchecked. See xcb-requests(3) for details.
57

ERRORS

59       This request does never generate any errors.
60

SEE ALSO

AUTHOR

63       Generated from xc_misc.xml. Contact xcb@lists.freedesktop.org for cor‐
64       rections and improvements.
65
66
67
68X Version 11                      libxcb 1.13     xcb_xc_misc_get_xid_range(3)
Impressum