Imported Upstream version 2.4.0~rc2
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>gimpversion</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
|
||||
<link rel="start" href="index.html" title="GIMP Base Library Reference Manual">
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="prev" href="libgimpbase-gimpbasetypes.html" title="gimpbasetypes">
|
||||
@ -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="#id2592681" class="shortcut">Top</a>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2589078" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#id2589535" class="shortcut">Description</a></nobr></td></tr>
|
||||
<a href="#id2598163" 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="id2592681"></a><span class="refentrytitle">gimpversion</span>
|
||||
<a name="id2589078"></a><span class="refentrytitle">gimpversion</span>
|
||||
</h2>
|
||||
<p>gimpversion — 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 class="link" href="libgimpbase-gimpversion.html#GIMP-MAJOR-VERSION:CAPS">GIMP_MAJOR_VERSION</a>
|
||||
#define <a class="link" href="libgimpbase-gimpversion.html#GIMP-MINOR-VERSION:CAPS">GIMP_MINOR_VERSION</a>
|
||||
#define <a class="link" href="libgimpbase-gimpversion.html#GIMP-MICRO-VERSION:CAPS">GIMP_MICRO_VERSION</a>
|
||||
#define <a class="link" href="libgimpbase-gimpversion.html#GIMP-VERSION:CAPS">GIMP_VERSION</a>
|
||||
#define <a class="link" href="libgimpbase-gimpversion.html#GIMP-API-VERSION:CAPS">GIMP_API_VERSION</a>
|
||||
#define <a class="link" href="libgimpbase-gimpversion.html#GIMP-CHECK-VERSION:CAPS">GIMP_CHECK_VERSION</a> (major, minor, micro)
|
||||
#define <a class="link" href="libgimpbase-gimpversion.html#GIMPVAR:CAPS">GIMPVAR</a>
|
||||
extern const guint <a class="link" href="libgimpbase-gimpversion.html#gimp-major-version">gimp_major_version</a>;
|
||||
extern const guint <a class="link" href="libgimpbase-gimpversion.html#gimp-minor-version">gimp_minor_version</a>;
|
||||
extern const guint <a class="link" href="libgimpbase-gimpversion.html#gimp-micro-version">gimp_micro_version</a>;
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2589535"></a><h2>Description</h2>
|
||||
<a name="id2598163"></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="id2589552"></a><h2>Details</h2>
|
||||
<a name="id2598180"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589563"></a><h3>
|
||||
<a name="id2598190"></a><h3>
|
||||
<a name="GIMP-MAJOR-VERSION:CAPS"></a>GIMP_MAJOR_VERSION</h3>
|
||||
<a class="indexterm" name="id2589574"></a><pre class="programlisting">#define GIMP_MAJOR_VERSION (2)
|
||||
<a class="indexterm" name="id2598202"></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="id2589591"></a><h3>
|
||||
<a name="id2598219"></a><h3>
|
||||
<a name="GIMP-MINOR-VERSION:CAPS"></a>GIMP_MINOR_VERSION</h3>
|
||||
<a class="indexterm" name="id2589603"></a><pre class="programlisting">#define GIMP_MINOR_VERSION (4)
|
||||
<a class="indexterm" name="id2598230"></a><pre class="programlisting">#define GIMP_MINOR_VERSION (4)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -90,9 +90,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2589619"></a><h3>
|
||||
<a name="id2598247"></a><h3>
|
||||
<a name="GIMP-MICRO-VERSION:CAPS"></a>GIMP_MICRO_VERSION</h3>
|
||||
<a class="indexterm" name="id2589631"></a><pre class="programlisting">#define GIMP_MICRO_VERSION (0)
|
||||
<a class="indexterm" name="id2598259"></a><pre class="programlisting">#define GIMP_MICRO_VERSION (0)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -100,9 +100,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593204"></a><h3>
|
||||
<a name="id2583040"></a><h3>
|
||||
<a name="GIMP-VERSION:CAPS"></a>GIMP_VERSION</h3>
|
||||
<a class="indexterm" name="id2593216"></a><pre class="programlisting">#define GIMP_VERSION "2.4.0-rc1"
|
||||
<a class="indexterm" name="id2583052"></a><pre class="programlisting">#define GIMP_VERSION "2.4.0-rc2"
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -110,9 +110,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593233"></a><h3>
|
||||
<a name="id2583069"></a><h3>
|
||||
<a name="GIMP-API-VERSION:CAPS"></a>GIMP_API_VERSION</h3>
|
||||
<a class="indexterm" name="id2593244"></a><pre class="programlisting">#define GIMP_API_VERSION "2.0"
|
||||
<a class="indexterm" name="id2583081"></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="id2593261"></a><h3>
|
||||
<a name="id2583098"></a><h3>
|
||||
<a name="GIMP-CHECK-VERSION:CAPS"></a>GIMP_CHECK_VERSION()</h3>
|
||||
<a class="indexterm" name="id2593272"></a><pre class="programlisting">#define GIMP_CHECK_VERSION(major, minor, micro)</pre>
|
||||
<a class="indexterm" name="id2583109"></a><pre class="programlisting">#define GIMP_CHECK_VERSION(major, minor, micro)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -130,17 +130,17 @@ Since: GIMP 2.2
|
||||
<col align="left" valign="top">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>major</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>major</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>minor</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>minor</code></em> :</span></p></td>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><em class="parameter"><code>micro</code></em> :</span></td>
|
||||
<td><p><span class="term"><em class="parameter"><code>micro</code></em> :</span></p></td>
|
||||
<td>
|
||||
|
||||
|
||||
@ -151,18 +151,18 @@ Since: GIMP 2.2
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2593336"></a><h3>
|
||||
<a name="id2583173"></a><h3>
|
||||
<a name="GIMPVAR:CAPS"></a>GIMPVAR</h3>
|
||||
<a class="indexterm" name="id2590125"></a><pre class="programlisting">#define GIMPVAR</pre>
|
||||
<a class="indexterm" name="id2610671"></a><pre class="programlisting">#define GIMPVAR</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2590140"></a><h3>
|
||||
<a name="id2610686"></a><h3>
|
||||
<a name="gimp-major-version"></a>gimp_major_version</h3>
|
||||
<a class="indexterm" name="id2590152"></a><pre class="programlisting">extern const guint gimp_major_version;
|
||||
<a class="indexterm" name="id2610699"></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="id2590167"></a><h3>
|
||||
<a name="id2610714"></a><h3>
|
||||
<a name="gimp-minor-version"></a>gimp_minor_version</h3>
|
||||
<a class="indexterm" name="id2590180"></a><pre class="programlisting">extern const guint gimp_minor_version;
|
||||
<a class="indexterm" name="id2610726"></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="id2590195"></a><h3>
|
||||
<a name="id2610742"></a><h3>
|
||||
<a name="gimp-micro-version"></a>gimp_micro_version</h3>
|
||||
<a class="indexterm" name="id2590208"></a><pre class="programlisting">extern const guint gimp_micro_version;
|
||||
<a class="indexterm" name="id2610754"></a><pre class="programlisting">extern const guint gimp_micro_version;
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user