From 79451f3f1f15426d9b5daae3e3a040387f8e8f89 Mon Sep 17 00:00:00 2001 From: Sophie Herold Date: Thu, 21 Nov 2024 22:15:28 +0100 Subject: [PATCH] gdkcicpparams: Don't annotate as nullable for error --- gdk/gdkcicpparams.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkcicpparams.c b/gdk/gdkcicpparams.c index 8d7c61d99e8..eb90c5887da 100644 --- a/gdk/gdkcicpparams.c +++ b/gdk/gdkcicpparams.c @@ -428,7 +428,7 @@ gdk_cicp_params_set_range (GdkCicpParams *self, * supported by GTK. In that case, `NULL` is returned, and @error is set * with an error message that can be presented to the user. * - * Returns: (transfer full) (nullable): A newly allocated `GdkColorState` + * Returns: (transfer full): A newly allocated `GdkColorState` * * Since: 4.16 */ -- GitLab