|
Data Structures |
struct | xcb_res_client_t |
| xcb_res_client_t More...
|
struct | xcb_res_client_iterator_t |
| xcb_res_client_iterator_t More...
|
struct | xcb_res_type_t |
| xcb_res_type_t More...
|
struct | xcb_res_type_iterator_t |
| xcb_res_type_iterator_t More...
|
struct | xcb_res_query_version_cookie_t |
| xcb_res_query_version_cookie_t More...
|
struct | xcb_res_query_version_request_t |
| xcb_res_query_version_request_t More...
|
struct | xcb_res_query_version_reply_t |
| xcb_res_query_version_reply_t More...
|
struct | xcb_res_query_clients_cookie_t |
| xcb_res_query_clients_cookie_t More...
|
struct | xcb_res_query_clients_request_t |
| xcb_res_query_clients_request_t More...
|
struct | xcb_res_query_clients_reply_t |
| xcb_res_query_clients_reply_t More...
|
struct | xcb_res_query_client_resources_cookie_t |
| xcb_res_query_client_resources_cookie_t More...
|
struct | xcb_res_query_client_resources_request_t |
| xcb_res_query_client_resources_request_t More...
|
struct | xcb_res_query_client_resources_reply_t |
| xcb_res_query_client_resources_reply_t More...
|
struct | xcb_res_query_client_pixmap_bytes_cookie_t |
| xcb_res_query_client_pixmap_bytes_cookie_t More...
|
struct | xcb_res_query_client_pixmap_bytes_request_t |
| xcb_res_query_client_pixmap_bytes_request_t More...
|
struct | xcb_res_query_client_pixmap_bytes_reply_t |
| xcb_res_query_client_pixmap_bytes_reply_t More...
|
Defines |
#define | XCB_RES_MAJOR_VERSION 1 |
#define | XCB_RES_MINOR_VERSION 0 |
#define | XCB_RES_QUERY_VERSION 0 |
#define | XCB_RES_QUERY_CLIENTS 1 |
#define | XCB_RES_QUERY_CLIENT_RESOURCES 2 |
#define | XCB_RES_QUERY_CLIENT_PIXMAP_BYTES 3 |
Functions |
void | xcb_res_client_next (xcb_res_client_iterator_t *i) |
xcb_generic_iterator_t | xcb_res_client_end (xcb_res_client_iterator_t i) |
void | xcb_res_type_next (xcb_res_type_iterator_t *i) |
xcb_generic_iterator_t | xcb_res_type_end (xcb_res_type_iterator_t i) |
xcb_res_query_version_cookie_t | xcb_res_query_version (xcb_connection_t *c, uint8_t client_major, uint8_t client_minor) |
xcb_res_query_version_cookie_t | xcb_res_query_version_unchecked (xcb_connection_t *c, uint8_t client_major, uint8_t client_minor) |
xcb_res_query_version_reply_t * | xcb_res_query_version_reply (xcb_connection_t *c, xcb_res_query_version_cookie_t cookie, xcb_generic_error_t **e) |
xcb_res_query_clients_cookie_t | xcb_res_query_clients (xcb_connection_t *c) |
xcb_res_query_clients_cookie_t | xcb_res_query_clients_unchecked (xcb_connection_t *c) |
xcb_res_client_t * | xcb_res_query_clients_clients (const xcb_res_query_clients_reply_t *R) |
int | xcb_res_query_clients_clients_length (const xcb_res_query_clients_reply_t *R) |
xcb_res_client_iterator_t | xcb_res_query_clients_clients_iterator (const xcb_res_query_clients_reply_t *R) |
xcb_res_query_clients_reply_t * | xcb_res_query_clients_reply (xcb_connection_t *c, xcb_res_query_clients_cookie_t cookie, xcb_generic_error_t **e) |
xcb_res_query_client_resources_cookie_t | xcb_res_query_client_resources (xcb_connection_t *c, uint32_t xid) |
xcb_res_query_client_resources_cookie_t | xcb_res_query_client_resources_unchecked (xcb_connection_t *c, uint32_t xid) |
xcb_res_type_t * | xcb_res_query_client_resources_types (const xcb_res_query_client_resources_reply_t *R) |
int | xcb_res_query_client_resources_types_length (const xcb_res_query_client_resources_reply_t *R) |
xcb_res_type_iterator_t | xcb_res_query_client_resources_types_iterator (const xcb_res_query_client_resources_reply_t *R) |
xcb_res_query_client_resources_reply_t * | xcb_res_query_client_resources_reply (xcb_connection_t *c, xcb_res_query_client_resources_cookie_t cookie, xcb_generic_error_t **e) |
xcb_res_query_client_pixmap_bytes_cookie_t | xcb_res_query_client_pixmap_bytes (xcb_connection_t *c, uint32_t xid) |
xcb_res_query_client_pixmap_bytes_cookie_t | xcb_res_query_client_pixmap_bytes_unchecked (xcb_connection_t *c, uint32_t xid) |
xcb_res_query_client_pixmap_bytes_reply_t * | xcb_res_query_client_pixmap_bytes_reply (xcb_connection_t *c, xcb_res_query_client_pixmap_bytes_cookie_t cookie, xcb_generic_error_t **e) |
Variables |
xcb_extension_t | xcb_res_id |