[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:39:35 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=0ebcc67

The following commit has been merged in the master branch:
commit 0ebcc67d3f6664424bf6c447f84cc66341cb3972
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Mon Jun 23 11:27:11 2008 +0000

    Improved doc (hopefully).
---
 src/iptc.hpp | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/iptc.hpp b/src/iptc.hpp
index 9501210..084f28e 100644
--- a/src/iptc.hpp
+++ b/src/iptc.hpp
@@ -309,10 +309,10 @@ namespace Exiv2 {
     class IptcParser {
     public:
         /*!
-          @brief Decode IPTC data in IPTC IIM4 format from a buffer \em pData
+          @brief Decode binary IPTC data in IPTC IIM4 format from a buffer \em pData
                  of length \em size to the provided metadata container.
 
-          @param iptcData Metadata container to add the decoded IPTC data to.
+          @param iptcData Metadata container to add the decoded IPTC datasets to.
           @param pData    Pointer to the data buffer to read from.
           @param size     Number of bytes in the data buffer.
 
@@ -325,13 +325,13 @@ namespace Exiv2 {
                   uint32_t  size
         );
         /*!
-          @brief Encode metadata from the provided metadata to IPTC IIM4 format.
+          @brief Encode the IPTC datasets from \em iptcData to a binary
+                 representation in IPTC IIM4 format.
 
-          Write the IPTC data to a data buffer and return the data buffer.
-          Caller owns this buffer. The copied data follows the IPTC IIM4
-          standard.
+          Convert the IPTC datasets to binary format and return it.  Caller owns
+          the returned buffer. The copied data follows the IPTC IIM4 standard.
 
-          @return Data buffer containing the IPTC data.
+          @return Data buffer containing the binary IPTC data in IPTC IIM4 format.
          */
         static DataBuf encode(
             const IptcData& iptcData

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list