aboutsummaryrefslogtreecommitdiffstats
path: root/src/exiv2wrapper.hpp
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2008-06-14 21:10:39 +0200
committerOlivier Tilloy <olivier@tilloy.net>2008-06-14 21:10:39 +0200
commite01497fc943963a82c7c84ef94798e6e43027198 (patch)
treeaf147e82452b19f252a92ad9a40503e196958969 /src/exiv2wrapper.hpp
parent3a5641e021ec3b6314de359d72dea83ad906f7ea (diff)
downloadpyexiv2-e01497fc943963a82c7c84ef94798e6e43027198.tar.gz
First basic support for XMP metadata: listing XMP keys.
Diffstat (limited to 'src/exiv2wrapper.hpp')
-rw-r--r--src/exiv2wrapper.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exiv2wrapper.hpp b/src/exiv2wrapper.hpp
index 371cfe3..99929fc 100644
--- a/src/exiv2wrapper.hpp
+++ b/src/exiv2wrapper.hpp
@@ -122,6 +122,8 @@ public:
// than the highest existing one.
//boost::python::tuple deleteIptcTag(std::string key, unsigned int index);
+ boost::python::list xmpKeys();
+
// Return a tuple containing the name of the tag and its description.
//boost::python::tuple tagDetails(std::string key);
@@ -154,6 +156,7 @@ private:
Exiv2::Image::AutoPtr _image;
Exiv2::ExifData _exifData;
Exiv2::IptcData _iptcData;
+ Exiv2::XmpData _xmpData;
// true if the image's internal metadata has already been read,
// false otherwise