1xcb_delete_property(3) XCB Requests xcb_delete_property(3)
2
3
4
6 xcb_delete_property -
7
9 #include <xcb/xproto.h>
10
11 Request function
12 xcb_void_cookie_t xcb_delete_property(xcb_connection_t *conn,
13 xcb_window_t window, xcb_atom_t property);
14
16 conn The XCB connection to X11.
17
18 window TODO: NOT YET DOCUMENTED.
19
20 property TODO: NOT YET DOCUMENTED.
21
24 Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
25 event loop.
26
27 If you want to handle errors directly with xcb_request_check instead,
28 use xcb_delete_property_checked. See xcb-requests(3) for details.
29
31 This request does never generate any errors.
32
35 Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
36 rections and improvements.
37
38
39
40X Version 11 libxcb 1.13.1 xcb_delete_property(3)