libgimpconfig/libgimpconfig-docs.sgml updated.

2005-01-28  Sven Neumann  <sven@gimp.org>

	* libgimpconfig/libgimpconfig-docs.sgml
	* libgimpconfig/libgimpconfig-sections.txt: updated.

	* libgimpconfig/tmpl/gimpconfig-iface.sgml
	* libgimpconfig/tmpl/gimpconfig-params.sgml
	* libgimpconfig/tmpl/gimpconfig-path.sgml: regenerated.
This commit is contained in:
Sven Neumann
2005-01-28 19:11:08 +00:00
committed by Sven Neumann
parent 5fce783eab
commit 52d0d70b5f
6 changed files with 154 additions and 14 deletions

View File

@ -1,3 +1,12 @@
2005-01-28 Sven Neumann <sven@gimp.org>
* libgimpconfig/libgimpconfig-docs.sgml
* libgimpconfig/libgimpconfig-sections.txt: updated.
* libgimpconfig/tmpl/gimpconfig-iface.sgml
* libgimpconfig/tmpl/gimpconfig-params.sgml
* libgimpconfig/tmpl/gimpconfig-path.sgml: regenerated.
2005-01-26 Sven Neumann <sven@gimp.org>
* libgimpbase/libgimpbase-docs.sgml

View File

@ -13,13 +13,13 @@
<part id="libgimpconfig">
<title>GIMP Config Library</title>
<xi:include href="xml/gimpconfig-deserialize.xml" />
<xi:include href="xml/gimpconfig-error.xml" />
<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" />
<xi:include href="xml/gimpconfig-error.xml" />
<xi:include href="xml/gimpconfig-params.xml" />
<xi:include href="xml/gimpconfig-path.xml" />
<xi:include href="xml/gimpconfig-serialize.xml" />
<xi:include href="xml/gimpconfigtypes.xml" />
<xi:include href="xml/gimpconfig-utils.xml" />
<xi:include href="xml/gimpconfigwriter.xml" />
<xi:include href="xml/gimpscanner.xml" />

View File

@ -1,6 +1,5 @@
<SECTION>
<FILE>gimpconfig-iface</FILE>
GIMP_CONFIG_GET_INTERFACE
GimpConfigInterface
gimp_config_serialize_to_file
gimp_config_serialize_to_fd
@ -15,6 +14,7 @@ gimp_config_reset
GIMP_CONFIG
GIMP_IS_CONFIG
GIMP_TYPE_CONFIG
GIMP_CONFIG_GET_INTERFACE
gimp_config_interface_get_type
</SECTION>
@ -58,7 +58,20 @@ GIMP_CONFIG_INSTALL_PROP_POINTER
<SECTION>
<FILE>gimpconfig-path</FILE>
GimpConfigPathType
gimp_param_spec_config_path
gimp_param_spec_config_path_type
gimp_config_path_expand
gimp_config_build_data_path
gimp_config_build_writable_path
gimp_config_build_plug_in_path
GIMP_VALUE_HOLDS_CONFIG_PATH
<SUBSECTION Standard>
GIMP_TYPE_CONFIG_PATH
GIMP_TYPE_PARAM_CONFIG_PATH
GIMP_IS_PARAM_SPEC_CONFIG_PATH
gimp_config_path_get_type
gimp_param_config_path_get_type
</SECTION>
<SECTION>

View File

@ -15,14 +15,6 @@ High-level API functions for libgimpconfig.
</para>
<!-- ##### MACRO GIMP_CONFIG_GET_INTERFACE ##### -->
<para>
</para>
@obj:
<!-- ##### STRUCT GimpConfigInterface ##### -->
<para>

View File

@ -70,6 +70,10 @@ gimpconfig-params
@class:
@id:
@\
name:
@\
name:
@\
name:
@\
@ -86,6 +90,10 @@ gimpconfig-params
@class:
@id:
@\
name:
@\
name:
@\
name:
@\
@ -102,6 +110,10 @@ gimpconfig-params
@class:
@id:
@\
name:
@\
name:
@\
name:
@\
@ -120,6 +132,10 @@ gimpconfig-params
@class:
@id:
@\
name:
@\
name:
@\
name:
@\
@ -136,6 +152,10 @@ gimpconfig-params
@class:
@id:
@\
name:
@\
name:
@\
name:
@\
@ -153,6 +173,10 @@ gimpconfig-params
@class:
@id:
@\
name:
@\
name:
@\
name:
@\
@ -171,6 +195,10 @@ gimpconfig-params
@class:
@id:
@\
name:
@\
name:
@\
name:
@\
@ -187,6 +215,10 @@ gimpconfig-params
@class:
@id:
@\
name:
@\
name:
@\
name:
@\
@ -205,14 +237,20 @@ gimpconfig-params
@class:
@id:
@\
name:
@\
name:
@\
name:
@\
name:
@blurb:
@type:
@path_type:
@default:
@flags:
<!-- # Unused Parameters # -->
@type:
<!-- ##### MACRO GIMP_CONFIG_INSTALL_PROP_STRING ##### -->
@ -222,6 +260,10 @@ gimpconfig-params
@class:
@id:
@\
name:
@\
name:
@\
name:
@\
@ -238,6 +280,10 @@ gimpconfig-params
@class:
@id:
@\
name:
@\
name:
@\
name:
@\
@ -256,6 +302,10 @@ gimpconfig-params
@class:
@id:
@\
name:
@\
name:
@\
name:
@\
@ -274,6 +324,10 @@ gimpconfig-params
@class:
@id:
@\
name:
@\
name:
@\
name:
@\
@ -290,6 +344,10 @@ gimpconfig-params
@class:
@id:
@\
name:
@\
name:
@\
name:
@\

View File

@ -14,6 +14,39 @@ gimpconfig-path
</para>
<!-- ##### ENUM GimpConfigPathType ##### -->
<para>
</para>
@GIMP_CONFIG_PATH_FILE:
@GIMP_CONFIG_PATH_FILE_LIST:
@GIMP_CONFIG_PATH_DIR:
@GIMP_CONFIG_PATH_DIR_LIST:
<!-- ##### FUNCTION gimp_param_spec_config_path ##### -->
<para>
</para>
@name:
@nick:
@blurb:
@type:
@default_value:
@flags:
@Returns:
<!-- ##### FUNCTION gimp_param_spec_config_path_type ##### -->
<para>
</para>
@pspec:
@Returns:
<!-- ##### FUNCTION gimp_config_path_expand ##### -->
<para>
@ -25,3 +58,38 @@ gimpconfig-path
@Returns:
<!-- ##### FUNCTION gimp_config_build_data_path ##### -->
<para>
</para>
@name:
@Returns:
<!-- ##### FUNCTION gimp_config_build_writable_path ##### -->
<para>
</para>
@name:
@Returns:
<!-- ##### FUNCTION gimp_config_build_plug_in_path ##### -->
<para>
</para>
@name:
@Returns:
<!-- ##### MACRO GIMP_VALUE_HOLDS_CONFIG_PATH ##### -->
<para>
</para>
@value: