Add to docs.

2006-06-20  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkprintjob.c (gtk_print_job_set_source_file): Add to docs.
This commit is contained in:
Matthias Clasen 2006-06-20 18:22:49 +00:00 committed by Matthias Clasen
parent 8a763ca49d
commit b73597ff16
3 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2006-06-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintjob.c (gtk_print_job_set_source_file): Add to docs.
Fix handling of stock items without icons in action-based
ui. (#342458, Callum McKenzie)

View File

@ -1,5 +1,7 @@
2006-06-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintjob.c (gtk_print_job_set_source_file): Add to docs.
Fix handling of stock items without icons in action-based
ui. (#342458, Callum McKenzie)

View File

@ -389,7 +389,8 @@ gtk_print_job_set_status (GtkPrintJob *job,
* Make the #GtkPrintJob send an existing document to the
* printing system. The file can be in any format understood
* by the platforms printing system (typically PostScript,
* but on many platforms PDF may work too).
* but on many platforms PDF may work too). See
* gtk_printer_accepts_pdf() and gtk_printer_accepts_ps().
*
* Returns: %FALSE if an error occurred
*