~ubuntu-branches/ubuntu/wily/evolution-data-server/wily

« back to all changes in this revision

Viewing changes to docs/reference/eds/html/eds-Version-Checking.html

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-07-20 13:34:59 UTC
  • mfrom: (1.1.126) (1.2.48 sid)
  • Revision ID: package-import@ubuntu.com-20150720133459-g6y46hnu5ewtoz08
Tags: 3.16.4-0ubuntu2
debian/patches/0001-Bug-752373-Monthly-events-do-not-recur-correctly.patch:
Cherry-pick patch from upstream to fix events not recurring correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html>
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>Evolution-Data-Server Reference Manual: Version Checking</title>
 
5
<title>Version Checking: Evolution-Data-Server Reference Manual</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="Evolution-Data-Server Reference Manual">
8
8
<link rel="up" href="ch10.html" title="Available for clients and backends">
9
9
<link rel="prev" href="eds-EXmlHash.html" title="EXmlHash">
10
10
<link rel="next" href="ch11.html" title="Available only for backends">
11
 
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.23 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
175
175
the given version, or a string describing the version mismatch.  The
176
176
returned string is owned by libedataserver and must not be modified or
177
177
freed.</p>
178
 
<p></p>
179
178
</div>
180
 
<p class="since">Since 2.24</p>
 
179
<p class="since">Since: <a class="link" href="api-index-2.24.html" title="Index of new symbols in 2.24">2.24</a></p>
181
180
</div>
182
181
</div>
183
182
<div class="refsect1">
194
193
<hr>
195
194
<div class="refsect2">
196
195
<a name="EDS-MINOR-VERSION:CAPS"></a><h3>EDS_MINOR_VERSION</h3>
197
 
<pre class="programlisting">#define EDS_MINOR_VERSION 12
 
196
<pre class="programlisting">#define EDS_MINOR_VERSION 16
198
197
</pre>
199
198
<p>The minor version number of the Evolution-Data-Server library.  Like
200
199
<a class="link" href="eds-Version-Checking.html#eds-minor-version" title="eds_minor_version"><code class="function">eds_minor_version()</code></a>, but from the headers used at application compile
204
203
<hr>
205
204
<div class="refsect2">
206
205
<a name="EDS-MICRO-VERSION:CAPS"></a><h3>EDS_MICRO_VERSION</h3>
207
 
<pre class="programlisting">#define EDS_MICRO_VERSION 11
 
206
<pre class="programlisting">#define EDS_MICRO_VERSION 4
208
207
</pre>
209
208
<p>The micro version number of the Evolution-Data-Server library.  Like
210
209
<a class="link" href="eds-Version-Checking.html#eds-micro-version" title="eds_micro_version"><code class="function">eds_micro_version()</code></a>, but from the headers used at application compile
247
246
</div>
248
247
</div>
249
248
<div class="footer">
250
 
<hr>
251
 
          Generated by GTK-Doc V1.21</div>
 
249
<hr>Generated by GTK-Doc V1.23</div>
252
250
</body>
253
251
</html>
 
 
b'\\ No newline at end of file'