summaryrefslogtreecommitdiff
path: root/gtk/gtkprintjob.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-02-08 23:14:46 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-02-08 23:21:39 -0500
commit394ae46ec08857405e4e5b3dad3782c9d9c59651 (patch)
treef53e6691bfe7694145aaa3af4041078b0179c1aa /gtk/gtkprintjob.c
parent32398f11fab5e0abc88bf77ec76668d24af3e659 (diff)
downloadgtk+-394ae46ec08857405e4e5b3dad3782c9d9c59651.tar.gz
Add some missing symbols to the docs
Diffstat (limited to 'gtk/gtkprintjob.c')
-rw-r--r--gtk/gtkprintjob.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/gtkprintjob.c b/gtk/gtkprintjob.c
index 634e6b45ca..58d339778d 100644
--- a/gtk/gtkprintjob.c
+++ b/gtk/gtkprintjob.c
@@ -765,9 +765,8 @@ gtk_print_job_get_page_ranges (GtkPrintJob *job,
/**
* gtk_print_job_set_page_ranges:
* @job: a #GtkPrintJob
-
* @ranges: (array length=n_ranges): pointer to an array of
- * #GtkPageRange structs
+ * #GtkPageRange structs
* @n_ranges: the length of the @ranges array
*
* Sets the page ranges for this job.
@@ -993,7 +992,7 @@ gtk_print_job_get_collate (GtkPrintJob *job)
}
/**
- * gtk_print_job_set_collated:
+ * gtk_print_job_set_collate:
* @job: a #GtkPrintJob
* @collate: whether the job is printed collated
*