From 5cea9f9e17d0f04c3fdf9f99658bb20e4fa30ea7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 11 Jul 2024 16:56:10 -0400 Subject: [PATCH] Small doc fixes Pointed out be Emmanuele Bassi. --- gdk/gdkcolorstate.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gdk/gdkcolorstate.c b/gdk/gdkcolorstate.c index 9479a49a5a..4d8a53f541 100644 --- a/gdk/gdkcolorstate.c +++ b/gdk/gdkcolorstate.c @@ -51,7 +51,7 @@ G_DEFINE_BOXED_TYPE (GdkColorState, gdk_color_state, * Increase the reference count of @self. * * Returns: the object that was passed in - * + * * Since: 4.16 */ GdkColorState * @@ -82,6 +82,8 @@ void * * Returns the color state object representing the sRGB color space. * + * Returns: the color state object for sRGB + * * Since: 4.16 */ GdkColorState * @@ -95,6 +97,8 @@ gdk_color_state_get_srgb (void) * * Returns the color state object representing the linearized sRGB color space. * + * Returns: the color state object for linearized sRGB + * * Since: 4.16 */ GdkColorState *