xcb.res

@defgroup XCB_Res_API XCB Res API @brief Res XCB Protocol Implementation. @{

Members

Aliases

XCB_RES_CLIENT_ID_MASK_CLIENT_XID
alias XCB_RES_CLIENT_ID_MASK_CLIENT_XID = xcb_res_client_id_mask_t.XCB_RES_CLIENT_ID_MASK_CLIENT_XID
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XCB_RES_CLIENT_ID_MASK_LOCAL_CLIENT_PID
alias XCB_RES_CLIENT_ID_MASK_LOCAL_CLIENT_PID = xcb_res_client_id_mask_t.XCB_RES_CLIENT_ID_MASK_LOCAL_CLIENT_PID
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

xcb_res_client_id_mask_t
enum xcb_res_client_id_mask_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

xcb_res_client_end
xcb_generic_iterator_t xcb_res_client_end(xcb_res_client_iterator_t i)

Return the iterator pointing to the last element @param i An xcb_res_client_iterator_t @return The iterator pointing to the last element

xcb_res_client_id_spec_end
xcb_generic_iterator_t xcb_res_client_id_spec_end(xcb_res_client_id_spec_iterator_t i)

Return the iterator pointing to the last element @param i An xcb_res_client_id_spec_iterator_t @return The iterator pointing to the last element

xcb_res_client_id_spec_next
void xcb_res_client_id_spec_next(xcb_res_client_id_spec_iterator_t* i)

Get the next element of the iterator @param i Pointer to a xcb_res_client_id_spec_iterator_t

xcb_res_client_id_value_end
xcb_generic_iterator_t xcb_res_client_id_value_end(xcb_res_client_id_value_iterator_t i)

Return the iterator pointing to the last element @param i An xcb_res_client_id_value_iterator_t @return The iterator pointing to the last element

xcb_res_client_id_value_next
void xcb_res_client_id_value_next(xcb_res_client_id_value_iterator_t* i)

Get the next element of the iterator @param i Pointer to a xcb_res_client_id_value_iterator_t

xcb_res_client_id_value_sizeof
int xcb_res_client_id_value_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_client_id_value_value
uint* xcb_res_client_id_value_value(xcb_res_client_id_value_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_client_id_value_value_end
xcb_generic_iterator_t xcb_res_client_id_value_value_end(xcb_res_client_id_value_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_client_id_value_value_length
int xcb_res_client_id_value_value_length(xcb_res_client_id_value_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_client_next
void xcb_res_client_next(xcb_res_client_iterator_t* i)

Get the next element of the iterator @param i Pointer to a xcb_res_client_iterator_t

xcb_res_query_client_ids
xcb_res_query_client_ids_cookie_t xcb_res_query_client_ids(xcb_connection_t* c, uint num_specs, xcb_res_client_id_spec_t* specs)

@param c The connection @return A cookie

xcb_res_query_client_ids_ids_iterator
xcb_res_client_id_value_iterator_t xcb_res_query_client_ids_ids_iterator(xcb_res_query_client_ids_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_query_client_ids_ids_length
int xcb_res_query_client_ids_ids_length(xcb_res_query_client_ids_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_query_client_ids_reply
xcb_res_query_client_ids_reply_t* xcb_res_query_client_ids_reply(xcb_connection_t* c, xcb_res_query_client_ids_cookie_t cookie, xcb_generic_error_t** e)

Return the reply @param c The connection @param cookie The cookie @param e The xcb_generic_error_t supplied

xcb_res_query_client_ids_sizeof
int xcb_res_query_client_ids_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_query_client_ids_unchecked
xcb_res_query_client_ids_cookie_t xcb_res_query_client_ids_unchecked(xcb_connection_t* c, uint num_specs, xcb_res_client_id_spec_t* specs)

@param c The connection @return A cookie

xcb_res_query_client_pixmap_bytes
xcb_res_query_client_pixmap_bytes_cookie_t xcb_res_query_client_pixmap_bytes(xcb_connection_t* c, uint xid)

@param c The connection @return A cookie

xcb_res_query_client_pixmap_bytes_reply
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)

Return the reply @param c The connection @param cookie The cookie @param e The xcb_generic_error_t supplied

xcb_res_query_client_pixmap_bytes_unchecked
xcb_res_query_client_pixmap_bytes_cookie_t xcb_res_query_client_pixmap_bytes_unchecked(xcb_connection_t* c, uint xid)

@param c The connection @return A cookie

xcb_res_query_client_resources
xcb_res_query_client_resources_cookie_t xcb_res_query_client_resources(xcb_connection_t* c, uint xid)

@param c The connection @return A cookie

xcb_res_query_client_resources_reply
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)

Return the reply @param c The connection @param cookie The cookie @param e The xcb_generic_error_t supplied

xcb_res_query_client_resources_sizeof
int xcb_res_query_client_resources_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_query_client_resources_types
xcb_res_type_t* xcb_res_query_client_resources_types(xcb_res_query_client_resources_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_query_client_resources_types_iterator
xcb_res_type_iterator_t xcb_res_query_client_resources_types_iterator(xcb_res_query_client_resources_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_query_client_resources_types_length
int xcb_res_query_client_resources_types_length(xcb_res_query_client_resources_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_query_client_resources_unchecked
xcb_res_query_client_resources_cookie_t xcb_res_query_client_resources_unchecked(xcb_connection_t* c, uint xid)

@param c The connection @return A cookie

xcb_res_query_clients
xcb_res_query_clients_cookie_t xcb_res_query_clients(xcb_connection_t* c)

@param c The connection @return A cookie

xcb_res_query_clients_clients
xcb_res_client_t* xcb_res_query_clients_clients(xcb_res_query_clients_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_query_clients_clients_iterator
xcb_res_client_iterator_t xcb_res_query_clients_clients_iterator(xcb_res_query_clients_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_query_clients_clients_length
int xcb_res_query_clients_clients_length(xcb_res_query_clients_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_query_clients_reply
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)

Return the reply @param c The connection @param cookie The cookie @param e The xcb_generic_error_t supplied

xcb_res_query_clients_sizeof
int xcb_res_query_clients_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_query_clients_unchecked
xcb_res_query_clients_cookie_t xcb_res_query_clients_unchecked(xcb_connection_t* c)

@param c The connection @return A cookie

xcb_res_query_resource_bytes
xcb_res_query_resource_bytes_cookie_t xcb_res_query_resource_bytes(xcb_connection_t* c, uint client, uint num_specs, xcb_res_resource_id_spec_t* specs)

@param c The connection @return A cookie

xcb_res_query_resource_bytes_reply
xcb_res_query_resource_bytes_reply_t* xcb_res_query_resource_bytes_reply(xcb_connection_t* c, xcb_res_query_resource_bytes_cookie_t cookie, xcb_generic_error_t** e)

Return the reply @param c The connection @param cookie The cookie @param e The xcb_generic_error_t supplied

xcb_res_query_resource_bytes_sizeof
int xcb_res_query_resource_bytes_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_query_resource_bytes_sizes_iterator
xcb_res_resource_size_value_iterator_t xcb_res_query_resource_bytes_sizes_iterator(xcb_res_query_resource_bytes_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_query_resource_bytes_sizes_length
int xcb_res_query_resource_bytes_sizes_length(xcb_res_query_resource_bytes_reply_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_query_resource_bytes_unchecked
xcb_res_query_resource_bytes_cookie_t xcb_res_query_resource_bytes_unchecked(xcb_connection_t* c, uint client, uint num_specs, xcb_res_resource_id_spec_t* specs)

@param c The connection @return A cookie

xcb_res_query_version
xcb_res_query_version_cookie_t xcb_res_query_version(xcb_connection_t* c, ubyte client_major, ubyte client_minor)

@param c The connection @return A cookie

xcb_res_query_version_reply
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)

Return the reply @param c The connection @param cookie The cookie @param e The xcb_generic_error_t supplied

xcb_res_query_version_unchecked
xcb_res_query_version_cookie_t xcb_res_query_version_unchecked(xcb_connection_t* c, ubyte client_major, ubyte client_minor)

@param c The connection @return A cookie

xcb_res_resource_id_spec_end
xcb_generic_iterator_t xcb_res_resource_id_spec_end(xcb_res_resource_id_spec_iterator_t i)

Return the iterator pointing to the last element @param i An xcb_res_resource_id_spec_iterator_t @return The iterator pointing to the last element

xcb_res_resource_id_spec_next
void xcb_res_resource_id_spec_next(xcb_res_resource_id_spec_iterator_t* i)

Get the next element of the iterator @param i Pointer to a xcb_res_resource_id_spec_iterator_t

xcb_res_resource_size_spec_end
xcb_generic_iterator_t xcb_res_resource_size_spec_end(xcb_res_resource_size_spec_iterator_t i)

Return the iterator pointing to the last element @param i An xcb_res_resource_size_spec_iterator_t @return The iterator pointing to the last element

xcb_res_resource_size_spec_next
void xcb_res_resource_size_spec_next(xcb_res_resource_size_spec_iterator_t* i)

Get the next element of the iterator @param i Pointer to a xcb_res_resource_size_spec_iterator_t

xcb_res_resource_size_value_cross_references
xcb_res_resource_size_spec_t* xcb_res_resource_size_value_cross_references(xcb_res_resource_size_value_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_resource_size_value_cross_references_iterator
xcb_res_resource_size_spec_iterator_t xcb_res_resource_size_value_cross_references_iterator(xcb_res_resource_size_value_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_resource_size_value_cross_references_length
int xcb_res_resource_size_value_cross_references_length(xcb_res_resource_size_value_t* R)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_resource_size_value_end
xcb_generic_iterator_t xcb_res_resource_size_value_end(xcb_res_resource_size_value_iterator_t i)

Return the iterator pointing to the last element @param i An xcb_res_resource_size_value_iterator_t @return The iterator pointing to the last element

xcb_res_resource_size_value_next
void xcb_res_resource_size_value_next(xcb_res_resource_size_value_iterator_t* i)

Get the next element of the iterator @param i Pointer to a xcb_res_resource_size_value_iterator_t

xcb_res_resource_size_value_sizeof
int xcb_res_resource_size_value_sizeof(void* _buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
xcb_res_type_end
xcb_generic_iterator_t xcb_res_type_end(xcb_res_type_iterator_t i)

Return the iterator pointing to the last element @param i An xcb_res_type_iterator_t @return The iterator pointing to the last element

xcb_res_type_next
void xcb_res_type_next(xcb_res_type_iterator_t* i)

Get the next element of the iterator @param i Pointer to a xcb_res_type_iterator_t

Manifest constants

XCB_RES_QUERY_CLIENTS
enum XCB_RES_QUERY_CLIENTS;

Opcode for xcb_res_query_clients.

XCB_RES_QUERY_CLIENT_IDS
enum XCB_RES_QUERY_CLIENT_IDS;

Opcode for xcb_res_query_client_ids.

XCB_RES_QUERY_CLIENT_PIXMAP_BYTES
enum XCB_RES_QUERY_CLIENT_PIXMAP_BYTES;

Opcode for xcb_res_query_client_pixmap_bytes.

XCB_RES_QUERY_CLIENT_RESOURCES
enum XCB_RES_QUERY_CLIENT_RESOURCES;

Opcode for xcb_res_query_client_resources.

XCB_RES_QUERY_RESOURCE_BYTES
enum XCB_RES_QUERY_RESOURCE_BYTES;

Opcode for xcb_res_query_resource_bytes.

XCB_RES_QUERY_VERSION
enum XCB_RES_QUERY_VERSION;

Opcode for xcb_res_query_version.

Static variables

xcb_res_id
xcb_extension_t xcb_res_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

xcb_res_client_id_spec_iterator_t
struct xcb_res_client_id_spec_iterator_t

@brief xcb_res_client_id_spec_iterator_t

xcb_res_client_id_spec_t
struct xcb_res_client_id_spec_t

@brief xcb_res_client_id_spec_t

xcb_res_client_id_value_iterator_t
struct xcb_res_client_id_value_iterator_t

@brief xcb_res_client_id_value_iterator_t

xcb_res_client_id_value_t
struct xcb_res_client_id_value_t

@brief xcb_res_client_id_value_t

xcb_res_client_iterator_t
struct xcb_res_client_iterator_t

@brief xcb_res_client_iterator_t

xcb_res_client_t
struct xcb_res_client_t

@brief xcb_res_client_t

xcb_res_query_client_ids_cookie_t
struct xcb_res_query_client_ids_cookie_t

@brief xcb_res_query_client_ids_cookie_t

xcb_res_query_client_ids_reply_t
struct xcb_res_query_client_ids_reply_t

@brief xcb_res_query_client_ids_reply_t

xcb_res_query_client_ids_request_t
struct xcb_res_query_client_ids_request_t

@brief xcb_res_query_client_ids_request_t

xcb_res_query_client_pixmap_bytes_cookie_t
struct xcb_res_query_client_pixmap_bytes_cookie_t

@brief xcb_res_query_client_pixmap_bytes_cookie_t

xcb_res_query_client_pixmap_bytes_reply_t
struct xcb_res_query_client_pixmap_bytes_reply_t

@brief xcb_res_query_client_pixmap_bytes_reply_t

xcb_res_query_client_pixmap_bytes_request_t
struct xcb_res_query_client_pixmap_bytes_request_t

@brief xcb_res_query_client_pixmap_bytes_request_t

xcb_res_query_client_resources_cookie_t
struct xcb_res_query_client_resources_cookie_t

@brief xcb_res_query_client_resources_cookie_t

xcb_res_query_client_resources_reply_t
struct xcb_res_query_client_resources_reply_t

@brief xcb_res_query_client_resources_reply_t

xcb_res_query_client_resources_request_t
struct xcb_res_query_client_resources_request_t

@brief xcb_res_query_client_resources_request_t

xcb_res_query_clients_cookie_t
struct xcb_res_query_clients_cookie_t

@brief xcb_res_query_clients_cookie_t

xcb_res_query_clients_reply_t
struct xcb_res_query_clients_reply_t

@brief xcb_res_query_clients_reply_t

xcb_res_query_clients_request_t
struct xcb_res_query_clients_request_t

@brief xcb_res_query_clients_request_t

xcb_res_query_resource_bytes_cookie_t
struct xcb_res_query_resource_bytes_cookie_t

@brief xcb_res_query_resource_bytes_cookie_t

xcb_res_query_resource_bytes_reply_t
struct xcb_res_query_resource_bytes_reply_t

@brief xcb_res_query_resource_bytes_reply_t

xcb_res_query_resource_bytes_request_t
struct xcb_res_query_resource_bytes_request_t

@brief xcb_res_query_resource_bytes_request_t

xcb_res_query_version_cookie_t
struct xcb_res_query_version_cookie_t

@brief xcb_res_query_version_cookie_t

xcb_res_query_version_reply_t
struct xcb_res_query_version_reply_t

@brief xcb_res_query_version_reply_t

xcb_res_query_version_request_t
struct xcb_res_query_version_request_t

@brief xcb_res_query_version_request_t

xcb_res_resource_id_spec_iterator_t
struct xcb_res_resource_id_spec_iterator_t

@brief xcb_res_resource_id_spec_iterator_t

xcb_res_resource_id_spec_t
struct xcb_res_resource_id_spec_t

@brief xcb_res_resource_id_spec_t

xcb_res_resource_size_spec_iterator_t
struct xcb_res_resource_size_spec_iterator_t

@brief xcb_res_resource_size_spec_iterator_t

xcb_res_resource_size_spec_t
struct xcb_res_resource_size_spec_t

@brief xcb_res_resource_size_spec_t

xcb_res_resource_size_value_iterator_t
struct xcb_res_resource_size_value_iterator_t

@brief xcb_res_resource_size_value_iterator_t

xcb_res_resource_size_value_t
struct xcb_res_resource_size_value_t

@brief xcb_res_resource_size_value_t

xcb_res_type_iterator_t
struct xcb_res_type_iterator_t

@brief xcb_res_type_iterator_t

xcb_res_type_t
struct xcb_res_type_t

@brief xcb_res_type_t

Variables

XCB_RES_MAJOR_VERSION
enum int XCB_RES_MAJOR_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XCB_RES_MINOR_VERSION
enum int XCB_RES_MINOR_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta