X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fc-client.xsl;h=d70b8b6b4804ee7579a62ec9e9309e7123ec8555;hb=67af2d24e4c46580479570cf09586a54b84b1b63;hp=31b6de5a9274431d7c96cf515b2429788e6bb1b7;hpb=9d155160546798052533c277c877879e83f85979;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/c-client.xsl b/src/c-client.xsl index 31b6de5..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) + */ @@ -973,11 +995,13 @@ authorization from the authors. -->___H -/** - * @file .h - **/ +/* + * This file generated automatically from +.xml by c-client.xsl using XSLT. + * Edit at your peril. + */ - + /** * @defgroup XCB__API XCB API * @brief XCB Protocol Implementation. @@ -985,14 +1009,8 @@ authorization from the authors. * @{ **/ -/* - * This file generated automatically from -.xml by c-client.xsl using XSLT. - * Edit at your peril. - */ - - + #ifndef #define @@ -1017,7 +1035,10 @@ authorization from the authors. - + + +#include <string.h> + #include <assert.h> #include "xcbext.h" #include ".h" @@ -1028,10 +1049,11 @@ authorization from the authors. +#endif + /** * @} */ -#endif @@ -1164,6 +1186,10 @@ authorization from the authors. + + + + /***************************************************************************** ** ** @@ -1228,6 +1254,11 @@ authorization from the authors. + + + + +