X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fc-client.xsl;h=3e2e84969c24abe484ea48a7469c1345a82d318b;hb=6cedaece0e294d39fe090b87e2f60569b40a4554;hp=d70b8b6b4804ee7579a62ec9e9309e7123ec8555;hpb=67af2d24e4c46580479570cf09586a54b84b1b63;p=free-sw%2Fxcb%2Flibxcb diff --git a/src/c-client.xsl b/src/c-client.xsl index d70b8b6..3e2e849 100644 --- a/src/c-client.xsl +++ b/src/c-client.xsl @@ -950,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;