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@
@ -537,6 +543,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:
@ -745,35 +787,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 \
@ -788,22 +823,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
@ -811,28 +843,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 \
@ -853,16 +877,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 \
@ -879,7 +899,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
##############
@ -895,7 +915,7 @@ distclean-local:
rm -rf tmpl; \
fi
maintainer-clean-local: clean
maintainer-clean-local:
@rm -rf xml html
install-data-local:
@ -931,7 +951,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

@ -6,7 +6,7 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="GIMP Color Library Reference Manual">
<link rel="next" href="libgimpcolor.html" title="Part I. GIMP Color 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 Color 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>
@ -61,6 +61,6 @@
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -4,6 +4,9 @@
<ANCHOR id="libgimpcolor-GimpRGB.details" href="libgimpcolor/libgimpcolor-GimpRGB.html#libgimpcolor-GimpRGB.details">
<ANCHOR id="GimpRGB" href="libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB">
<ANCHOR id="GimpRGBCompositeMode" href="libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGBCompositeMode">
<ANCHOR id="GIMP-RGB-COMPOSITE-NONE:CAPS" href="libgimpcolor/libgimpcolor-GimpRGB.html#GIMP-RGB-COMPOSITE-NONE:CAPS">
<ANCHOR id="GIMP-RGB-COMPOSITE-NORMAL:CAPS" href="libgimpcolor/libgimpcolor-GimpRGB.html#GIMP-RGB-COMPOSITE-NORMAL:CAPS">
<ANCHOR id="GIMP-RGB-COMPOSITE-BEHIND:CAPS" href="libgimpcolor/libgimpcolor-GimpRGB.html#GIMP-RGB-COMPOSITE-BEHIND:CAPS">
<ANCHOR id="gimp-rgb-set" href="libgimpcolor/libgimpcolor-GimpRGB.html#gimp-rgb-set">
<ANCHOR id="gimp-rgb-set-alpha" href="libgimpcolor/libgimpcolor-GimpRGB.html#gimp-rgb-set-alpha">
<ANCHOR id="gimp-rgb-set-uchar" href="libgimpcolor/libgimpcolor-GimpRGB.html#gimp-rgb-set-uchar">

View File

@ -8,7 +8,7 @@
<link rel="up" href="libgimpcolor.html" title="Part I. GIMP Color Library">
<link rel="prev" href="libgimpcolor-GimpColorManaged.html" title="GimpColorManaged">
<link rel="next" href="libgimpcolor-GimpBilinear.html" title="GimpBilinear">
<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">
@ -123,6 +123,6 @@ Functions to perform adaptive supersampling on an area.
</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="libgimpcolor.html" title="Part I. GIMP Color Library">
<link rel="prev" href="libgimpcolor-GimpAdaptiveSupersample.html" title="GimpAdaptiveSupersample">
<link rel="next" href="libgimpcolor-GimpCairoColor.html" title="GimpCairoColor">
<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">
@ -184,6 +184,6 @@ following order: [0,0], [1,0], [0,1], [1,1].
</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="libgimpcolor.html" title="Part I. GIMP Color Library">
<link rel="prev" href="libgimpcolor-GimpHSV.html" title="GimpHSV">
<link rel="next" href="libgimpcolor-GimpColorSpace.html" title="GimpColorSpace">
<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">
@ -396,6 +396,6 @@ Channel values are pointers to unsigned chars in the range 0 to 255.
</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="libgimpcolor.html" title="Part I. GIMP Color Library">
<link rel="prev" href="libgimpcolor-GimpBilinear.html" title="GimpBilinear">
<link rel="next" href="libgimpcolor-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">
@ -317,6 +317,6 @@ Gets a single pixel from a Cairo image surface in <code class="literal">CAIRO_FO
</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="libgimpcolor.html" title="Part I. GIMP Color Library">
<link rel="prev" href="libgimpcolor-GimpColorSpace.html" title="GimpColorSpace">
<link rel="next" href="libgimpcolor-GimpAdaptiveSupersample.html" title="GimpAdaptiveSupersample">
<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">
@ -126,6 +126,6 @@ Emits the "profile-changed" signal.
</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="libgimpcolor.html" title="Part I. GIMP Color Library">
<link rel="prev" href="libgimpcolor-GimpCMYK.html" title="GimpCMYK">
<link rel="next" href="libgimpcolor-GimpColorManaged.html" title="GimpColorManaged">
<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">
@ -667,6 +667,6 @@ rgb[2] is blue (0..255)</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="libgimpcolor.html" title="Part I. GIMP Color Library">
<link rel="prev" href="libgimpcolor-GimpRGB.html" title="GimpRGB">
<link rel="next" href="libgimpcolor-GimpCMYK.html" title="GimpCMYK">
<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">
@ -193,6 +193,6 @@ Used to keep HSL and HSLA colors. All components are in a range of
</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="libgimpcolor.html" title="Part I. GIMP Color Library">
<link rel="prev" href="libgimpcolor.html" title="Part I. GIMP Color Library">
<link rel="next" href="libgimpcolor-GimpHSV.html" title="GimpHSV">
<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">
@ -192,6 +192,29 @@ Used to keep RGB and RGBA colors. All components are in a range of
</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-RGB-COMPOSITE-NONE:CAPS"></a><span class="term"><code class="literal">GIMP_RGB_COMPOSITE_NONE</code></span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><a name="GIMP-RGB-COMPOSITE-NORMAL:CAPS"></a><span class="term"><code class="literal">GIMP_RGB_COMPOSITE_NORMAL</code></span></p></td>
<td>
</td>
</tr>
<tr>
<td><p><a name="GIMP-RGB-COMPOSITE-BEHIND:CAPS"></a><span class="term"><code class="literal">GIMP_RGB_COMPOSITE_BEHIND</code></span></p></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
@ -1003,6 +1026,6 @@ See <code class="function">g_param_spec_internal()</code> for more information.
</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 Color Library Reference Manual">
<link rel="up" href="index.html" title="GIMP Color Library Reference Manual">
<link rel="prev" href="libgimpcolor-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">
@ -41,6 +41,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 Color Library Reference Manual">
<link rel="prev" href="libgimpcolor-index.html" title="Index">
<link rel="next" href="libgimpcolor-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">
@ -40,6 +40,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 Color Library Reference Manual">
<link rel="prev" href="libgimpcolor-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
<link rel="next" href="libgimpcolor-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">
@ -42,6 +42,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 Color Library Reference Manual">
<link rel="prev" href="libgimpcolor-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
<link rel="next" href="libgimpcolor-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">
@ -40,6 +40,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 Color Library Reference Manual">
<link rel="prev" href="libgimpcolor-index-new-in-2-6.html" title="Index of new symbols in GIMP 2.6">
<link rel="next" href="libgimpcolor-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">
@ -36,6 +36,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 Color Library Reference Manual">
<link rel="prev" href="libgimpcolor-GimpCairoColor.html" title="GimpCairoColor">
<link rel="next" href="libgimpcolor-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
<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">
@ -232,6 +232,6 @@
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>

View File

@ -121,5 +121,8 @@
<keyword type="macro" name="GIMP_CAIRO_RGB24_GET_PIXEL()" link="libgimpcolor-GimpCairoColor.html#GIMP-CAIRO-RGB24-GET-PIXEL:CAPS" since="GIMP 2.8"/>
<keyword type="macro" name="GIMP_CAIRO_ARGB32_SET_PIXEL()" link="libgimpcolor-GimpCairoColor.html#GIMP-CAIRO-ARGB32-SET-PIXEL:CAPS" since="GIMP 2.6"/>
<keyword type="macro" name="GIMP_CAIRO_ARGB32_GET_PIXEL()" link="libgimpcolor-GimpCairoColor.html#GIMP-CAIRO-ARGB32-GET-PIXEL:CAPS" since="GIMP 2.8"/>
<keyword type="constant" name="GIMP_RGB_COMPOSITE_NONE" link="libgimpcolor-GimpRGB.html#GIMP-RGB-COMPOSITE-NONE:CAPS"/>
<keyword type="constant" name="GIMP_RGB_COMPOSITE_NORMAL" link="libgimpcolor-GimpRGB.html#GIMP-RGB-COMPOSITE-NORMAL:CAPS"/>
<keyword type="constant" name="GIMP_RGB_COMPOSITE_BEHIND" link="libgimpcolor-GimpRGB.html#GIMP-RGB-COMPOSITE-BEHIND:CAPS"/>
</functions>
</book>

View File

@ -8,7 +8,7 @@
<link rel="up" href="index.html" title="GIMP Color Library Reference Manual">
<link rel="prev" href="index.html" title="GIMP Color Library Reference Manual">
<link rel="next" href="libgimpcolor-GimpRGB.html" title="GimpRGB">
<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">
@ -56,6 +56,6 @@
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
Generated by GTK-Doc V1.19</div>
</body>
</html>