~ubuntu-branches/ubuntu/jaunty/swfdec0.8/jaunty

« back to all changes in this revision

Viewing changes to doc/html/swfdec-Version-Information.html

  • Committer: Package Import Robot
  • Author(s): Santiago Garcia Mantinan
  • Date: 2008-10-26 21:13:33 UTC
  • mfrom: (0.1.2 sid) (1.1.1)
  • Revision ID: package-import@ubuntu.com-20081026211333-jpbf0fwzgqxpncps
Tags: 0.8.2-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
<link rel="chapter" href="ch02.html" title="Swfdec library">
15
15
<link rel="chapter" href="ch03.html" title="extending SwfdecPlayer">
16
16
<link rel="chapter" href="ch04.html" title="Actionscript interpreter">
 
17
<link rel="index" href="ix01.html" title="Index">
17
18
</head>
18
19
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
19
20
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
98
99
<p>
99
100
</p>
100
101
<div class="refsect2" lang="en">
101
 
<a name="id2610748"></a><h3>Examining the version</h3>
 
102
<a name="id2868222"></a><h3>Examining the version</h3>
102
103
<p>
103
104
Swfdec provides the ability to examine the version at either 
104
105
compile-time or run-time and in both a human-readable form as well as an 
142
143
<a name="swfdec-Version-Information.details"></a><h2>Details</h2>
143
144
<div class="refsect2" lang="en">
144
145
<a name="SWFDEC-VERSION-MAJOR:CAPS"></a><h3>SWFDEC_VERSION_MAJOR</h3>
145
 
<pre class="programlisting">#define SWFDEC_VERSION_MAJOR (0)
146
 
</pre>
 
146
<pre class="programlisting">#define             SWFDEC_VERSION_MAJOR</pre>
147
147
<p>
148
148
The major component of the version of Swfdec available at compile-time.</p>
149
149
<p>
153
153
<hr>
154
154
<div class="refsect2" lang="en">
155
155
<a name="SWFDEC-VERSION-MICRO:CAPS"></a><h3>SWFDEC_VERSION_MICRO</h3>
156
 
<pre class="programlisting">#define SWFDEC_VERSION_MICRO (0)
157
 
</pre>
 
156
<pre class="programlisting">#define             SWFDEC_VERSION_MICRO</pre>
158
157
<p>
159
158
The micro component of the version of Swfdec available at compile-time.</p>
160
159
<p>
164
163
<hr>
165
164
<div class="refsect2" lang="en">
166
165
<a name="SWFDEC-VERSION-MINOR:CAPS"></a><h3>SWFDEC_VERSION_MINOR</h3>
167
 
<pre class="programlisting">#define SWFDEC_VERSION_MINOR (8)
168
 
</pre>
 
166
<pre class="programlisting">#define             SWFDEC_VERSION_MINOR</pre>
169
167
<p>
170
168
The minor component of the version of Swfdec available at compile-time.</p>
171
169
<p>
208
206
<hr>
209
207
<div class="refsect2" lang="en">
210
208
<a name="SWFDEC-VERSION:CAPS"></a><h3>SWFDEC_VERSION</h3>
211
 
<pre class="programlisting">#define SWFDEC_VERSION SWFDEC_VERSION_ENCODE (SWFDEC_VERSION_MAJOR, SWFDEC_VERSION_MINOR, SWFDEC_VERSION_MICRO)
212
 
</pre>
 
209
<pre class="programlisting">#define             SWFDEC_VERSION</pre>
213
210
<p>
214
211
The version of Swfdec available at compile-time, encoded using 
215
212
<a class="link" href="swfdec-Version-Information.html#SWFDEC-VERSION-ENCODE:CAPS" title="SWFDEC_VERSION_ENCODE()"><code class="function">SWFDEC_VERSION_ENCODE()</code></a>.</p>
220
217
<hr>
221
218
<div class="refsect2" lang="en">
222
219
<a name="SWFDEC-VERSION-STRING:CAPS"></a><h3>SWFDEC_VERSION_STRING</h3>
223
 
<pre class="programlisting">#define SWFDEC_VERSION_STRING "0.8.0"
224
 
</pre>
 
220
<pre class="programlisting">#define             SWFDEC_VERSION_STRING</pre>
225
221
<p>
226
222
A human-readable string literal containing the version of Swfdec available 
227
223
at compile-time, in the form of "X.Y.Z".</p>