[ Version ( since = "2.10" ) ]
public virtual signal void done (PrintOperationResult result)
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 [method@Gtk.PrintOperation.get_error] for more information.
If you enabled print status tracking then [method@Gtk.PrintOperation.is_finished] may still return false after the done signal was emitted.
| result |
the result of the print operation |