[gimp] libgimpbase: forgot to add "Since: 2.10" to new enums
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] libgimpbase: forgot to add "Since: 2.10" to new enums
- Date: Fri, 18 May 2018 23:39:19 +0000 (UTC)
commit fcfb1263fc2573c8f41b24f3378d0a8689a20299
Author: Michael Natterer <mitch gimp org>
Date: Sat May 19 01:38:47 2018 +0200
libgimpbase: forgot to add "Since: 2.10" to new enums
libgimpbase/gimpbaseenums.h | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libgimpbase/gimpbaseenums.h b/libgimpbase/gimpbaseenums.h
index e20c5f1..5260af0 100644
--- a/libgimpbase/gimpbaseenums.h
+++ b/libgimpbase/gimpbaseenums.h
@@ -313,6 +313,8 @@ typedef enum
* @GIMP_COLOR_TAG_GRAY: Gray
*
* Possible tag colors.
+ *
+ * Since: 2.10
**/
#define GIMP_TYPE_COLOR_TAG (gimp_color_tag_get_type ())
@@ -342,6 +344,8 @@ typedef enum
* @GIMP_COMPONENT_TYPE_DOUBLE: 64-bit floating point
*
* Encoding types of image components.
+ *
+ * Since: 2.10
**/
#define GIMP_TYPE_COMPONENT_TYPE (gimp_component_type_get_type ())
@@ -499,7 +503,7 @@ typedef enum
/**
* GimpForegroundExtractMode:
* @GIMP_FOREGROUND_EXTRACT_SIOX: Siox
- * @GIMP_FOREGROUND_EXTRACT_MATTING: Matting
+ * @GIMP_FOREGROUND_EXTRACT_MATTING: Matting (Since 2.10)
*
* Foreground extraxt engines.
**/
@@ -521,6 +525,8 @@ typedef enum
* @GIMP_GRADIENT_BLEND_CIE_LAB: CIE Lab
*
* Color space for blending gradients.
+ *
+ * Since: 2.10
*/
#define GIMP_TYPE_GRADIENT_BLEND_COLOR_SPACE (gimp_gradient_blend_color_space_get_type ())
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]