#define XCB_XC_MISC_GET_VERSION 0 |
Opcode for xcb_xc_misc_get_version.
Referenced by xcb_xc_misc_get_version(), and xcb_xc_misc_get_version_unchecked().
#define XCB_XC_MISC_GET_XID_LIST 2 |
Opcode for xcb_xc_misc_get_xid_list.
Referenced by xcb_xc_misc_get_xid_list(), and xcb_xc_misc_get_xid_list_unchecked().
#define XCB_XC_MISC_GET_XID_RANGE 1 |
Opcode for xcb_xc_misc_get_xid_range.
Referenced by xcb_xc_misc_get_xid_range(), and xcb_xc_misc_get_xid_range_unchecked().
xcb_xc_misc_get_version_cookie_t xcb_xc_misc_get_version | ( | xcb_connection_t * | c, | |
uint16_t | client_major_version, | |||
uint16_t | client_minor_version | |||
) |
Delivers a request to the X server
c | The connection |
References xcb_xc_misc_get_version_request_t::client_major_version, xcb_xc_misc_get_version_request_t::client_minor_version, and XCB_XC_MISC_GET_VERSION.
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
c | The connection | |
cookie | The cookie | |
e | The xcb_generic_error_t supplied |
The parameter e
supplied to this function must be NULL if xcb_xc_misc_get_version_unchecked(). is used. Otherwise, it stores the error if any.
References xcb_xc_misc_get_version_cookie_t::sequence.
xcb_xc_misc_get_version_cookie_t xcb_xc_misc_get_version_unchecked | ( | xcb_connection_t * | c, | |
uint16_t | client_major_version, | |||
uint16_t | client_minor_version | |||
) |
Delivers a request to the X server
c | The connection |
This form can be used only if the request will cause a reply to be generated. Any returned error will be placed in the event queue.
References xcb_xc_misc_get_version_request_t::client_major_version, xcb_xc_misc_get_version_request_t::client_minor_version, and XCB_XC_MISC_GET_VERSION.
xcb_xc_misc_get_xid_list_cookie_t xcb_xc_misc_get_xid_list | ( | xcb_connection_t * | c, | |
uint32_t | count | |||
) |
Delivers a request to the X server
c | The connection |
References xcb_xc_misc_get_xid_list_request_t::count, and XCB_XC_MISC_GET_XID_LIST.
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
c | The connection | |
cookie | The cookie | |
e | The xcb_generic_error_t supplied |
The parameter e
supplied to this function must be NULL if xcb_xc_misc_get_xid_list_unchecked(). is used. Otherwise, it stores the error if any.
References xcb_xc_misc_get_xid_list_cookie_t::sequence.
xcb_xc_misc_get_xid_list_cookie_t xcb_xc_misc_get_xid_list_unchecked | ( | xcb_connection_t * | c, | |
uint32_t | count | |||
) |
Delivers a request to the X server
c | The connection |
This form can be used only if the request will cause a reply to be generated. Any returned error will be placed in the event queue.
References xcb_xc_misc_get_xid_list_request_t::count, and XCB_XC_MISC_GET_XID_LIST.
xcb_xc_misc_get_xid_range_cookie_t xcb_xc_misc_get_xid_range | ( | xcb_connection_t * | c | ) |
Delivers a request to the X server
c | The connection |
References XCB_XC_MISC_GET_XID_RANGE.
Referenced by xcb_generate_id().
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
c | The connection | |
cookie | The cookie | |
e | The xcb_generic_error_t supplied |
The parameter e
supplied to this function must be NULL if xcb_xc_misc_get_xid_range_unchecked(). is used. Otherwise, it stores the error if any.
References xcb_xc_misc_get_xid_range_cookie_t::sequence.
Referenced by xcb_generate_id().
xcb_xc_misc_get_xid_range_cookie_t xcb_xc_misc_get_xid_range_unchecked | ( | xcb_connection_t * | c | ) |
Delivers a request to the X server
c | The connection |
This form can be used only if the request will cause a reply to be generated. Any returned error will be placed in the event queue.
References XCB_XC_MISC_GET_XID_RANGE.