]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkprintoperation.h
/tmp/cvsX7MHVx
[~andy/gtk] / gtk / gtkprintoperation.h
index c5df55f018818c6f9b7777e749671e9ac8bb10d1..624a759cb9d49c1d85b473dde2f5a4106463b9ff 100644 (file)
@@ -67,7 +67,7 @@ typedef enum {
   GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG,
   GTK_PRINT_OPERATION_ACTION_PRINT,
   GTK_PRINT_OPERATION_ACTION_PREVIEW,
-  GTK_PRINT_OPERATION_ACTION_EXPORT,
+  GTK_PRINT_OPERATION_ACTION_EXPORT
 } GtkPrintOperationAction;
 
 
@@ -148,7 +148,7 @@ void                    gtk_print_operation_set_use_full_page      (GtkPrintOper
                                                                    gboolean            full_page);
 void                    gtk_print_operation_set_unit               (GtkPrintOperation  *op,
                                                                    GtkUnit             unit);
-void                    gtk_print_operation_set_pdf_target         (GtkPrintOperation  *op,
+void                    gtk_print_operation_set_export_filename    (GtkPrintOperation  *op,
                                                                    const gchar        *filename);
 void                    gtk_print_operation_set_track_print_status (GtkPrintOperation  *op,
                                                                    gboolean            track_status);
@@ -162,7 +162,8 @@ GtkPrintOperationResult gtk_print_operation_run                    (GtkPrintOper
                                                                    GtkPrintOperationAction action,
                                                                    GtkWindow          *parent,
                                                                    GError            **error);
-GError *                gtk_print_operation_get_error              (GtkPrintOperation  *op);
+void                    gtk_print_operation_get_error              (GtkPrintOperation  *op,
+                                                                   GError            **error);
 GtkPrintStatus          gtk_print_operation_get_status             (GtkPrintOperation  *op);
 G_CONST_RETURN gchar *  gtk_print_operation_get_status_string      (GtkPrintOperation  *op);
 gboolean                gtk_print_operation_is_finished            (GtkPrintOperation  *op);