app/app-docs.sgml updated.

2003-10-25  Sven Neumann  <sven@gimp.org>

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

        * app/config/gimpconfig-utils.c: fixed inline docs.
This commit is contained in:
Sven Neumann 2003-10-25 20:32:10 +00:00 committed by Sven Neumann
parent c1625d3e21
commit da365fdba9
4 changed files with 28 additions and 4 deletions

View file

@ -110,7 +110,7 @@ gimp_config_connect (GObject *a,
/**
* gimp_config_disconnect:
* @a: a #GObject
* @a: another #GObject
* @b: another #GObject
*
* Removes a connection between @dest and @src that was previously set
* up using gimp_config_connect().

View file

@ -1,3 +1,8 @@
2003-10-25 Sven Neumann <sven@gimp.org>
* app/app-docs.sgml
* app/app-sections.txt: updated.
2003-10-24 Sven Neumann <sven@gimp.org>
* libgimpwidgets/libgimpwidgets-sections.txt

View file

@ -1,4 +1,4 @@
<SECTION>
2<SECTION>
<FILE>gimpbaseconfig</FILE>
<TITLE>GimpBaseConfig</TITLE>
GimpBaseConfig
@ -47,6 +47,7 @@ GIMP_CONFIG_INSTALL_PROP_INT
GIMP_CONFIG_INSTALL_PROP_MATRIX2
GIMP_CONFIG_INSTALL_PROP_MEMSIZE
GIMP_CONFIG_INSTALL_PROP_PATH
GIMP_CONFIG_INSTALL_PROP_RESOLUTION
GIMP_CONFIG_INSTALL_PROP_STRING
GIMP_CONFIG_INSTALL_PROP_UINT
GIMP_CONFIG_INSTALL_PROP_UNIT
@ -2561,6 +2562,22 @@ GIMP_IS_HISTOGRAM_TOOL_CLASS
GIMP_HISTOGRAM_TOOL_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimphistogramoptions</FILE>
<TITLE>GimpHistogramOptions</TITLE>
GimpHistogramOptions
gimp_histogram_options_gui
gimp_histogram_options_connect_view
<SUBSECTION Standard>
GIMP_HISTOGRAM_OPTIONS
GIMP_IS_HISTOGRAM_OPTIONS
GIMP_TYPE_HISTOGRAM_OPTIONS
gimp_histogram_options_get_type
GIMP_HISTOGRAM_OPTIONS_CLASS
GIMP_IS_HISTOGRAM_OPTIONS_CLASS
GIMP_HISTOGRAM_OPTIONS_GET_CLASS
</SECTION>
<SECTION>
<FILE>gimphuesaturationtool</FILE>
<TITLE>GimpHueSaturationTool</TITLE>
@ -2778,6 +2795,7 @@ GIMP_PAINTBRUSH_TOOL_GET_CLASS
<FILE>gimppainttool</FILE>
<TITLE>GimpPaintTool</TITLE>
GimpPaintTool
gimp_paint_tool_enable_color_picker
<SUBSECTION Standard>
GimpPaintToolClass
GIMP_PAINT_TOOL
@ -5093,9 +5111,10 @@ gimp_composite_init
gimp_composite_context_print
gimp_composite_pixelformat_astext
gimp_composite_mode_astext
GIMP_COMPOSITE_OPTION_VERBOSE
GIMP_COMPOSITE_OPTION_INITIALISED
GIMP_COMPOSITE_OPTION_NOEXTENSIONS
GIMP_COMPOSITE_OPTION_USE
GIMP_COMPOSITE_OPTION_VERBOSE
</SECTION>
<SECTION>

View file

@ -110,7 +110,7 @@ gimp_config_connect (GObject *a,
/**
* gimp_config_disconnect:
* @a: a #GObject
* @a: another #GObject
* @b: another #GObject
*
* Removes a connection between @dest and @src that was previously set
* up using gimp_config_connect().