Imported Upstream version 2.3.16

This commit is contained in:
Ari Pollak
2010-08-11 01:21:23 -04:00
parent d694295a3e
commit 2e1d89b96f
944 changed files with 103935 additions and 69090 deletions

View File

@ -3,12 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>gimpversion</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<link rel="start" href="index.html" title="GIMP Base Library Reference Manual">
<link rel="up" href="libgimpbase.html" title="Part&#160;I.&#160;GIMP Base Library">
<link rel="prev" href="libgimpbase-gimpbasetypes.html" title="gimpbasetypes">
<link rel="next" href="libgimpbase-gimplimits.html" title="gimplimits">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="libgimpbase.html" title="Part&#160;I.&#160;GIMP Base Library">
<link rel="index" href="libgimpbase-index.html" title="Index">
@ -25,16 +25,16 @@
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
<td><a accesskey="n" href="libgimpbase-gimplimits.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2581931" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2595051" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2571171" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2580578" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimpbase-gimpversion"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2581931"></a><span class="refentrytitle">gimpversion</span>
<a name="id2595051"></a><span class="refentrytitle">gimpversion</span>
</h2>
<p>gimpversion &#8212; Macros and constants useful for determining GIMP's version number and
capabilities.</p>
@ -47,20 +47,20 @@ capabilities.</p>
#define <a href="libgimpbase-gimpversion.html#GIMP-MAJOR-VERSION:CAPS">GIMP_MAJOR_VERSION</a>
#define <a href="libgimpbase-gimpversion.html#GIMP-MINOR-VERSION:CAPS">GIMP_MINOR_VERSION</a>
#define <a href="libgimpbase-gimpversion.html#GIMP-MICRO-VERSION:CAPS">GIMP_MICRO_VERSION</a>
#define <a href="libgimpbase-gimpversion.html#GIMP-VERSION:CAPS">GIMP_VERSION</a>
#define <a href="libgimpbase-gimpversion.html#GIMP-API-VERSION:CAPS">GIMP_API_VERSION</a>
#define <a href="libgimpbase-gimpversion.html#GIMP-CHECK-VERSION:CAPS">GIMP_CHECK_VERSION</a> (major, minor, micro)
#define <a href="libgimpbase-gimpversion.html#GIMPVAR:CAPS">GIMPVAR</a>
extern const guint <a href="libgimpbase-gimpversion.html#gimp-major-version">gimp_major_version</a>;
extern const guint <a href="libgimpbase-gimpversion.html#gimp-minor-version">gimp_minor_version</a>;
extern const guint <a href="libgimpbase-gimpversion.html#gimp-micro-version">gimp_micro_version</a>;
#define <a href="libgimpbase-gimpversion.html#GIMP-MAJOR-VERSION:CAPS">GIMP_MAJOR_VERSION</a>
#define <a href="libgimpbase-gimpversion.html#GIMP-MINOR-VERSION:CAPS">GIMP_MINOR_VERSION</a>
#define <a href="libgimpbase-gimpversion.html#GIMP-MICRO-VERSION:CAPS">GIMP_MICRO_VERSION</a>
#define <a href="libgimpbase-gimpversion.html#GIMP-VERSION:CAPS">GIMP_VERSION</a>
#define <a href="libgimpbase-gimpversion.html#GIMP-API-VERSION:CAPS">GIMP_API_VERSION</a>
#define <a href="libgimpbase-gimpversion.html#GIMP-CHECK-VERSION:CAPS">GIMP_CHECK_VERSION</a> (major, minor, micro)
#define <a href="libgimpbase-gimpversion.html#GIMPVAR:CAPS">GIMPVAR</a>
extern const guint <a href="libgimpbase-gimpversion.html#gimp-major-version">gimp_major_version</a>;
extern const guint <a href="libgimpbase-gimpversion.html#gimp-minor-version">gimp_minor_version</a>;
extern const guint <a href="libgimpbase-gimpversion.html#gimp-micro-version">gimp_micro_version</a>;
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2571171"></a><h2>Description</h2>
<a name="id2580578"></a><h2>Description</h2>
<p>
Macros and constants useful for determining GIMP's version number and
capabilities.
@ -68,11 +68,11 @@ capabilities.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2571188"></a><h2>Details</h2>
<a name="id2580595"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2571199"></a><h3>
<a name="id2580606"></a><h3>
<a name="GIMP-MAJOR-VERSION:CAPS"></a>GIMP_MAJOR_VERSION</h3>
<a class="indexterm" name="id2571210"></a><pre class="programlisting">#define GIMP_MAJOR_VERSION (2)
<a class="indexterm" name="id2580618"></a><pre class="programlisting">#define GIMP_MAJOR_VERSION (2)
</pre>
<p>
@ -80,9 +80,9 @@ capabilities.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2571226"></a><h3>
<a name="id2580634"></a><h3>
<a name="GIMP-MINOR-VERSION:CAPS"></a>GIMP_MINOR_VERSION</h3>
<a class="indexterm" name="id2571238"></a><pre class="programlisting">#define GIMP_MINOR_VERSION (3)
<a class="indexterm" name="id2580646"></a><pre class="programlisting">#define GIMP_MINOR_VERSION (3)
</pre>
<p>
@ -90,9 +90,9 @@ capabilities.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2571254"></a><h3>
<a name="id2580663"></a><h3>
<a name="GIMP-MICRO-VERSION:CAPS"></a>GIMP_MICRO_VERSION</h3>
<a class="indexterm" name="id2571266"></a><pre class="programlisting">#define GIMP_MICRO_VERSION (15)
<a class="indexterm" name="id2580674"></a><pre class="programlisting">#define GIMP_MICRO_VERSION (16)
</pre>
<p>
@ -100,9 +100,9 @@ capabilities.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2557675"></a><h3>
<a name="id2590388"></a><h3>
<a name="GIMP-VERSION:CAPS"></a>GIMP_VERSION</h3>
<a class="indexterm" name="id2557686"></a><pre class="programlisting">#define GIMP_VERSION "2.3.15"
<a class="indexterm" name="id2590401"></a><pre class="programlisting">#define GIMP_VERSION "2.3.16"
</pre>
<p>
@ -110,9 +110,9 @@ capabilities.
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2557703"></a><h3>
<a name="id2590418"></a><h3>
<a name="GIMP-API-VERSION:CAPS"></a>GIMP_API_VERSION</h3>
<a class="indexterm" name="id2557714"></a><pre class="programlisting">#define GIMP_API_VERSION "2.0"
<a class="indexterm" name="id2590429"></a><pre class="programlisting">#define GIMP_API_VERSION "2.0"
</pre>
<p>
Since: GIMP 2.2
@ -120,9 +120,9 @@ Since: GIMP 2.2
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2557731"></a><h3>
<a name="id2590446"></a><h3>
<a name="GIMP-CHECK-VERSION:CAPS"></a>GIMP_CHECK_VERSION()</h3>
<a class="indexterm" name="id2557742"></a><pre class="programlisting">#define GIMP_CHECK_VERSION(major, minor, micro)</pre>
<a class="indexterm" name="id2590457"></a><pre class="programlisting">#define GIMP_CHECK_VERSION(major, minor, micro)</pre>
<p>
</p>
@ -151,18 +151,18 @@ Since: GIMP 2.2
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2557806"></a><h3>
<a name="id2590521"></a><h3>
<a name="GIMPVAR:CAPS"></a>GIMPVAR</h3>
<a class="indexterm" name="id2589179"></a><pre class="programlisting">#define GIMPVAR</pre>
<a class="indexterm" name="id2578575"></a><pre class="programlisting">#define GIMPVAR</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2589194"></a><h3>
<a name="id2578590"></a><h3>
<a name="gimp-major-version"></a>gimp_major_version</h3>
<a class="indexterm" name="id2589207"></a><pre class="programlisting">extern const guint gimp_major_version;
<a class="indexterm" name="id2578602"></a><pre class="programlisting">extern const guint gimp_major_version;
</pre>
<p>
@ -170,9 +170,9 @@ Since: GIMP 2.2
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2589222"></a><h3>
<a name="id2578618"></a><h3>
<a name="gimp-minor-version"></a>gimp_minor_version</h3>
<a class="indexterm" name="id2589234"></a><pre class="programlisting">extern const guint gimp_minor_version;
<a class="indexterm" name="id2578630"></a><pre class="programlisting">extern const guint gimp_minor_version;
</pre>
<p>
@ -180,9 +180,9 @@ Since: GIMP 2.2
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2589250"></a><h3>
<a name="id2578646"></a><h3>
<a name="gimp-micro-version"></a>gimp_micro_version</h3>
<a class="indexterm" name="id2589262"></a><pre class="programlisting">extern const guint gimp_micro_version;
<a class="indexterm" name="id2578658"></a><pre class="programlisting">extern const guint gimp_micro_version;
</pre>
<p>