From a8fd1f671c5cff048edf10e8d3f0980e074e177d Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 16:49:57 -0500 Subject: [PATCH] docs: don't refer to removed properties --- gtk/deprecated/gtkstyle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/deprecated/gtkstyle.c b/gtk/deprecated/gtkstyle.c index 8c6f1b2436..0ff962d681 100644 --- a/gtk/deprecated/gtkstyle.c +++ b/gtk/deprecated/gtkstyle.c @@ -3976,7 +3976,7 @@ gtk_paint_resize_grip (GtkStyle *style, * @state_type: a state * @widget: (allow-none): the widget (may be %NULL) * @detail: (allow-none): a style detail (may be %NULL) - * @step: the nth step, a value between 0 and #GtkSpinner:num-steps + * @step: the nth step * @x: the x origin of the rectangle in which to draw the spinner * @y: the y origin of the rectangle in which to draw the spinner * @width: the width of the rectangle in which to draw the spinner