summaryrefslogtreecommitdiff
path: root/src/lib/job.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/job.cc')
-rw-r--r--src/lib/job.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/job.cc b/src/lib/job.cc
index dacc8bf31..31f336b65 100644
--- a/src/lib/job.cc
+++ b/src/lib/job.cc
@@ -302,6 +302,7 @@ Job::check_for_interruption_or_pause ()
/** Set the progress of the current part of the job.
* @param p Progress (from 0 to 1)
+ * @param force Do not ignore this update, even if it hasn't been long since the last one.
*/
void
Job::set_progress (float p, bool force)
@@ -374,7 +375,8 @@ Job::error_summary () const
}
/** Set the current error string.
- * @param e New error string.
+ * @param s New error string.
+ * @param d New error detail string.
*/
void
Job::set_error (string s, string d)