X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fc-client.xsl;h=d70b8b6b4804ee7579a62ec9e9309e7123ec8555;hb=67af2d24e4c46580479570cf09586a54b84b1b63;hp=445a8a6f06e7f3fd7e448ecb626a3eafa35043b2;hpb=5ec55dc9c0c51137d89dd870ede05cc3268f75ae;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/c-client.xsl b/src/c-client.xsl index 445a8a6..d70b8b6 100644 --- a/src/c-client.xsl +++ b/src/c-client.xsl @@ -47,6 +47,8 @@ authorization from the authors. + + @@ -588,7 +590,7 @@ authorization from the authors. - + @@ -720,7 +722,11 @@ authorization from the authors. xcb_out; - + xcb_out.pad0 = 0; + + @@ -779,6 +785,14 @@ authorization from the authors. + + + + xcb_out.pad = 0; + memset(xcb_out.pad, 0, ); + + + @@ -910,6 +924,14 @@ authorization from the authors. + /** + * Get the next element of the iterator + * @param i Pointer to a _iterator_t + * + * Get the next element in the iterator. The member rem is + * decreased by one. The member data points to the next + * element. The member index is increased by sizeof(_t) + */ @@ -979,8 +1001,16 @@ authorization from the authors. * Edit at your peril. */ - +/** + * @defgroup XCB__API XCB API + * @brief XCB Protocol Implementation. + + * @{ + **/ + + + #ifndef #define @@ -992,8 +1022,23 @@ authorization from the authors. + + + + #define XCB__MAJOR_VERSION + + #define XCB__MINOR_VERSION + + + + + + - + + +#include <string.h> + #include <assert.h> #include "xcbext.h" #include ".h" @@ -1005,6 +1050,10 @@ authorization from the authors. #endif + +/** + * @} + */ @@ -1013,6 +1062,8 @@ authorization from the authors. + /** Opcode for . */ + #define @@ -1073,6 +1124,10 @@ authorization from the authors. + /** + * @brief + **/ + typedef struct @@ -1084,7 +1139,7 @@ authorization from the authors. - ; + ; /**< */ } @@ -1129,8 +1184,35 @@ authorization from the authors. - - + + + + + + +/***************************************************************************** + ** + ** + + + ** + + + + + ** @param + + + + + + + + ** @returns + ** + *****************************************************************************/ + + @@ -1148,6 +1230,7 @@ authorization from the authors. + /**< */ @@ -1171,6 +1254,11 @@ authorization from the authors. + + + + +