[gimp/alxsa-image-simulation-intent-bpc] Fixing typos



commit 6940e690b5a9153a90fa4790ffe550a6c39a3238
Author: Alx Sa <cmyk student gmail com>
Date:   Thu Aug 11 01:36:35 2022 +0000

    Fixing typos

 app/pdb/internal-procs.c        | 2 +-
 libgimp/gimpimagecolorprofile.c | 4 ++--
 libgimpcolor/gimpcolormanaged.c | 4 ++--
 libgimpwidgets/gimpcolorarea.c  | 1 -
 4 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/app/pdb/internal-procs.c b/app/pdb/internal-procs.c
index 0feff1e800..9671f5263b 100644
--- a/app/pdb/internal-procs.c
+++ b/app/pdb/internal-procs.c
@@ -30,7 +30,7 @@
 #include "internal-procs.h"
 
 
-/* 75862 procedures registered total */
+/* 762 procedures registered total */
 
 void
 internal_procs_init (GimpPDB *pdb)
diff --git a/libgimp/gimpimagecolorprofile.c b/libgimp/gimpimagecolorprofile.c
index d1c5e2070d..fb30f221ad 100644
--- a/libgimp/gimpimagecolorprofile.c
+++ b/libgimp/gimpimagecolorprofile.c
@@ -169,7 +169,7 @@ gimp_image_set_simulation_profile (GimpImage        *image,
  *
  * This procedure returns the image's simulation rendering intent.
  *
- * Returns: (transfer full): The image's #GimpColorRenderingIntent.
+ * Returns: The image's #GimpColorRenderingIntent.
  *
  * Since: 3.0
  **/
@@ -207,7 +207,7 @@ gimp_image_set_simulation_intent (GimpImage                *image,
  * This procedure returns whether the image has
  * Black Point Compensation enabled for its simulation
  *
- * Returns: (transfer full): A gboolean indicating whether the image
+ * Returns: A gboolean indicating whether the image
  * has Black Point Compensation enabled for its simulation
  *
  * Since: 3.0
diff --git a/libgimpcolor/gimpcolormanaged.c b/libgimpcolor/gimpcolormanaged.c
index eed26fc1b8..4da75774c9 100644
--- a/libgimpcolor/gimpcolormanaged.c
+++ b/libgimpcolor/gimpcolormanaged.c
@@ -188,7 +188,7 @@ gimp_color_managed_get_simulation_profile (GimpColorManaged *managed)
  *
  * This function always returns a #GimpColorRenderingIntent
  *
- * Returns: (transfer full): The @managed's simulation #GimpColorRenderingIntent.
+ * Returns: The @managed's simulation #GimpColorRenderingIntent.
  *
  * Since: 3.0
  **/
@@ -215,7 +215,7 @@ gimp_color_managed_get_simulation_intent (GimpColorManaged *managed)
  * This function always returns a gboolean representing whether
  * Black Point Compensation is enabled
  *
- * Returns: (transfer full): The @managed's simulation Black Point Compensation value.
+ * Returns: The @managed's simulation Black Point Compensation value.
  *
  * Since: 3.0
  **/
diff --git a/libgimpwidgets/gimpcolorarea.c b/libgimpwidgets/gimpcolorarea.c
index f90dc7994a..d42e839ebb 100644
--- a/libgimpwidgets/gimpcolorarea.c
+++ b/libgimpwidgets/gimpcolorarea.c
@@ -46,7 +46,6 @@
  **/
 
 
-#define RGBA_EPSILON        1e-6
 #define DRAG_PREVIEW_SIZE   32
 #define DRAG_ICON_OFFSET    -8
 


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