~ubuntu-branches/ubuntu/lucid/evolution-data-server/lucid-security

« 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): Sebastien Bacher
  • Date: 2009-12-16 22:11:22 UTC
  • mfrom: (1.1.76 upstream) (1.2.8 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091216221122-mjwmo4lk4co6sxkb
Tags: 2.28.2-1ubuntu1
* Resync on Debian
* New upstream version:
  - #602719 - Crash in ep_set_proxy with no proxy user or password
    (lp: #481457)
* debian/control:
  - don't use libgnome
  - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
* 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/evolution-data-server.install,
  debian/patches/45_libcamel_providers_version.patch:
  - use the upstream versioning, not a Debian-specific one  
* 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.3">
 
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">
43
43
                <a href="#camel-camel-lock-client.description" class="shortcut">Description</a>
44
44
</td></tr>
45
45
</table>
46
 
<div class="refentry" lang="en">
 
46
<div class="refentry" title="camel-lock-client">
47
47
<a name="camel-camel-lock-client"></a><div class="titlepage"></div>
48
48
<div class="refnamediv"><table width="100%"><tr>
49
49
<td valign="top">
52
52
</td>
53
53
<td valign="top" align="right"></td>
54
54
</tr></table></div>
55
 
<div class="refsynopsisdiv">
 
55
<div class="refsynopsisdiv" title="Synopsis">
56
56
<a name="camel-camel-lock-client.synopsis"></a><h2>Synopsis</h2>
57
57
<pre class="synopsis">
58
 
gint                <a class="link" href="camel-camel-lock-client.html#camel-lock-helper-lock" title="camel_lock_helper_lock ()">camel_lock_helper_lock</a>              (const gchar *path,
 
58
<a
 
59
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
60
>gint</a>                <a class="link" href="camel-camel-lock-client.html#camel-lock-helper-lock" title="camel_lock_helper_lock ()">camel_lock_helper_lock</a>              (const <a
 
61
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
62
>gchar</a> *path,
59
63
                                                         <a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException">CamelException</a> *ex);
60
 
gint                <a class="link" href="camel-camel-lock-client.html#camel-lock-helper-unlock" title="camel_lock_helper_unlock ()">camel_lock_helper_unlock</a>            (gint lockid);
 
64
<a
 
65
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
66
>gint</a>                <a class="link" href="camel-camel-lock-client.html#camel-lock-helper-unlock" title="camel_lock_helper_unlock ()">camel_lock_helper_unlock</a>            (<a
 
67
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
68
>gint</a> lockid);
61
69
</pre>
62
70
</div>
63
 
<div class="refsect1" lang="en">
 
71
<div class="refsect1" title="Description">
64
72
<a name="camel-camel-lock-client.description"></a><h2>Description</h2>
65
73
<p>
66
74
</p>
67
75
</div>
68
 
<div class="refsect1" lang="en">
 
76
<div class="refsect1" title="Details">
69
77
<a name="camel-camel-lock-client.details"></a><h2>Details</h2>
70
 
<div class="refsect2" lang="en">
 
78
<div class="refsect2" title="camel_lock_helper_lock ()">
71
79
<a name="camel-lock-helper-lock"></a><h3>camel_lock_helper_lock ()</h3>
72
 
<pre class="programlisting">gint                camel_lock_helper_lock              (const gchar *path,
 
80
<pre class="programlisting"><a
 
81
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
82
>gint</a>                camel_lock_helper_lock              (const <a
 
83
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
 
84
>gchar</a> *path,
73
85
                                                         <a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException">CamelException</a> *ex);</pre>
74
86
<p>
75
87
</p>
95
107
</table></div>
96
108
</div>
97
109
<hr>
98
 
<div class="refsect2" lang="en">
 
110
<div class="refsect2" title="camel_lock_helper_unlock ()">
99
111
<a name="camel-lock-helper-unlock"></a><h3>camel_lock_helper_unlock ()</h3>
100
 
<pre class="programlisting">gint                camel_lock_helper_unlock            (gint lockid);</pre>
 
112
<pre class="programlisting"><a
 
113
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
114
>gint</a>                camel_lock_helper_unlock            (<a
 
115
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
116
>gint</a> lockid);</pre>
101
117
<p>
102
118
</p>
103
119
<div class="variablelist"><table border="0">