aboutsummaryrefslogtreecommitdiffstats
path: root/src/exiv2wrapper_python.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/exiv2wrapper_python.cpp')
-rw-r--r--src/exiv2wrapper_python.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exiv2wrapper_python.cpp b/src/exiv2wrapper_python.cpp
index 7398194..a73eedf 100644
--- a/src/exiv2wrapper_python.cpp
+++ b/src/exiv2wrapper_python.cpp
@@ -132,6 +132,8 @@ BOOST_PYTHON_MODULE(libexiv2python)
.def("deleteXmpTag", &Image::deleteXmpTag)
.def("previews", &Image::previews)
+
+ .def("copyMetadata", &Image::copyMetadata)
;
}