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

« back to all changes in this revision

Viewing changes to docs/reference/addressbook/libedata-book/xml/e-book-backend-factory.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:
5
5
<refmeta>
6
6
<refentrytitle role="top_of_page" id="EBookBackendFactory.top_of_page">EBookBackendFactory</refentrytitle>
7
7
<manvolnum>3</manvolnum>
8
 
<refmiscinfo>LIBEDATA-BOOK Library</refmiscinfo>
 
8
<refmiscinfo>
 
9
  LIBEDATA-BOOK Library
 
10
</refmiscinfo>
9
11
</refmeta>
10
 
 
11
12
<refnamediv>
12
13
<refname>EBookBackendFactory</refname>
13
14
<refpurpose></refpurpose>
16
17
<refsynopsisdiv id="EBookBackendFactory.synopsis" role="synopsis">
17
18
<title role="synopsis.title">Synopsis</title>
18
19
 
19
 
<synopsis>
20
 
                    <link linkend="EBookBackendFactory-struct">EBookBackendFactory</link>;
21
 
const <link linkend="gchar">gchar</link> *       <link linkend="e-book-backend-factory-get-protocol">e_book_backend_factory_get_protocol</link> (<link linkend="EBookBackendFactory">EBookBackendFactory</link> *factory);
22
 
<link linkend="EBookBackend">EBookBackend</link>*       <link linkend="e-book-backend-factory-new-backend">e_book_backend_factory_new_backend</link>  (<link linkend="EBookBackendFactory">EBookBackendFactory</link> *factory);
23
 
#define             <link linkend="E-BOOK-BACKEND-FACTORY-SIMPLE--CAPS">E_BOOK_BACKEND_FACTORY_SIMPLE</link>       (p,t,f)
 
20
<synopsis>                    <link linkend="EBookBackendFactory-struct">EBookBackendFactory</link>;
 
21
const <link linkend="gchar"><returnvalue>gchar</returnvalue></link> *       <link linkend="e-book-backend-factory-get-protocol">e_book_backend_factory_get_protocol</link> (<parameter><link linkend="EBookBackendFactory"><type>EBookBackendFactory</type></link> *factory</parameter>);
 
22
<link linkend="EBookBackend"><returnvalue>EBookBackend</returnvalue></link>*       <link linkend="e-book-backend-factory-new-backend">e_book_backend_factory_new_backend</link>  (<parameter><link linkend="EBookBackendFactory"><type>EBookBackendFactory</type></link> *factory</parameter>);
 
23
#define             <link linkend="E-BOOK-BACKEND-FACTORY-SIMPLE:CAPS">E_BOOK_BACKEND_FACTORY_SIMPLE</link>       (p,
 
24
                                                         t,
 
25
                                                         f)
24
26
</synopsis>
25
27
</refsynopsisdiv>
26
 
 
27
28
<refsect1 id="EBookBackendFactory.object-hierarchy" role="object_hierarchy">
28
29
<title role="object_hierarchy.title">Object Hierarchy</title>
29
30
<synopsis>
32
33
</synopsis>
33
34
</refsect1>
34
35
 
35
 
 
36
 
 
37
 
 
38
 
 
39
 
 
40
 
 
41
 
 
42
36
<refsect1 id="EBookBackendFactory.description" role="desc">
43
37
<title role="desc.title">Description</title>
44
38
<para>
45
39
</para>
46
40
</refsect1>
47
 
 
48
41
<refsect1 id="EBookBackendFactory.details" role="details">
49
42
<title role="details.title">Details</title>
50
43
<refsect2 id="EBookBackendFactory-struct" role="struct">
51
44
<title>EBookBackendFactory</title>
52
 
<indexterm zone="EBookBackendFactory-struct"><primary sortas="EBookBackendFactory">EBookBackendFactory</primary></indexterm><programlisting>typedef struct _EBookBackendFactory EBookBackendFactory;</programlisting>
 
45
<indexterm zone="EBookBackendFactory-struct"><primary>EBookBackendFactory</primary></indexterm>
 
46
<programlisting>typedef struct _EBookBackendFactory EBookBackendFactory;</programlisting>
53
47
<para>
54
48
</para></refsect2>
55
49
<refsect2 id="e-book-backend-factory-get-protocol" role="function">
56
50
<title>e_book_backend_factory_get_protocol ()</title>
57
 
