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

NAME

6       xcb_sync_list_system_counters -
7

SYNOPSIS

9       #include <xcb/sync.h>
10
11   Request function
12       xcb_sync_list_system_counters_cookie_t
13              xcb_sync_list_system_counters(xcb_connection_t *conn,
14
15   Reply datastructure
16       typedef struct xcb_sync_list_system_counters_reply_t {
17           uint8_t  response_type;
18           uint8_t  pad0;
19           uint16_t sequence;
20           uint32_t length;
21           uint32_t counters_len;
22           uint8_t  pad1[20];
23       } xcb_sync_list_system_counters_reply_t;
24
25   Reply function
26       xcb_sync_list_system_counters_reply_t
27              *xcb_sync_list_system_counters_reply(xcb_connection_t *conn,
28              xcb_sync_list_system_counters_cookie_t cookie,
29              xcb_generic_error_t **e);
30
31   Reply accessors
32       int xcb_sync_list_system_counters_counters_length(const
33              xcb_sync_list_system_counters_reply_t *reply);
34
35       xcb_sync_systemcounter_iterator_t
36              xcb_sync_list_system_counters_counters_iterator(const
37              xcb_sync_list_system_counters_reply_t *reply);
38

REQUEST ARGUMENTS

40       conn      The XCB connection to X11.
41

REPLY FIELDS

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

DESCRIPTION

RETURN VALUE

59       Returns an xcb_sync_list_system_counters_cookie_t. Errors have to be
60       handled when calling the reply function xcb_sync_list_system_coun‐
61       ters_reply.
62
63       If you want to handle errors in the event loop instead, use
64       xcb_sync_list_system_counters_unchecked. See xcb-requests(3) for de‐
65       tails.
66

ERRORS

68       This request does never generate any errors.
69

SEE ALSO

AUTHOR

72       Generated from sync.xml. Contact xcb@lists.freedesktop.org for correc‐
73       tions and improvements.
74
75
76
77X Version 11                      libxcb 1.13 xcb_sync_list_system_counters(3)
Impressum