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

« back to all changes in this revision

Viewing changes to docs/reference/calendar/libedata-cal/html/ECalBackendFactory.html

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-19 12:15:29 UTC
  • mfrom: (1.1.93 upstream)
  • Revision ID: package-import@ubuntu.com-20110919121529-nsmfnges77ec7hux
Tags: 3.1.92-0ubuntu1
* New upstream release.
  - Cannot add more than one appointment per session (LP: #852277)
  - Contacts calendar backend doesn't show events (LP: #853905)
  - Set X-Evolution-Source header consistently (LP: #660626)

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>ECalBackendFactory</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Evolution-Data-Server Manual: Calendar Backend (libedata-cal)">
8
8
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Calendar Backend (libedata-cal)">
9
9
<link rel="prev" href="ECalBackendCache.html" title="ECalBackendCache">
10
10
<link rel="next" href="ECalBackendSExp.html" title="ECalBackendSExp">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (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">
41
41
<a name="ECalBackendFactory.synopsis"></a><h2>Synopsis</h2>
42
42
<pre class="synopsis">                    <a class="link" href="ECalBackendFactory.html#ECalBackendFactory-struct" title="ECalBackendFactory">ECalBackendFactory</a>;
43
43
<span class="returnvalue">icalcomponent_kind</span>  <a class="link" href="ECalBackendFactory.html#e-cal-backend-factory-get-kind" title="e_cal_backend_factory_get_kind ()">e_cal_backend_factory_get_kind</a>      (<em class="parameter"><code><a class="link" href="ECalBackendFactory.html" title="ECalBackendFactory"><span class="type">ECalBackendFactory</span></a> *factory</code></em>);
44
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *          <a class="link" href="ECalBackendFactory.html#e-cal-backend-factory-get-protocol" title="e_cal_backend_factory_get_protocol ()">e_cal_backend_factory_get_protocol</a>
45
 
                                                        (<em class="parameter"><code><a class="link" href="ECalBackendFactory.html" title="ECalBackendFactory"><span class="type">ECalBackendFactory</span></a> *factory</code></em>);
46
 
<a class="link" href="ECalBackend.html" title="ECalBackend"><span class="returnvalue">ECalBackend</span></a> *         <a class="link" href="ECalBackendFactory.html#e-cal-backend-factory-new-backend" title="e_cal_backend_factory_new_backend ()">e_cal_backend_factory_new_backend</a> (<em class="parameter"><code><a class="link" href="ECalBackendFactory.html" title="ECalBackendFactory"><span class="type">ECalBackendFactory</span></a> *factory</code></em>,
47
 
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
 
44
const <span class="returnvalue">gchar</span> *       <a class="link" href="ECalBackendFactory.html#e-cal-backend-factory-get-protocol" title="e_cal_backend_factory_get_protocol ()">e_cal_backend_factory_get_protocol</a>  (<em class="parameter"><code><a class="link" href="ECalBackendFactory.html" title="ECalBackendFactory"><span class="type">ECalBackendFactory</span></a> *factory</code></em>);
 
45
<a class="link" href="ECalBackend.html" title="ECalBackend"><span class="returnvalue">ECalBackend</span></a> *       <a class="link" href="ECalBackendFactory.html#e-cal-backend-factory-new-backend" title="e_cal_backend_factory_new_backend ()">e_cal_backend_factory_new_backend</a>   (<em class="parameter"><code><a class="link" href="ECalBackendFactory.html" title="ECalBackendFactory"><span class="type">ECalBackendFactory</span></a> *factory</code></em>,
 
46
                                                         <em class="parameter"><code><span class="type">ESource</span> *source</code></em>);
48
47
</pre>
49
48
</div>
50
49
<div class="refsect1">
51
50
<a name="ECalBackendFactory.object-hierarchy"></a><h2>Object Hierarchy</h2>
52
51
<pre class="synopsis">
53
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
52
  GObject
54
53
   +----ECalBackendFactory
55
54
</pre>
56
55
</div>
91
90
<hr>
92
91
<div class="refsect2">
93
92
<a name="e-cal-backend-factory-get-protocol"></a><h3>e_cal_backend_factory_get_protocol ()</h3>
94
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *          e_cal_backend_factory_get_protocol
95
 
                                                        (<em class="parameter"><code><a class="link" href="ECalBackendFactory.html" title="ECalBackendFactory"><span class="type">ECalBackendFactory</span></a> *factory</code></em>);</pre>
 
93
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       e_cal_backend_factory_get_protocol  (<em class="parameter"><code><a class="link" href="ECalBackendFactory.html" title="ECalBackendFactory"><span class="type">ECalBackendFactory</span></a> *factory</code></em>);</pre>
96
94
<p>
97
95
Gets the protocol used by the factory.
98
96
</p>
113
111
<hr>
114
112
<div class="refsect2">
115
113
<a name="e-cal-backend-factory-new-backend"></a><h3>e_cal_backend_factory_new_backend ()</h3>
116
 
<pre class="programlisting"><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="returnvalue">ECalBackend</span></a> *         e_cal_backend_factory_new_backend (<em class="parameter"><code><a class="link" href="ECalBackendFactory.html" title="ECalBackendFactory"><span class="type">ECalBackendFactory</span></a> *factory</code></em>,
117
 
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
 
114
<pre class="programlisting"><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="returnvalue">ECalBackend</span></a> *       e_cal_backend_factory_new_backend   (<em class="parameter"><code><a class="link" href="ECalBackendFactory.html" title="ECalBackendFactory"><span class="type">ECalBackendFactory</span></a> *factory</code></em>,
 
115
                                                         <em class="parameter"><code><span class="type">ESource</span> *source</code></em>);</pre>
118
116
<p>
119
117
Creates a new backend for the given <em class="parameter"><code>source</code></em>.
120
118
</p>
127
125
</tr>
128
126
<tr>
129
127
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
130
 
<td>An <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>.</td>
 
128
<td>An <span class="type">ESource</span>.</td>
131
129
</tr>
132
130
<tr>
133
131
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
140
138
</div>
141
139
<div class="footer">
142
140
<hr>
143
 
          Generated by GTK-Doc V1.17</div>
 
141
          Generated by GTK-Doc V1.18</div>
144
142
</body>
145
143
</html>
 
 
b'\\ No newline at end of file'