XCB
1.12
|
XCMisc XCB Protocol Implementation. More...
Macros | |
#define | XCB_XCMISC_MAJOR_VERSION 1 |
#define | XCB_XCMISC_MINOR_VERSION 1 |
#define | XCB_XC_MISC_GET_VERSION 0 |
#define | XCB_XC_MISC_GET_XID_RANGE 1 |
#define | XCB_XC_MISC_GET_XID_LIST 2 |
Variables | |
xcb_extension_t | xcb_xc_misc_id |
XCMisc XCB Protocol Implementation.
#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 | ||
) |
c | The connection |
Delivers a request to the X server.
References 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 |
Returns the reply of the request asked by
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.
The returned value must be freed by the caller using free().
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 | ||
) |
c | The connection |
Delivers a request to the X server.
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.
xcb_xc_misc_get_xid_list_cookie_t xcb_xc_misc_get_xid_list | ( | xcb_connection_t * | c, |
uint32_t | count | ||
) |
c | The connection |
Delivers a request to the X server.
References 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 |
Returns the reply of the request asked by
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.
The returned value must be freed by the caller using free().
xcb_xc_misc_get_xid_list_cookie_t xcb_xc_misc_get_xid_list_unchecked | ( | xcb_connection_t * | c, |
uint32_t | count | ||
) |
c | The connection |
Delivers a request to the X server.
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_generic_iterator_t::data, xcb_generic_iterator_t::index, xcb_generic_iterator_t::rem, 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 | ) |
c | The connection |
Delivers a request to the X server.
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 |
Returns the reply of the request asked by
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.
The returned value must be freed by the caller using free().
Referenced by xcb_generate_id().
xcb_xc_misc_get_xid_range_cookie_t xcb_xc_misc_get_xid_range_unchecked | ( | xcb_connection_t * | c | ) |
c | The connection |
Delivers a request to the X server.
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.