[gtk/matthiasc/color-profiles: 138/140] colorprofile: Cosmetics




commit 93ab7d0f00bd02ae815e393887bf10e0f6db0cb9
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Oct 3 00:42:11 2021 -0400

    colorprofile: Cosmetics
    
    gi-docgen complained.

 gdk/gdkcolorprofile.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/gdkcolorprofile.c b/gdk/gdkcolorprofile.c
index 1120009965..e8fbad1bb0 100644
--- a/gdk/gdkcolorprofile.c
+++ b/gdk/gdkcolorprofile.c
@@ -259,7 +259,7 @@ gdk_color_profile_get_srgb_linear (void)
 
 /**
  * gdk_color_profile_new_from_icc_bytes:
- * @icc_profile: The ICC profiles given as a `GBytes`
+ * @bytes: The ICC profiles given as a `GBytes`
  * @error: Return location for an error
  *
  * Creates a new color profile for the given ICC profile data.
@@ -343,7 +343,7 @@ gdk_color_profile_get_lcms_profile (GdkColorProfile *self)
 
 /**
  * gdk_color_profile_is_linear:
- * @profile: a `GdkColorProfile`
+ * @self: a `GdkColorProfile`
  *
  * Checks if the given profile is linear.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]