~ubuntu-branches/ubuntu/lucid/evolution-data-server/lucid-security

« back to all changes in this revision

Viewing changes to docs/reference/camel/html/camel-CamelOfflineStore.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-12-16 22:11:22 UTC
  • mfrom: (1.1.76 upstream) (1.2.8 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091216221122-mjwmo4lk4co6sxkb
Tags: 2.28.2-1ubuntu1
* Resync on Debian
* New upstream version:
  - #602719 - Crash in ep_set_proxy with no proxy user or password
    (lp: #481457)
* debian/control:
  - don't use libgnome
  - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
* 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/evolution-data-server.install,
  debian/patches/45_libcamel_providers_version.patch:
  - use the upstream versioning, not a Debian-specific one  
* 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.3">
 
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">
43
43
                <a href="#camel-CamelOfflineStore.description" class="shortcut">Description</a>
44
44
</td></tr>
45
45
</table>
46
 
<div class="refentry" lang="en">
 
46
<div class="refentry" title="CamelOfflineStore">
47
47
<a name="camel-CamelOfflineStore"></a><div class="titlepage"></div>
48
48
<div class="refnamediv"><table width="100%"><tr>
49
49
<td valign="top">
52
52
</td>
53
53
<td valign="top" align="right"></td>
54
54
</tr></table></div>
55
 
<div class="refsynopsisdiv">
 
55
<div class="refsynopsisdiv" title="Synopsis">
56
56
<a name="camel-CamelOfflineStore.synopsis"></a><h2>Synopsis</h2>
57
57
<pre class="synopsis">
58
58
                    <a class="link" href="camel-CamelOfflineStore.html#CamelOfflineStore" title="CamelOfflineStore">CamelOfflineStore</a>;
59
59
void                <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>
60
60
                                                        (<a class="link" href="camel-CamelOfflineStore.html#CamelOfflineStore" title="CamelOfflineStore">CamelOfflineStore</a> *store,
61
 
                                                         gint state,
 
61
                                                         <a
 
62
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
63
>gint</a> state,
62
64
                                                         <a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException">CamelException</a> *ex);
63
 
gint                <a class="link" href="camel-CamelOfflineStore.html#camel-offline-store-get-network-state" title="camel_offline_store_get_network_state ()">camel_offline_store_get_network_state</a>
 
65
<a
 
66
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
67
>gint</a>                <a class="link" href="camel-CamelOfflineStore.html#camel-offline-store-get-network-state" title="camel_offline_store_get_network_state ()">camel_offline_store_get_network_state</a>
64
68
                                                        (<a class="link" href="camel-CamelOfflineStore.html#CamelOfflineStore" title="CamelOfflineStore">CamelOfflineStore</a> *store,
65
69
                                                         <a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException">CamelException</a> *ex);
66
70
void                <a class="link" href="camel-CamelOfflineStore.html#camel-offline-store-prepare-for-offline" title="camel_offline_store_prepare_for_offline ()">camel_offline_store_prepare_for_offline</a>
68
72
                                                         <a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException">CamelException</a> *ex);
69
73
</pre>
70
74
</div>
71
 
<div class="refsect1" lang="en">
 
75
<div class="refsect1" title="Description">
72
76
<a name="camel-CamelOfflineStore.description"></a><h2>Description</h2>
73
77
<p>
74
78
</p>
75
79
</div>
76
 
<div class="refsect1" lang="en">
 
80
<div class="refsect1" title="Details">
77
81
<a name="camel-CamelOfflineStore.details"></a><h2>Details</h2>
78
 
<div class="refsect2" lang="en">
 
82
<div class="refsect2" title="CamelOfflineStore">
79
83
<a name="CamelOfflineStore"></a><h3>CamelOfflineStore</h3>
80
84
<pre class="programlisting">typedef struct {
81
85
        CamelStore parent_object;
87
91
</p>
88
92
</div>
89
93
<hr>
90
 
<div class="refsect2" lang="en">
 
94
<div class="refsect2" title="camel_offline_store_set_network_state ()">
91
95
<a name="camel-offline-store-set-network-state"></a><h3>camel_offline_store_set_network_state ()</h3>
92
96
<pre class="programlisting">void                camel_offline_store_set_network_state
93
97
                                                        (<a class="link" href="camel-CamelOfflineStore.html#CamelOfflineStore" title="CamelOfflineStore">CamelOfflineStore</a> *store,
94
 
                                                         gint state,
 
98
                                                         <a
 
99
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
100
>gint</a> state,
95
101
                                                         <a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException">CamelException</a> *ex);</pre>
96
102
<p>
97
103
Set the network state to either <span class="type">CAMEL_OFFLINE_STORE_NETWORK_AVAIL</span>
120
126
</table></div>
121
127
</div>
122
128
<hr>
123
 
<div class="refsect2" lang="en">
 
129
<div class="refsect2" title="camel_offline_store_get_network_state ()">
124
130
<a name="camel-offline-store-get-network-state"></a><h3>camel_offline_store_get_network_state ()</h3>
125
 
<pre class="programlisting">gint                camel_offline_store_get_network_state
 
131
<pre class="programlisting"><a
 
132
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
 
133
>gint</a>                camel_offline_store_get_network_state
126
134
                                                        (<a class="link" href="camel-CamelOfflineStore.html#CamelOfflineStore" title="CamelOfflineStore">CamelOfflineStore</a> *store,
127
135
                                                         <a class="link" href="camel-camel-exception.html#CamelException" title="struct CamelException">CamelException</a> *ex);</pre>
128
136
<p>
152
160
</table></div>
153
161
</div>
154
162
<hr>
155
 
<div class="refsect2" lang="en">
 
163
<div class="refsect2" title="camel_offline_store_prepare_for_offline ()">
156
164
<a name="camel-offline-store-prepare-for-offline"></a><h3>camel_offline_store_prepare_for_offline ()</h3>
157
165
<pre class="programlisting">void                camel_offline_store_prepare_for_offline
158
166
                                                        (<a class="link" href="camel-CamelOfflineStore.html#CamelOfflineStore" title="CamelOfflineStore">CamelOfflineStore</a> *store,