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

« back to all changes in this revision

Viewing changes to docs/reference/addressbook/libedata-book/html/EBookBackendFactory.html

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-07-27 11:45:30 UTC
  • mfrom: (1.1.90 upstream)
  • Revision ID: james.westby@ubuntu.com-20110727114530-v4ntbu728os68b0b
Tags: 3.1.4-0ubuntu1
* New upstream version.
* debian/patches/999git_EDS_3_1_3_1_to_f94a069.patch: drop, included in
  the upstream 3.1.4 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>EBookBackendFactory</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="Evolution-Data-Server Manual: Address Book Backend (libedata-book)">
8
8
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Address Book Backend (libedata-book)">
9
9
<link rel="prev" href="libedata-book-e-book-backend-db-cache.html" title="e-book-backend-db-cache">
10
10
<link rel="next" href="EBookBackendSExp.html" title="EBookBackendSExp">
11
 
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
40
40
<div class="refsynopsisdiv">
41
41
<a name="EBookBackendFactory.synopsis"></a><h2>Synopsis</h2>
42
42
<pre class="synopsis">                    <a class="link" href="EBookBackendFactory.html#EBookBackendFactory-struct" title="EBookBackendFactory">EBookBackendFactory</a>;
43
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="EBookBackendFactory.html#e-book-backend-factory-get-protocol" title="e_book_backend_factory_get_protocol ()">e_book_backend_factory_get_protocol</a> (<em class="parameter"><code><a class="link" href="EBookBackendFactory.html" title="EBookBackendFactory"><span class="type">EBookBackendFactory</span></a> *factory</code></em>);
44
 
<a class="link" href="EBookBackend.html" title="EBookBackend"><span class="returnvalue">EBookBackend</span></a> *      <a class="link" href="EBookBackendFactory.html#e-book-backend-factory-new-backend" title="e_book_backend_factory_new_backend ()">e_book_backend_factory_new_backend</a>  (<em class="parameter"><code><a class="link" href="EBookBackendFactory.html" title="EBookBackendFactory"><span class="type">EBookBackendFactory</span></a> *factory</code></em>);
 
43
const <span class="returnvalue">gchar</span> *           <a class="link" href="EBookBackendFactory.html#e-book-backend-factory-get-protocol" title="e_book_backend_factory_get_protocol ()">e_book_backend_factory_get_protocol</a>
 
44
                                                        (<em class="parameter"><code><a class="link" href="EBookBackendFactory.html" title="EBookBackendFactory"><span class="type">EBookBackendFactory</span></a> *factory</code></em>);
 
45
<a class="link" href="EBookBackend.html" title="EBookBackend"><span class="returnvalue">EBookBackend</span></a> *         <a class="link" href="EBookBackendFactory.html#e-book-backend-factory-new-backend" title="e_book_backend_factory_new_backend ()">e_book_backend_factory_new_backend</a>
 
46
                                                        (<em class="parameter"><code><a class="link" href="EBookBackendFactory.html" title="EBookBackendFactory"><span class="type">EBookBackendFactory</span></a> *factory</code></em>);
45
47
#define             <a class="link" href="EBookBackendFactory.html#E-BOOK-BACKEND-FACTORY-SIMPLE:CAPS" title="E_BOOK_BACKEND_FACTORY_SIMPLE()">E_BOOK_BACKEND_FACTORY_SIMPLE</a>       (p,
46
48
                                                         t,
47
49
                                                         f)
70
72
<hr>
71
73
<div class="refsect2">
72
74
<a name="e-book-backend-factory-get-protocol"></a><h3>e_book_backend_factory_get_protocol ()</h3>
73
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       e_book_backend_factory_get_protocol (<em class="parameter"><code><a class="link" href="EBookBackendFactory.html" title="EBookBackendFactory"><span class="type">EBookBackendFactory</span></a> *factory</code></em>);</pre>
 
75
<pre class="programlisting">const <span class="returnvalue">gchar</span> *           e_book_backend_factory_get_protocol
 
76
                                                        (<em class="parameter"><code><a class="link" href="EBookBackendFactory.html" title="EBookBackendFactory"><span class="type">EBookBackendFactory</span></a> *factory</code></em>);</pre>
74
77
<p>
75
78
Gets the protocol that <em class="parameter"><code>factory</code></em> creates backends for.
76
79
</p>
92
95
<hr>
93
96
<div class="refsect2">
94
97
<a name="e-book-backend-factory-new-backend"></a><h3>e_book_backend_factory_new_backend ()</h3>
95
 
<pre class="programlisting"><a class="link" href="EBookBackend.html" title="EBookBackend"><span class="returnvalue">EBookBackend</span></a> *      e_book_backend_factory_new_backend  (<em class="parameter"><code><a class="link" href="EBookBackendFactory.html" title="EBookBackendFactory"><span class="type">EBookBackendFactory</span></a> *factory</code></em>);</pre>
 
98
<pre class="programlisting"><a class="link" href="EBookBackend.html" title="EBookBackend"><span class="returnvalue">EBookBackend</span></a> *         e_book_backend_factory_new_backend
 
99
                                                        (<em class="parameter"><code><a class="link" href="EBookBackendFactory.html" title="EBookBackendFactory"><span class="type">EBookBackendFactory</span></a> *factory</code></em>);</pre>
96
100
<p>
97
101
Creates a new <a class="link" href="EBookBackend.html" title="EBookBackend"><span class="type">EBookBackend</span></a> with <em class="parameter"><code>factory</code></em>'s protocol.
98
102
</p>
122
126
</div>
123
127
<div class="footer">
124
128
<hr>
125
 
          Generated by GTK-Doc V1.17.1</div>
 
129
          Generated by GTK-Doc V1.17</div>
126
130
</body>
127
131
</html>
 
 
b'\\ No newline at end of file'