summaryrefslogtreecommitdiff
path: root/gtk/gtkspinbutton.c
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@gnu.org>2001-10-27 01:17:38 +0000
committerAnders Carlsson <andersca@src.gnome.org>2001-10-27 01:17:38 +0000
commit0bd42134fe89ec01fdad8cce9a67739e284abe76 (patch)
tree16073f92e62abda8837322c52e76270e8050ef8a /gtk/gtkspinbutton.c
parent28603e8b9387d5c59a6ddcd663492708e9e2483b (diff)
downloadgdk-pixbuf-0bd42134fe89ec01fdad8cce9a67739e284abe76.tar.gz
Clarify that we're returning a spin button in the _new function. This
2001-10-27 Anders Carlsson <andersca@gnu.org> * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): Clarify that we're returning a spin button in the _new function. This fixes #54097.
Diffstat (limited to 'gtk/gtkspinbutton.c')
-rw-r--r--gtk/gtkspinbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c
index bd53b173e..c0a2cb040 100644
--- a/gtk/gtkspinbutton.c
+++ b/gtk/gtkspinbutton.c
@@ -1561,7 +1561,7 @@ gtk_spin_button_new (GtkAdjustment *adjustment,
* is the default. The precision of the spin button is equivalent to the
* precision of @step.
*
- * Return value: the newly instantiated spin button
+ * Return value: The new spin button as a #GtkWidget.
**/
GtkWidget *
gtk_spin_button_new_with_range (gdouble min,