xcb.bigreq

@defgroup XCB_BigRequests_API XCB BigRequests API @brief BigRequests XCB Protocol Implementation. @{

Members

Functions

xcb_big_requests_enable
xcb_big_requests_enable_cookie_t xcb_big_requests_enable(xcb_connection_t* c)

@param c The connection @return A cookie

xcb_big_requests_enable_reply
xcb_big_requests_enable_reply_t* xcb_big_requests_enable_reply(xcb_connection_t* c, xcb_big_requests_enable_cookie_t cookie, xcb_generic_error_t** e)

Return the reply @param c The connection @param cookie The cookie @param e The xcb_generic_error_t supplied

xcb_big_requests_enable_unchecked
xcb_big_requests_enable_cookie_t xcb_big_requests_enable_unchecked(xcb_connection_t* c)

@param c The connection @return A cookie

Manifest constants

XCB_BIG_REQUESTS_ENABLE
enum XCB_BIG_REQUESTS_ENABLE;

Opcode for xcb_big_requests_enable.

Static variables

xcb_big_requests_id
xcb_extension_t xcb_big_requests_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

xcb_big_requests_enable_cookie_t
struct xcb_big_requests_enable_cookie_t

@brief xcb_big_requests_enable_cookie_t

xcb_big_requests_enable_reply_t
struct xcb_big_requests_enable_reply_t

@brief xcb_big_requests_enable_reply_t

xcb_big_requests_enable_request_t
struct xcb_big_requests_enable_request_t

@brief xcb_big_requests_enable_request_t

Variables

XCB_BIGREQUESTS_MAJOR_VERSION
enum int XCB_BIGREQUESTS_MAJOR_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XCB_BIGREQUESTS_MINOR_VERSION
enum int XCB_BIGREQUESTS_MINOR_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta