From: TORRI Vincent Date: Mon, 22 Jan 2007 10:40:15 +0000 (+0100) Subject: add doxygen doc for the *_end functions X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab22a4d61665bbe637b8c1f349fcfaf04e386e88;p=free-sw%2Fxcb%2Flibxcb add doxygen doc for the *_end functions --- 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;