- 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
@defgroup XCB_XCMisc_API XCB XCMisc API @brief XCMisc XCB Protocol Implementation. @{