spinbutton: Don't use gfloat in a code sample

This commit is contained in:
Timm Bäder 2018-09-26 09:36:31 +02:00
parent 48e88c6ea4
commit e0a1311e5b

View File

@ -155,7 +155,7 @@
* // Provides a function to retrieve a floating point value from a * // Provides a function to retrieve a floating point value from a
* // GtkSpinButton, and creates a high precision spin button. * // GtkSpinButton, and creates a high precision spin button.
* *
* gfloat * float
* grab_float_value (GtkSpinButton *button, * grab_float_value (GtkSpinButton *button,
* gpointer user_data) * gpointer user_data)
* { * {