app/base/base-enums.[ch] moved GimpCheckSize and GimpCheckType enums to
2004-09-02 Sven Neumann <sven@gimp.org> * app/base/base-enums.[ch] * libgimpbase/gimpbaseenums.[ch]: moved GimpCheckSize and GimpCheckType enums to libgimpbase. Correctly prefix the enum values. * app/base/temp-buf.c * app/config/gimpdisplayconfig.c * app/display/gimpdisplayshell-render.c * app/pdb/fileops_cmds.c * tools/pdbgen/pdb/fileops.pdb: changed accordingly.
This commit is contained in:

committed by
Sven Neumann

parent
dc572fc9e6
commit
b9bd1bfa06
@ -6,6 +6,8 @@ gimp_type_get_translation_domain
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpbaseenums</FILE>
|
||||
GimpCheckSize
|
||||
GimpCheckType
|
||||
GimpImageBaseType
|
||||
GimpImageType
|
||||
GimpMessageHandlerType
|
||||
@ -15,6 +17,10 @@ GimpPDBStatusType
|
||||
GimpProgressCommand
|
||||
GimpStackTraceMode
|
||||
<SUBSECTION Standard>
|
||||
GIMP_TYPE_CHECK_SIZE
|
||||
gimp_check_size_get_type
|
||||
GIMP_TYPE_CHECK_TYPE
|
||||
gimp_check_type_get_type
|
||||
GIMP_TYPE_IMAGE_BASE_TYPE
|
||||
gimp_image_base_type_get_type
|
||||
GIMP_TYPE_IMAGE_TYPE
|
||||
|
@ -14,6 +14,27 @@ gimpbaseenums
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ENUM GimpCheckSize ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_CHECK_SIZE_SMALL_CHECKS:
|
||||
@GIMP_CHECK_SIZE_MEDIUM_CHECKS:
|
||||
@GIMP_CHECK_SIZE_LARGE_CHECKS:
|
||||
|
||||
<!-- ##### ENUM GimpCheckType ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_CHECK_TYPE_LIGHT_CHECKS:
|
||||
@GIMP_CHECK_TYPE_GRAY_CHECKS:
|
||||
@GIMP_CHECK_TYPE_DARK_CHECKS:
|
||||
@GIMP_CHECK_TYPE_WHITE_ONLY:
|
||||
@GIMP_CHECK_TYPE_GRAY_ONLY:
|
||||
@GIMP_CHECK_TYPE_BLACK_ONLY:
|
||||
|
||||
<!-- ##### ENUM GimpImageBaseType ##### -->
|
||||
<para>
|
||||
|
||||
|
Reference in New Issue
Block a user