~ubuntu-branches/ubuntu/precise/xfce4-panel/precise

« back to all changes in this revision

Viewing changes to docs/references/html/libxfce4panel-Version-Information.html

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2011-02-27 00:55:05 UTC
  • mfrom: (4.1.4 experimental)
  • Revision ID: james.westby@ubuntu.com-20110227005505-i405gx4j4d1s0tjg
Tags: 4.8.2-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
<p>
134
134
</p>
135
135
<div class="example">
136
 
<a name="id364163"></a><p class="title"><b>Example 1. Checking the runtime version of the Libxfce4panel library</b></p>
 
136
<a name="id356585"></a><p class="title"><b>Example 1. Checking the runtime version of the Libxfce4panel library</b></p>
137
137
<div class="example-contents"><pre class="programlisting">
138
138
const gchar *mismatch;
139
139
mismatch = libxfce4panel_check_version (LIBXFCE4PANEL_MAJOR_VERSION,
179
179
<hr>
180
180
<div class="refsect2" title="LIBXFCE4PANEL_VERSION">
181
181
<a name="LIBXFCE4PANEL-VERSION:CAPS"></a><h3>LIBXFCE4PANEL_VERSION</h3>
182
 
<pre class="programlisting">#define LIBXFCE4PANEL_VERSION ("4.8.1")
 
182
<pre class="programlisting">#define LIBXFCE4PANEL_VERSION ("4.8.2")
183
183
</pre>
184
184
<p>
185
185
String with the full version of the panel.
215
215
<hr>
216
216
<div class="refsect2" title="LIBXFCE4PANEL_MICRO_VERSION">
217
217
<a name="LIBXFCE4PANEL-MICRO-VERSION:CAPS"></a><h3>LIBXFCE4PANEL_MICRO_VERSION</h3>
218
 
<pre class="programlisting">#define LIBXFCE4PANEL_MICRO_VERSION (1)
 
218
<pre class="programlisting">#define LIBXFCE4PANEL_MICRO_VERSION (2)
219
219
</pre>
220
220
<p>
221
221
The micro version number of the libxfce4panel library.