diff --git a/ChangeLog b/ChangeLog index ae8d26e25e..9eb3f7f984 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-04-16 Sven Neumann + + * libgimpbase/gimpbase.def: added gimp_desaturate_mode_get_type. + 2005-04-16 Sven Neumann * app/dialogs/preferences-dialog.c: use a GimpFileEntry to diff --git a/devel-docs/ChangeLog b/devel-docs/ChangeLog index 9c0c9e2a3b..3325dc4aa8 100644 --- a/devel-docs/ChangeLog +++ b/devel-docs/ChangeLog @@ -1,3 +1,8 @@ +2005-04-16 Sven Neumann + + * libgimpbase/libgimpbase-sections.txt + * libgimpbase/tmpl/gimpbaseenums.sgml: added new enum. + 2005-04-13 Sven Neumann * app/app-docs.sgml diff --git a/devel-docs/libgimpbase/libgimpbase-sections.txt b/devel-docs/libgimpbase/libgimpbase-sections.txt index 6c3e60e49d..364e933204 100644 --- a/devel-docs/libgimpbase/libgimpbase-sections.txt +++ b/devel-docs/libgimpbase/libgimpbase-sections.txt @@ -20,6 +20,7 @@ GimpChannelType GimpCheckSize GimpCheckType GimpCloneType +GimpDesaturateMode GimpDodgeBurnType GimpGradientType GimpIconType @@ -46,6 +47,7 @@ GIMP_TYPE_CHANNEL_TYPE GIMP_TYPE_CHECK_SIZE GIMP_TYPE_CHECK_TYPE GIMP_TYPE_CLONE_TYPE +GIMP_TYPE_DESATURATE_MODE GIMP_TYPE_DODGE_BURN_TYPE GIMP_TYPE_GRADIENT_TYPE GIMP_TYPE_ICON_TYPE @@ -71,6 +73,7 @@ gimp_channel_type_get_type gimp_check_size_get_type gimp_check_type_get_type gimp_clone_type_get_type +gimp_desaturate_mode_get_type gimp_dodge_burn_type_get_type gimp_gradient_type_get_type gimp_icon_type_get_type diff --git a/devel-docs/libgimpbase/tmpl/gimpbaseenums.sgml b/devel-docs/libgimpbase/tmpl/gimpbaseenums.sgml index 2a42f0ac53..8827f26198 100644 --- a/devel-docs/libgimpbase/tmpl/gimpbaseenums.sgml +++ b/devel-docs/libgimpbase/tmpl/gimpbaseenums.sgml @@ -96,6 +96,15 @@ Basic GIMP enumeration data types. @GIMP_IMAGE_CLONE: @GIMP_PATTERN_CLONE: + + + + + +@GIMP_DESATURATE_LIGHTNESS: +@GIMP_DESATURATE_LUMINOSITY: +@GIMP_DESATURATE_AVERAGE: + diff --git a/libgimpbase/gimpbase.def b/libgimpbase/gimpbase.def index 48235b49a5..aa5d6ca97b 100644 --- a/libgimpbase/gimpbase.def +++ b/libgimpbase/gimpbase.def @@ -14,6 +14,7 @@ EXPORTS gimp_data_directory gimp_datafiles_check_extension gimp_datafiles_read_directories + gimp_desaturate_mode_get_type gimp_directory gimp_dodge_burn_type_get_type gimp_enum_get_desc