Imported Upstream version 2.8.10

This commit is contained in:
Ari Pollak
2013-12-04 20:45:50 -05:00
parent a7debe0231
commit b8aa0b67d1
584 changed files with 23342 additions and 13384 deletions

View File

@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.13.3 from Makefile.am.
# Makefile.in generated by automake 1.14 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@ -253,6 +253,8 @@ GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
GTK_CFLAGS = @GTK_CFLAGS@
GTK_LIBS = @GTK_LIBS@
GTK_MAC_INTEGRATION_CFLAGS = @GTK_MAC_INTEGRATION_CFLAGS@
GTK_MAC_INTEGRATION_LIBS = @GTK_MAC_INTEGRATION_LIBS@
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
GUDEV_CFLAGS = @GUDEV_CFLAGS@
GUDEV_LIBS = @GUDEV_LIBS@
@ -279,6 +281,10 @@ ISO_CODES_LOCATION = @ISO_CODES_LOCATION@
JP2_LIBS = @JP2_LIBS@
JPEG_LIBS = @JPEG_LIBS@
LCMS = @LCMS@
LCMS1_CFLAGS = @LCMS1_CFLAGS@
LCMS1_LIBS = @LCMS1_LIBS@
LCMS2_CFLAGS = @LCMS2_CFLAGS@
LCMS2_LIBS = @LCMS2_LIBS@
LCMS_CFLAGS = @LCMS_CFLAGS@
LCMS_LIBS = @LCMS_LIBS@
LD = @LD@
@ -550,6 +556,42 @@ CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS)
@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_HTML_TRUE@HTML_BUILD_STAMP = html-build.stamp
@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_FALSE@PDF_BUILD_STAMP =
@ENABLE_GTK_DOC_TRUE@@GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp
#### setup ####
GTK_DOC_V_SETUP = $(GTK_DOC_V_SETUP_$(V))
GTK_DOC_V_SETUP_ = $(GTK_DOC_V_SETUP_$(AM_DEFAULT_VERBOSITY))
GTK_DOC_V_SETUP_0 = @echo " DOC Preparing build";
#### scan ####
GTK_DOC_V_SCAN = $(GTK_DOC_V_SCAN_$(V))
GTK_DOC_V_SCAN_ = $(GTK_DOC_V_SCAN_$(AM_DEFAULT_VERBOSITY))
GTK_DOC_V_SCAN_0 = @echo " DOC Scanning header files";
GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_$(V))
GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_$(AM_DEFAULT_VERBOSITY))
GTK_DOC_V_INTROSPECT_0 = @echo " DOC Introspecting gobjects";
#### templates ####
GTK_DOC_V_TMPL = $(GTK_DOC_V_TMPL_$(V))
GTK_DOC_V_TMPL_ = $(GTK_DOC_V_TMPL_$(AM_DEFAULT_VERBOSITY))
GTK_DOC_V_TMPL_0 = @echo " DOC Rebuilding template files";
#### xml ####
GTK_DOC_V_XML = $(GTK_DOC_V_XML_$(V))
GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY))
GTK_DOC_V_XML_0 = @echo " DOC Building XML";
#### html ####
GTK_DOC_V_HTML = $(GTK_DOC_V_HTML_$(V))
GTK_DOC_V_HTML_ = $(GTK_DOC_V_HTML_$(AM_DEFAULT_VERBOSITY))
GTK_DOC_V_HTML_0 = @echo " DOC Building HTML";
GTK_DOC_V_XREF = $(GTK_DOC_V_XREF_$(V))
GTK_DOC_V_XREF_ = $(GTK_DOC_V_XREF_$(AM_DEFAULT_VERBOSITY))
GTK_DOC_V_XREF_0 = @echo " DOC Fixing cross-references";
#### pdf ####
GTK_DOC_V_PDF = $(GTK_DOC_V_PDF_$(V))
GTK_DOC_V_PDF_ = $(GTK_DOC_V_PDF_$(AM_DEFAULT_VERBOSITY))
GTK_DOC_V_PDF_0 = @echo " DOC Building PDF";
all: all-am
.SUFFIXES:
@ -758,35 +800,28 @@ docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP)
$(REPORT_FILES): sgml-build.stamp
#### setup ####
setup-build.stamp:
-@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
echo ' DOC Preparing build'; \
-$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \
if test "x$$files" != "x" ; then \
for file in $$files ; do \
test -f $(abs_srcdir)/$$file && \
cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \
cp -pu $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \
done; \
fi; \
test -d $(abs_srcdir)/tmpl && \
{ cp -rp $(abs_srcdir)/tmpl $(abs_builddir)/; \
chmod -R u+w $(abs_builddir)/tmpl; } \
fi
@touch setup-build.stamp
#### scan ####
$(AM_V_at)touch setup-build.stamp
scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
@echo ' DOC Scanning header files'
@_source_dir='' ; \
$(GTK_DOC_V_SCAN)_source_dir='' ; \
for i in $(DOC_SOURCE_DIR) ; do \
_source_dir="$${_source_dir} --source-dir=$$i" ; \
done ; \
gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
@if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \
echo " DOC Introspecting gobjects"; \
$(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \
scanobj_options=""; \
gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \
if test "$(?)" = "0"; then \
@ -801,22 +836,19 @@ scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
test -f $$i || touch $$i ; \
done \
fi
@touch scan-build.stamp
$(AM_V_at)touch scan-build.stamp
$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
@true
#### templates ####
tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt
@echo ' DOC Rebuilding template files'
@gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
$(GTK_DOC_V_TMPL)gtkdoc-mktmpl --module=$(DOC_MODULE) $(MKTMPL_OPTIONS)
$(AM_V_at)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
if test -w $(abs_srcdir) ; then \
cp -rp $(abs_builddir)/tmpl $(abs_srcdir)/; \
fi \
fi
@touch tmpl-build.stamp
$(AM_V_at)touch tmpl-build.stamp
tmpl.stamp: tmpl-build.stamp
@true
@ -824,28 +856,20 @@ tmpl.stamp: tmpl-build.stamp
$(srcdir)/tmpl/*.sgml:
@true
#### xml ####
sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
@echo ' DOC Building XML'
@-chmod -R u+w $(srcdir)
@_source_dir='' ; \
$(GTK_DOC_V_XML)-chmod -R u+w $(srcdir) && _source_dir='' ; \
for i in $(DOC_SOURCE_DIR) ; do \
_source_dir="$${_source_dir} --source-dir=$$i" ; \
done ; \
gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS)
@touch sgml-build.stamp
$(AM_V_at)touch sgml-build.stamp
sgml.stamp: sgml-build.stamp
@true
#### html ####
html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
@echo ' DOC Building HTML'
@rm -rf html
@mkdir html
@mkhtml_options=""; \
$(GTK_DOC_V_HTML)rm -rf html && mkdir html && \
mkhtml_options=""; \
gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \
if test "$(?)" = "0"; then \
if test "x$(V)" = "x1"; then \
@ -866,16 +890,12 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
cp $(abs_builddir)/$$file $(abs_builddir)/html; \
fi; \
done;
@echo ' DOC Fixing cross-references'
@gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
@touch html-build.stamp
#### pdf ####
$(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
$(AM_V_at)touch html-build.stamp
pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
@echo ' DOC Building PDF'
@rm -f $(DOC_MODULE).pdf
@mkpdf_options=""; \
$(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \
mkpdf_options=""; \
gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \
if test "$(?)" = "0"; then \
if test "x$(V)" = "x1"; then \
@ -892,7 +912,7 @@ pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
done; \
fi; \
gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS)
@touch pdf-build.stamp
$(AM_V_at)touch pdf-build.stamp
##############
@ -908,7 +928,7 @@ distclean-local:
rm -rf tmpl; \
fi
maintainer-clean-local: clean
maintainer-clean-local:
@rm -rf xml html
install-data-local:
@ -944,7 +964,7 @@ uninstall-local:
#
# Require gtk-doc when making dist
#
@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc:
@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc: docs
@ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc:
@ENABLE_GTK_DOC_FALSE@ @echo "*** gtk-doc must be installed and enabled in order to make dist"
@ENABLE_GTK_DOC_FALSE@ @false

View File

@ -8,7 +8,7 @@
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpScanner.html" title="GimpScanner">
<link rel="next" href="libgimpconfig-index.html" title="Index">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -117,6 +117,29 @@ Color management settings.
</pre>
<p>
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="GIMP-COLOR-MANAGEMENT-OFF:CAPS"></a><span class="term"><code class="literal">GIMP_COLOR_MANAGEMENT_OFF</code></span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><a name="GIMP-COLOR-MANAGEMENT-DISPLAY:CAPS"></a><span class="term"><code class="literal">GIMP_COLOR_MANAGEMENT_DISPLAY</code></span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><a name="GIMP-COLOR-MANAGEMENT-SOFTPROOF:CAPS"></a><span class="term"><code class="literal">GIMP_COLOR_MANAGEMENT_SOFTPROOF</code></span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
@ -130,6 +153,34 @@ Color management settings.
</pre>
<p>
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="GIMP-COLOR-RENDERING-INTENT-PERCEPTUAL:CAPS"></a><span class="term"><code class="literal">GIMP_COLOR_RENDERING_INTENT_PERCEPTUAL</code></span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><a name="GIMP-COLOR-RENDERING-INTENT-RELATIVE-COLORIMETRIC:CAPS"></a><span class="term"><code class="literal">GIMP_COLOR_RENDERING_INTENT_RELATIVE_COLORIMETRIC</code></span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><a name="GIMP-COLOR-RENDERING-INTENT-SATURATION:CAPS"></a><span class="term"><code class="literal">GIMP_COLOR_RENDERING_INTENT_SATURATION</code></span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><a name="GIMP-COLOR-RENDERING-INTENT-ABSOLUTE-COLORIMETRIC:CAPS"></a><span class="term"><code class="literal">GIMP_COLOR_RENDERING_INTENT_ABSOLUTE_COLORIMETRIC</code></span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="refsect1">
@ -213,6 +264,6 @@ Color management settings.
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -6,7 +6,7 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="next" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -15,7 +15,7 @@
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIMP Config Library Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
for GIMP 2.8.6
for GIMP 2.8.10
</p></div>
</div>
@ -66,6 +66,6 @@
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -79,6 +79,10 @@
<ANCHOR id="libgimpconfig-GimpConfig-path.details" href="libgimpconfig/libgimpconfig-GimpConfig-path.html#libgimpconfig-GimpConfig-path.details">
<ANCHOR id="GimpConfigPath" href="libgimpconfig/libgimpconfig-GimpConfig-path.html#GimpConfigPath">
<ANCHOR id="GimpConfigPathType" href="libgimpconfig/libgimpconfig-GimpConfig-path.html#GimpConfigPathType">
<ANCHOR id="GIMP-CONFIG-PATH-FILE:CAPS" href="libgimpconfig/libgimpconfig-GimpConfig-path.html#GIMP-CONFIG-PATH-FILE:CAPS">
<ANCHOR id="GIMP-CONFIG-PATH-FILE-LIST:CAPS" href="libgimpconfig/libgimpconfig-GimpConfig-path.html#GIMP-CONFIG-PATH-FILE-LIST:CAPS">
<ANCHOR id="GIMP-CONFIG-PATH-DIR:CAPS" href="libgimpconfig/libgimpconfig-GimpConfig-path.html#GIMP-CONFIG-PATH-DIR:CAPS">
<ANCHOR id="GIMP-CONFIG-PATH-DIR-LIST:CAPS" href="libgimpconfig/libgimpconfig-GimpConfig-path.html#GIMP-CONFIG-PATH-DIR-LIST:CAPS">
<ANCHOR id="gimp-param-spec-config-path" href="libgimpconfig/libgimpconfig-GimpConfig-path.html#gimp-param-spec-config-path">
<ANCHOR id="gimp-param-spec-config-path-type" href="libgimpconfig/libgimpconfig-GimpConfig-path.html#gimp-param-spec-config-path-type">
<ANCHOR id="gimp-config-path-expand" href="libgimpconfig/libgimpconfig-GimpConfig-path.html#gimp-config-path-expand">
@ -141,7 +145,14 @@
<ANCHOR id="GimpColorConfig.details" href="libgimpconfig/GimpColorConfig.html#GimpColorConfig.details">
<ANCHOR id="GimpColorConfig-struct" href="libgimpconfig/GimpColorConfig.html#GimpColorConfig-struct">
<ANCHOR id="GimpColorManagementMode" href="libgimpconfig/GimpColorConfig.html#GimpColorManagementMode">
<ANCHOR id="GIMP-COLOR-MANAGEMENT-OFF:CAPS" href="libgimpconfig/GimpColorConfig.html#GIMP-COLOR-MANAGEMENT-OFF:CAPS">
<ANCHOR id="GIMP-COLOR-MANAGEMENT-DISPLAY:CAPS" href="libgimpconfig/GimpColorConfig.html#GIMP-COLOR-MANAGEMENT-DISPLAY:CAPS">
<ANCHOR id="GIMP-COLOR-MANAGEMENT-SOFTPROOF:CAPS" href="libgimpconfig/GimpColorConfig.html#GIMP-COLOR-MANAGEMENT-SOFTPROOF:CAPS">
<ANCHOR id="GimpColorRenderingIntent" href="libgimpconfig/GimpColorConfig.html#GimpColorRenderingIntent">
<ANCHOR id="GIMP-COLOR-RENDERING-INTENT-PERCEPTUAL:CAPS" href="libgimpconfig/GimpColorConfig.html#GIMP-COLOR-RENDERING-INTENT-PERCEPTUAL:CAPS">
<ANCHOR id="GIMP-COLOR-RENDERING-INTENT-RELATIVE-COLORIMETRIC:CAPS" href="libgimpconfig/GimpColorConfig.html#GIMP-COLOR-RENDERING-INTENT-RELATIVE-COLORIMETRIC:CAPS">
<ANCHOR id="GIMP-COLOR-RENDERING-INTENT-SATURATION:CAPS" href="libgimpconfig/GimpColorConfig.html#GIMP-COLOR-RENDERING-INTENT-SATURATION:CAPS">
<ANCHOR id="GIMP-COLOR-RENDERING-INTENT-ABSOLUTE-COLORIMETRIC:CAPS" href="libgimpconfig/GimpColorConfig.html#GIMP-COLOR-RENDERING-INTENT-ABSOLUTE-COLORIMETRIC:CAPS">
<ANCHOR id="GimpColorConfig.property-details" href="libgimpconfig/GimpColorConfig.html#GimpColorConfig.property-details">
<ANCHOR id="GimpColorConfig--cmyk-profile" href="libgimpconfig/GimpColorConfig.html#GimpColorConfig--cmyk-profile">
<ANCHOR id="GimpColorConfig--display-module" href="libgimpconfig/GimpColorConfig.html#GimpColorConfig--display-module">

View File

@ -8,7 +8,7 @@
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">
<link rel="next" href="libgimpconfig-GimpConfig-serialize.html" title="GimpConfig-serialize">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -132,6 +132,6 @@ found but couldn't be parsed.</td>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -8,7 +8,7 @@
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpConfigError.html" title="GimpConfig-error">
<link rel="next" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -319,6 +319,6 @@ Macros and defines to install config properties.
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -8,7 +8,7 @@
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">
<link rel="next" href="libgimpconfig-GimpConfig-utils.html" title="GimpConfig-utils">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -82,6 +82,34 @@ File path utilities for libgimpconfig.
</pre>
<p>
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="GIMP-CONFIG-PATH-FILE:CAPS"></a><span class="term"><code class="literal">GIMP_CONFIG_PATH_FILE</code></span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><a name="GIMP-CONFIG-PATH-FILE-LIST:CAPS"></a><span class="term"><code class="literal">GIMP_CONFIG_PATH_FILE_LIST</code></span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><a name="GIMP-CONFIG-PATH-DIR:CAPS"></a><span class="term"><code class="literal">GIMP_CONFIG_PATH_DIR</code></span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><a name="GIMP-CONFIG-PATH-DIR-LIST:CAPS"></a><span class="term"><code class="literal">GIMP_CONFIG_PATH_DIR_LIST</code></span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
@ -313,6 +341,6 @@ recode it using <a class="link" href="libgimpconfig-GimpConfig-path.html#gimp-co
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -8,7 +8,7 @@
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpConfig-deserialize.html" title="GimpConfig-deserialize">
<link rel="next" href="libgimpconfig-GimpConfigError.html" title="GimpConfig-error">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -238,6 +238,6 @@ This utility function appends a string representation of <span class="type">GVal
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -8,7 +8,7 @@
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpConfig-path.html" title="GimpConfig-path">
<link rel="next" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -235,6 +235,6 @@ strings. Only control characters and quotes are being escaped.
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -8,7 +8,7 @@
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-hierarchy.html" title="Object Hierarchy">
<link rel="next" href="libgimpconfig-GimpConfig-deserialize.html" title="GimpConfig-deserialize">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -571,6 +571,6 @@ Properties marked as "construct-only" are not touched.
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -8,7 +8,7 @@
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpConfig-serialize.html" title="GimpConfig-serialize">
<link rel="next" href="libgimpconfig-GimpConfig-params.html" title="GimpConfig-params">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -128,6 +128,6 @@ This function is never called directly. Use <a class="link" href="libgimpconfig-
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -8,7 +8,7 @@
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpConfig-utils.html" title="GimpConfig-utils">
<link rel="next" href="libgimpconfig-GimpScanner.html" title="GimpScanner">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -488,6 +488,6 @@ the <em class="parameter"><code>writer</code></em> afterwards.
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -8,7 +8,7 @@
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig-GimpConfigWriter.html" title="GimpConfigWriter">
<link rel="next" href="GimpColorConfig.html" title="GimpColorConfig">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -417,6 +417,6 @@ A wrapper around <span class="type">GScanner</span> with some convenience API.
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -8,7 +8,7 @@
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="prev" href="libgimpconfig.html" title="Part I. GIMP Config Library">
<link rel="next" href="libgimpconfig-GimpConfig.html" title="GimpConfig-iface">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -31,6 +31,6 @@
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -7,7 +7,7 @@
<link rel="home" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="up" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="prev" href="libgimpconfig-index-new-in-2-8.html" title="Index of new symbols in GIMP 2.8">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -25,6 +25,6 @@
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -8,7 +8,7 @@
<link rel="up" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="prev" href="libgimpconfig-index.html" title="Index">
<link rel="next" href="libgimpconfig-index-new-in-2-6.html" title="Index of new symbols in GIMP 2.6">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -150,6 +150,6 @@
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -8,7 +8,7 @@
<link rel="up" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="prev" href="libgimpconfig-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
<link rel="next" href="libgimpconfig-index-new-in-2-8.html" title="Index of new symbols in GIMP 2.8">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -34,6 +34,6 @@
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -8,7 +8,7 @@
<link rel="up" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="prev" href="libgimpconfig-index-new-in-2-6.html" title="Index of new symbols in GIMP 2.6">
<link rel="next" href="libgimpconfig-index-deprecated.html" title="Index of deprecated symbols">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -34,6 +34,6 @@
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -8,7 +8,7 @@
<link rel="up" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="prev" href="GimpColorConfig.html" title="GimpColorConfig">
<link rel="next" href="libgimpconfig-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -251,6 +251,6 @@
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -130,5 +130,16 @@
<keyword type="constant" name="GIMP_CONFIG_ERROR_WRITE" link="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR-WRITE:CAPS"/>
<keyword type="constant" name="GIMP_CONFIG_ERROR_PARSE" link="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR-PARSE:CAPS"/>
<keyword type="constant" name="GIMP_CONFIG_ERROR_VERSION" link="libgimpconfig-GimpConfigError.html#GIMP-CONFIG-ERROR-VERSION:CAPS"/>
<keyword type="constant" name="GIMP_CONFIG_PATH_FILE" link="libgimpconfig-GimpConfig-path.html#GIMP-CONFIG-PATH-FILE:CAPS"/>
<keyword type="constant" name="GIMP_CONFIG_PATH_FILE_LIST" link="libgimpconfig-GimpConfig-path.html#GIMP-CONFIG-PATH-FILE-LIST:CAPS"/>
<keyword type="constant" name="GIMP_CONFIG_PATH_DIR" link="libgimpconfig-GimpConfig-path.html#GIMP-CONFIG-PATH-DIR:CAPS"/>
<keyword type="constant" name="GIMP_CONFIG_PATH_DIR_LIST" link="libgimpconfig-GimpConfig-path.html#GIMP-CONFIG-PATH-DIR-LIST:CAPS"/>
<keyword type="constant" name="GIMP_COLOR_MANAGEMENT_OFF" link="GimpColorConfig.html#GIMP-COLOR-MANAGEMENT-OFF:CAPS"/>
<keyword type="constant" name="GIMP_COLOR_MANAGEMENT_DISPLAY" link="GimpColorConfig.html#GIMP-COLOR-MANAGEMENT-DISPLAY:CAPS"/>
<keyword type="constant" name="GIMP_COLOR_MANAGEMENT_SOFTPROOF" link="GimpColorConfig.html#GIMP-COLOR-MANAGEMENT-SOFTPROOF:CAPS"/>
<keyword type="constant" name="GIMP_COLOR_RENDERING_INTENT_PERCEPTUAL" link="GimpColorConfig.html#GIMP-COLOR-RENDERING-INTENT-PERCEPTUAL:CAPS"/>
<keyword type="constant" name="GIMP_COLOR_RENDERING_INTENT_RELATIVE_COLORIMETRIC" link="GimpColorConfig.html#GIMP-COLOR-RENDERING-INTENT-RELATIVE-COLORIMETRIC:CAPS"/>
<keyword type="constant" name="GIMP_COLOR_RENDERING_INTENT_SATURATION" link="GimpColorConfig.html#GIMP-COLOR-RENDERING-INTENT-SATURATION:CAPS"/>
<keyword type="constant" name="GIMP_COLOR_RENDERING_INTENT_ABSOLUTE_COLORIMETRIC" link="GimpColorConfig.html#GIMP-COLOR-RENDERING-INTENT-ABSOLUTE-COLORIMETRIC:CAPS"/>
</functions>
</book>

View File

@ -8,7 +8,7 @@
<link rel="up" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="prev" href="index.html" title="GIMP Config Library Reference Manual">
<link rel="next" href="libgimpconfig-hierarchy.html" title="Object Hierarchy">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -62,6 +62,6 @@
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>