From: Scott Wheeler Date: Fri, 22 Jul 2005 09:03:15 +0000 (+0000) Subject: SVN_SILENT missing docs X-Git-Tag: v1.5~272 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddd8c2f4c9151719d25c11b3d30c31a8a184dfcb;p=taglib SVN_SILENT missing docs git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@437534 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/toolkit/tlist.h b/toolkit/tlist.h index 371543a5..1aed47a6 100644 --- a/toolkit/tlist.h +++ b/toolkit/tlist.h @@ -120,7 +120,16 @@ namespace TagLib { */ List &append(const List &l); + /*! + * Prepends \a item to the beginning list and returns a reference to the + * list. + */ List &prepend(const T &item); + + /*! + * Prepends all of the items in \a l to the beginning list and returns a + * reference to the list. + */ List &prepend(const List &l); /*!