Last docs updates and a small function signature change. I'm pretty sure that's it for 1.4.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@439059 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Scott Wheeler
2005-07-27 00:25:40 +00:00
parent 585bf5afca
commit b84fdcfa04
2 changed files with 8 additions and 3 deletions

View File

@ -55,7 +55,7 @@ namespace TagLib {
class FileRef
{
public:
//! A class for pluggable file type resolution.
/*!
@ -182,9 +182,13 @@ namespace TagLib {
* that are tried. If the FileTypeResolver returns zero the next resolver
* is tried.
*
* Returns a pointer to the added resolver (the same one that's passed in --
* this is mostly so that static inialializers have something to use for
* assignment).
*
* \see FileTypeResolver
*/
static void addFileTypeResolver(const FileTypeResolver *resolver);
static const FileTypeResolver *addFileTypeResolver(const FileTypeResolver *resolver);
/*!
* As is mentioned elsewhere in this class's documentation, the default file