Imported Upstream version 2.3.9
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
@ -7,7 +8,7 @@
|
||||
<link rel="up" href="libgimpbase.html" title="Part I. 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.4 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
<link rel="part" href="libgimpbase.html" title="Part I. GIMP Base Library">
|
||||
<link rel="index" href="ix01.html" title="Index">
|
||||
@ -16,25 +17,30 @@
|
||||
<link rel="index" href="ix04.html" title="Index of deprecated symbols">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
|
||||
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
|
||||
<tr valign="middle">
|
||||
<td><a accesskey="p" href="libgimpbase-gimpbasetypes.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
|
||||
<td><a accesskey="u" href="libgimpbase.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
|
||||
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
|
||||
<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></table>
|
||||
</tr>
|
||||
<tr><td colspan="5" class="shortcuts"><nobr><a href="#top_of_page" class="shortcut">Top</a>
|
||||
 | 
|
||||
<a href="#desc" 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><span class="refentrytitle">gimpversion</span></h2>
|
||||
<h2><span class="refentrytitle"><a name="top_of_page"></a>gimpversion</span></h2>
|
||||
<p>gimpversion — Macros and constants useful for determining GIMP's version number and
|
||||
capabilities.</p>
|
||||
</td>
|
||||
<td valign="top" align="right"></td>
|
||||
</tr></table></div>
|
||||
<div class="refsynopsisdiv">
|
||||
<h2>Synopsis</h2>
|
||||
<a name="synopsis"></a><h2>Synopsis</h2>
|
||||
<pre class="synopsis">
|
||||
|
||||
|
||||
@ -48,7 +54,7 @@ capabilities.</p>
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2532769"></a><h2>Description</h2>
|
||||
<a name="desc"></a><h2>Description</h2>
|
||||
<p>
|
||||
Macros and constants useful for determining GIMP's version number and
|
||||
capabilities.
|
||||
@ -56,11 +62,11 @@ capabilities.
|
||||
</p>
|
||||
</div>
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="id2532699"></a><h2>Details</h2>
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2532705"></a><h3>
|
||||
<a name="id2547052"></a><h3>
|
||||
<a name="GIMP-MAJOR-VERSION:CAPS"></a>GIMP_MAJOR_VERSION</h3>
|
||||
<a class="indexterm" name="id2532714"></a><pre class="programlisting">#define GIMP_MAJOR_VERSION (2)
|
||||
<a class="indexterm" name="id2547063"></a><pre class="programlisting">#define GIMP_MAJOR_VERSION (2)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -68,9 +74,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2532730"></a><h3>
|
||||
<a name="id2547078"></a><h3>
|
||||
<a name="GIMP-MINOR-VERSION:CAPS"></a>GIMP_MINOR_VERSION</h3>
|
||||
<a class="indexterm" name="id2540247"></a><pre class="programlisting">#define GIMP_MINOR_VERSION (3)
|
||||
<a class="indexterm" name="id2547090"></a><pre class="programlisting">#define GIMP_MINOR_VERSION (3)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -78,9 +84,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2540263"></a><h3>
|
||||
<a name="id2547106"></a><h3>
|
||||
<a name="GIMP-MICRO-VERSION:CAPS"></a>GIMP_MICRO_VERSION</h3>
|
||||
<a class="indexterm" name="id2540272"></a><pre class="programlisting">#define GIMP_MICRO_VERSION (8)
|
||||
<a class="indexterm" name="id2547117"></a><pre class="programlisting">#define GIMP_MICRO_VERSION (9)
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -88,9 +94,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2540289"></a><h3>
|
||||
<a name="id2547134"></a><h3>
|
||||
<a name="GIMP-VERSION:CAPS"></a>GIMP_VERSION</h3>
|
||||
<a class="indexterm" name="id2540299"></a><pre class="programlisting">#define GIMP_VERSION "2.3.8"
|
||||
<a class="indexterm" name="id2547146"></a><pre class="programlisting">#define GIMP_VERSION "2.3.9"
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
@ -98,9 +104,9 @@ capabilities.
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2540315"></a><h3>
|
||||
<a name="id2542102"></a><h3>
|
||||
<a name="GIMP-API-VERSION:CAPS"></a>GIMP_API_VERSION</h3>
|
||||
<a class="indexterm" name="id2540325"></a><pre class="programlisting">#define GIMP_API_VERSION "2.0"
|
||||
<a class="indexterm" name="id2542114"></a><pre class="programlisting">#define GIMP_API_VERSION "2.0"
|
||||
</pre>
|
||||
<p>
|
||||
Since: GIMP 2.2
|
||||
@ -108,9 +114,9 @@ Since: GIMP 2.2
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2540342"></a><h3>
|
||||
<a name="id2542130"></a><h3>
|
||||
<a name="GIMP-CHECK-VERSION:CAPS"></a>GIMP_CHECK_VERSION()</h3>
|
||||
<a class="indexterm" name="id2540350"></a><pre class="programlisting">#define GIMP_CHECK_VERSION(major, minor, micro)</pre>
|
||||
<a class="indexterm" name="id2542142"></a><pre class="programlisting">#define GIMP_CHECK_VERSION(major, minor, micro)</pre>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -142,9 +148,5 @@ Since: GIMP 2.2
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
|
||||
<td align="left"><a accesskey="p" href="libgimpbase-gimpbasetypes.html"><b><< gimpbasetypes</b></a></td>
|
||||
<td align="right"><a accesskey="n" href="libgimpbase-gimplimits.html"><b>gimplimits >></b></a></td>
|
||||
</tr></table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user