[gimp] libgimpwidgets: fix value names in docs of GimpColorSelectorModel
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] libgimpwidgets: fix value names in docs of GimpColorSelectorModel
- Date: Fri, 18 May 2018 17:35:22 +0000 (UTC)
commit fe06539873517a70ed07f441d604815b08ff9e43
Author: Michael Natterer <mitch gimp org>
Date: Fri May 18 19:27:58 2018 +0200
libgimpwidgets: fix value names in docs of GimpColorSelectorModel
libgimpwidgets/gimpwidgetsenums.h | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/libgimpwidgets/gimpwidgetsenums.h b/libgimpwidgets/gimpwidgetsenums.h
index 4876e18..676d11f 100644
--- a/libgimpwidgets/gimpwidgetsenums.h
+++ b/libgimpwidgets/gimpwidgetsenums.h
@@ -124,12 +124,14 @@ typedef enum
/**
* GimpColorSelectorModel:
- * @GIMP_COLOR_SELECTOR_RGB: RGB color model
- * @GIMP_COLOR_SELECTOR_LCH: CIELCh color model
- * @GIMP_COLOR_SELECTOR_HSV: HSV color model
+ * @GIMP_COLOR_SELECTOR_MODEL_RGB: RGB color model
+ * @GIMP_COLOR_SELECTOR_MODEL_LCH: CIELCh color model
+ * @GIMP_COLOR_SELECTOR_MODEL_HSV: HSV color model
*
* An enum to specify the types of color spaces edited in
* #GimpColorSelector widgets.
+ *
+ * Since: 2.10
**/
#define GIMP_TYPE_COLOR_SELECTOR_MODEL (gimp_color_selector_model_get_type ())
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]