From 1cfc6615e3339674ca0fb011813405c1c48fd193 Mon Sep 17 00:00:00 2001 From: Olivier Tilloy Date: Mon, 30 Nov 2009 20:47:13 +0100 Subject: Separate _XmpTag value setters for text, array and lang alt. --- src/exiv2wrapper.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/exiv2wrapper.hpp') diff --git a/src/exiv2wrapper.hpp b/src/exiv2wrapper.hpp index 418fac7..8a0d885 100644 --- a/src/exiv2wrapper.hpp +++ b/src/exiv2wrapper.hpp @@ -108,7 +108,9 @@ public: // Constructor XmpTag(const std::string& key, Exiv2::Xmpdatum* datum=0); - //void setRawValue(const std::string& value); + void setTextValue(const std::string& value); + void setArrayValue(const boost::python::list& values); + void setLangAltValue(const boost::python::dict& values); const std::string getKey(); const std::string getExiv2Type(); -- cgit