Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/xcb
File: res.h
/*
[0] Fix | Delete
* This file generated automatically from res.xml by c_client.py.
[1] Fix | Delete
* Edit at your peril.
[2] Fix | Delete
*/
[3] Fix | Delete
[4] Fix | Delete
/**
[5] Fix | Delete
* @defgroup XCB_Res_API XCB Res API
[6] Fix | Delete
* @brief Res XCB Protocol Implementation.
[7] Fix | Delete
* @{
[8] Fix | Delete
**/
[9] Fix | Delete
[10] Fix | Delete
#ifndef __RES_H
[11] Fix | Delete
#define __RES_H
[12] Fix | Delete
[13] Fix | Delete
#include "xcb.h"
[14] Fix | Delete
#include "xproto.h"
[15] Fix | Delete
[16] Fix | Delete
#ifdef __cplusplus
[17] Fix | Delete
extern "C" {
[18] Fix | Delete
#endif
[19] Fix | Delete
[20] Fix | Delete
#define XCB_RES_MAJOR_VERSION 1
[21] Fix | Delete
#define XCB_RES_MINOR_VERSION 2
[22] Fix | Delete
[23] Fix | Delete
extern xcb_extension_t xcb_res_id;
[24] Fix | Delete
[25] Fix | Delete
/**
[26] Fix | Delete
* @brief xcb_res_client_t
[27] Fix | Delete
**/
[28] Fix | Delete
typedef struct xcb_res_client_t {
[29] Fix | Delete
uint32_t resource_base;
[30] Fix | Delete
uint32_t resource_mask;
[31] Fix | Delete
} xcb_res_client_t;
[32] Fix | Delete
[33] Fix | Delete
/**
[34] Fix | Delete
* @brief xcb_res_client_iterator_t
[35] Fix | Delete
**/
[36] Fix | Delete
typedef struct xcb_res_client_iterator_t {
[37] Fix | Delete
xcb_res_client_t *data;
[38] Fix | Delete
int rem;
[39] Fix | Delete
int index;
[40] Fix | Delete
} xcb_res_client_iterator_t;
[41] Fix | Delete
[42] Fix | Delete
/**
[43] Fix | Delete
* @brief xcb_res_type_t
[44] Fix | Delete
**/
[45] Fix | Delete
typedef struct xcb_res_type_t {
[46] Fix | Delete
xcb_atom_t resource_type;
[47] Fix | Delete
uint32_t count;
[48] Fix | Delete
} xcb_res_type_t;
[49] Fix | Delete
[50] Fix | Delete
/**
[51] Fix | Delete
* @brief xcb_res_type_iterator_t
[52] Fix | Delete
**/
[53] Fix | Delete
typedef struct xcb_res_type_iterator_t {
[54] Fix | Delete
xcb_res_type_t *data;
[55] Fix | Delete
int rem;
[56] Fix | Delete
int index;
[57] Fix | Delete
} xcb_res_type_iterator_t;
[58] Fix | Delete
[59] Fix | Delete
typedef enum xcb_res_client_id_mask_t {
[60] Fix | Delete
XCB_RES_CLIENT_ID_MASK_CLIENT_XID = 1,
[61] Fix | Delete
XCB_RES_CLIENT_ID_MASK_LOCAL_CLIENT_PID = 2
[62] Fix | Delete
} xcb_res_client_id_mask_t;
[63] Fix | Delete
[64] Fix | Delete
/**
[65] Fix | Delete
* @brief xcb_res_client_id_spec_t
[66] Fix | Delete
**/
[67] Fix | Delete
typedef struct xcb_res_client_id_spec_t {
[68] Fix | Delete
uint32_t client;
[69] Fix | Delete
uint32_t mask;
[70] Fix | Delete
} xcb_res_client_id_spec_t;
[71] Fix | Delete
[72] Fix | Delete
/**
[73] Fix | Delete
* @brief xcb_res_client_id_spec_iterator_t
[74] Fix | Delete
**/
[75] Fix | Delete
typedef struct xcb_res_client_id_spec_iterator_t {
[76] Fix | Delete
xcb_res_client_id_spec_t *data;
[77] Fix | Delete
int rem;
[78] Fix | Delete
int index;
[79] Fix | Delete
} xcb_res_client_id_spec_iterator_t;
[80] Fix | Delete
[81] Fix | Delete
/**
[82] Fix | Delete
* @brief xcb_res_client_id_value_t
[83] Fix | Delete
**/
[84] Fix | Delete
typedef struct xcb_res_client_id_value_t {
[85] Fix | Delete
xcb_res_client_id_spec_t spec;
[86] Fix | Delete
uint32_t length;
[87] Fix | Delete
} xcb_res_client_id_value_t;
[88] Fix | Delete
[89] Fix | Delete
/**
[90] Fix | Delete
* @brief xcb_res_client_id_value_iterator_t
[91] Fix | Delete
**/
[92] Fix | Delete
typedef struct xcb_res_client_id_value_iterator_t {
[93] Fix | Delete
xcb_res_client_id_value_t *data;
[94] Fix | Delete
int rem;
[95] Fix | Delete
int index;
[96] Fix | Delete
} xcb_res_client_id_value_iterator_t;
[97] Fix | Delete
[98] Fix | Delete
/**
[99] Fix | Delete
* @brief xcb_res_resource_id_spec_t
[100] Fix | Delete
**/
[101] Fix | Delete
typedef struct xcb_res_resource_id_spec_t {
[102] Fix | Delete
uint32_t resource;
[103] Fix | Delete
uint32_t type;
[104] Fix | Delete
} xcb_res_resource_id_spec_t;
[105] Fix | Delete
[106] Fix | Delete
/**
[107] Fix | Delete
* @brief xcb_res_resource_id_spec_iterator_t
[108] Fix | Delete
**/
[109] Fix | Delete
typedef struct xcb_res_resource_id_spec_iterator_t {
[110] Fix | Delete
xcb_res_resource_id_spec_t *data;
[111] Fix | Delete
int rem;
[112] Fix | Delete
int index;
[113] Fix | Delete
} xcb_res_resource_id_spec_iterator_t;
[114] Fix | Delete
[115] Fix | Delete
/**
[116] Fix | Delete
* @brief xcb_res_resource_size_spec_t
[117] Fix | Delete
**/
[118] Fix | Delete
typedef struct xcb_res_resource_size_spec_t {
[119] Fix | Delete
xcb_res_resource_id_spec_t spec;
[120] Fix | Delete
uint32_t bytes;
[121] Fix | Delete
uint32_t ref_count;
[122] Fix | Delete
uint32_t use_count;
[123] Fix | Delete
} xcb_res_resource_size_spec_t;
[124] Fix | Delete
[125] Fix | Delete
/**
[126] Fix | Delete
* @brief xcb_res_resource_size_spec_iterator_t
[127] Fix | Delete
**/
[128] Fix | Delete
typedef struct xcb_res_resource_size_spec_iterator_t {
[129] Fix | Delete
xcb_res_resource_size_spec_t *data;
[130] Fix | Delete
int rem;
[131] Fix | Delete
int index;
[132] Fix | Delete
} xcb_res_resource_size_spec_iterator_t;
[133] Fix | Delete
[134] Fix | Delete
/**
[135] Fix | Delete
* @brief xcb_res_resource_size_value_t
[136] Fix | Delete
**/
[137] Fix | Delete
typedef struct xcb_res_resource_size_value_t {
[138] Fix | Delete
xcb_res_resource_size_spec_t size;
[139] Fix | Delete
uint32_t num_cross_references;
[140] Fix | Delete
} xcb_res_resource_size_value_t;
[141] Fix | Delete
[142] Fix | Delete
/**
[143] Fix | Delete
* @brief xcb_res_resource_size_value_iterator_t
[144] Fix | Delete
**/
[145] Fix | Delete
typedef struct xcb_res_resource_size_value_iterator_t {
[146] Fix | Delete
xcb_res_resource_size_value_t *data;
[147] Fix | Delete
int rem;
[148] Fix | Delete
int index;
[149] Fix | Delete
} xcb_res_resource_size_value_iterator_t;
[150] Fix | Delete
[151] Fix | Delete
/**
[152] Fix | Delete
* @brief xcb_res_query_version_cookie_t
[153] Fix | Delete
**/
[154] Fix | Delete
typedef struct xcb_res_query_version_cookie_t {
[155] Fix | Delete
unsigned int sequence;
[156] Fix | Delete
} xcb_res_query_version_cookie_t;
[157] Fix | Delete
[158] Fix | Delete
/** Opcode for xcb_res_query_version. */
[159] Fix | Delete
#define XCB_RES_QUERY_VERSION 0
[160] Fix | Delete
[161] Fix | Delete
/**
[162] Fix | Delete
* @brief xcb_res_query_version_request_t
[163] Fix | Delete
**/
[164] Fix | Delete
typedef struct xcb_res_query_version_request_t {
[165] Fix | Delete
uint8_t major_opcode;
[166] Fix | Delete
uint8_t minor_opcode;
[167] Fix | Delete
uint16_t length;
[168] Fix | Delete
uint8_t client_major;
[169] Fix | Delete
uint8_t client_minor;
[170] Fix | Delete
} xcb_res_query_version_request_t;
[171] Fix | Delete
[172] Fix | Delete
/**
[173] Fix | Delete
* @brief xcb_res_query_version_reply_t
[174] Fix | Delete
**/
[175] Fix | Delete
typedef struct xcb_res_query_version_reply_t {
[176] Fix | Delete
uint8_t response_type;
[177] Fix | Delete
uint8_t pad0;
[178] Fix | Delete
uint16_t sequence;
[179] Fix | Delete
uint32_t length;
[180] Fix | Delete
uint16_t server_major;
[181] Fix | Delete
uint16_t server_minor;
[182] Fix | Delete
} xcb_res_query_version_reply_t;
[183] Fix | Delete
[184] Fix | Delete
/**
[185] Fix | Delete
* @brief xcb_res_query_clients_cookie_t
[186] Fix | Delete
**/
[187] Fix | Delete
typedef struct xcb_res_query_clients_cookie_t {
[188] Fix | Delete
unsigned int sequence;
[189] Fix | Delete
} xcb_res_query_clients_cookie_t;
[190] Fix | Delete
[191] Fix | Delete
/** Opcode for xcb_res_query_clients. */
[192] Fix | Delete
#define XCB_RES_QUERY_CLIENTS 1
[193] Fix | Delete
[194] Fix | Delete
/**
[195] Fix | Delete
* @brief xcb_res_query_clients_request_t
[196] Fix | Delete
**/
[197] Fix | Delete
typedef struct xcb_res_query_clients_request_t {
[198] Fix | Delete
uint8_t major_opcode;
[199] Fix | Delete
uint8_t minor_opcode;
[200] Fix | Delete
uint16_t length;
[201] Fix | Delete
} xcb_res_query_clients_request_t;
[202] Fix | Delete
[203] Fix | Delete
/**
[204] Fix | Delete
* @brief xcb_res_query_clients_reply_t
[205] Fix | Delete
**/
[206] Fix | Delete
typedef struct xcb_res_query_clients_reply_t {
[207] Fix | Delete
uint8_t response_type;
[208] Fix | Delete
uint8_t pad0;
[209] Fix | Delete
uint16_t sequence;
[210] Fix | Delete
uint32_t length;
[211] Fix | Delete
uint32_t num_clients;
[212] Fix | Delete
uint8_t pad1[20];
[213] Fix | Delete
} xcb_res_query_clients_reply_t;
[214] Fix | Delete
[215] Fix | Delete
/**
[216] Fix | Delete
* @brief xcb_res_query_client_resources_cookie_t
[217] Fix | Delete
**/
[218] Fix | Delete
typedef struct xcb_res_query_client_resources_cookie_t {
[219] Fix | Delete
unsigned int sequence;
[220] Fix | Delete
} xcb_res_query_client_resources_cookie_t;
[221] Fix | Delete
[222] Fix | Delete
/** Opcode for xcb_res_query_client_resources. */
[223] Fix | Delete
#define XCB_RES_QUERY_CLIENT_RESOURCES 2
[224] Fix | Delete
[225] Fix | Delete
/**
[226] Fix | Delete
* @brief xcb_res_query_client_resources_request_t
[227] Fix | Delete
**/
[228] Fix | Delete
typedef struct xcb_res_query_client_resources_request_t {
[229] Fix | Delete
uint8_t major_opcode;
[230] Fix | Delete
uint8_t minor_opcode;
[231] Fix | Delete
uint16_t length;
[232] Fix | Delete
uint32_t xid;
[233] Fix | Delete
} xcb_res_query_client_resources_request_t;
[234] Fix | Delete
[235] Fix | Delete
/**
[236] Fix | Delete
* @brief xcb_res_query_client_resources_reply_t
[237] Fix | Delete
**/
[238] Fix | Delete
typedef struct xcb_res_query_client_resources_reply_t {
[239] Fix | Delete
uint8_t response_type;
[240] Fix | Delete
uint8_t pad0;
[241] Fix | Delete
uint16_t sequence;
[242] Fix | Delete
uint32_t length;
[243] Fix | Delete
uint32_t num_types;
[244] Fix | Delete
uint8_t pad1[20];
[245] Fix | Delete
} xcb_res_query_client_resources_reply_t;
[246] Fix | Delete
[247] Fix | Delete
/**
[248] Fix | Delete
* @brief xcb_res_query_client_pixmap_bytes_cookie_t
[249] Fix | Delete
**/
[250] Fix | Delete
typedef struct xcb_res_query_client_pixmap_bytes_cookie_t {
[251] Fix | Delete
unsigned int sequence;
[252] Fix | Delete
} xcb_res_query_client_pixmap_bytes_cookie_t;
[253] Fix | Delete
[254] Fix | Delete
/** Opcode for xcb_res_query_client_pixmap_bytes. */
[255] Fix | Delete
#define XCB_RES_QUERY_CLIENT_PIXMAP_BYTES 3
[256] Fix | Delete
[257] Fix | Delete
/**
[258] Fix | Delete
* @brief xcb_res_query_client_pixmap_bytes_request_t
[259] Fix | Delete
**/
[260] Fix | Delete
typedef struct xcb_res_query_client_pixmap_bytes_request_t {
[261] Fix | Delete
uint8_t major_opcode;
[262] Fix | Delete
uint8_t minor_opcode;
[263] Fix | Delete
uint16_t length;
[264] Fix | Delete
uint32_t xid;
[265] Fix | Delete
} xcb_res_query_client_pixmap_bytes_request_t;
[266] Fix | Delete
[267] Fix | Delete
/**
[268] Fix | Delete
* @brief xcb_res_query_client_pixmap_bytes_reply_t
[269] Fix | Delete
**/
[270] Fix | Delete
typedef struct xcb_res_query_client_pixmap_bytes_reply_t {
[271] Fix | Delete
uint8_t response_type;
[272] Fix | Delete
uint8_t pad0;
[273] Fix | Delete
uint16_t sequence;
[274] Fix | Delete
uint32_t length;
[275] Fix | Delete
uint32_t bytes;
[276] Fix | Delete
uint32_t bytes_overflow;
[277] Fix | Delete
} xcb_res_query_client_pixmap_bytes_reply_t;
[278] Fix | Delete
[279] Fix | Delete
/**
[280] Fix | Delete
* @brief xcb_res_query_client_ids_cookie_t
[281] Fix | Delete
**/
[282] Fix | Delete
typedef struct xcb_res_query_client_ids_cookie_t {
[283] Fix | Delete
unsigned int sequence;
[284] Fix | Delete
} xcb_res_query_client_ids_cookie_t;
[285] Fix | Delete
[286] Fix | Delete
/** Opcode for xcb_res_query_client_ids. */
[287] Fix | Delete
#define XCB_RES_QUERY_CLIENT_IDS 4
[288] Fix | Delete
[289] Fix | Delete
/**
[290] Fix | Delete
* @brief xcb_res_query_client_ids_request_t
[291] Fix | Delete
**/
[292] Fix | Delete
typedef struct xcb_res_query_client_ids_request_t {
[293] Fix | Delete
uint8_t major_opcode;
[294] Fix | Delete
uint8_t minor_opcode;
[295] Fix | Delete
uint16_t length;
[296] Fix | Delete
uint32_t num_specs;
[297] Fix | Delete
} xcb_res_query_client_ids_request_t;
[298] Fix | Delete
[299] Fix | Delete
/**
[300] Fix | Delete
* @brief xcb_res_query_client_ids_reply_t
[301] Fix | Delete
**/
[302] Fix | Delete
typedef struct xcb_res_query_client_ids_reply_t {
[303] Fix | Delete
uint8_t response_type;
[304] Fix | Delete
uint8_t pad0;
[305] Fix | Delete
uint16_t sequence;
[306] Fix | Delete
uint32_t length;
[307] Fix | Delete
uint32_t num_ids;
[308] Fix | Delete
uint8_t pad1[20];
[309] Fix | Delete
} xcb_res_query_client_ids_reply_t;
[310] Fix | Delete
[311] Fix | Delete
/**
[312] Fix | Delete
* @brief xcb_res_query_resource_bytes_cookie_t
[313] Fix | Delete
**/
[314] Fix | Delete
typedef struct xcb_res_query_resource_bytes_cookie_t {
[315] Fix | Delete
unsigned int sequence;
[316] Fix | Delete
} xcb_res_query_resource_bytes_cookie_t;
[317] Fix | Delete
[318] Fix | Delete
/** Opcode for xcb_res_query_resource_bytes. */
[319] Fix | Delete
#define XCB_RES_QUERY_RESOURCE_BYTES 5
[320] Fix | Delete
[321] Fix | Delete
/**
[322] Fix | Delete
* @brief xcb_res_query_resource_bytes_request_t
[323] Fix | Delete
**/
[324] Fix | Delete
typedef struct xcb_res_query_resource_bytes_request_t {
[325] Fix | Delete
uint8_t major_opcode;
[326] Fix | Delete
uint8_t minor_opcode;
[327] Fix | Delete
uint16_t length;
[328] Fix | Delete
uint32_t client;
[329] Fix | Delete
uint32_t num_specs;
[330] Fix | Delete
} xcb_res_query_resource_bytes_request_t;
[331] Fix | Delete
[332] Fix | Delete
/**
[333] Fix | Delete
* @brief xcb_res_query_resource_bytes_reply_t
[334] Fix | Delete
**/
[335] Fix | Delete
typedef struct xcb_res_query_resource_bytes_reply_t {
[336] Fix | Delete
uint8_t response_type;
[337] Fix | Delete
uint8_t pad0;
[338] Fix | Delete
uint16_t sequence;
[339] Fix | Delete
uint32_t length;
[340] Fix | Delete
uint32_t num_sizes;
[341] Fix | Delete
uint8_t pad1[20];
[342] Fix | Delete
} xcb_res_query_resource_bytes_reply_t;
[343] Fix | Delete
[344] Fix | Delete
/**
[345] Fix | Delete
* Get the next element of the iterator
[346] Fix | Delete
* @param i Pointer to a xcb_res_client_iterator_t
[347] Fix | Delete
*
[348] Fix | Delete
* Get the next element in the iterator. The member rem is
[349] Fix | Delete
* decreased by one. The member data points to the next
[350] Fix | Delete
* element. The member index is increased by sizeof(xcb_res_client_t)
[351] Fix | Delete
*/
[352] Fix | Delete
void
[353] Fix | Delete
xcb_res_client_next (xcb_res_client_iterator_t *i);
[354] Fix | Delete
[355] Fix | Delete
/**
[356] Fix | Delete
* Return the iterator pointing to the last element
[357] Fix | Delete
* @param i An xcb_res_client_iterator_t
[358] Fix | Delete
* @return The iterator pointing to the last element
[359] Fix | Delete
*
[360] Fix | Delete
* Set the current element in the iterator to the last element.
[361] Fix | Delete
* The member rem is set to 0. The member data points to the
[362] Fix | Delete
* last element.
[363] Fix | Delete
*/
[364] Fix | Delete
xcb_generic_iterator_t
[365] Fix | Delete
xcb_res_client_end (xcb_res_client_iterator_t i);
[366] Fix | Delete
[367] Fix | Delete
/**
[368] Fix | Delete
* Get the next element of the iterator
[369] Fix | Delete
* @param i Pointer to a xcb_res_type_iterator_t
[370] Fix | Delete
*
[371] Fix | Delete
* Get the next element in the iterator. The member rem is
[372] Fix | Delete
* decreased by one. The member data points to the next
[373] Fix | Delete
* element. The member index is increased by sizeof(xcb_res_type_t)
[374] Fix | Delete
*/
[375] Fix | Delete
void
[376] Fix | Delete
xcb_res_type_next (xcb_res_type_iterator_t *i);
[377] Fix | Delete
[378] Fix | Delete
/**
[379] Fix | Delete
* Return the iterator pointing to the last element
[380] Fix | Delete
* @param i An xcb_res_type_iterator_t
[381] Fix | Delete
* @return The iterator pointing to the last element
[382] Fix | Delete
*
[383] Fix | Delete
* Set the current element in the iterator to the last element.
[384] Fix | Delete
* The member rem is set to 0. The member data points to the
[385] Fix | Delete
* last element.
[386] Fix | Delete
*/
[387] Fix | Delete
xcb_generic_iterator_t
[388] Fix | Delete
xcb_res_type_end (xcb_res_type_iterator_t i);
[389] Fix | Delete
[390] Fix | Delete
/**
[391] Fix | Delete
* Get the next element of the iterator
[392] Fix | Delete
* @param i Pointer to a xcb_res_client_id_spec_iterator_t
[393] Fix | Delete
*
[394] Fix | Delete
* Get the next element in the iterator. The member rem is
[395] Fix | Delete
* decreased by one. The member data points to the next
[396] Fix | Delete
* element. The member index is increased by sizeof(xcb_res_client_id_spec_t)
[397] Fix | Delete
*/
[398] Fix | Delete
void
[399] Fix | Delete
xcb_res_client_id_spec_next (xcb_res_client_id_spec_iterator_t *i);
[400] Fix | Delete
[401] Fix | Delete
/**
[402] Fix | Delete
* Return the iterator pointing to the last element
[403] Fix | Delete
* @param i An xcb_res_client_id_spec_iterator_t
[404] Fix | Delete
* @return The iterator pointing to the last element
[405] Fix | Delete
*
[406] Fix | Delete
* Set the current element in the iterator to the last element.
[407] Fix | Delete
* The member rem is set to 0. The member data points to the
[408] Fix | Delete
* last element.
[409] Fix | Delete
*/
[410] Fix | Delete
xcb_generic_iterator_t
[411] Fix | Delete
xcb_res_client_id_spec_end (xcb_res_client_id_spec_iterator_t i);
[412] Fix | Delete
[413] Fix | Delete
int
[414] Fix | Delete
xcb_res_client_id_value_sizeof (const void *_buffer);
[415] Fix | Delete
[416] Fix | Delete
uint32_t *
[417] Fix | Delete
xcb_res_client_id_value_value (const xcb_res_client_id_value_t *R);
[418] Fix | Delete
[419] Fix | Delete
int
[420] Fix | Delete
xcb_res_client_id_value_value_length (const xcb_res_client_id_value_t *R);
[421] Fix | Delete
[422] Fix | Delete
xcb_generic_iterator_t
[423] Fix | Delete
xcb_res_client_id_value_value_end (const xcb_res_client_id_value_t *R);
[424] Fix | Delete
[425] Fix | Delete
/**
[426] Fix | Delete
* Get the next element of the iterator
[427] Fix | Delete
* @param i Pointer to a xcb_res_client_id_value_iterator_t
[428] Fix | Delete
*
[429] Fix | Delete
* Get the next element in the iterator. The member rem is
[430] Fix | Delete
* decreased by one. The member data points to the next
[431] Fix | Delete
* element. The member index is increased by sizeof(xcb_res_client_id_value_t)
[432] Fix | Delete
*/
[433] Fix | Delete
void
[434] Fix | Delete
xcb_res_client_id_value_next (xcb_res_client_id_value_iterator_t *i);
[435] Fix | Delete
[436] Fix | Delete
/**
[437] Fix | Delete
* Return the iterator pointing to the last element
[438] Fix | Delete
* @param i An xcb_res_client_id_value_iterator_t
[439] Fix | Delete
* @return The iterator pointing to the last element
[440] Fix | Delete
*
[441] Fix | Delete
* Set the current element in the iterator to the last element.
[442] Fix | Delete
* The member rem is set to 0. The member data points to the
[443] Fix | Delete
* last element.
[444] Fix | Delete
*/
[445] Fix | Delete
xcb_generic_iterator_t
[446] Fix | Delete
xcb_res_client_id_value_end (xcb_res_client_id_value_iterator_t i);
[447] Fix | Delete
[448] Fix | Delete
/**
[449] Fix | Delete
* Get the next element of the iterator
[450] Fix | Delete
* @param i Pointer to a xcb_res_resource_id_spec_iterator_t
[451] Fix | Delete
*
[452] Fix | Delete
* Get the next element in the iterator. The member rem is
[453] Fix | Delete
* decreased by one. The member data points to the next
[454] Fix | Delete
* element. The member index is increased by sizeof(xcb_res_resource_id_spec_t)
[455] Fix | Delete
*/
[456] Fix | Delete
void
[457] Fix | Delete
xcb_res_resource_id_spec_next (xcb_res_resource_id_spec_iterator_t *i);
[458] Fix | Delete
[459] Fix | Delete
/**
[460] Fix | Delete
* Return the iterator pointing to the last element
[461] Fix | Delete
* @param i An xcb_res_resource_id_spec_iterator_t
[462] Fix | Delete
* @return The iterator pointing to the last element
[463] Fix | Delete
*
[464] Fix | Delete
* Set the current element in the iterator to the last element.
[465] Fix | Delete
* The member rem is set to 0. The member data points to the
[466] Fix | Delete
* last element.
[467] Fix | Delete
*/
[468] Fix | Delete
xcb_generic_iterator_t
[469] Fix | Delete
xcb_res_resource_id_spec_end (xcb_res_resource_id_spec_iterator_t i);
[470] Fix | Delete
[471] Fix | Delete
/**
[472] Fix | Delete
* Get the next element of the iterator
[473] Fix | Delete
* @param i Pointer to a xcb_res_resource_size_spec_iterator_t
[474] Fix | Delete
*
[475] Fix | Delete
* Get the next element in the iterator. The member rem is
[476] Fix | Delete
* decreased by one. The member data points to the next
[477] Fix | Delete
* element. The member index is increased by sizeof(xcb_res_resource_size_spec_t)
[478] Fix | Delete
*/
[479] Fix | Delete
void
[480] Fix | Delete
xcb_res_resource_size_spec_next (xcb_res_resource_size_spec_iterator_t *i);
[481] Fix | Delete
[482] Fix | Delete
/**
[483] Fix | Delete
* Return the iterator pointing to the last element
[484] Fix | Delete
* @param i An xcb_res_resource_size_spec_iterator_t
[485] Fix | Delete
* @return The iterator pointing to the last element
[486] Fix | Delete
*
[487] Fix | Delete
* Set the current element in the iterator to the last element.
[488] Fix | Delete
* The member rem is set to 0. The member data points to the
[489] Fix | Delete
* last element.
[490] Fix | Delete
*/
[491] Fix | Delete
xcb_generic_iterator_t
[492] Fix | Delete
xcb_res_resource_size_spec_end (xcb_res_resource_size_spec_iterator_t i);
[493] Fix | Delete
[494] Fix | Delete
int
[495] Fix | Delete
xcb_res_resource_size_value_sizeof (const void *_buffer);
[496] Fix | Delete
[497] Fix | Delete
xcb_res_resource_size_spec_t *
[498] Fix | Delete
xcb_res_resource_size_value_cross_references (const xcb_res_resource_size_value_t *R);
[499] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function