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

« back to all changes in this revision

Viewing changes to docs/reference/camel/html/camel-CamelOfflineStore.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:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>CamelOfflineStore</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Camel Reference Manual">
8
8
<link rel="up" href="Services.html" title="Services">
9
9
<link rel="prev" href="camel-CamelStoreSummary.html" title="CamelStoreSummary">
26
26
                  <a href="#camel-CamelOfflineStore.description" class="shortcut">Description</a>
27
27
</td></tr>
28
28
</table>
29
 
<div class="refentry" lang="en">
 
29
<div class="refentry" title="CamelOfflineStore">
30
30
<a name="camel-CamelOfflineStore"></a><div class="titlepage"></div>
31
31
<div class="refnamediv"><table width="100%"><tr>
32
32
<td valign="top">
35
35
</td>
36
36
<td valign="top" align="right"></td>
37
37
</tr></table></div>
38
 
<div class="refsynopsisdiv">
 
38
<div class="refsynopsisdiv" title="Synopsis">
39
39
<a name="camel-CamelOfflineStore.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis">                    <a class="link" href="camel-CamelOfflineStore.html#CamelOfflineStore" title="CamelOfflineStore">CamelOfflineStore</a>;
41
41
<span class="returnvalue">void</span>                <a class="link" href="camel-CamelOfflineStore.html#camel-offline-store-set-network-state" title="camel_offline_store_set_network_state ()">camel_offline_store_set_network_state</a>
50
50
                                                         <em class="parameter"><code><a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException"><span class="type">CamelException</span></a> *ex</code></em>);
51
51
</pre>
52
52
</div>
53
 
<div class="refsect1" lang="en">
 
53
<div class="refsect1" title="Description">
54
54
<a name="camel-CamelOfflineStore.description"></a><h2>Description</h2>
55
55
<p>
56
56
</p>
57
57
</div>
58
 
<div class="refsect1" lang="en">
 
58
<div class="refsect1" title="Details">
59
59
<a name="camel-CamelOfflineStore.details"></a><h2>Details</h2>
60
 
<div class="refsect2" lang="en">
 
60
<div class="refsect2" title="CamelOfflineStore">
61
61
<a name="CamelOfflineStore"></a><h3>CamelOfflineStore</h3>
62
62
<pre class="programlisting">typedef struct {
63
63
        CamelStore parent_object;
69
69
</p>
70
70
</div>
71
71
<hr>
72
 
<div class="refsect2" lang="en">
 
72
<div class="refsect2" title="camel_offline_store_set_network_state ()">
73
73
<a name="camel-offline-store-set-network-state"></a><h3>camel_offline_store_set_network_state ()</h3>
74
74
<pre class="programlisting"><span class="returnvalue">void</span>                camel_offline_store_set_network_state
75
75
                                                        (<em class="parameter"><code><a class="link" href="camel-CamelOfflineStore.html#CamelOfflineStore" title="CamelOfflineStore"><span class="type">CamelOfflineStore</span></a> *store</code></em>,
77
77
                                                         <em class="parameter"><code><a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException"><span class="type">CamelException</span></a> *ex</code></em>);</pre>
78
78
<p>
79
79
Set the network state to either <span class="type">CAMEL_OFFLINE_STORE_NETWORK_AVAIL</span>
80
 
or <span class="type">CAMEL_OFFLINE_STORE_NETWORK_UNAVAIL</span>.</p>
 
80
or <span class="type">CAMEL_OFFLINE_STORE_NETWORK_UNAVAIL</span>.
 
81
</p>
81
82
<div class="variablelist"><table border="0">
82
83
<col align="left" valign="top">
83
84
<tbody>
100
101
</table></div>
101
102
</div>
102
103
<hr>
103
 
<div class="refsect2" lang="en">
 
104
<div class="refsect2" title="camel_offline_store_get_network_state ()">
104
105
<a name="camel-offline-store-get-network-state"></a><h3>camel_offline_store_get_network_state ()</h3>
105
106
<pre class="programlisting"><span class="returnvalue">gint</span>                camel_offline_store_get_network_state
106
107
                                                        (<em class="parameter"><code><a class="link" href="camel-CamelOfflineStore.html#CamelOfflineStore" title="CamelOfflineStore"><span class="type">CamelOfflineStore</span></a> *store</code></em>,
107
108
                                                         <em class="parameter"><code><a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException"><span class="type">CamelException</span></a> *ex</code></em>);</pre>
108
109
<p>
109
110
Return the network state either <span class="type">CAMEL_OFFLINE_STORE_NETWORK_AVAIL</span>
110
 
or <span class="type">CAMEL_OFFLINE_STORE_NETWORK_UNAVAIL</span>.</p>
 
111
or <span class="type">CAMEL_OFFLINE_STORE_NETWORK_UNAVAIL</span>.
 
112
</p>
111
113
<div class="variablelist"><table border="0">
112
114
<col align="left" valign="top">
113
115
<tbody>
128
130
</tr>
129
131
</tbody>
130
132
</table></div>
 
133
<p class="since">Since 2.24</p>
131
134
</div>
132
135
<hr>
133
 
<div class="refsect2" lang="en">
 
136
<div class="refsect2" title="camel_offline_store_prepare_for_offline ()">
134
137
<a name="camel-offline-store-prepare-for-offline"></a><h3>camel_offline_store_prepare_for_offline ()</h3>
135
138
<pre class="programlisting"><span class="returnvalue">void</span>                camel_offline_store_prepare_for_offline
136
139
                                                        (<em class="parameter"><code><a class="link" href="camel-CamelOfflineStore.html#CamelOfflineStore" title="CamelOfflineStore"><span class="type">CamelOfflineStore</span></a> *store</code></em>,
137
140
                                                         <em class="parameter"><code><a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException"><span class="type">CamelException</span></a> *ex</code></em>);</pre>
138
 
<p>
139
 
</p>
140
141
<div class="variablelist"><table border="0">
141
142
<col align="left" valign="top">
142
143
<tbody>
152
153
</tr>
153
154
</tbody>
154
155
</table></div>
 
156
<p class="since">Since 2.22</p>
155
157
</div>
156
158
</div>
157
159
</div>