aboutsummaryrefslogtreecommitdiffstats
path: root/src/exiv2wrapper.hpp
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2009-11-18 19:55:39 +0100
committerOlivier Tilloy <olivier@tilloy.net>2009-11-18 19:55:39 +0100
commit42efc4f6138d9dccdbdd2217d0267eadc32b9226 (patch)
treea7aa681940dc9949c23bdf238b5e32b404276a61 /src/exiv2wrapper.hpp
parent88d489884b279979c6d18c47d795befb3af0b6ce (diff)
downloadpyexiv2-42efc4f6138d9dccdbdd2217d0267eadc32b9226.tar.gz
Make Image::getIptcTag return an IptcTag.
Diffstat (limited to 'src/exiv2wrapper.hpp')
-rw-r--r--src/exiv2wrapper.hpp11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/exiv2wrapper.hpp b/src/exiv2wrapper.hpp
index ea3bbce..e4a49b4 100644
--- a/src/exiv2wrapper.hpp
+++ b/src/exiv2wrapper.hpp
@@ -141,16 +141,9 @@ public:
// even if a tag is present more than once.
boost::python::list iptcKeys();
- // Return a tuple containing the type (as a string) and the value
- // (as a string as well) of the required IPTC tag.
+ // Return the required IPTC tag.
// Throw an exception if the tag is not set.
- // key
- // tagname
- // taglabel
- // tagdesc
- // type
- // tagvalue (list)
- boost::python::tuple getIptcTag(std::string key);
+ const IptcTag getIptcTag(std::string key);
// Set the IPTC tag's values. If the tag was not previously set, it is
// created.