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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2010-03-08 23:15:54 UTC
  • mfrom: (1.10.5 upstream)
  • mto: (1.2.11 sid)
  • mto: This revision was merged to the branch mainline in revision 128.
  • Revision ID: james.westby@ubuntu.com-20100308231554-kqlody4h3laayg0j
Tags: 2.29.92-1
* New upstream release candidate.
* debian/control:
  - add build-dep on gperf for imapx backend.
* debian/libcamel1.2-14.shlibs: bump shlibs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<refentry id="camel-camel-lock-client">
 
2
<refmeta>
 
3
<refentrytitle role="top_of_page" id="camel-camel-lock-client.top_of_page">camel-lock-client</refentrytitle>
 
4
<manvolnum>3</manvolnum>
 
5
<refmiscinfo>CAMEL Library</refmiscinfo>
 
6
</refmeta>
 
7
 
 
8
<refnamediv>
 
9
<refname>camel-lock-client</refname>
 
10
<refpurpose></refpurpose>
 
11
</refnamediv>
 
12
 
 
13
<refsynopsisdiv id="camel-camel-lock-client.synopsis" role="synopsis">
 
14
<title role="synopsis.title">Synopsis</title>
 
15
 
 
16
<synopsis>
 
17
<link linkend="gint">gint</link>                <link linkend="camel-lock-helper-lock">camel_lock_helper_lock</link>              (const <link linkend="gchar">gchar</link> *path,
 
18
                                                         <link linkend="CamelException">CamelException</link> *ex);
 
19
<link linkend="gint">gint</link>                <link linkend="camel-lock-helper-unlock">camel_lock_helper_unlock</link>            (<link linkend="gint">gint</link> lockid);
 
20
</synopsis>
 
21
</refsynopsisdiv>
 
22
 
 
23
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
 
31
<refsect1 id="camel-camel-lock-client.description" role="desc">
 
32
<title role="desc.title">Description</title>
 
33
<para>
 
34
</para>
 
35
</refsect1>
 
36
 
 
37
<refsect1 id="camel-camel-lock-client.details" role="details">
 
38
<title role="details.title">Details</title>
 
39
<refsect2 id="camel-lock-helper-lock" role="function">
 
40
<title>camel_lock_helper_lock ()</title>
 
41
<indexterm zone="camel-lock-helper-lock"><primary sortas="camel_lock_helper_lock">camel_lock_helper_lock</primary></indexterm><programlisting><link linkend="gint">gint</link>                camel_lock_helper_lock              (const <link linkend="gchar">gchar</link> *path,
 
42
                                                         <link linkend="CamelException">CamelException</link> *ex);</programlisting>
 
43
<para>
 
44
</para><variablelist role="params">
 
45
<varlistentry><term><parameter>path</parameter>&#160;:</term>
 
46
<listitem><simpara>
 
47
</simpara></listitem></varlistentry>
 
48
<varlistentry><term><parameter>ex</parameter>&#160;:</term>
 
49
<listitem><simpara>
 
50
</simpara></listitem></varlistentry>
 
51
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
 
52
</simpara></listitem></varlistentry>
 
53
</variablelist></refsect2>
 
54
<refsect2 id="camel-lock-helper-unlock" role="function">
 
55
<title>camel_lock_helper_unlock ()</title>
 
56
<indexterm zone="camel-lock-helper-unlock"><primary sortas="camel_lock_helper_unlock">camel_lock_helper_unlock</primary></indexterm><programlisting><link linkend="gint">gint</link>                camel_lock_helper_unlock            (<link linkend="gint">gint</link> lockid);</programlisting>
 
57
<para>
 
58
</para><variablelist role="params">
 
59
<varlistentry><term><parameter>lockid</parameter>&#160;:</term>
 
60
<listitem><simpara>
 
61
</simpara></listitem></varlistentry>
 
62
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
 
63
</simpara></listitem></varlistentry>
 
64
</variablelist></refsect2>
 
65
 
 
66
</refsect1>
 
67
 
 
68
 
 
69
 
 
70
 
 
71
</refentry>