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;