xcb.xc_misc

@defgroup XCB_XCMisc_API XCB XCMisc API @brief XCMisc XCB Protocol Implementation. @{

Members

Functions

xcb_xc_misc_get_version
xcb_xc_misc_get_version_cookie_t xcb_xc_misc_get_version(xcb_connection_t* c, ushort client_major_version, ushort client_minor_version)

@param c The connection @return A cookie

xcb_xc_misc_get_version_reply
xcb_xc_misc_get_version_reply_t* xcb_xc_misc_get_version_reply(xcb_connection_t* c, xcb_xc_misc_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_xc_misc_get_version_unchecked
xcb_xc_misc_get_version_cookie_t xcb_xc_misc_get_version_unchecked(xcb_connection_t* c, ushort client_major_version, ushort client_minor_version)

@param c The connection @return A cookie

xcb_xc_misc_get_xid_list
xcb_xc_misc_get_xid_list_cookie_t xcb_xc_misc_get_xid_list(xcb_connection_t* c, uint count)

@param c The connection @return A cookie

xcb_xc_misc_get_xid_list_ids
uint* xcb_xc_misc_get_xid_list_ids(xcb_xc_misc_get_xid_list_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_xc_misc_get_xid_list_ids_end
xcb_generic_iterator_t xcb_xc_misc_get_xid_list_ids_end(xcb_xc_misc_get_xid_list_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_xc_misc_get_xid_list_ids_length
int xcb_xc_misc_get_xid_list_ids_length(xcb_xc_misc_get_xid_list_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_xc_misc_get_xid_list_reply
xcb_xc_misc_get_xid_list_reply_t* xcb_xc_misc_get_xid_list_reply(xcb_connection_t* c, xcb_xc_misc_get_xid_list_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_xc_misc_get_xid_list_sizeof
int xcb_xc_misc_get_xid_list_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_xc_misc_get_xid_list_unchecked
xcb_xc_misc_get_xid_list_cookie_t xcb_xc_misc_get_xid_list_unchecked(xcb_connection_t* c, uint count)

@param c The connection @return A cookie

xcb_xc_misc_get_xid_range
xcb_xc_misc_get_xid_range_cookie_t xcb_xc_misc_get_xid_range(xcb_connection_t* c)

@param c The connection @return A cookie

xcb_xc_misc_get_xid_range_reply
xcb_xc_misc_get_xid_range_reply_t* xcb_xc_misc_get_xid_range_reply(xcb_connection_t* c, xcb_xc_misc_get_xid_range_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_xc_misc_get_xid_range_unchecked
xcb_xc_misc_get_xid_range_cookie_t xcb_xc_misc_get_xid_range_unchecked(xcb_connection_t* c)

@param c The connection @return A cookie

Manifest constants

XCB_XC_MISC_GET_VERSION
enum XCB_XC_MISC_GET_VERSION;

Opcode for xcb_xc_misc_get_version.

XCB_XC_MISC_GET_XID_LIST
enum XCB_XC_MISC_GET_XID_LIST;

Opcode for xcb_xc_misc_get_xid_list.

XCB_XC_MISC_GET_XID_RANGE
enum XCB_XC_MISC_GET_XID_RANGE;

Opcode for xcb_xc_misc_get_xid_range.

Static variables

xcb_xc_misc_id
xcb_extension_t xcb_xc_misc_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_xc_misc_get_version_cookie_t
struct xcb_xc_misc_get_version_cookie_t

@brief xcb_xc_misc_get_version_cookie_t

xcb_xc_misc_get_version_reply_t
struct xcb_xc_misc_get_version_reply_t

@brief xcb_xc_misc_get_version_reply_t

xcb_xc_misc_get_version_request_t
struct xcb_xc_misc_get_version_request_t

@brief xcb_xc_misc_get_version_request_t

xcb_xc_misc_get_xid_list_cookie_t
struct xcb_xc_misc_get_xid_list_cookie_t

@brief xcb_xc_misc_get_xid_list_cookie_t

xcb_xc_misc_get_xid_list_reply_t
struct xcb_xc_misc_get_xid_list_reply_t

@brief xcb_xc_misc_get_xid_list_reply_t

xcb_xc_misc_get_xid_list_request_t
struct xcb_xc_misc_get_xid_list_request_t

@brief xcb_xc_misc_get_xid_list_request_t

xcb_xc_misc_get_xid_range_cookie_t
struct xcb_xc_misc_get_xid_range_cookie_t

@brief xcb_xc_misc_get_xid_range_cookie_t

xcb_xc_misc_get_xid_range_reply_t
struct xcb_xc_misc_get_xid_range_reply_t

@brief xcb_xc_misc_get_xid_range_reply_t

xcb_xc_misc_get_xid_range_request_t
struct xcb_xc_misc_get_xid_range_request_t

@brief xcb_xc_misc_get_xid_range_request_t

Variables

XCB_XCMISC_MAJOR_VERSION
enum int XCB_XCMISC_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_XCMISC_MINOR_VERSION
enum int XCB_XCMISC_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