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

NAME

6       xcb_no_operation -
7

SYNOPSIS

9       #include <xcb/xproto.h>
10
11   Request function
12       xcb_void_cookie_t xcb_no_operation(xcb_connection_t *conn,
13

REQUEST ARGUMENTS

15       conn      The XCB connection to X11.
16

DESCRIPTION

RETURN VALUE

19       Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the
20       event loop.
21
22       If you want to handle errors directly with xcb_request_check instead,
23       use xcb_no_operation_checked. See xcb-requests(3) for details.
24

ERRORS

26       This request does never generate any errors.
27

SEE ALSO

AUTHOR

30       Generated from xproto.xml. Contact xcb@lists.freedesktop.org for cor‐
31       rections and improvements.
32
33
34
35X Version 11                      libxcb 1.13              xcb_no_operation(3)
Impressum