aboutsummaryrefslogtreecommitdiffstats
path: root/src/exiv2wrapper.hpp
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2009-11-16 09:34:35 +0100
committerOlivier Tilloy <olivier@tilloy.net>2009-11-16 09:34:35 +0100
commitb4d04cb5bf194fb41258340e10a1467abaeb2e13 (patch)
treed207c4bc01cb252c0dcf2974c4fca1612a803114 /src/exiv2wrapper.hpp
parentda5c442517be8fa5ce996830385569995fdfc9a8 (diff)
downloadpyexiv2-b4d04cb5bf194fb41258340e10a1467abaeb2e13.tar.gz
Updated documentation.
Diffstat (limited to 'src/exiv2wrapper.hpp')
-rw-r--r--src/exiv2wrapper.hpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/exiv2wrapper.hpp b/src/exiv2wrapper.hpp
index 34dca80..5dfc1bd 100644
--- a/src/exiv2wrapper.hpp
+++ b/src/exiv2wrapper.hpp
@@ -123,17 +123,8 @@ public:
// image.
boost::python::list exifKeys();
- // Return a tuple containing the type (as a string) and the value
- // (as a string as well) of the required EXIF tag.
+ // Return the required EXIF tag.
// Throw an exception if the tag is not set.
- // key
- // tagname
- // taglabel
- // tagdesc
- // type
- // tagvalue
- // tagvalue (human-readable)
- //boost::python::tuple getExifTag(std::string key);
const ExifTag getExifTag(std::string key);
// Set the EXIF tag's value. If the tag was not previously set, it is