aboutsummaryrefslogtreecommitdiffstats
path: root/src/libpyexiv2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libpyexiv2.hpp')
-rw-r--r--src/libpyexiv2.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/libpyexiv2.hpp b/src/libpyexiv2.hpp
index 61f46b4..91956cc 100644
--- a/src/libpyexiv2.hpp
+++ b/src/libpyexiv2.hpp
@@ -104,11 +104,10 @@ namespace LibPyExiv2
// "JPEG") and the thumbnail raw data as a string buffer.
boost::python::tuple getThumbnailData();
- // Sets the thumbnail of the image. The first element of the tuple is
- // the format of the thumbnail ("TIFF" or "JPEG") and the second element
- // is the thumbnail raw data as a string buffer.
+ // Sets the thumbnail of the image. The parameter is the thumbnail raw
+ // jpeg data as a string buffer.
// Returns true if successful, false otherwise.
- bool setThumbnailData(boost::python::tuple data);
+ bool setThumbnailData(std::string data);
private:
std::string _filename;