summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-03-06 23:21:26 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-03-06 23:21:26 +0000
commit6f9bcaa8b7e92ee63cdeb7011741baa0847e2a41 (patch)
tree583bca8e6426b93c153c4c2bef36d9dc5c4398bc /gtk/gtkstyle.c
parentb68d7cc1003bad33bcbcc4546e7685d8af1c1210 (diff)
downloadgtk+-6f9bcaa8b7e92ee63cdeb7011741baa0847e2a41.tar.gz
Make gtk-doc happy:
2008-03-06 Johan Dahlin <johan@gnome.org> Make gtk-doc happy: * gtk/gtkstyle.c: npoints->n_points. * gtk/gtktestutils.h: widget->spinner * gtk/gtktestutils.c: argc->argcp, argv->argvp svn path=/trunk/; revision=19725
Diffstat (limited to 'gtk/gtkstyle.c')
-rw-r--r--gtk/gtkstyle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c
index 0ec086ad57..d2c1576d4e 100644
--- a/gtk/gtkstyle.c
+++ b/gtk/gtkstyle.c
@@ -5711,7 +5711,7 @@ gtk_paint_shadow (GtkStyle *style,
* @widget: the widget (may be %NULL)
* @detail: a style detail (may be %NULL)
* @points: an array of #GdkPoint<!-- -->s
- * @npoints: length of @points
+ * @n_points: length of @points
* @fill: %TRUE if the polygon should be filled
*
* Draws a polygon on @window with the given parameters.