mirror of
https://github.com/taglib/taglib.git
synced 2025-07-16 03:54:21 -04:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user