summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-09-26 09:36:31 +0200
committerTimm Bäder <mail@baedert.org>2018-10-11 12:27:56 +0200
commite0a1311e5b0c7f0456934c14902d0b622766bfc7 (patch)
tree7a8095a439b53a677ac9c6ae9a1dea5e45beae8e
parent48e88c6ea40e9f89b5b12617094d3025ec089b4f (diff)
downloadgtk+-e0a1311e5b0c7f0456934c14902d0b622766bfc7.tar.gz
spinbutton: Don't use gfloat in a code sample
-rw-r--r--gtk/gtkspinbutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c
index 9a112ebf7d..08bc849f38 100644
--- a/gtk/gtkspinbutton.c
+++ b/gtk/gtkspinbutton.c
@@ -155,7 +155,7 @@
* // Provides a function to retrieve a floating point value from a
* // GtkSpinButton, and creates a high precision spin button.
*
- * gfloat
+ * float
* grab_float_value (GtkSpinButton *button,
* gpointer user_data)
* {