xcb.xtest

@defgroup XCB_Test_API XCB Test API @brief Test XCB Protocol Implementation. @{

Members

Aliases

XCB_TEST_CURSOR_CURRENT
alias XCB_TEST_CURSOR_CURRENT = xcb_test_cursor_t.XCB_TEST_CURSOR_CURRENT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XCB_TEST_CURSOR_NONE
alias XCB_TEST_CURSOR_NONE = xcb_test_cursor_t.XCB_TEST_CURSOR_NONE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

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

Functions

xcb_test_compare_cursor
xcb_test_compare_cursor_cookie_t xcb_test_compare_cursor(xcb_connection_t* c, xcb_window_t window, xcb_cursor_t cursor)

@param c The connection @return A cookie

xcb_test_compare_cursor_reply
xcb_test_compare_cursor_reply_t* xcb_test_compare_cursor_reply(xcb_connection_t* c, xcb_test_compare_cursor_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_test_compare_cursor_unchecked
xcb_test_compare_cursor_cookie_t xcb_test_compare_cursor_unchecked(xcb_connection_t* c, xcb_window_t window, xcb_cursor_t cursor)

@param c The connection @return A cookie

xcb_test_fake_input
xcb_void_cookie_t xcb_test_fake_input(xcb_connection_t* c, ubyte type, ubyte detail, uint time, xcb_window_t root, short rootX, short rootY, ubyte deviceid)

@param c The connection @return A cookie

xcb_test_fake_input_checked
xcb_void_cookie_t xcb_test_fake_input_checked(xcb_connection_t* c, ubyte type, ubyte detail, uint time, xcb_window_t root, short rootX, short rootY, ubyte deviceid)

@param c The connection @return A cookie

xcb_test_get_version
xcb_test_get_version_cookie_t xcb_test_get_version(xcb_connection_t* c, ubyte major_version, ushort minor_version)

@param c The connection @return A cookie

xcb_test_get_version_reply
xcb_test_get_version_reply_t* xcb_test_get_version_reply(xcb_connection_t* c, xcb_test_get_version_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_test_get_version_unchecked
xcb_test_get_version_cookie_t xcb_test_get_version_unchecked(xcb_connection_t* c, ubyte major_version, ushort minor_version)

@param c The connection @return A cookie

xcb_test_grab_control
xcb_void_cookie_t xcb_test_grab_control(xcb_connection_t* c, ubyte impervious)

@param c The connection @return A cookie

xcb_test_grab_control_checked
xcb_void_cookie_t xcb_test_grab_control_checked(xcb_connection_t* c, ubyte impervious)

@param c The connection @return A cookie

Manifest constants

XCB_TEST_COMPARE_CURSOR
enum XCB_TEST_COMPARE_CURSOR;

Opcode for xcb_test_compare_cursor.

XCB_TEST_FAKE_INPUT
enum XCB_TEST_FAKE_INPUT;

Opcode for xcb_test_fake_input.

XCB_TEST_GET_VERSION
enum XCB_TEST_GET_VERSION;

Opcode for xcb_test_get_version.

XCB_TEST_GRAB_CONTROL
enum XCB_TEST_GRAB_CONTROL;

Opcode for xcb_test_grab_control.

Static variables

xcb_test_id
xcb_extension_t xcb_test_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_test_compare_cursor_cookie_t
struct xcb_test_compare_cursor_cookie_t

@brief xcb_test_compare_cursor_cookie_t

xcb_test_compare_cursor_reply_t
struct xcb_test_compare_cursor_reply_t

@brief xcb_test_compare_cursor_reply_t

xcb_test_compare_cursor_request_t
struct xcb_test_compare_cursor_request_t

@brief xcb_test_compare_cursor_request_t

xcb_test_fake_input_request_t
struct xcb_test_fake_input_request_t

@brief xcb_test_fake_input_request_t

xcb_test_get_version_cookie_t
struct xcb_test_get_version_cookie_t

@brief xcb_test_get_version_cookie_t

xcb_test_get_version_reply_t
struct xcb_test_get_version_reply_t

@brief xcb_test_get_version_reply_t

xcb_test_get_version_request_t
struct xcb_test_get_version_request_t

@brief xcb_test_get_version_request_t

xcb_test_grab_control_request_t
struct xcb_test_grab_control_request_t

@brief xcb_test_grab_control_request_t

Variables

XCB_TEST_MAJOR_VERSION
enum int XCB_TEST_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_TEST_MINOR_VERSION
enum int XCB_TEST_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