Correct a doc comment

Add 'papi' to the list of possible print backends, and mention 'file'
instead of 'pdf'.
This commit is contained in:
Matthias Clasen 2009-08-08 22:43:16 -04:00
parent 69fc109c22
commit 54863bbba6

View File

@ -741,7 +741,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
*
* A comma-separated list of print backends to use in the print
* dialog. Available print backends depend on the GTK+ installation,
* and may include "pdf", "cups" or "lpr".
* and may include "file", "cups", "lpr" or "papi".
*
* Since: 2.10
*/