xcb.ge

@defgroup XCB_GenericEvent_API XCB GenericEvent API @brief GenericEvent XCB Protocol Implementation. @{

Members

Functions

xcb_genericevent_query_version
xcb_genericevent_query_version_cookie_t xcb_genericevent_query_version(xcb_connection_t* c, ushort client_major_version, ushort client_minor_version)

@param c The connection @return A cookie

xcb_genericevent_query_version_reply
xcb_genericevent_query_version_reply_t* xcb_genericevent_query_version_reply(xcb_connection_t* c, xcb_genericevent_query_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_genericevent_query_version_unchecked
xcb_genericevent_query_version_cookie_t xcb_genericevent_query_version_unchecked(xcb_connection_t* c, ushort client_major_version, ushort client_minor_version)

@param c The connection @return A cookie

Manifest constants

XCB_GENERICEVENT_QUERY_VERSION
enum XCB_GENERICEVENT_QUERY_VERSION;

Opcode for xcb_genericevent_query_version.

Static variables

xcb_genericevent_id
xcb_extension_t xcb_genericevent_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_genericevent_query_version_cookie_t
struct xcb_genericevent_query_version_cookie_t

@brief xcb_genericevent_query_version_cookie_t

xcb_genericevent_query_version_reply_t
struct xcb_genericevent_query_version_reply_t

@brief xcb_genericevent_query_version_reply_t

xcb_genericevent_query_version_request_t
struct xcb_genericevent_query_version_request_t

@brief xcb_genericevent_query_version_request_t

Variables

XCB_GENERICEVENT_MAJOR_VERSION
enum int XCB_GENERICEVENT_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_GENERICEVENT_MINOR_VERSION
enum int XCB_GENERICEVENT_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