Emitted when the print operation run has finished doing
everything required for printing.
result gives you information about what happened during the run.
If result is GTK_PRINT_OPERATION_RESULT_ERROR then you can call
PrintOperation.getError for more information.
Emitted when the print operation run has finished doing everything required for printing.
result gives you information about what happened during the run. If result is GTK_PRINT_OPERATION_RESULT_ERROR then you can call PrintOperation.getError for more information.
If you enabled print status tracking then PrintOperation.isFinished may still return FALSE after done was emitted.