]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkprintoperation-private.h
Added new symbols
[~andy/gtk] / gtk / gtkprintoperation-private.h
index cf38582dcc72906fab0d9005433713327c475603..2213967162305d590415e997ff4e6c98357633ff 100644 (file)
@@ -61,7 +61,8 @@ struct _GtkPrintOperationPrivate
                      GtkPageSetup *page_setup);
   void (*end_page) (GtkPrintOperation *operation,
                    GtkPrintContext *print_context);
-  void (*end_run) (GtkPrintOperation *operation);
+  void (*end_run) (GtkPrintOperation *operation,
+                  gboolean wait);
   GDestroyNotify free_platform_data;
 };
 
@@ -70,7 +71,8 @@ GtkPrintOperationResult _gtk_print_operation_platform_backend_run_dialog (GtkPri
                                                                          gboolean          *do_print,
                                                                          GError           **error);
 
-typedef void (* GtkPrintOperationPrintFunc) (GtkPrintOperation *op);
+typedef void (* GtkPrintOperationPrintFunc) (GtkPrintOperation *op,
+                                            gboolean wait);
 
 void _gtk_print_operation_platform_backend_run_dialog_async (GtkPrintOperation          *op,
                                                             GtkWindow                  *parent,