~cyphermox/ubuntu/quantal/evolution-data-server/autopkgtests

« back to all changes in this revision

Viewing changes to docs/reference/libebackend/html/libebackend-e-db3-utils.html

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-19 12:15:29 UTC
  • mfrom: (1.1.93 upstream)
  • Revision ID: package-import@ubuntu.com-20110919121529-nsmfnges77ec7hux
Tags: 3.1.92-0ubuntu1
* New upstream release.
  - Cannot add more than one appointment per session (LP: #852277)
  - Contacts calendar backend doesn't show events (LP: #853905)
  - Set X-Evolution-Source header consistently (LP: #660626)

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>e-db3-utils</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Evolution-Data-Server Manual: Backend Utilities (libebackend)">
8
8
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Backend Utilities (libebackend)">
9
9
<link rel="prev" href="libebackend-e-data-server-module.html" title="e-data-server-module">
10
10
<link rel="next" href="EOfflineListener.html" title="EOfflineListener">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (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">
37
37
</tr></table></div>
38
38
<div class="refsynopsisdiv">
39
39
<a name="libebackend-e-db3-utils.synopsis"></a><h2>Synopsis</h2>
40
 
<pre class="synopsis"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="libebackend-e-db3-utils.html#e-db3-utils-maybe-recover" title="e_db3_utils_maybe_recover ()">e_db3_utils_maybe_recover</a>           (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);
41
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="libebackend-e-db3-utils.html#e-db3-utils-upgrade-format" title="e_db3_utils_upgrade_format ()">e_db3_utils_upgrade_format</a>          (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);
 
40
<pre class="synopsis"><span class="returnvalue">gint</span>                <a class="link" href="libebackend-e-db3-utils.html#e-db3-utils-maybe-recover" title="e_db3_utils_maybe_recover ()">e_db3_utils_maybe_recover</a>           (<em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>);
 
41
<span class="returnvalue">gint</span>                <a class="link" href="libebackend-e-db3-utils.html#e-db3-utils-upgrade-format" title="e_db3_utils_upgrade_format ()">e_db3_utils_upgrade_format</a>          (<em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>);
42
42
</pre>
43
43
</div>
44
44
<div class="refsect1">
51
51
<a name="libebackend-e-db3-utils.details"></a><h2>Details</h2>
52
52
<div class="refsect2">
53
53
<a name="e-db3-utils-maybe-recover"></a><h3>e_db3_utils_maybe_recover ()</h3>
54
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                e_db3_utils_maybe_recover           (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);</pre>
 
54
<pre class="programlisting"><span class="returnvalue">gint</span>                e_db3_utils_maybe_recover           (<em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>);</pre>
55
55
<p>
56
56
Tries to recover from a failed file format upgrade.
57
57
</p>
72
72
<hr>
73
73
<div class="refsect2">
74
74
<a name="e-db3-utils-upgrade-format"></a><h3>e_db3_utils_upgrade_format ()</h3>
75
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                e_db3_utils_upgrade_format          (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);</pre>
 
75
<pre class="programlisting"><span class="returnvalue">gint</span>                e_db3_utils_upgrade_format          (<em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>);</pre>
76
76
<p>
77
77
Upgrades the file format of a Berkeley DB file from a previous version.
78
78
</p>
94
94
</div>
95
95
<div class="footer">
96
96
<hr>
97
 
          Generated by GTK-Doc V1.17</div>
 
97
          Generated by GTK-Doc V1.18</div>
98
98
</body>
99
99
</html>
 
 
b'\\ No newline at end of file'