libgimpbase: add some API break warning for future improvement in the API.

Commit e735054347 clearly shows that gimp_range_estimate_settings() can
be improved, but it would not be possible unless we added some argument
to know if the increments are meant for an integer widget.
This commit is contained in:
Jehan 2026-01-09 21:50:16 +01:00
parent ef69089881
commit 4d8ff3178e

View file

@ -65,6 +65,7 @@
#include "gimpbasetypes.h"
#include "gimputils.h"
#include "gimpversion-private.h"
#include "libgimp/libgimp-intl.h"
@ -1578,6 +1579,7 @@ gimp_stack_trace_query (const gchar *prog_name)
#endif
}
GIMP_WARNING_API_BREAK("gimp_range_estimate_settings(): add a gboolean integer_increments arg? And/or an optional GParamSpec arg. Cf. commit e735054347")
/**
* gimp_range_estimate_settings:
* @lower: the lower value.