<indexterm zone="e-book-backend-factory-get-protocol"><primary sortas="e_book_backend_factory_get_protocol">e_book_backend_factory_get_protocol</primary></indexterm><programlisting>const <link linkend="gchar">gchar</link> *       e_book_backend_factory_get_protocol (<link linkend="EBookBackendFactory">EBookBackendFactory</link> *factory);</programlisting>
 
51
<indexterm zone="e-book-backend-factory-get-protocol"><primary>e_book_backend_factory_get_protocol</primary></indexterm>
 
52
<programlisting>const <link linkend="gchar"><returnvalue>gchar</returnvalue></link> *       e_book_backend_factory_get_protocol (<parameter><link linkend="EBookBackendFactory"><type>EBookBackendFactory</type></link> *factory</parameter>);</programlisting>
58
53
<para>
59
54
Gets the protocol that <parameter>factory</parameter> creates backends for.</para>
60
 
<para>
61
 
</para><variablelist role="params">
 
55
<variablelist role="params">
62
56
<varlistentry><term><parameter>factory</parameter>&#160;:</term>
63
 
<listitem><simpara> an <link linkend="EBookBackendFactory"><type>EBookBackendFactory</type></link>
 
57
<listitem><simpara>an <link linkend="EBookBackendFactory"><type>EBookBackendFactory</type></link>
64
58
</simpara></listitem></varlistentry>
65
59
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> A string representing a protocol.
66
60
</simpara></listitem></varlistentry>
67
61
</variablelist></refsect2>
68
62
<refsect2 id="e-book-backend-factory-new-backend" role="function">
69
63
<title>e_book_backend_factory_new_backend ()</title>
70
 
<indexterm zone="e-book-backend-factory-new-backend"><primary sortas="e_book_backend_factory_new_backend">e_book_backend_factory_new_backend</primary></indexterm><programlisting><link linkend="EBookBackend">EBookBackend</link>*       e_book_backend_factory_new_backend  (<link linkend="EBookBackendFactory">EBookBackendFactory</link> *factory);</programlisting>
 
64
<indexterm zone="e-book-backend-factory-new-backend"><primary>e_book_backend_factory_new_backend</primary></indexterm>
 
65
<programlisting><link linkend="EBookBackend"><returnvalue>EBookBackend</returnvalue></link>*       e_book_backend_factory_new_backend  (<parameter><link linkend="EBookBackendFactory"><type>EBookBackendFactory</type></link> *factory</parameter>);</programlisting>
71
66
<para>
72
67
Creates a new <link linkend="EBookBackend"><type>EBookBackend</type></link> with <parameter>factory</parameter>'s protocol.</para>
73
 
<para>
74
 
</para><variablelist role="params">
 
68
<variablelist role="params">
75
69
<varlistentry><term><parameter>factory</parameter>&#160;:</term>
76
 
<listitem><simpara> an <link linkend="EBookBackendFactory"><type>EBookBackendFactory</type></link>
 
70
<listitem><simpara>an <link linkend="EBookBackendFactory"><type>EBookBackendFactory</type></link>
77
71
</simpara></listitem></varlistentry>
78
72
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> A new <link linkend="EBookBackend"><type>EBookBackend</type></link>.
79
73
</simpara></listitem></varlistentry>
80
74
</variablelist></refsect2>
81
 
<refsect2 id="E-BOOK-BACKEND-FACTORY-SIMPLE--CAPS" role="macro">
 
75
<refsect2 id="E-BOOK-BACKEND-FACTORY-SIMPLE:CAPS" role="macro">
82
76
<title>E_BOOK_BACKEND_FACTORY_SIMPLE()</title>
83
 
<indexterm zone="E-BOOK-BACKEND-FACTORY-SIMPLE--CAPS"><primary sortas="E_BOOK_BACKEND_FACTORY_SIMPLE">E_BOOK_BACKEND_FACTORY_SIMPLE</primary></indexterm><programlisting>#define             E_BOOK_BACKEND_FACTORY_SIMPLE(p,t,f)</programlisting>
 
77
<indexterm zone="E-BOOK-BACKEND-FACTORY-SIMPLE:CAPS"><primary>E_BOOK_BACKEND_FACTORY_SIMPLE</primary></indexterm>
 
78
<programlisting>#define             E_BOOK_BACKEND_FACTORY_SIMPLE(p,t,f)</programlisting>
84
79
<para>
85
80
</para><variablelist role="params">
86
81
<varlistentry><term><parameter>p</parameter>&#160;:</term>
96
91
 
97
92
</refsect1>
98
93
 
99
 
 
100
 
 
101
 
 
102
94
</refentry>