summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-05 13:07:34 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-05 15:08:42 -0500
commit2a45418b673d10f60e9334ebcfa493f125d26e02 (patch)
treebd459a39a8aae3ade27524b5e1199eb38d972c25 /gtk/gtkprintoperation.h
parentc3dfb17031842458e86907e8c1d3a1ca4c442a8c (diff)
downloadgtk+-2a45418b673d10f60e9334ebcfa493f125d26e02.tar.gz
docs: use proper quotes
Diffstat (limited to 'gtk/gtkprintoperation.h')
-rw-r--r--gtk/gtkprintoperation.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkprintoperation.h b/gtk/gtkprintoperation.h
index fdafdac886..1a906e0cce 100644
--- a/gtk/gtkprintoperation.h
+++ b/gtk/gtkprintoperation.h
@@ -132,7 +132,7 @@ struct _GtkPrintOperation
* doing everything required for printing.
* @begin_print: Signal emitted after the user has finished changing
* print settings in the dialog, before the actual rendering starts.
- * @paginate: Signal emitted after the "begin-print" signal, but
+ * @paginate: Signal emitted after the “begin-print” signal, but
* before the actual rendering starts.
* @request_page_setup: Emitted once for every page that is printed,
* to give the application a chance to modify the page setup.
@@ -141,8 +141,8 @@ struct _GtkPrintOperation
* @status_changed: Emitted at between the various phases of the print
* operation.
* @create_custom_widget: Signal emitted when displaying the print dialog.
- * @custom_widget_apply: Signal emitted right before "begin-print" if
- * you added a custom widget in the "create-custom-widget" handler.
+ * @custom_widget_apply: Signal emitted right before “begin-print” if
+ * you added a custom widget in the “create-custom-widget” handler.
* @preview: Signal emitted when a preview is requested from the
* native dialog.
* @update_custom_widget: Emitted after change of selected printer.