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

NAME

6       xcb_poly_text_8 -
7

SYNOPSIS

9       #include <xcb/xproto.h>
10
11   Request function
12       xcb_void_cookie_t xcb_poly_text_8(xcb_connection_t *conn,
13              xcb_drawable_t drawable, xcb_gcontext_t gc, int16_t x,
14              int16_t y, uint32_t items_len, const uint8_t *items);
15

REQUEST ARGUMENTS

17       conn      The XCB connection to X11.
18
19       drawable  TODO: NOT YET DOCUMENTED.
20
21       gc        TODO: NOT YET DOCUMENTED.
22
23       x         TODO: NOT YET DOCUMENTED.
24
25       y         TODO: NOT YET DOCUMENTED.
26
27       items_len TODO: NOT YET DOCUMENTED.
28
29       items     TODO: NOT YET DOCUMENTED.
30

DESCRIPTION

RETURN VALUE

33       Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
34       event loop.
35
36       If you want to handle errors directly with xcb_request_check instead,
37       use xcb_poly_text_8_checked. See xcb-requests(3) for details.
38

ERRORS

40       This request does never generate any errors.
41

SEE ALSO

AUTHOR

44       Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
45       rections and improvements.
46
47
48
49X Version 11                      libxcb 1.13               xcb_poly_text_8(3)
Impressum