1xcb_xfixes_get_cursor_image_and_naXmCeB(3R)eqxucebs_txsfixes_get_cursor_image_and_name(3)
2
3
4

NAME

6       xcb_xfixes_get_cursor_image_and_name -
7

SYNOPSIS

9       #include <xcb/xfixes.h>
10
11   Request function
12       xcb_xfixes_get_cursor_image_and_name_cookie_t
13              xcb_xfixes_get_cursor_image_and_name(xcb_connection_t *conn,
14
15   Reply datastructure
16       typedef struct xcb_xfixes_get_cursor_image_and_name_reply_t {
17           uint8_t    response_type;
18           uint8_t    pad0;
19           uint16_t   sequence;
20           uint32_t   length;
21           int16_t    x;
22           int16_t    y;
23           uint16_t   width;
24           uint16_t   height;
25           uint16_t   xhot;
26           uint16_t   yhot;
27           uint32_t   cursor_serial;
28           xcb_atom_t cursor_atom;
29           uint16_t   nbytes;
30           uint8_t    pad1[2];
31       } xcb_xfixes_get_cursor_image_and_name_reply_t;
32
33   Reply function
34       xcb_xfixes_get_cursor_image_and_name_reply_t
35              *xcb_xfixes_get_cursor_image_and_name_reply(xcb_connection_t *conn,
36              xcb_xfixes_get_cursor_image_and_name_cookie_t cookie,
37              xcb_generic_error_t **e);
38
39   Reply accessors
40       uint32_t *xcb_xfixes_get_cursor_image_and_name_cursor_image(const
41              xcb_xfixes_get_cursor_image_and_name_request_t *reply);
42
43       int xcb_xfixes_get_cursor_image_and_name_cursor_image_length(const
44              xcb_xfixes_get_cursor_image_and_name_reply_t *reply);
45
46       xcb_generic_iterator_t
47              xcb_xfixes_get_cursor_image_and_name_cursor_image_end(const
48              xcb_xfixes_get_cursor_image_and_name_reply_t *reply);
49
50       char *xcb_xfixes_get_cursor_image_and_name_name(const
51              xcb_xfixes_get_cursor_image_and_name_request_t *reply);
52
53       int xcb_xfixes_get_cursor_image_and_name_name_length(const
54              xcb_xfixes_get_cursor_image_and_name_reply_t *reply);
55
56       xcb_generic_iterator_t
57              xcb_xfixes_get_cursor_image_and_name_name_end(const
58              xcb_xfixes_get_cursor_image_and_name_reply_t *reply);
59

REQUEST ARGUMENTS

61       conn      The XCB connection to X11.
62

REPLY FIELDS

64       response_type
65                 The type of this reply, in this case XCB_XFIXES_GET_CUR‐
66                 SOR_IMAGE_AND_NAME. This field is also present in the
67                 xcb_generic_reply_t and can be used to tell replies apart
68                 from each other.
69
70       sequence  The sequence number of the last request processed by the X11
71                 server.
72
73       length    The length of the reply, in words (a word is 4 bytes).
74
75       x         TODO: NOT YET DOCUMENTED.
76
77       y         TODO: NOT YET DOCUMENTED.
78
79       width     TODO: NOT YET DOCUMENTED.
80
81       height    TODO: NOT YET DOCUMENTED.
82
83       xhot      TODO: NOT YET DOCUMENTED.
84
85       yhot      TODO: NOT YET DOCUMENTED.
86
87       cursor_serial
88                 TODO: NOT YET DOCUMENTED.
89
90       cursor_atom
91                 TODO: NOT YET DOCUMENTED.
92
93       nbytes    TODO: NOT YET DOCUMENTED.
94

DESCRIPTION

RETURN VALUE

97       Returns an xcb_xfixes_get_cursor_image_and_name_cookie_t. Errors have
98       to be handled when calling the reply function xcb_xfixes_get_cursor_im‐
99       age_and_name_reply.
100
101       If you want to handle errors in the event loop instead, use xcb_xfix‐
102       es_get_cursor_image_and_name_unchecked. See xcb-requests(3) for de‐
103       tails.
104

ERRORS

106       This request does never generate any errors.
107

SEE ALSO

AUTHOR

110       Generated from xfixes.xml. Contact xcb@lists.freedesktop.org for cor‐
111       rections and improvements.
112
113
114
115X Version 11                      libxcbxc1b._1x3fixes_get_cursor_image_and_name(3)
Impressum