From bf54bfaeb92f7a275c57854f00a746b340c072aa Mon Sep 17 00:00:00 2001 From: Jehan Date: Fri, 23 Jan 2026 21:43:41 +0100 Subject: [PATCH] libgimp: 3 new functions backported for the 3.0.8 release. And one function deprecated as of 3.0.8 too, in favor of one of the new functions. (cherry picked from commit 6c7e56f2055958172ca2c749cfe4f4f7e4ac85f4) --- libgimpcolor/gimpcairo.c | 4 ++-- libgimpconfig/gimpconfig-iface.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libgimpcolor/gimpcairo.c b/libgimpcolor/gimpcairo.c index 73f10e3c41..98a4dfb71c 100644 --- a/libgimpcolor/gimpcairo.c +++ b/libgimpcolor/gimpcairo.c @@ -178,7 +178,7 @@ gimp_cairo_surface_get_format (cairo_surface_t *surface) * * Since: 2.10 * - * Deprecated: 3.2: Use gimp_cairo_surface_get_buffer(). + * Deprecated: 3.0.8: Use gimp_cairo_surface_get_buffer(). **/ GeglBuffer * gimp_cairo_surface_create_buffer (cairo_surface_t *surface, @@ -214,7 +214,7 @@ gimp_cairo_surface_create_buffer (cairo_surface_t *surface, * * Returns: (transfer full): a #GeglBuffer * - * Since: 3.2 + * Since: 3.0.8 **/ GeglBuffer * gimp_cairo_surface_get_buffer (cairo_surface_t *surface, diff --git a/libgimpconfig/gimpconfig-iface.c b/libgimpconfig/gimpconfig-iface.c index 84907c7c47..ebe0e6ea03 100644 --- a/libgimpconfig/gimpconfig-iface.c +++ b/libgimpconfig/gimpconfig-iface.c @@ -890,7 +890,7 @@ gimp_config_copy (GimpConfig *src, * * Returns: the XCF version associated with the @config. * - * Since: 3.2 + * Since: 3.0.8 **/ guint gimp_config_get_xcf_version (GimpConfig *config) @@ -913,7 +913,7 @@ gimp_config_get_xcf_version (GimpConfig *config) * to adjust how properties are serialized depending on the version of the XCF * that it is being saved to. * - * Since: 3.2 + * Since: 3.0.8 **/ void gimp_config_set_xcf_version (GimpConfig *config,