mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
some cross-referencing
This commit is contained in:
parent
b8888ec22c
commit
18a0068300
@ -2389,6 +2389,9 @@ gtk_print_operation_run (GtkPrintOperation *op,
|
||||
|
||||
if (action == GTK_PRINT_OPERATION_ACTION_EXPORT)
|
||||
{
|
||||
/* note: if you implement async EXPORT, update the docs
|
||||
* docs for the allow-async property.
|
||||
*/
|
||||
priv->is_sync = TRUE;
|
||||
g_return_val_if_fail (priv->export_filename != NULL, GTK_PRINT_OPERATION_RESULT_ERROR);
|
||||
result = run_pdf (op, parent, &do_print);
|
||||
|
Loading…
Reference in New Issue
Block a user