diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkprintoperation.sgml | 28 |
2 files changed, 25 insertions, 5 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index e0dcbbdbf..65b40f69a 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,7 @@ 2008-12-30 Matthias Clasen <mclasen@redhat.com> + * gtk/tmpl/gtkprintoperation.sgml: Additions + * gtk/tmpl/gtkprintunixdialog.sgml: Document the preview capability. diff --git a/docs/reference/gtk/tmpl/gtkprintoperation.sgml b/docs/reference/gtk/tmpl/gtkprintoperation.sgml index ba6b80949..1694d1a68 100644 --- a/docs/reference/gtk/tmpl/gtkprintoperation.sgml +++ b/docs/reference/gtk/tmpl/gtkprintoperation.sgml @@ -297,13 +297,15 @@ A value of this type is returned by gtk_print_operation_run(). <!-- ##### ENUM GtkPrintError ##### --> <para> - +Error codes that identify various errors that can occur while +using the GTK+ printing support. </para> -@GTK_PRINT_ERROR_GENERAL: -@GTK_PRINT_ERROR_INTERNAL_ERROR: -@GTK_PRINT_ERROR_NOMEM: -@GTK_PRINT_ERROR_INVALID_FILE: +@GTK_PRINT_ERROR_GENERAL: An unspecified error occurred. +@GTK_PRINT_ERROR_INTERNAL_ERROR: An internal error occurred. +@GTK_PRINT_ERROR_NOMEM: A memory allocation failed. +@GTK_PRINT_ERROR_INVALID_FILE: An error occurred while loading a page setup + or paper size from a key file. <!-- ##### MACRO GTK_PRINT_ERROR ##### --> <para> @@ -475,6 +477,22 @@ The #GQuark used for #GtkPrintError errors. @op: +<!-- ##### FUNCTION gtk_print_operation_draw_page_finish ##### --> +<para> + +</para> + +@op: + + +<!-- ##### FUNCTION gtk_print_operation_set_defer_drawing ##### --> +<para> + +</para> + +@op: + + <!-- ##### FUNCTION gtk_print_operation_get_status ##### --> <para> |