~ubuntu-branches/ubuntu/precise/gdk-pixbuf/precise

« back to all changes in this revision

Viewing changes to docs/reference/gdk-pixbuf/html/gdk-pixbuf-Versioning.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-09-02 12:05:31 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: package-import@ubuntu.com-20110902120531-m8ps135i9wx0wu9c
Tags: 2.24.0-1
New upstream bug fix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
<pre class="synopsis">
41
41
#include &lt;gdk-pixbuf/gdk-pixbuf.h&gt;
42
42
 
43
 
extern              const char *<a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-version" title="gdk_pixbuf_version">gdk_pixbuf_version</a>;
44
 
extern              const guint <a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-major-version" title="gdk_pixbuf_major_version">gdk_pixbuf_major_version</a>;
45
 
extern              const guint <a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-minor-version" title="gdk_pixbuf_minor_version">gdk_pixbuf_minor_version</a>;
46
 
extern              const guint <a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-micro-version" title="gdk_pixbuf_micro_version">gdk_pixbuf_micro_version</a>;
 
43
extern const char * <a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-version" title="gdk_pixbuf_version">gdk_pixbuf_version</a>;
 
44
extern const guint  <a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-major-version" title="gdk_pixbuf_major_version">gdk_pixbuf_major_version</a>;
 
45
extern const guint  <a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-minor-version" title="gdk_pixbuf_minor_version">gdk_pixbuf_minor_version</a>;
 
46
extern const guint  <a class="link" href="gdk-pixbuf-Versioning.html#gdk-pixbuf-micro-version" title="gdk_pixbuf_micro_version">gdk_pixbuf_micro_version</a>;
47
47
#define             <a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-VERSION:CAPS" title="GDK_PIXBUF_VERSION">GDK_PIXBUF_VERSION</a>
48
48
#define             <a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MAJOR:CAPS" title="GDK_PIXBUF_MAJOR">GDK_PIXBUF_MAJOR</a>
49
49
#define             <a class="link" href="gdk-pixbuf-Versioning.html#GDK-PIXBUF-MINOR:CAPS" title="GDK_PIXBUF_MINOR">GDK_PIXBUF_MINOR</a>
119
119
<hr>
120
120
<div class="refsect2">
121
121
<a name="GDK-PIXBUF-VERSION:CAPS"></a><h3>GDK_PIXBUF_VERSION</h3>
122
 
<pre class="programlisting">#define GDK_PIXBUF_VERSION "2.23.5"
 
122
<pre class="programlisting">#define GDK_PIXBUF_VERSION "2.24.0"
123
123
</pre>
124
124
<p>
125
125
Contains the full version of the &amp;gdk-pixbuf; header as a string.
140
140
<hr>
141
141
<div class="refsect2">
142
142
<a name="GDK-PIXBUF-MINOR:CAPS"></a><h3>GDK_PIXBUF_MINOR</h3>
143
 
<pre class="programlisting">#define GDK_PIXBUF_MINOR (23)
 
143
<pre class="programlisting">#define GDK_PIXBUF_MINOR (24)
144
144
</pre>
145
145
<p>
146
146
Minor version of &amp;gdk-pixbuf; library, that is the "8" in
150
150
<hr>
151
151
<div class="refsect2">
152
152
<a name="GDK-PIXBUF-MICRO:CAPS"></a><h3>GDK_PIXBUF_MICRO</h3>
153
 
<pre class="programlisting">#define GDK_PIXBUF_MICRO (5)
 
153
<pre class="programlisting">#define GDK_PIXBUF_MICRO (0)
154
154
</pre>
155
155
<p>
156
156
Micro version of &amp;gdk-pixbuf; library, that is the last "0" in