Document settings

This commit is contained in:
Matthias Clasen 2006-06-30 10:07:45 +00:00
parent 9a5312f915
commit 40be3ef94f
2 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-06-30 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkprintsettings.sgml: Document print-to-file specific
settings. (#346241, Carolyn MacLeod)
2006-06-28 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkprintjob.sgml: Document GtkPrintJobCompleteFunc

View File

@ -830,6 +830,23 @@ Printing support was added in GTK+ 2.10.
@output_bin:
<!-- ##### MACRO GTK_PRINT_SETTINGS_OUTPUT_FILE_FORMAT ##### -->
<para>
The key used by the "Print to file" printer to store the format
of the output. The supported values are "PS" and "PDF".
</para>
<!-- ##### MACRO GTK_PRINT_SETTINGS_OUTPUT_URI ##### -->
<para>
The key used by the "Print to file" printer to store the URI
to which the output should be written. GTK+ itself supports
only "file://" URIs.
</para>
<!-- ##### MACRO GTK_PRINT_SETTINGS_WIN32_DRIVER_EXTRA ##### -->
<para>