diff options
Diffstat (limited to 'src/exiv2wrapper.hpp')
-rw-r--r-- | src/exiv2wrapper.hpp | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/exiv2wrapper.hpp b/src/exiv2wrapper.hpp index 9d86f1b..f26f9be 100644 --- a/src/exiv2wrapper.hpp +++ b/src/exiv2wrapper.hpp @@ -101,7 +101,6 @@ public: // tagdesc // type // tagvalue (list) - // tagvalue (human-readable) (list) boost::python::tuple getIptcTag(std::string key); // Set the IPTC tag's value and return a tuple containing the @@ -124,6 +123,14 @@ public: boost::python::list xmpKeys(); + // key + // tagname + // taglabel + // tagdesc + // type + // tagvalue (list) + boost::python::tuple getXmpTag(std::string key); + // Return a tuple containing the name of the tag and its description. //boost::python::tuple tagDetails(std::string key); |