~ubuntu-branches/ubuntu/saucy/xfce4-panel/saucy

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2011-09-22 20:49:42 UTC
  • mfrom: (1.1.34 upstream)
  • Revision ID: package-import@ubuntu.com-20110922204942-i4ajy71ldiq17sz2
Tags: 4.8.6-0ubuntu1
* Upload pkg-xfce trunk (r6047) to oneiric, remaining Ubuntu changes:
  - debian/patches:
    + xubuntu_support-multiple-vendor-default-configs.patch: search for
      the default.xml default config in XDG_CONFIG_DIRS as well, and do
      not display the chooser dialog in this case. lp: #747137
    + series: refreshed.

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="id606174"></a><p class="title"><b>Example 1. Checking the runtime version of the Libxfce4panel library</b></p>
 
136
<a name="id399087"></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,
175
175
<hr>
176
176
<div class="refsect2">
177
177
<a name="LIBXFCE4PANEL-VERSION:CAPS"></a><h3>LIBXFCE4PANEL_VERSION</h3>
178
 
<pre class="programlisting">#define LIBXFCE4PANEL_VERSION ("4.8.5")
 
178
<pre class="programlisting">#define LIBXFCE4PANEL_VERSION ("4.8.6")
179
179
</pre>
180
180
<p>
181
181
String with the full version of the panel.
211
211
<hr>
212
212
<div class="refsect2">
213
213
<a name="LIBXFCE4PANEL-MICRO-VERSION:CAPS"></a><h3>LIBXFCE4PANEL_MICRO_VERSION</h3>
214
 
<pre class="programlisting">#define LIBXFCE4PANEL_MICRO_VERSION (5)
 
214
<pre class="programlisting">#define LIBXFCE4PANEL_MICRO_VERSION (6)
215
215
</pre>
216
216
<p>
217
217
The micro version number of the libxfce4panel library.