libgimpconfig/libgimpconfig-docs.sgml updated.
2005-02-07 Sven Neumann <sven@gimp.org> * libgimpconfig/libgimpconfig-docs.sgml * libgimpconfig/libgimpconfig-sections.txt: updated. * libgimpconfig/tmpl/gimpcolorconfig.sgml: added this new file. * libgimpconfig/tmpl/gimpconfig-iface.sgml * libgimpconfig/tmpl/gimpconfig-params.sgml * libgimpconfig/tmpl/gimpconfigwriter.sgml: regenerated.
This commit is contained in:
committed by
Sven Neumann
parent
59633d6528
commit
8298cb9014
@ -1,3 +1,14 @@
|
||||
2005-02-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpconfig/libgimpconfig-docs.sgml
|
||||
* libgimpconfig/libgimpconfig-sections.txt: updated.
|
||||
|
||||
* libgimpconfig/tmpl/gimpcolorconfig.sgml: added this new file.
|
||||
|
||||
* libgimpconfig/tmpl/gimpconfig-iface.sgml
|
||||
* libgimpconfig/tmpl/gimpconfig-params.sgml
|
||||
* libgimpconfig/tmpl/gimpconfigwriter.sgml: regenerated.
|
||||
|
||||
2005-02-05 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimpwidgets/libgimpwidgets-sections.txt: updated.
|
||||
|
||||
@ -13,7 +13,6 @@
|
||||
|
||||
<part id="libgimpconfig">
|
||||
<title>GIMP Config Library</title>
|
||||
<xi:include href="xml/gimpconfigtypes.xml" />
|
||||
<xi:include href="xml/gimpconfig-iface.xml" />
|
||||
<xi:include href="xml/gimpconfig-deserialize.xml" />
|
||||
<xi:include href="xml/gimpconfig-serialize.xml" />
|
||||
@ -23,6 +22,7 @@
|
||||
<xi:include href="xml/gimpconfig-utils.xml" />
|
||||
<xi:include href="xml/gimpconfigwriter.xml" />
|
||||
<xi:include href="xml/gimpscanner.xml" />
|
||||
<xi:include href="xml/gimpcolorconfig.xml" />
|
||||
</part>
|
||||
|
||||
</book>
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
<SECTION>
|
||||
<FILE>gimpconfig-iface</FILE>
|
||||
<TITLE>GimpConfig</TITLE>
|
||||
GimpConfig
|
||||
GimpConfigInterface
|
||||
gimp_config_serialize_to_file
|
||||
gimp_config_serialize_to_fd
|
||||
@ -26,6 +28,7 @@ gimp_config_deserialize_property
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpconfig-error</FILE>
|
||||
<TITLE>GimpConfigError</TITLE>
|
||||
GimpConfigError
|
||||
GIMP_CONFIG_ERROR
|
||||
gimp_config_error_quark
|
||||
@ -92,6 +95,8 @@ gimp_config_string_append_escaped
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpconfigwriter</FILE>
|
||||
<TITLE>GimpConfigWriter</TITLE>
|
||||
GimpConfigWriter
|
||||
gimp_config_writer_new_file
|
||||
gimp_config_writer_new_fd
|
||||
gimp_config_writer_new_string
|
||||
@ -111,6 +116,7 @@ gimp_config_writer_finish
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpscanner</FILE>
|
||||
<TITLE>GimpScanner</TITLE>
|
||||
gimp_scanner_new_file
|
||||
gimp_scanner_new_string
|
||||
gimp_scanner_destroy
|
||||
@ -126,8 +132,24 @@ gimp_scanner_parse_matrix2
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpconfigtypes</FILE>
|
||||
GimpConfig
|
||||
GimpConfigWriter
|
||||
<FILE>gimpcolorconfig</FILE>
|
||||
<TITLE>GimpColorConfig</TITLE>
|
||||
GimpColorConfig
|
||||
GimpColorManagementMode
|
||||
GimpColorRenderingIntent
|
||||
GimpColorFileOpenBehaviour
|
||||
<SUBSECTION Standard>
|
||||
GimpColorConfigClass
|
||||
GIMP_COLOR_CONFIG
|
||||
GIMP_IS_COLOR_CONFIG
|
||||
GIMP_TYPE_COLOR_CONFIG
|
||||
gimp_color_config_get_type
|
||||
GIMP_COLOR_CONFIG_CLASS
|
||||
GIMP_IS_COLOR_CONFIG_CLASS
|
||||
GIMP_TYPE_COLOR_MANAGEMENT_MODE
|
||||
gimp_color_management_mode_get_type
|
||||
GIMP_TYPE_COLOR_RENDERING_INTENT
|
||||
gimp_color_rendering_intent_get_type
|
||||
GIMP_TYPE_COLOR_FILE_OPEN_BEHAVIOUR
|
||||
gimp_color_file_open_behaviour_get_type
|
||||
</SECTION>
|
||||
|
||||
|
||||
59
devel-docs/libgimpconfig/tmpl/gimpcolorconfig.sgml
Normal file
59
devel-docs/libgimpconfig/tmpl/gimpcolorconfig.sgml
Normal file
@ -0,0 +1,59 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GimpColorConfig
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GimpColorConfig ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parent_instance:
|
||||
@mode:
|
||||
@profile_path:
|
||||
@rgb_profile:
|
||||
@cmyk_profile:
|
||||
@display_profile:
|
||||
@printer_profile:
|
||||
@display_intent:
|
||||
@simulation_intent:
|
||||
|
||||
<!-- ##### ENUM GimpColorManagementMode ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_COLOR_MANAGEMENT_OFF:
|
||||
@GIMP_COLOR_MANAGEMENT_DISPLAY:
|
||||
@GIMP_COLOR_MANAGEMENT_SOFTPROOF:
|
||||
|
||||
<!-- ##### ENUM GimpColorRenderingIntent ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_COLOR_RENDERING_INTENT_PERCEPTUAL:
|
||||
@GIMP_COLOR_RENDERING_INTENT_RELATIVE_COLORIMETRIC:
|
||||
@GIMP_COLOR_RENDERING_INTENT_SATURATION:
|
||||
@GIMP_COLOR_RENDERING_INTENT_ABSOLUTE_COLORIMETRIC:
|
||||
|
||||
<!-- ##### ENUM GimpColorFileOpenBehaviour ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@GIMP_COLOR_FILE_OPEN_ASK:
|
||||
@GIMP_COLOR_FILE_OPEN_LEAVE:
|
||||
@GIMP_COLOR_FILE_OPEN_CONVERT_RGB:
|
||||
|
||||
@ -15,6 +15,12 @@ High-level API functions for libgimpconfig.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GimpConfig ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### STRUCT GimpConfigInterface ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@ -70,6 +70,20 @@ gimpconfig-params
|
||||
|
||||
@class:
|
||||
@id:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
@ -96,6 +110,20 @@ gimpconfig-params
|
||||
|
||||
@class:
|
||||
@id:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
@ -122,6 +150,20 @@ gimpconfig-params
|
||||
|
||||
@class:
|
||||
@id:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
@ -150,6 +192,20 @@ gimpconfig-params
|
||||
|
||||
@class:
|
||||
@id:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
@ -176,6 +232,20 @@ gimpconfig-params
|
||||
|
||||
@class:
|
||||
@id:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
@ -203,6 +273,20 @@ gimpconfig-params
|
||||
|
||||
@class:
|
||||
@id:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
@ -231,6 +315,20 @@ gimpconfig-params
|
||||
|
||||
@class:
|
||||
@id:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
@ -257,6 +355,20 @@ gimpconfig-params
|
||||
|
||||
@class:
|
||||
@id:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
@ -285,6 +397,20 @@ gimpconfig-params
|
||||
|
||||
@class:
|
||||
@id:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
@ -314,6 +440,20 @@ gimpconfig-params
|
||||
|
||||
@class:
|
||||
@id:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
@ -340,6 +480,20 @@ gimpconfig-params
|
||||
|
||||
@class:
|
||||
@id:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
@ -368,6 +522,20 @@ gimpconfig-params
|
||||
|
||||
@class:
|
||||
@id:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
@ -396,6 +564,20 @@ gimpconfig-params
|
||||
|
||||
@class:
|
||||
@id:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
@ -422,6 +604,20 @@ gimpconfig-params
|
||||
|
||||
@class:
|
||||
@id:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
name:
|
||||
@\
|
||||
|
||||
@ -15,6 +15,12 @@ Functions for writing config info to a file for libgimpconfig.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GimpConfigWriter ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gimp_config_writer_new_file ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user