mirror of https://github.com/GNOME/gimp.git
added gimp_desaturate_mode_get_type.
2005-04-16 Sven Neumann <sven@gimp.org> * libgimpbase/gimpbase.def: added gimp_desaturate_mode_get_type. 2005-04-16 Sven Neumann <sven@gimp.org> * libgimpbase/libgimpbase-sections.txt * libgimpbase/tmpl/gimpbaseenums.sgml: added new enum.
This commit is contained in:
parent
83234bda75
commit
5448fc9056
|
@ -1,3 +1,7 @@
|
|||
2005-04-16 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpbase/gimpbase.def: added gimp_desaturate_mode_get_type.
|
||||
|
||||
2005-04-16 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/dialogs/preferences-dialog.c: use a GimpFileEntry to
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2005-04-16 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpbase/libgimpbase-sections.txt
|
||||
* libgimpbase/tmpl/gimpbaseenums.sgml: added new enum.
|
||||
|
||||
2005-04-13 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/app-docs.sgml
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -96,6 +96,15 @@ Basic GIMP enumeration data types.
|
|||
@GIMP_IMAGE_CLONE:
|
||||
@GIMP_PATTERN_CLONE:
|
||||
|
||||
<!-- ##### ENUM GimpDesaturateMode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_DESATURATE_LIGHTNESS:
|
||||
@GIMP_DESATURATE_LUMINOSITY:
|
||||
@GIMP_DESATURATE_AVERAGE:
|
||||
|
||||
<!-- ##### ENUM GimpDodgeBurnType ##### -->
|
||||
<para>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue