Minor readability doc change.
This commit is contained in:
parent
c1b2e030c5
commit
9fe77c6ff5
@ -31,7 +31,7 @@
|
||||
\param[in] pagecount the total number of pages of the job (or 0 if you don't know the number of pages)
|
||||
\param[out] frompage if non-null, *frompage is set to the first page the user wants printed
|
||||
\param[out] topage if non-null, *topage is set to the last page the user wants printed
|
||||
\param[out] perr_message if non-null and if the returned value is > 1, *perr_message is set to a string
|
||||
\param[out] perr_message if non-null and if the returned value is ≥ 2, *perr_message is set to a string
|
||||
describing the error. That string can be delete[]'d after use.
|
||||
\return 0 if OK, 1 if user cancelled the job, ≥ 2 if any error.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user