Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/xcb
File: ge.h
/*
[0] Fix | Delete
* This file generated automatically from ge.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_GenericEvent_API XCB GenericEvent API
[6] Fix | Delete
* @brief GenericEvent XCB Protocol Implementation.
[7] Fix | Delete
* @{
[8] Fix | Delete
**/
[9] Fix | Delete
[10] Fix | Delete
#ifndef __GE_H
[11] Fix | Delete
#define __GE_H
[12] Fix | Delete
[13] Fix | Delete
#include "xcb.h"
[14] Fix | Delete
[15] Fix | Delete
#ifdef __cplusplus
[16] Fix | Delete
extern "C" {
[17] Fix | Delete
#endif
[18] Fix | Delete
[19] Fix | Delete
#define XCB_GENERICEVENT_MAJOR_VERSION 1
[20] Fix | Delete
#define XCB_GENERICEVENT_MINOR_VERSION 0
[21] Fix | Delete
[22] Fix | Delete
extern xcb_extension_t xcb_genericevent_id;
[23] Fix | Delete
[24] Fix | Delete
/**
[25] Fix | Delete
* @brief xcb_genericevent_query_version_cookie_t
[26] Fix | Delete
**/
[27] Fix | Delete
typedef struct xcb_genericevent_query_version_cookie_t {
[28] Fix | Delete
unsigned int sequence;
[29] Fix | Delete
} xcb_genericevent_query_version_cookie_t;
[30] Fix | Delete
[31] Fix | Delete
/** Opcode for xcb_genericevent_query_version. */
[32] Fix | Delete
#define XCB_GENERICEVENT_QUERY_VERSION 0
[33] Fix | Delete
[34] Fix | Delete
/**
[35] Fix | Delete
* @brief xcb_genericevent_query_version_request_t
[36] Fix | Delete
**/
[37] Fix | Delete
typedef struct xcb_genericevent_query_version_request_t {
[38] Fix | Delete
uint8_t major_opcode;
[39] Fix | Delete
uint8_t minor_opcode;
[40] Fix | Delete
uint16_t length;
[41] Fix | Delete
uint16_t client_major_version;
[42] Fix | Delete
uint16_t client_minor_version;
[43] Fix | Delete
} xcb_genericevent_query_version_request_t;
[44] Fix | Delete
[45] Fix | Delete
/**
[46] Fix | Delete
* @brief xcb_genericevent_query_version_reply_t
[47] Fix | Delete
**/
[48] Fix | Delete
typedef struct xcb_genericevent_query_version_reply_t {
[49] Fix | Delete
uint8_t response_type;
[50] Fix | Delete
uint8_t pad0;
[51] Fix | Delete
uint16_t sequence;
[52] Fix | Delete
uint32_t length;
[53] Fix | Delete
uint16_t major_version;
[54] Fix | Delete
uint16_t minor_version;
[55] Fix | Delete
uint8_t pad1[20];
[56] Fix | Delete
} xcb_genericevent_query_version_reply_t;
[57] Fix | Delete
[58] Fix | Delete
/**
[59] Fix | Delete
*
[60] Fix | Delete
* @param c The connection
[61] Fix | Delete
* @return A cookie
[62] Fix | Delete
*
[63] Fix | Delete
* Delivers a request to the X server.
[64] Fix | Delete
*
[65] Fix | Delete
*/
[66] Fix | Delete
xcb_genericevent_query_version_cookie_t
[67] Fix | Delete
xcb_genericevent_query_version (xcb_connection_t *c,
[68] Fix | Delete
uint16_t client_major_version,
[69] Fix | Delete
uint16_t client_minor_version);
[70] Fix | Delete
[71] Fix | Delete
/**
[72] Fix | Delete
*
[73] Fix | Delete
* @param c The connection
[74] Fix | Delete
* @return A cookie
[75] Fix | Delete
*
[76] Fix | Delete
* Delivers a request to the X server.
[77] Fix | Delete
*
[78] Fix | Delete
* This form can be used only if the request will cause
[79] Fix | Delete
* a reply to be generated. Any returned error will be
[80] Fix | Delete
* placed in the event queue.
[81] Fix | Delete
*/
[82] Fix | Delete
xcb_genericevent_query_version_cookie_t
[83] Fix | Delete
xcb_genericevent_query_version_unchecked (xcb_connection_t *c,
[84] Fix | Delete
uint16_t client_major_version,
[85] Fix | Delete
uint16_t client_minor_version);
[86] Fix | Delete
[87] Fix | Delete
/**
[88] Fix | Delete
* Return the reply
[89] Fix | Delete
* @param c The connection
[90] Fix | Delete
* @param cookie The cookie
[91] Fix | Delete
* @param e The xcb_generic_error_t supplied
[92] Fix | Delete
*
[93] Fix | Delete
* Returns the reply of the request asked by
[94] Fix | Delete
*
[95] Fix | Delete
* The parameter @p e supplied to this function must be NULL if
[96] Fix | Delete
* xcb_genericevent_query_version_unchecked(). is used.
[97] Fix | Delete
* Otherwise, it stores the error if any.
[98] Fix | Delete
*
[99] Fix | Delete
* The returned value must be freed by the caller using free().
[100] Fix | Delete
*/
[101] Fix | Delete
xcb_genericevent_query_version_reply_t *
[102] Fix | Delete
xcb_genericevent_query_version_reply (xcb_connection_t *c,
[103] Fix | Delete
xcb_genericevent_query_version_cookie_t cookie /**< */,
[104] Fix | Delete
xcb_generic_error_t **e);
[105] Fix | Delete
[106] Fix | Delete
[107] Fix | Delete
#ifdef __cplusplus
[108] Fix | Delete
}
[109] Fix | Delete
#endif
[110] Fix | Delete
[111] Fix | Delete
#endif
[112] Fix | Delete
[113] Fix | Delete
/**
[114] Fix | Delete
* @}
[115] Fix | Delete
*/
[116] Fix | Delete
[117] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function