diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-28 02:07:30 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-28 02:07:30 +0000 |
commit | 7cc3908418c32e45a2032d9908270aa80cfed310 (patch) | |
tree | 626d3d9701081c57791129bb0b54d64b3128bff2 /docs/reference/gtk/tmpl/gtkprintoperation.sgml | |
parent | 8f59f3adbb4413c41ac18ce8c9b068c7fd05e513 (diff) | |
download | gtk+-7cc3908418c32e45a2032d9908270aa80cfed310.tar.gz |
typo fix
svn path=/trunk/; revision=21216
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkprintoperation.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkprintoperation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/tmpl/gtkprintoperation.sgml b/docs/reference/gtk/tmpl/gtkprintoperation.sgml index 85635c8e70..ba6b809498 100644 --- a/docs/reference/gtk/tmpl/gtkprintoperation.sgml +++ b/docs/reference/gtk/tmpl/gtkprintoperation.sgml @@ -292,7 +292,7 @@ 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_IN_PROGRESS: The print operation is complete +@GTK_PRINT_OPERATION_RESULT_IN_PROGRESS: The print operation is not complete yet. This value will only be returned when running asynchronously. <!-- ##### ENUM GtkPrintError ##### --> |