app/plug-in/Makefile.am new files defining the GimpPlugIn error domain.
2007-08-07 Sven Neumann <sven@gimp.org> * app/plug-in/Makefile.am * app/plug-in/plug-in-error.[ch]: new files defining the GimpPlugIn error domain. * app/plug-in/plug-in-icc-profile.c (plug_in_icc_profile_apply_rgb): set an error code. * app/file/file-open.c (file_open_profile_apply_rgb): only do the profile conversion if color management is enabled. If the plug-in is missing, show a warning and disable color management. Fixes bug #434205. * modules/cdisplay_lcms.c (cdisplay_lcms_get_rgb_profile): check if we actually got a profile before checking its color space. * libgimpwidgets/gimpwidgetstypes.h: removed leftover typedef for GimpResolutionEntry. svn path=/trunk/; revision=23130
This commit is contained in:
committed by
Sven Neumann
parent
8a946eeb0d
commit
35425c7028
@ -37,6 +37,16 @@ display color correction modules.
|
||||
|
||||
@gimpcolordisplay: the object which received the signal.
|
||||
|
||||
<!-- ##### ARG GimpColorDisplay:color-config ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpColorDisplay:color-managed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### ARG GimpColorDisplay:enabled ##### -->
|
||||
<para>
|
||||
|
||||
@ -78,6 +88,24 @@ display color correction modules.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_display_get_config ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@display:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_display_get_managed ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@display:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_color_display_convert ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user