~ubuntu-branches/ubuntu/intrepid/gimp/intrepid

« back to all changes in this revision

Viewing changes to devel-docs/libgimpbase/html/libgimpbase-gimpversion.html

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-02-03 03:07:19 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20080203030719-4s9wlbv30394rlrp
Tags: 2.4.4-1ubuntu1
* Merge from Debian unstable. (LP: #188828)
* Ubuntu remaining changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Remove the doc directory symlink in the preinst, and replace it with a
    directory.
  - Added NEWS, README and README.Debian to gimp.docs.
  - Modify Maintainer value to match Debian-Maintainer-Field Spec
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
<th width="100%" align="center">GIMP Base Library Reference Manual</th>
26
26
<td><a accesskey="n" href="libgimpbase-gimplimits.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
27
27
</tr>
28
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2614797" class="shortcut">Top</a>
 
28
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2596982" class="shortcut">Top</a>
29
29
                  &#160;|&#160;
30
 
                  <a href="#id2593341" class="shortcut">Description</a></nobr></td></tr>
 
30
                  <a href="#id2601534" class="shortcut">Description</a></nobr></td></tr>
31
31
</table>
32
32
<div class="refentry" lang="en">
33
33
<a name="libgimpbase-gimpversion"></a><div class="titlepage"></div>
34
34
<div class="refnamediv"><table width="100%"><tr>
35
35
<td valign="top">
36
36
<h2>
37
 
<a name="id2614797"></a><span class="refentrytitle">gimpversion</span>
 
37
<a name="id2596982"></a><span class="refentrytitle">gimpversion</span>
38
38
</h2>
39
39
<p>gimpversion &#8212; Macros and constants useful for determining GIMP's version number and
40
40
capabilities.</p>
60
60
</pre>
61
61
</div>
62
62
<div class="refsect1" lang="en">
63
 
<a name="id2593341"></a><h2>Description</h2>
 
63
<a name="id2601534"></a><h2>Description</h2>
64
64
<p>
65
65
Macros and constants useful for determining GIMP's version number and
66
66
capabilities.
68
68
</p>
69
69
</div>
70
70
<div class="refsect1" lang="en">
71
 
<a name="id2593358"></a><h2>Details</h2>
 
71
<a name="id2611283"></a><h2>Details</h2>
72
72
<div class="refsect2" lang="en">
73
 
<a name="id2593369"></a><h3>
 
73
<a name="id2611294"></a><h3>
74
74
<a name="GIMP-MAJOR-VERSION:CAPS"></a>GIMP_MAJOR_VERSION</h3>
75
 
<a class="indexterm" name="id2593380"></a><pre class="programlisting">#define GIMP_MAJOR_VERSION                              (2)
 
75
<a class="indexterm" name="id2611305"></a><pre class="programlisting">#define GIMP_MAJOR_VERSION                              (2)
76
76
</pre>
77
77
<p>
78
78
 
80
80
</div>
81
81
<hr>
82
82
<div class="refsect2" lang="en">
83
 
<a name="id2593397"></a><h3>
 
83
<a name="id2611322"></a><h3>
84
84
<a name="GIMP-MINOR-VERSION:CAPS"></a>GIMP_MINOR_VERSION</h3>
85
 
<a class="indexterm" name="id2593409"></a><pre class="programlisting">#define GIMP_MINOR_VERSION                              (4)
 
85
<a class="indexterm" name="id2611334"></a><pre class="programlisting">#define GIMP_MINOR_VERSION                              (4)
86
86
</pre>
87
87
<p>
88
88
 
90
90
</div>
91
91
<hr>
92
92
<div class="refsect2" lang="en">
93
 
<a name="id2593425"></a><h3>
 
93
<a name="id2611350"></a><h3>
94
94
<a name="GIMP-MICRO-VERSION:CAPS"></a>GIMP_MICRO_VERSION</h3>
95
 
<a class="indexterm" name="id2593437"></a><pre class="programlisting">#define GIMP_MICRO_VERSION                              (3)
 
95
<a class="indexterm" name="id2611362"></a><pre class="programlisting">#define GIMP_MICRO_VERSION                              (4)
96
96
</pre>
97
97
<p>
98
98
 
100
100
</div>
101
101
<hr>
102
102
<div class="refsect2" lang="en">
103
 
<a name="id2528466"></a><h3>
 
103
<a name="id2611378"></a><h3>
104
104
<a name="GIMP-VERSION:CAPS"></a>GIMP_VERSION</h3>
105
 
<a class="indexterm" name="id2528479"></a><pre class="programlisting">#define GIMP_VERSION                                    "2.4.3"
 
105
<a class="indexterm" name="id2611391"></a><pre class="programlisting">#define GIMP_VERSION                                    "2.4.4"
106
106
</pre>
107
107
<p>
108
108
 
110
110
</div>
111
111
<hr>
112
112
<div class="refsect2" lang="en">
113
 
<a name="id2528495"></a><h3>
 
113
<a name="id2613032"></a><h3>
114
114
<a name="GIMP-API-VERSION:CAPS"></a>GIMP_API_VERSION</h3>
115
 
<a class="indexterm" name="id2528507"></a><pre class="programlisting">#define GIMP_API_VERSION                                "2.0"
 
115
<a class="indexterm" name="id2613042"></a><pre class="programlisting">#define GIMP_API_VERSION                                "2.0"
116
116
</pre>
117
117
<p>
118
118
Since: GIMP 2.2
120
120
</div>
121
121
<hr>
122
122
<div class="refsect2" lang="en">
123
 
<a name="id2528524"></a><h3>
 
123
<a name="id2613059"></a><h3>
124
124
<a name="GIMP-CHECK-VERSION:CAPS"></a>GIMP_CHECK_VERSION()</h3>
125
 
<a class="indexterm" name="id2528535"></a><pre class="programlisting">#define             GIMP_CHECK_VERSION(major, minor, micro)</pre>
 
125
<a class="indexterm" name="id2613070"></a><pre class="programlisting">#define             GIMP_CHECK_VERSION(major, minor, micro)</pre>
126
126
<p>
127
127
 
128
128
</p>
151
151
</div>
152
152
<hr>
153
153
<div class="refsect2" lang="en">
154
 
<a name="id2528599"></a><h3>
 
154
<a name="id2613134"></a><h3>
155
155
<a name="GIMPVAR:CAPS"></a>GIMPVAR</h3>
156
 
<a class="indexterm" name="id2595064"></a><pre class="programlisting">#define             GIMPVAR</pre>
 
156
<a class="indexterm" name="id2613147"></a><pre class="programlisting">#define             GIMPVAR</pre>
157
157
<p>
158
158
 
159
159
</p>
160
160
</div>
161
161
<hr>
162
162
<div class="refsect2" lang="en">
163
 
<a name="id2595079"></a><h3>
 
163
<a name="id2613162"></a><h3>
164
164
<a name="gimp-major-version"></a>gimp_major_version</h3>
165
 
<a class="indexterm" name="id2595091"></a><pre class="programlisting">extern const guint gimp_major_version;
 
165
<a class="indexterm" name="id2613174"></a><pre class="programlisting">extern const guint gimp_major_version;
166
166
</pre>
167
167
<p>
168
168
 
170
170
</div>
171
171
<hr>
172
172
<div class="refsect2" lang="en">
173
 
<a name="id2595107"></a><h3>
 
173
<a name="id2527492"></a><h3>
174
174
<a name="gimp-minor-version"></a>gimp_minor_version</h3>
175
 
<a class="indexterm" name="id2595119"></a><pre class="programlisting">extern const guint gimp_minor_version;
 
175
<a class="indexterm" name="id2527505"></a><pre class="programlisting">extern const guint gimp_minor_version;
176
176
</pre>
177
177
<p>
178
178
 
180
180
</div>
181
181
<hr>
182
182
<div class="refsect2" lang="en">
183
 
<a name="id2595135"></a><h3>
 
183
<a name="id2527520"></a><h3>
184
184
<a name="gimp-micro-version"></a>gimp_micro_version</h3>
185
 
<a class="indexterm" name="id2595147"></a><pre class="programlisting">extern const guint gimp_micro_version;
 
185
<a class="indexterm" name="id2527532"></a><pre class="programlisting">extern const guint gimp_micro_version;
186
186
</pre>
187
187
<p>
188
188
 
190
190
</div>
191
191
</div>
192
192
<div class="refsect1" lang="en">
193
 
<a name="id2595164"></a><div class="refsect2" lang="en"><a name="id2595165"></a></div>
 
193
<a name="id2527549"></a><div class="refsect2" lang="en"><a name="id2527550"></a></div>
194
194
<hr>
195
 
<div class="refsect2" lang="en"><a name="id2595166"></a></div>
 
195
<div class="refsect2" lang="en"><a name="id2527551"></a></div>
196
196
</div>
197
197
</div>
198
198
</body>