From 07bd5c7b05a33b7db56f49ca865d59584ebee3e8 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Sat, 25 May 2024 18:16:37 +0200 Subject: [PATCH] gtkscale: Document FormatValueFunc --- gtk/gtkscale.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk/gtkscale.h b/gtk/gtkscale.h index 48fdf3d905..33c8eb6022 100644 --- a/gtk/gtkscale.h +++ b/gtk/gtkscale.h @@ -70,6 +70,10 @@ struct _GtkScaleClass * @value: The numeric value to format * @user_data: (closure): user data * + * Function that formats the value of a scale. + * + * See [method@Gtk.Scale.set_format_value_func]. + * * Returns: (not nullable): A newly allocated string describing a textual representation * of the given numerical value. */