[gimp/gimp-2-10] libgimpbase: fix docs of struct GimpParamSpecValueArray



commit 6ea372bfe8bc8ca25f9a29affe3d7a174deac4f4
Author: Michael Natterer <mitch gimp org>
Date:   Thu Jul 25 21:32:36 2019 +0200

    libgimpbase: fix docs of struct GimpParamSpecValueArray
    
    (cherry picked from commit e7af081b051c54ce3f6ae01a4cf7e09450365262)

 libgimpbase/gimpvaluearray.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgimpbase/gimpvaluearray.h b/libgimpbase/gimpvaluearray.h
index 88674ab885..d7aefcb8aa 100644
--- a/libgimpbase/gimpvaluearray.h
+++ b/libgimpbase/gimpvaluearray.h
@@ -80,8 +80,8 @@ typedef struct _GimpParamSpecValueArray GimpParamSpecValueArray;
  * @element_spec:     the #GParamSpec of the array elements
  * @fixed_n_elements: default length of the array
  *
- * A #GParamSpec derived structure that contains the meta data for value array
- *   character properties
+ * A #GParamSpec derived structure that contains the meta data for
+ * value array properties.
  **/
 struct _GimpParamSpecValueArray
 {


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