aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/ogg/flac/oggflacfile.h
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2017-02-07 22:36:56 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2017-02-07 22:36:56 +0900
commitf76b1e54296a71ec52664ebb411a2ba127ede67d (patch)
tree100222e16bf7b1aab27ef705a3dc8c64e1c3e1c1 /taglib/ogg/flac/oggflacfile.h
parentd4d8410c081d910891e4d8821bb46c06482d297e (diff)
Rename the functions 'isValidStream' to 'isSupported'.
The name 'isValidStream' is a little misleading because it doesn't check if the stream is really valid. Additionally, 'isSupported' can be naturally overloaded.
Diffstat (limited to 'taglib/ogg/flac/oggflacfile.h')
-rw-r--r--taglib/ogg/flac/oggflacfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/ogg/flac/oggflacfile.h b/taglib/ogg/flac/oggflacfile.h
index 5f4313da..b2686e45 100644
--- a/taglib/ogg/flac/oggflacfile.h
+++ b/taglib/ogg/flac/oggflacfile.h
@@ -149,7 +149,7 @@ namespace TagLib {
* \note This method is designed to do a quick check. The result may
* not necessarily be correct.
*/
- static bool isValidStream(IOStream *stream);
+ static bool isSupported(IOStream *stream);
private:
File(const File &);