mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
devel-docs: fix the libgimpconfig docs
This commit is contained in:
parent
c249ffe3ea
commit
a05205b576
6 changed files with 25 additions and 29 deletions
20
devel-docs/libgimpconfig/.gitignore
vendored
20
devel-docs/libgimpconfig/.gitignore
vendored
|
@ -1,16 +1,16 @@
|
|||
/Makefile
|
||||
/Makefile.in
|
||||
/deprecated
|
||||
/libgimpconfig.args
|
||||
/libgimpconfig-decl.txt
|
||||
/libgimpconfig-decl-list.txt
|
||||
/libgimpconfig.hierarchy
|
||||
/libgimpconfig.interfaces
|
||||
/libgimpconfig.prerequisites
|
||||
/libgimpconfig.signals
|
||||
/libgimpconfig-unused.txt
|
||||
/libgimpconfig-undeclared.txt
|
||||
/libgimpconfig-undocumented.txt
|
||||
/libgimpconfig3.args
|
||||
/libgimpconfig3-decl.txt
|
||||
/libgimpconfig3-decl-list.txt
|
||||
/libgimpconfig3.hierarchy
|
||||
/libgimpconfig3.interfaces
|
||||
/libgimpconfig3.prerequisites
|
||||
/libgimpconfig3.signals
|
||||
/libgimpconfig3-unused.txt
|
||||
/libgimpconfig3-undeclared.txt
|
||||
/libgimpconfig3-undocumented.txt
|
||||
/html
|
||||
/tmpl
|
||||
/xml
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
# The name of the module.
|
||||
DOC_MODULE = libgimpconfig
|
||||
DOC_MODULE = libgimpconfig3
|
||||
|
||||
# The top-level SGML file.
|
||||
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
|
||||
|
||||
# The directory containing the source code.
|
||||
DOC_SOURCE_DIR = $(top_srcdir)/$(DOC_MODULE)
|
||||
DOC_SOURCE_DIR = $(top_srcdir)/libgimpconfig
|
||||
|
||||
# Extra options to pass to gtkdoc-scangobj
|
||||
SCANGOBJ_OPTIONS =
|
||||
|
|
|
@ -51,6 +51,14 @@
|
|||
<title>Index of new symbols in GIMP 2.10</title>
|
||||
<xi:include href="xml/api-index-2.10.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index role="2.10.6" id="api-index-2-10-6">
|
||||
<title>Index of new symbols in GIMP 2.10.6</title>
|
||||
<xi:include href="xml/api-index-2.10.6.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index role="3.0" id="api-index-3-0">
|
||||
<title>Index of new symbols in GIMP 3.0</title>
|
||||
<xi:include href="xml/api-index-3.0.xml"><xi:fallback /></xi:include>
|
||||
</index>
|
||||
<index role="deprecated" id="api-index-deprecated">
|
||||
<title>Index of deprecated symbols</title>
|
||||
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
|
@ -24,7 +24,7 @@ GIMP_CONFIG
|
|||
GIMP_IS_CONFIG
|
||||
GIMP_TYPE_CONFIG
|
||||
GIMP_CONFIG_GET_INTERFACE
|
||||
gimp_config_interface_get_type
|
||||
gimp_config_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -67,21 +67,6 @@ GIMP_CONFIG_PROP_STRING
|
|||
GIMP_CONFIG_PROP_UINT64
|
||||
GIMP_CONFIG_PROP_UINT
|
||||
GIMP_CONFIG_PROP_UNIT
|
||||
GIMP_CONFIG_INSTALL_PROP_BOOLEAN
|
||||
GIMP_CONFIG_INSTALL_PROP_BOXED
|
||||
GIMP_CONFIG_INSTALL_PROP_RGB
|
||||
GIMP_CONFIG_INSTALL_PROP_DOUBLE
|
||||
GIMP_CONFIG_INSTALL_PROP_RESOLUTION
|
||||
GIMP_CONFIG_INSTALL_PROP_ENUM
|
||||
GIMP_CONFIG_INSTALL_PROP_INT
|
||||
GIMP_CONFIG_INSTALL_PROP_MATRIX2
|
||||
GIMP_CONFIG_INSTALL_PROP_MEMSIZE
|
||||
GIMP_CONFIG_INSTALL_PROP_PATH
|
||||
GIMP_CONFIG_INSTALL_PROP_STRING
|
||||
GIMP_CONFIG_INSTALL_PROP_UINT
|
||||
GIMP_CONFIG_INSTALL_PROP_UNIT
|
||||
GIMP_CONFIG_INSTALL_PROP_OBJECT
|
||||
GIMP_CONFIG_INSTALL_PROP_POINTER
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -98,6 +83,7 @@ gimp_file_get_config_path
|
|||
gimp_config_build_data_path
|
||||
gimp_config_build_writable_path
|
||||
gimp_config_build_plug_in_path
|
||||
gimp_config_build_system_path
|
||||
GIMP_VALUE_HOLDS_CONFIG_PATH
|
||||
<SUBSECTION Standard>
|
||||
GIMP_TYPE_CONFIG_PATH
|
||||
|
@ -183,6 +169,7 @@ gimp_color_config_get_simulation_intent
|
|||
gimp_color_config_get_simulation_bpc
|
||||
gimp_color_config_get_simulation_optimize
|
||||
gimp_color_config_get_simulation_gamut_check
|
||||
gimp_color_config_get_out_of_gamut_color
|
||||
gimp_color_config_get_rgb_color_profile
|
||||
gimp_color_config_get_gray_color_profile
|
||||
gimp_color_config_get_cmyk_color_profile
|
||||
|
@ -191,6 +178,7 @@ gimp_color_config_get_simulation_color_profile
|
|||
<SUBSECTION Standard>
|
||||
GimpColorConfig
|
||||
GimpColorConfigClass
|
||||
GimpColorConfigPrivate
|
||||
GIMP_COLOR_CONFIG
|
||||
GIMP_IS_COLOR_CONFIG
|
||||
GIMP_TYPE_COLOR_CONFIG
|
|
@ -1,5 +1,5 @@
|
|||
#include <gio/gio.h>
|
||||
#include <libgimpconfig/gimpconfig.h>
|
||||
|
||||
gimp_config_interface_get_type
|
||||
gimp_config_get_type
|
||||
gimp_color_config_get_type
|
Loading…
Add table
Add a link
Reference in a new issue