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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>ECalBackendFileStore</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="Evolution-Data-Server Manual: Calendar Backend (libedata-cal)">
 
8
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Calendar Backend (libedata-cal)">
 
9
<link rel="prev" href="libedata-cal-ECalBackendStore.html" title="ECalBackendStore">
 
10
<link rel="next" href="ECalBackendSync.html" title="ECalBackendSync">
 
11
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
</head>
 
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
16
<tr valign="middle">
 
17
<td><a accesskey="p" href="libedata-cal-ECalBackendStore.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
20
<th width="100%" align="center">Evolution-Data-Server Manual: Calendar Backend (libedata-cal)</th>
 
21
<td><a accesskey="n" href="ECalBackendSync.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
22
</tr>
 
23
<tr><td colspan="5" class="shortcuts">
 
24
<a href="#libedata-cal-ECalBackendFileStore.synopsis" class="shortcut">Top</a>
 
25
                   | 
 
26
                  <a href="#libedata-cal-ECalBackendFileStore.description" class="shortcut">Description</a>
 
27
</td></tr>
 
28
</table>
 
29
<div class="refentry" title="ECalBackendFileStore">
 
30
<a name="libedata-cal-ECalBackendFileStore"></a><div class="titlepage"></div>
 
31
<div class="refnamediv"><table width="100%"><tr>
 
32
<td valign="top">
 
33
<h2><span class="refentrytitle"><a name="libedata-cal-ECalBackendFileStore.top_of_page"></a>ECalBackendFileStore</span></h2>
 
34
<p>ECalBackendFileStore</p>
 
35
</td>
 
36
<td valign="top" align="right"></td>
 
37
</tr></table></div>
 
38
<div class="refsynopsisdiv" title="Synopsis">
 
39
<a name="libedata-cal-ECalBackendFileStore.synopsis"></a><h2>Synopsis</h2>
 
40
<pre class="synopsis">                    <a class="link" href="libedata-cal-ECalBackendFileStore.html#ECalBackendFileStore" title="ECalBackendFileStore">ECalBackendFileStore</a>;
 
41
<a class="link" href="libedata-cal-ECalBackendFileStore.html#ECalBackendFileStore" title="ECalBackendFileStore"><span class="returnvalue">ECalBackendFileStore</span></a>* <a class="link" href="libedata-cal-ECalBackendFileStore.html#e-cal-backend-file-store-new" title="e_cal_backend_file_store_new ()">e_cal_backend_file_store_new</a>      (<em class="parameter"><code>const <span class="type">gchar</span> *uri</code></em>,
 
42
                                                         <em class="parameter"><code><span class="type">ECalSourceType</span> source_type</code></em>);
 
43
</pre>
 
44
</div>
 
45
<div class="refsect1" title="Description">
 
46
<a name="libedata-cal-ECalBackendFileStore.description"></a><h2>Description</h2>
 
47
<p>
 
48
</p>
 
49
</div>
 
50
<div class="refsect1" title="Details">
 
51
<a name="libedata-cal-ECalBackendFileStore.details"></a><h2>Details</h2>
 
52
<div class="refsect2" title="ECalBackendFileStore">
 
53
<a name="ECalBackendFileStore"></a><h3>ECalBackendFileStore</h3>
 
54
<pre class="programlisting">typedef struct {
 
55
        ECalBackendStore parent;
 
56
        ECalBackendFileStorePrivate *priv;
 
57
} ECalBackendFileStore;
 
58
</pre>
 
59
<p class="since">Since 2.28</p>
 
60
</div>
 
61
<hr>
 
62
<div class="refsect2" title="e_cal_backend_file_store_new ()">
 
63
<a name="e-cal-backend-file-store-new"></a><h3>e_cal_backend_file_store_new ()</h3>
 
64
<pre class="programlisting"><a class="link" href="libedata-cal-ECalBackendFileStore.html#ECalBackendFileStore" title="ECalBackendFileStore"><span class="returnvalue">ECalBackendFileStore</span></a>* e_cal_backend_file_store_new      (<em class="parameter"><code>const <span class="type">gchar</span> *uri</code></em>,
 
65
                                                         <em class="parameter"><code><span class="type">ECalSourceType</span> source_type</code></em>);</pre>
 
66
<div class="variablelist"><table border="0">
 
67
<col align="left" valign="top">
 
68
<tbody>
 
69
<tr>
 
70
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
 
71
<td>
 
72
</td>
 
73
</tr>
 
74
<tr>
 
75
<td><p><span class="term"><em class="parameter"><code>source_type</code></em> :</span></p></td>
 
76
<td>
 
77
</td>
 
78
</tr>
 
79
<tr>
 
80
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
81
<td>
 
82
</td>
 
83
</tr>
 
84
</tbody>
 
85
</table></div>
 
86
<p class="since">Since 2.28</p>
 
87
</div>
 
88
</div>
 
89
</div>
 
90
<div class="footer">
 
91
<hr>
 
92
          Generated by GTK-Doc V1.14</div>
 
93
</body>
 
94
</html>
 
 
b'\\ No newline at end of file'