Imported Upstream version 2.8.16
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GIMP Base Library Reference Manual: gimpversion</title>
|
||||
<title>gimpversion: GIMP Base Library Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<link rel="home" 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">
|
||||
<link rel="next" href="libgimpbase-gimplimits.html" title="gimplimits">
|
||||
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.24 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -119,7 +119,7 @@ capabilities.</p>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-MICRO-VERSION:CAPS"></a><h3>GIMP_MICRO_VERSION</h3>
|
||||
<pre class="programlisting">#define GIMP_MICRO_VERSION (14)
|
||||
<pre class="programlisting">#define GIMP_MICRO_VERSION (16)
|
||||
</pre>
|
||||
<p>The micro GIMP version number.</p>
|
||||
</div>
|
||||
@ -127,15 +127,13 @@ capabilities.</p>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-CHECK-VERSION:CAPS"></a><h3>GIMP_CHECK_VERSION()</h3>
|
||||
<pre class="programlisting">#define GIMP_CHECK_VERSION(major, minor, micro)</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="libgimpbase-gimpversion.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GIMP-VERSION:CAPS"></a><h3>GIMP_VERSION</h3>
|
||||
<pre class="programlisting">#define GIMP_VERSION "2.8.14"
|
||||
<pre class="programlisting">#define GIMP_VERSION "2.8.16"
|
||||
</pre>
|
||||
<p>The GIMP version as a string.</p>
|
||||
</div>
|
||||
@ -144,44 +142,35 @@ capabilities.</p>
|
||||
<a name="GIMP-API-VERSION:CAPS"></a><h3>GIMP_API_VERSION</h3>
|
||||
<pre class="programlisting">#define GIMP_API_VERSION "2.0"
|
||||
</pre>
|
||||
<p class="since">Since GIMP 2.2</p>
|
||||
<p class="since">Since: GIMP 2.2</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="GIMPVAR:CAPS"></a><h3>GIMPVAR</h3>
|
||||
<pre class="programlisting"># define GIMPVAR __declspec(dllexport)
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-major-version"></a><h3>gimp_major_version</h3>
|
||||
<pre class="programlisting">extern const guint gimp_major_version;
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-minor-version"></a><h3>gimp_minor_version</h3>
|
||||
<pre class="programlisting">extern const guint gimp_minor_version;
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2">
|
||||
<a name="gimp-micro-version"></a><h3>gimp_micro_version</h3>
|
||||
<pre class="programlisting">extern const guint gimp_micro_version;
|
||||
</pre>
|
||||
<p>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>
|
||||
Generated by GTK-Doc V1.21</div>
|
||||
<hr>Generated by GTK-Doc V1.24</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user