]> Pileus Git - ~andy/gtk/commitdiff
Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.
authorMatthias Clasen <mclasen@redhat.com>
Thu, 8 Jun 2006 16:32:22 +0000 (16:32 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 8 Jun 2006 16:32:22 +0000 (16:32 +0000)
2006-06-08  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtkprintoperation.sgml: Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkprintoperation.sgml

index 4801807538a6a9a565044c27e521fe0e97941910..d670eae039af381b0cfe19414607a3b524c6e2d9 100644 (file)
@@ -1,5 +1,7 @@
 2006-06-08  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkprintoperation.sgml: Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.
+
        * gtk/tmpl/gtkstock.sgml: Correct a filename (#344239,
        John Darrington)
 
index 9f3ccfc80b399825078824df436f4575fe32c8d9..6a344eacbab960f3126ce771f2b64e83e029a483 100644 (file)
@@ -266,12 +266,12 @@ The @action parameter to gtk_print_operation_run()
 determines what action the print operation should perform.
 </para>
 
-@GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG: Show the print dialog. 
+@GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG: Show the print dialog.
 @GTK_PRINT_OPERATION_ACTION_PRINT: Start to print without showing
-   the print dialog, based on the current print settings. 
-@GTK_PRINT_OPERATION_ACTION_PREVIEW: Show the print preview. 
+   the print dialog, based on the current print settings.
+@GTK_PRINT_OPERATION_ACTION_PREVIEW: Show the print preview.
 @GTK_PRINT_OPERATION_ACTION_EXPORT: Export to a file. This requires
-  the pdf-target to be set. 
+  the pdf-target to be set.
 
 <!-- ##### ENUM GtkPrintOperationResult ##### -->
 <para>
@@ -282,7 +282,6 @@ A value of this type is returned by gtk_print_operation_run().
 @GTK_PRINT_OPERATION_RESULT_APPLY: The print settings should be stored.
 @GTK_PRINT_OPERATION_RESULT_CANCEL: The print operation has been canceled,
   the print settings should not be stored.
-@GTK_PRINT_OPERATION_RESULT_PREVIEW: 
 @GTK_PRINT_OPERATION_RESULT_IN_PROGRESS: The print operation is complete
   yet. This value will only be returned when running asynchronously.