1xcb_randr_configure_output_propertXyC(B3)Requxecsbt_srandr_configure_output_property(3)
2
3
4
6 xcb_randr_configure_output_property -
7
9 #include <xcb/randr.h>
10
11 Request function
12 xcb_void_cookie_t
13 xcb_randr_configure_output_property(xcb_connection_t *conn,
14 xcb_randr_output_t output, xcb_atom_t property, uint8_t pending,
15 uint8_t range, uint32_t values_len, const int32_t *values);
16
18 conn The XCB connection to X11.
19
20 output TODO: NOT YET DOCUMENTED.
21
22 property TODO: NOT YET DOCUMENTED.
23
24 pending TODO: NOT YET DOCUMENTED.
25
26 range TODO: NOT YET DOCUMENTED.
27
28 values_len
29 TODO: NOT YET DOCUMENTED.
30
31 values TODO: NOT YET DOCUMENTED.
32
35 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
36 event loop.
37
38 If you want to handle errors directly with xcb_request_check instead,
39 use xcb_randr_configure_output_property_checked. See xcb-requests(3)
40 for details.
41
43 This request does never generate any errors.
44
47 Generated from randr.xml. Contact xcb@lists.freedesktop.org for correcā
48 tions and improvements.
49
50
51
52X Version 11 libxcb 1x.c1b3_.r1andr_configure_output_property(3)