~ubuntu-branches/ubuntu/precise/tracker/precise

« back to all changes in this revision

Viewing changes to docs/reference/libtracker-sparql/html/libtracker-sparql-Version-Information.html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-12-04 06:40:28 UTC
  • mfrom: (4.3.21 sid)
  • Revision ID: package-import@ubuntu.com-20111204064028-cqe0x4f4is6nojla
Tags: 0.12.8-1
* New upstream release.
* Update symbols file for libtracker-extract-0.12-0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Version Information</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="Tracker SPARQL Library Reference Manual">
8
8
<link rel="up" href="libtracker-sparql-reference.html" title="Part II. Reference">
9
9
<link rel="prev" href="libtracker-sparql-Utilities.html" title="Utilities">
138
138
<tr>
139
139
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
140
140
<td>
141
 
<a href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> if the Tracker library is compatible with the
 
141
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the Tracker library is compatible with the
142
142
given version, or a string describing the version mismatch.
143
143
The returned string is owned by Tracker and must not be modified
144
144
or freed.</td>
160
160
<p>
161
161
</p>
162
162
<div class="example">
163
 
<a name="id421477"></a><p class="title"><b>Example 2. Simple version check example</b></p>
 
163
<a name="id568227"></a><p class="title"><b>Example 2. Simple version check example</b></p>
164
164
<div class="example-contents">
165
165
An example of how to make sure you have the version of Tracker
166
166
installed to run your code.