GNOME Bugzilla – Bug 763731
Return GTK_PRINT_OPERATION_RESULT_ERROR even if error == NULL
Last modified: 2016-03-21 15:12:20 UTC
gtk_print_operation_run can be passed a GError **, or one can pass NULL and call gtk_print_operation_get_error later to get the error. We should still return GTK_PRINT_OPERATION_RESULT_ERROR in case of an error if the caller opts for the latter.
Created attachment 324069 [details] [review] print-operation: Be more robust in the error path
Review of attachment 324069 [details] [review]: Looks right
Comment on attachment 324069 [details] [review] print-operation: Be more robust in the error path Pushed to master after the 3.20.0 release.