~ubuntu-branches/ubuntu/natty/evolution-data-server/natty

« back to all changes in this revision

Viewing changes to docs/reference/camel/xml/camel-digest-store.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-01 22:47:15 UTC
  • mfrom: (1.1.77 upstream)
  • Revision ID: james.westby@ubuntu.com-20100301224715-drsxc2y3t8anz3c0
Tags: 2.28.3-0ubuntu1
* New upstream version:
  Bug Fixes:
  - #602723 - Contact list name doesn't get displayed in 'To' dialog 
  - #600322 - assertion failed: (reply == msg) in cs_waitinfo()
              (lp: #455020, #475147)
  - #564727 - Few memory leaks (lp: #305428)
  - #574940 - Always ref returned info from message_info_from_uid 
              (lp: #341909)
  - #429317 - Use the relative URI returned if the server 
              re-directs a request
  - #602820 - Test validity of a book_view before using it in LDAP 
  - #590762 - Recurring google calendar items are not changeable
  - #604236 - Slow GPG processing 
  - #597816 - Do not crash on incorrect parameters used in sexp to SQL 
              (lp: #444177)
  - #604544 - Try Exchange fallback authentication only once 
  - #600778 - Fix --enable-e2k-debug configure option resolution 
  - #260407 - 'endswith' address book search doesn't work 
  - #549221 - (bnc) delete, sync flags immediately
* debian/patches/99_reconfigure.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<refentry id="camel-CamelDigestStore">
2
 
<refmeta>
3
 
<refentrytitle role="top_of_page" id="camel-CamelDigestStore.top_of_page">CamelDigestStore</refentrytitle>
4
 
<manvolnum>3</manvolnum>
5
 
<refmiscinfo>CAMEL Library</refmiscinfo>
6
 
</refmeta>
7
 
 
8
 
<refnamediv>
9
 
<refname>CamelDigestStore</refname>
10
 
<refpurpose></refpurpose>
11
 
</refnamediv>
12
 
 
13
 
<refsynopsisdiv id="camel-CamelDigestStore.synopsis" role="synopsis">
14
 
<title role="synopsis.title">Synopsis</title>
15
 
 
16
 
<synopsis>
17
 
struct              <link linkend="CamelDigestStore">CamelDigestStore</link>;
18
 
<link linkend="CamelStore">CamelStore</link> *        <link linkend="camel-digest-store-new">camel_digest_store_new</link>              (const <link linkend="gchar">gchar</link> *url);
19
 
</synopsis>
20
 
</refsynopsisdiv>
21
 
 
22
 
 
23
 
 
24
 
 
25
 
 
26
 
 
27
 
 
28
 
 
29
 
 
30
 
<refsect1 id="camel-CamelDigestStore.description" role="desc">
31
 
<title role="desc.title">Description</title>
32
 
<para>
33
 
</para>
34
 
</refsect1>
35
 
 
36
 
<refsect1 id="camel-CamelDigestStore.details" role="details">
37
 
<title role="details.title">Details</title>
38
 
<refsect2 id="CamelDigestStore" role="struct" condition="deprecated:">
39
 
<title>struct CamelDigestStore</title>
40
 
<indexterm zone="CamelDigestStore" role="deprecated"><primary sortas="CamelDigestStore">CamelDigestStore</primary></indexterm><programlisting>struct CamelDigestStore {
41
 
        CamelStore parent;
42
 
};
43
 
</programlisting>
44
 
<warning><para><literal>CamelDigestStore</literal> is deprecated and should not be used in newly-written code.</para></warning>
45
 
<para>
46
 
</para></refsect2>
47
 
<refsect2 id="camel-digest-store-new" role="function" condition="deprecated:">
48
 
<title>camel_digest_store_new ()</title>
49
 
<indexterm zone="camel-digest-store-new" role="deprecated"><primary sortas="camel_digest_store_new">camel_digest_store_new</primary></indexterm><programlisting><link linkend="CamelStore">CamelStore</link> *        camel_digest_store_new              (const <link linkend="gchar">gchar</link> *url);</programlisting>
50
 
<warning><para><literal>camel_digest_store_new</literal> is deprecated and should not be used in newly-written code.</para></warning>
51
 
<para>
52
 
Create a new CamelDigestStore object.</para>
53
 
<para>
54
 
</para><variablelist role="params">
55
 
<varlistentry><term><parameter>url</parameter>&#160;:</term>
56
 
<listitem><simpara>
57
 
</simpara></listitem></varlistentry>
58
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> A new CamelDigestStore widget.
59
 
</simpara></listitem></varlistentry>
60
 
</variablelist></refsect2>
61
 
 
62
 
</refsect1>
63
 
 
64
 
 
65
 
 
66
 
 
67
 
</refentry>