~cyphermox/ubuntu/raring/evolution-data-server/3.6.4

« back to all changes in this revision

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

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2013-03-19 23:22:37 UTC
  • mfrom: (1.1.108)
  • Revision ID: mathieu-tl@ubuntu.com-20130319232237-b0ujp4pyhl8a9qih
* New upstream release.
  - Crash in Contacts calendar backend (LP: #1039594)
  - Empty name selector dialog on open (LP: #1072442)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
<div class="refsynopsisdiv">
43
43
<a name="EDataCalFactory.synopsis"></a><h2>Synopsis</h2>
44
44
<pre class="synopsis">struct              <a class="link" href="EDataCalFactory.html#EDataCalFactory-struct" title="struct EDataCalFactory">EDataCalFactory</a>;
45
 
<a href="/usr/share/gtk-doc/html/libebackend/EDBusServer.html"><span class="returnvalue">EDBusServer</span></a> *       <a class="link" href="EDataCalFactory.html#e-data-cal-factory-new" title="e_data_cal_factory_new ()">e_data_cal_factory_new</a>              (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
46
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
47
 
<a href="/usr/share/gtk-doc/html/libedataserver/ESourceRegistry.html"><span class="returnvalue">ESourceRegistry</span></a> *   <a class="link" href="EDataCalFactory.html#e-data-cal-factory-get-registry" title="e_data_cal_factory_get_registry ()">e_data_cal_factory_get_registry</a>     (<em class="parameter"><code><a class="link" href="EDataCalFactory.html" title="EDataCalFactory"><span class="type">EDataCalFactory</span></a> *factory</code></em>);
 
45
<a href="../libebackend/EDBusServer.html"><span class="returnvalue">EDBusServer</span></a> *       <a class="link" href="EDataCalFactory.html#e-data-cal-factory-new" title="e_data_cal_factory_new ()">e_data_cal_factory_new</a>              (<em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
46
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
47
<a href="../libedataserver/ESourceRegistry.html"><span class="returnvalue">ESourceRegistry</span></a> *   <a class="link" href="EDataCalFactory.html#e-data-cal-factory-get-registry" title="e_data_cal_factory_get_registry ()">e_data_cal_factory_get_registry</a>     (<em class="parameter"><code><a class="link" href="EDataCalFactory.html" title="EDataCalFactory"><span class="type">EDataCalFactory</span></a> *factory</code></em>);
48
48
</pre>
49
49
</div>
50
50
<div class="refsect1">
51
51
<a name="EDataCalFactory.object-hierarchy"></a><h2>Object Hierarchy</h2>
52
52
<pre class="synopsis">
53
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
54
 
   +----<a href="/usr/share/gtk-doc/html/libebackend/EDBusServer.html">EDBusServer</a>
55
 
         +----<a href="/usr/share/gtk-doc/html/libebackend/EDataFactory.html">EDataFactory</a>
 
53
  GObject
 
54
   +----<a href="../libebackend/EDBusServer.html">EDBusServer</a>
 
55
         +----<a href="../libebackend/EDataFactory.html">EDataFactory</a>
56
56
               +----EDataCalFactory
57
57
</pre>
58
58
</div>
60
60
<a name="EDataCalFactory.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
61
61
<p>
62
62
EDataCalFactory implements
63
 
 <a href="/usr/share/gtk-doc/html/libebackend/EExtensible.html">EExtensible</a> and  <a href="http://library.gnome.org/devel/gio/unstable/GInitable.html">GInitable</a>.</p>
 
63
 <a href="../libebackend/EExtensible.html">EExtensible</a> and  GInitable.</p>
64
64
</div>
65
65
<div class="refsect1">
66
66
<a name="EDataCalFactory.description"></a><h2>Description</h2>
74
74
<hr>
75
75
<div class="refsect2">
76
76
<a name="e-data-cal-factory-new"></a><h3>e_data_cal_factory_new ()</h3>
77
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libebackend/EDBusServer.html"><span class="returnvalue">EDBusServer</span></a> *       e_data_cal_factory_new              (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
78
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
77
<pre class="programlisting"><a href="../libebackend/EDBusServer.html"><span class="returnvalue">EDBusServer</span></a> *       e_data_cal_factory_new              (<em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
78
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
79
79
</div>
80
80
<hr>
81
81
<div class="refsect2">
82
82
<a name="e-data-cal-factory-get-registry"></a><h3>e_data_cal_factory_get_registry ()</h3>
83
 
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/ESourceRegistry.html"><span class="returnvalue">ESourceRegistry</span></a> *   e_data_cal_factory_get_registry     (<em class="parameter"><code><a class="link" href="EDataCalFactory.html" title="EDataCalFactory"><span class="type">EDataCalFactory</span></a> *factory</code></em>);</pre>
 
83
<pre class="programlisting"><a href="../libedataserver/ESourceRegistry.html"><span class="returnvalue">ESourceRegistry</span></a> *   e_data_cal_factory_get_registry     (<em class="parameter"><code><a class="link" href="EDataCalFactory.html" title="EDataCalFactory"><span class="type">EDataCalFactory</span></a> *factory</code></em>);</pre>
84
84
<p>
85
 
Returns the <a href="/usr/share/gtk-doc/html/libedataserver/ESourceRegistry.html"><span class="type">ESourceRegistry</span></a> owned by <em class="parameter"><code>factory</code></em>.
 
85
Returns the <a href="../libedataserver/ESourceRegistry.html"><span class="type">ESourceRegistry</span></a> owned by <em class="parameter"><code>factory</code></em>.
86
86
</p>
87
87
<div class="variablelist"><table border="0">
88
88
<col align="left" valign="top">
94
94
</tr>
95
95
<tr>
96
96
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
97
 
<td>the <a href="/usr/share/gtk-doc/html/libedataserver/ESourceRegistry.html"><span class="type">ESourceRegistry</span></a>
 
97
<td>the <a href="../libedataserver/ESourceRegistry.html"><span class="type">ESourceRegistry</span></a>
98
98
</td>
99
99
</tr>
100
100
</tbody>