summaryrefslogtreecommitdiff
path: root/gtk/gtkpapersize.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-10-22 00:03:52 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-10-22 00:32:32 -0400
commit3b3a623520dadbdc0b15cb2ba6172a787a9ca65c (patch)
treee076cea28a2ff32138c4bdcc8b3a14c161e91fe4 /gtk/gtkpapersize.c
parentcc31235d2e5f0e9c090b0cf033772f1168949167 (diff)
downloadgtk+-3b3a623520dadbdc0b15cb2ba6172a787a9ca65c.tar.gz
Add new papersize api to the docs
Diffstat (limited to 'gtk/gtkpapersize.c')
-rw-r--r--gtk/gtkpapersize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpapersize.c b/gtk/gtkpapersize.c
index 8e4bd6d1a8..c68e4a99aa 100644
--- a/gtk/gtkpapersize.c
+++ b/gtk/gtkpapersize.c
@@ -378,7 +378,7 @@ gtk_paper_size_new_from_ppd (const gchar *ppd_name,
/**
* gtk_paper_size_new_from_ipp:
- * @ppd_name: an IPP paper name
+ * @ipp_name: an IPP paper name
* @width: the paper width, in points
* @height: the paper height in points
*