diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-06-08 16:32:22 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-08 16:32:22 +0000 |
commit | 1298b93bf78e0f5c4801c17cf26808a32cbf1c14 (patch) | |
tree | ce8efcba75b606fd07f00ef110a87aa91f25636e /docs | |
parent | 49e88d89000bcd8e22a949ff66fe2d5b5425657a (diff) | |
download | gdk-pixbuf-1298b93bf78e0f5c4801c17cf26808a32cbf1c14.tar.gz |
Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.
2006-06-08 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkprintoperation.sgml: Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkprintoperation.sgml | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 480180753..d670eae03 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -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) diff --git a/docs/reference/gtk/tmpl/gtkprintoperation.sgml b/docs/reference/gtk/tmpl/gtkprintoperation.sgml index 9f3ccfc80..6a344eacb 100644 --- a/docs/reference/gtk/tmpl/gtkprintoperation.sgml +++ b/docs/reference/gtk/tmpl/gtkprintoperation.sgml @@ -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. |