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:
parent
ef69089881
commit
4d8ff3178e
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue