gtkscale: Document FormatValueFunc

This commit is contained in:
Maximiliano Sandoval
2024-05-25 18:16:37 +02:00
parent 1dc20eda28
commit 07bd5c7b05

View File

@@ -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.
*/