~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-proposed

« back to all changes in this revision

Viewing changes to docs/reference/camel/html/camel-camel-lock-client.html

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

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>camel-lock-client</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Camel Reference Manual">
8
8
<link rel="up" href="Utilities.html" title="Utilities">
9
9
<link rel="prev" href="camel-camel-lock.html" title="camel-lock">
26
26
                  <a href="#camel-camel-lock-client.description" class="shortcut">Description</a>
27
27
</td></tr>
28
28
</table>
29
 
<div class="refentry" lang="en">
 
29
<div class="refentry" title="camel-lock-client">
30
30
<a name="camel-camel-lock-client"></a><div class="titlepage"></div>
31
31
<div class="refnamediv"><table width="100%"><tr>
32
32
<td valign="top">
35
35
</td>
36
36
<td valign="top" align="right"></td>
37
37
</tr></table></div>
38
 
<div class="refsynopsisdiv">
 
38
<div class="refsynopsisdiv" title="Synopsis">
39
39
<a name="camel-camel-lock-client.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis"><span class="returnvalue">gint</span>                <a class="link" href="camel-camel-lock-client.html#camel-lock-helper-lock" title="camel_lock_helper_lock ()">camel_lock_helper_lock</a>              (<em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
41
41
                                                         <em class="parameter"><code><a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException"><span class="type">CamelException</span></a> *ex</code></em>);
42
42
<span class="returnvalue">gint</span>                <a class="link" href="camel-camel-lock-client.html#camel-lock-helper-unlock" title="camel_lock_helper_unlock ()">camel_lock_helper_unlock</a>            (<em class="parameter"><code><span class="type">gint</span> lockid</code></em>);
43
43
</pre>
44
44
</div>
45
 
<div class="refsect1" lang="en">
 
45
<div class="refsect1" title="Description">
46
46
<a name="camel-camel-lock-client.description"></a><h2>Description</h2>
47
47
<p>
48
48
</p>
49
49
</div>
50
 
<div class="refsect1" lang="en">
 
50
<div class="refsect1" title="Details">
51
51
<a name="camel-camel-lock-client.details"></a><h2>Details</h2>
52
 
<div class="refsect2" lang="en">
 
52
<div class="refsect2" title="camel_lock_helper_lock ()">
53
53
<a name="camel-lock-helper-lock"></a><h3>camel_lock_helper_lock ()</h3>
54
54
<pre class="programlisting"><span class="returnvalue">gint</span>                camel_lock_helper_lock              (<em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
55
55
                                                         <em class="parameter"><code><a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException"><span class="type">CamelException</span></a> *ex</code></em>);</pre>
77
77
</table></div>
78
78
</div>
79
79
<hr>
80
 
<div class="refsect2" lang="en">
 
80
<div class="refsect2" title="camel_lock_helper_unlock ()">
81
81
<a name="camel-lock-helper-unlock"></a><h3>camel_lock_helper_unlock ()</h3>
82
82
<pre class="programlisting"><span class="returnvalue">gint</span>                camel_lock_helper_unlock            (<em class="parameter"><code><span class="type">gint</span> lockid</code></em>);</pre>
83
83
<p>