diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2009-11-16 09:34:35 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2009-11-16 09:34:35 +0100 |
commit | b4d04cb5bf194fb41258340e10a1467abaeb2e13 (patch) | |
tree | d207c4bc01cb252c0dcf2974c4fca1612a803114 /src/exiv2wrapper.hpp | |
parent | da5c442517be8fa5ce996830385569995fdfc9a8 (diff) | |
download | pyexiv2-b4d04cb5bf194fb41258340e10a1467abaeb2e13.tar.gz |
Updated documentation.
Diffstat (limited to 'src/exiv2wrapper.hpp')
-rw-r--r-- | src/exiv2wrapper.hpp | 11 |
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 |