[gimp] libgimpcolor: fix API docs of gimp_rgb[a]_get,set_pixel()



commit f1c46b365627fac533411b1176baeadeaa54dde4
Author: Michael Natterer <mitch gimp org>
Date:   Sun May 31 02:33:38 2015 +0200

    libgimpcolor: fix API docs of gimp_rgb[a]_get,set_pixel()

 libgimpcolor/gimprgb.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libgimpcolor/gimprgb.c b/libgimpcolor/gimprgb.c
index 042d880..cd96159 100644
--- a/libgimpcolor/gimprgb.c
+++ b/libgimpcolor/gimprgb.c
@@ -133,7 +133,7 @@ gimp_rgb_set_alpha (GimpRGB *rgb,
 }
 
 /**
- * gimp_rgb_set:
+ * gimp_rgb_set_pixel:
  * @rgb:    a #GimpRGB struct
  * @format: a Babl format
  * @pixel:  pointer to the source pixel
@@ -159,7 +159,7 @@ gimp_rgb_set_pixel (GimpRGB       *rgb,
 }
 
 /**
- * gimp_rgb_get:
+ * gimp_rgb_get_pixel:
  * @rgb:    a #GimpRGB struct
  * @format: a Babl format
  * @pixel:  pointer to the destination pixel
@@ -438,7 +438,7 @@ gimp_rgb_composite (GimpRGB              *color1,
 /*  RGBA functions  */
 
 /**
- * gimp_rgba_set:
+ * gimp_rgba_set_pixel:
  * @rgba:   a #GimpRGB struct
  * @format: a Babl format
  * @pixel:  pointer to the source pixel
@@ -464,7 +464,7 @@ gimp_rgba_set_pixel (GimpRGB       *rgba,
 }
 
 /**
- * gimp_rgba_get:
+ * gimp_rgba_get_pixel:
  * @rgba:   a #GimpRGB struct
  * @format: a Babl format
  * @pixel:  pointer to the destination pixel


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