XCB XCMisc API

XCMisc XCB Protocol Implementation. More...

Data Structures

struct  xcb_xc_misc_get_version_cookie_t
 xcb_xc_misc_get_version_cookie_t More...
struct  xcb_xc_misc_get_version_request_t
 xcb_xc_misc_get_version_request_t More...
struct  xcb_xc_misc_get_version_reply_t
 xcb_xc_misc_get_version_reply_t More...
struct  xcb_xc_misc_get_xid_range_cookie_t
 xcb_xc_misc_get_xid_range_cookie_t More...
struct  xcb_xc_misc_get_xid_range_request_t
 xcb_xc_misc_get_xid_range_request_t More...
struct  xcb_xc_misc_get_xid_range_reply_t
 xcb_xc_misc_get_xid_range_reply_t More...
struct  xcb_xc_misc_get_xid_list_cookie_t
 xcb_xc_misc_get_xid_list_cookie_t More...
struct  xcb_xc_misc_get_xid_list_request_t
 xcb_xc_misc_get_xid_list_request_t More...
struct  xcb_xc_misc_get_xid_list_reply_t
 xcb_xc_misc_get_xid_list_reply_t More...

Defines

#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

Functions

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)
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)
xcb_xc_misc_get_version_reply_txcb_xc_misc_get_version_reply (xcb_connection_t *c, xcb_xc_misc_get_version_cookie_t cookie, xcb_generic_error_t **e)
xcb_xc_misc_get_xid_range_cookie_t xcb_xc_misc_get_xid_range (xcb_connection_t *c)
xcb_xc_misc_get_xid_range_cookie_t xcb_xc_misc_get_xid_range_unchecked (xcb_connection_t *c)
xcb_xc_misc_get_xid_range_reply_txcb_xc_misc_get_xid_range_reply (xcb_connection_t *c, xcb_xc_misc_get_xid_range_cookie_t cookie, xcb_generic_error_t **e)
xcb_xc_misc_get_xid_list_cookie_t xcb_xc_misc_get_xid_list (xcb_connection_t *c, uint32_t count)
xcb_xc_misc_get_xid_list_cookie_t xcb_xc_misc_get_xid_list_unchecked (xcb_connection_t *c, uint32_t count)
uint32_t * xcb_xc_misc_get_xid_list_ids (const xcb_xc_misc_get_xid_list_reply_t *R)
int xcb_xc_misc_get_xid_list_ids_length (const xcb_xc_misc_get_xid_list_reply_t *R)
xcb_generic_iterator_t xcb_xc_misc_get_xid_list_ids_end (const xcb_xc_misc_get_xid_list_reply_t *R)
xcb_xc_misc_get_xid_list_reply_txcb_xc_misc_get_xid_list_reply (xcb_connection_t *c, xcb_xc_misc_get_xid_list_cookie_t cookie, xcb_generic_error_t **e)

Variables

xcb_extension_t xcb_xc_misc_id

Detailed Description

XCMisc XCB Protocol Implementation.


Define Documentation

#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().


Function Documentation

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

Parameters:
c The connection
Returns:
A cookie
Delivers a request to the X server.

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

Parameters:
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.

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

Parameters:
c The connection
Returns:
A cookie
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_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

Parameters:
c The connection
Returns:
A cookie
Delivers a request to the X server.

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

Parameters:
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.

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

Parameters:
c The connection
Returns:
A cookie
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_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

Parameters:
c The connection
Returns:
A cookie
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

Parameters:
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.

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

Parameters:
c The connection
Returns:
A cookie
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.


Generated on Sun Jul 27 21:19:01 2008 for XCB by  doxygen 1.5.6