summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-03-22 14:44:14 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-03-22 14:44:14 +0200
commitc7f62698441b347920a3f9f7c9b53ed24bb89c25 (patch)
treeda3a462f5004c5b93774fe2203e127d0ea1fa33b
parente1e323558c78a59d280b8cb741719bea909e93ca (diff)
downloadlibrpm-tizen-c7f62698441b347920a3f9f7c9b53ed24bb89c25.tar.gz
librpm-tizen-c7f62698441b347920a3f9f7c9b53ed24bb89c25.tar.bz2
librpm-tizen-c7f62698441b347920a3f9f7c9b53ed24bb89c25.zip
Document rpmteHeader() returning a new header reference
-rw-r--r--lib/rpmte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmte.h b/lib/rpmte.h
index fc68e2fce..d038f7159 100644
--- a/lib/rpmte.h
+++ b/lib/rpmte.h
@@ -49,7 +49,7 @@ rpmte rpmteNew(const rpmts ts, Header h, rpmElementType type,
/** \ingroup rpmte
* Retrieve header from transaction element.
* @param te transaction element
- * @return header
+ * @return header (new reference)
*/
Header rpmteHeader(rpmte te);