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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-07-27 16:04:20 UTC
  • mfrom: (1.1.70 upstream)
  • Revision ID: james.westby@ubuntu.com-20090727160420-dr27rzbz6ddjqo04
Tags: 2.27.5-0ubuntu1
* New upstream version: 
  Bug Fixes:
  Address Book:
  - #587558 - Removing a picture of a contact in an LDAP addressbook
              crashes evolution 
  - #589325 - Evolution Contacts reports ambiguous error on Google
              Contacts authentication failure with bad password 
  Calendar:
  - #572176 - Allow local iCal files to be selected as calendar source
  - #586342 - CalDAV backend does not support attachments 
  - #588857 - CalDAV for Google calendars should allow email notifications
  Mail:
  - #524219 (bnc) - Unable to read forward groupwise mails in other clients.
  - #588220 - Evolution crashed when starting with local account configured 
  - #588573 - NULL string comparison in camel-search-sql-sexp.c
  Miscellaneous:
  - #583374 - The broken Google calendar import should be replaced by
              the working CalDAV support 
  - #588277 - Unnecessary special-purpose configure flag 
  Other Fixes:
  Handle quota error messages. 
  Return the proper timezone to get the counts right in all timezones.
  CamelVeeFolder - pass exceptions to functions instead of NULL
  Migrate caldav, groupwise, http, weather backends to ECalBackendStore.   
  Translations

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>