Skip to content

Commit

Permalink
transaction: Update API doc related to keepcache
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kolarik committed Sep 20, 2023
1 parent eb19d9a commit 5fdd3fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/libdnf5/base/transaction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ class Transaction {
/// To watch progress or trigger actions during specific transactions events,
/// setup the `callbacks` object.
///
/// After a successful transaction, any temporarily downloaded packages are removed
/// if the 'keepcache' option is set to 'false' and the transaction involved an inbound action.
/// Otherwise, the packages are preserved on the disk.
///
/// @return An enum describing the result of running the transaction.
TransactionRunResult run();

Expand Down

0 comments on commit 5fdd3fe

Please sign in to comment.