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

« back to all changes in this revision

Viewing changes to docs/reference/eds/html/eds-EModule.html

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-07-20 13:34:59 UTC
  • mfrom: (1.1.126) (1.2.48 sid)
  • Revision ID: package-import@ubuntu.com-20150720133459-g6y46hnu5ewtoz08
Tags: 3.16.4-0ubuntu2
debian/patches/0001-Bug-752373-Monthly-events-do-not-recur-correctly.patch:
Cherry-pick patch from upstream to fix events not recurring correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<html>
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>Evolution-Data-Server Reference Manual: EModule</title>
 
5
<title>EModule: Evolution-Data-Server Reference Manual</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="Evolution-Data-Server Reference Manual">
8
8
<link rel="up" href="ch06.html" title="Abstract Classes for Backends">
9
9
<link rel="prev" href="eds-EExtension.html" title="EExtension">
10
10
<link rel="next" href="ch07.html" title="Registry Service Classes">
11
 
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.23 (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">
64
64
</tr>
65
65
<tr>
66
66
<td class="function_type">
 
67
<a class="link" href="eds-EModule.html#EModule" title="struct EModule"><span class="returnvalue">EModule</span></a> *
 
68
</td>
 
69
<td class="function_name">
 
70
<a class="link" href="eds-EModule.html#e-module-load-file" title="e_module_load_file ()">e_module_load_file</a> <span class="c_punctuation">()</span>
 
71
</td>
 
72
</tr>
 
73
<tr>
 
74
<td class="function_type">
67
75
<span class="returnvalue">void</span>
68
76
</td>
69
77
<td class="function_name">
102
110
</div>
103
111
<div class="refsect1">
104
112
<a name="eds-EModule.includes"></a><h2>Includes</h2>
105
 
<pre class="synopsis">#include &lt;libebackend/libebackend.h&gt;
 
113
<pre class="synopsis">#include &lt;libedataserver/libedataserver.h&gt;
106
114
</pre>
107
115
</div>
108
116
<div class="refsect1">
135
143
<a name="id-1.4.2.8.7.2.6"></a><h4>Returns</h4>
136
144
<p> a new <a class="link" href="eds-EModule.html#EModule" title="struct EModule"><span class="type">EModule</span></a> for <em class="parameter"><code>filename</code></em>
137
145
</p>
138
 
<p></p>
139
146
</div>
140
 
<p class="since">Since 3.4</p>
 
147
<p class="since">Since: <a class="link" href="api-index-3.4.html" title="Index of new symbols in 3.4">3.4</a></p>
141
148
</div>
142
149
<hr>
143
150
<div class="refsect2">
167
174
<a name="id-1.4.2.8.7.3.6"></a><h4>Returns</h4>
168
175
<p> the filename for <em class="parameter"><code>module</code></em>
169
176
</p>
170
 
<p></p>
171
177
</div>
172
 
<p class="since">Since 3.4</p>
 
178
<p class="since">Since: <a class="link" href="api-index-3.4.html" title="Index of new symbols in 3.4">3.4</a></p>
173
179
</div>
174
180
<hr>
175
181
<div class="refsect2">
199
205
<a name="id-1.4.2.8.7.4.6"></a><h4>Returns</h4>
200
206
<p> a list of <a href="eds-EModule.html#EModule"><span class="type">EModules</span></a> loaded from <em class="parameter"><code>dirname</code></em>
201
207
</p>
202
 
<p></p>
203
 
</div>
204
 
<p class="since">Since 3.4</p>
 
208
</div>
 
209
<p class="since">Since: <a class="link" href="api-index-3.4.html" title="Index of new symbols in 3.4">3.4</a></p>
 
210
</div>
 
211
<hr>
 
212
<div class="refsect2">
 
213
<a name="e-module-load-file"></a><h3>e_module_load_file ()</h3>
 
214
<pre class="programlisting"><a class="link" href="eds-EModule.html#EModule" title="struct EModule"><span class="returnvalue">EModule</span></a> *
 
215
e_module_load_file (<em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);</pre>
 
216
<p>Load the module from the specified filename into memory. If
 
217
you want to unload it (enabling on-demand loading) you must call
 
218
<a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html#g-type-module-unuse"><code class="function">g_type_module_unuse()</code></a> on the module.</p>
 
219
<div class="refsect3">
 
220
<a name="id-1.4.2.8.7.5.5"></a><h4>Parameters</h4>
 
221
<div class="informaltable"><table width="100%" border="0">
 
222
<colgroup>
 
223
<col width="150px" class="parameters_name">
 
224
<col class="parameters_description">
 
225
<col width="200px" class="parameters_annotations">
 
226
</colgroup>
 
227
<tbody><tr>
 
228
<td class="parameter_name"><p>dirname</p></td>
 
229
<td class="parameter_description"><p>filename of the module to load</p></td>
 
230
<td class="parameter_annotations"> </td>
 
231
</tr></tbody>
 
232
</table></div>
 
233
</div>
 
234
<div class="refsect3">
 
235
<a name="id-1.4.2.8.7.5.6"></a><h4>Returns</h4>
 
236
<p> an <a class="link" href="eds-EModule.html#EModule" title="struct EModule"><span class="type">EModule</span></a> loaded from <em class="parameter"><code>filename</code></em>
 
237
</p>
 
238
</div>
 
239
<p class="since">Since: 3.16</p>
205
240
</div>
206
241
<hr>
207
242
<div class="refsect2">
211
246
              <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
212
247
<p>Specifies the type of functions passed to <a class="link" href="eds-EModule.html#e-type-traverse" title="e_type_traverse ()"><code class="function">e_type_traverse()</code></a>.</p>
213
248
<div class="refsect3">
214
 
<a name="id-1.4.2.8.7.5.5"></a><h4>Parameters</h4>
 
249
<a name="id-1.4.2.8.7.6.5"></a><h4>Parameters</h4>
215
250
<div class="informaltable"><table width="100%" border="0">
216
251
<colgroup>
217
252
<col width="150px" class="parameters_name">
232
267
</tbody>
233
268
</table></div>
234
269
</div>
235
 
<p class="since">Since 3.4</p>
 
270
<p class="since">Since: <a class="link" href="api-index-3.4.html" title="Index of new symbols in 3.4">3.4</a></p>
236
271
</div>
237
272
<hr>
238
273
<div class="refsect2">
251
286
to instantiate all registered subtypes of <em class="parameter"><code>parent_type</code></em>
252
287
.</p>
253
288
<div class="refsect3">
254
 
<a name="id-1.4.2.8.7.6.6"></a><h4>Parameters</h4>
 
289
<a name="id-1.4.2.8.7.7.6"></a><h4>Parameters</h4>
255
290
<div class="informaltable"><table width="100%" border="0">
256
291
<colgroup>
257
292
<col width="150px" class="parameters_name">
277
312
</tbody>
278
313
</table></div>
279
314
</div>
280
 
<p class="since">Since 3.4</p>
 
315
<p class="since">Since: <a class="link" href="api-index-3.4.html" title="Index of new symbols in 3.4">3.4</a></p>
281
316
</div>
282
317
</div>
283
318
<div class="refsect1">
291
326
</pre>
292
327
<p>Contains only private data that should be read and manipulated using the
293
328
functions below.</p>
294
 
<p class="since">Since 3.4</p>
 
329
<p class="since">Since: <a class="link" href="api-index-3.4.html" title="Index of new symbols in 3.4">3.4</a></p>
295
330
</div>
296
331
<hr>
297
332
<div class="refsect2">
304
339
</div>
305
340
</div>
306
341
<div class="footer">
307
 
<hr>
308
 
          Generated by GTK-Doc V1.21</div>
 
342
<hr>Generated by GTK-Doc V1.23</div>
309
343
</body>
310
344
</html>
 
 
b'\\ No newline at end of file'