From 18a0068300d0ce9aa799cf0f8b073c26f8220c98 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 29 Jun 2006 10:01:25 +0000 Subject: [PATCH] some cross-referencing --- gtk/gtkprintoperation.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk/gtkprintoperation.c b/gtk/gtkprintoperation.c index 66cd9491a8..c6cecce8dc 100644 --- a/gtk/gtkprintoperation.c +++ b/gtk/gtkprintoperation.c @@ -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);