From e0a1311e5b0c7f0456934c14902d0b622766bfc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Wed, 26 Sep 2018 09:36:31 +0200 Subject: [PATCH] spinbutton: Don't use gfloat in a code sample --- gtk/gtkspinbutton.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) * {