[API Change] Rename getMatatag to getMetadata.

This commit is contained in:
Matthieu Gautier
2019-09-16 10:30:39 +02:00
parent 157c1c939c
commit 660d5d7fb7
2 changed files with 20 additions and 20 deletions

View File

@ -158,7 +158,7 @@ class Reader
* @param[out] value The value will be set to the content of the metadata.
* @return True if it was possible to get the content of the metadata.
*/
bool getMetatag(const string& name, string& value) const;
bool getMetadata(const string& name, string& value) const;
/**
* Get the name of the zim file.