1xcb_x_print_print_get_page_dimensiXoCnBs(R3ex)qcube_sxt_sprint_print_get_page_dimensions(3)
2
3
4

NAME

6       xcb_x_print_print_get_page_dimensions -
7

SYNOPSIS

9       #include <xcb/xprint.h>
10
11   Request function
12       xcb_x_print_print_get_page_dimensions_cookie_t
13              xcb_x_print_print_get_page_dimensions(xcb_connection_t *conn,
14              xcb_x_print_pcontext_t context);
15
16   Reply datastructure
17       typedef struct xcb_x_print_print_get_page_dimensions_reply_t {
18           uint8_t  response_type;
19           uint8_t  pad0;
20           uint16_t sequence;
21           uint32_t length;
22           uint16_t width;
23           uint16_t height;
24           uint16_t offset_x;
25           uint16_t offset_y;
26           uint16_t reproducible_width;
27           uint16_t reproducible_height;
28       } xcb_x_print_print_get_page_dimensions_reply_t;
29
30   Reply function
31       xcb_x_print_print_get_page_dimensions_reply_t
32              *xcb_x_print_print_get_page_dimensions_reply(xcb_connection_t *conn,
33              xcb_x_print_print_get_page_dimensions_cookie_t cookie,
34              xcb_generic_error_t **e);
35

REQUEST ARGUMENTS

37       conn      The XCB connection to X11.
38
39       context   TODO: NOT YET DOCUMENTED.
40

REPLY FIELDS

42       response_type
43                 The type of this reply, in this case
44                 XCB_X_PRINT_PRINT_GET_PAGE_DIMENSIONS. This field is also
45                 present in the xcb_generic_reply_t and can be used to tell
46                 replies apart from each other.
47
48       sequence  The sequence number of the last request processed by the X11
49                 server.
50
51       length    The length of the reply, in words (a word is 4 bytes).
52
53       width     TODO: NOT YET DOCUMENTED.
54
55       height    TODO: NOT YET DOCUMENTED.
56
57       offset_x  TODO: NOT YET DOCUMENTED.
58
59       offset_y  TODO: NOT YET DOCUMENTED.
60
61       reproducible_width
62                 TODO: NOT YET DOCUMENTED.
63
64       reproducible_height
65                 TODO: NOT YET DOCUMENTED.
66

DESCRIPTION

RETURN VALUE

69       Returns an xcb_x_print_print_get_page_dimensions_cookie_t. Errors have
70       to be handled when calling the reply function
71       xcb_x_print_print_get_page_dimensions_reply.
72
73       If you want to handle errors in the event loop instead, use
74       xcb_x_print_print_get_page_dimensions_unchecked. See xcb-requests(3)
75       for details.
76

ERRORS

78       This request does never generate any errors.
79

SEE ALSO

AUTHOR

82       Generated from xprint.xml. Contact xcb@lists.freedesktop.org for cor‐
83       rections and improvements.
84
85
86
87X Version 11                      libxcxbcb1_.x1_3print_print_get_page_dimensions(3)
Impressum