docs: use proper quotes

This commit is contained in:
William Jon McCann
2014-02-05 13:07:34 -05:00
parent c3dfb17031
commit 2a45418b67
141 changed files with 668 additions and 668 deletions

View File

@ -76,16 +76,16 @@
* gtk_print_job_new().
*
* #GtkPrintUnixDialog uses the following response values:
* - %GTK_RESPONSE_OK: for the "Print" button
* - %GTK_RESPONSE_APPLY: for the "Preview" button
* - %GTK_RESPONSE_CANCEL: for the "Cancel" button
* - %GTK_RESPONSE_OK: for the Print button
* - %GTK_RESPONSE_APPLY: for the Preview button
* - %GTK_RESPONSE_CANCEL: for the Cancel button
*
* Printing support was added in GTK+ 2.10.
*
* # GtkPrintUnixDialog as GtkBuildable
*
* The GtkPrintUnixDialog implementation of the GtkBuildable interface exposes its
* @notebook internal children with the name "notebook".
* @notebook internal children with the name notebook.
*
* An example of a #GtkPrintUnixDialog UI definition fragment:
* |[