| #define XCB_XC_MISC_GET_VERSION 0 |
Opcode for xcb_xc_misc_get_version.
| #define XCB_XC_MISC_GET_XID_LIST 2 |
Opcode for xcb_xc_misc_get_xid_list.
| #define XCB_XC_MISC_GET_XID_RANGE 1 |
Opcode for xcb_xc_misc_get_xid_range.
| 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 |
| 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.
| 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.
| 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 |
| 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.
| 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.
| 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 |
| 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.
| 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.
1.5.4