X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fc-client.xsl;h=3e2e84969c24abe484ea48a7469c1345a82d318b;hb=6cedaece0e294d39fe090b87e2f60569b40a4554;hp=8b951cb1c372cc1d474b01d50099f3a38a5b5c88;hpb=3fa50020d2d9b78e22cf3597f4688c4e22df5121;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/c-client.xsl b/src/c-client.xsl index 8b951cb..3e2e849 100644 --- a/src/c-client.xsl +++ b/src/c-client.xsl @@ -722,6 +722,10 @@ authorization from the authors. xcb_out; + + xcb_out.pad0 = 0; + @@ -920,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) + */ @@ -938,6 +950,15 @@ authorization from the authors. + /** + * Return the iterator pointing to the last element + * @param i An _iterator_t + * @return The iterator pointing to the last element + * + * Set the current element in the iterator to the last element. + * The member rem is set to 0. The member data points to the + * last element. + */ xcb_generic_iterator_t ret; @@ -1174,6 +1195,10 @@ authorization from the authors. + + + + /***************************************************************************** ** ** @@ -1238,6 +1263,11 @@ authorization from the authors. + + + + +