diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-06-20 18:22:49 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-20 18:22:49 +0000 |
commit | b73597ff1669ee7b847dc2b8331bc9298622b5ae (patch) | |
tree | 539a04809203c681b58e4f0fd73858b4b634260b /gtk | |
parent | 8a763ca49d386e4c808b040d8138783916872964 (diff) | |
download | gtk+-b73597ff1669ee7b847dc2b8331bc9298622b5ae.tar.gz |
Add to docs.
2006-06-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprintjob.c (gtk_print_job_set_source_file): Add to docs.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkprintjob.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkprintjob.c b/gtk/gtkprintjob.c index aeddf419d1..b8f757500e 100644 --- a/gtk/gtkprintjob.c +++ b/gtk/gtkprintjob.c @@ -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 * |