~cyphermox/ubuntu/quantal/evolution-data-server/autopkgtests

« back to all changes in this revision

Viewing changes to docs/reference/libedataserver/html/EProxy.html

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-19 12:15:29 UTC
  • mfrom: (1.1.93 upstream)
  • Revision ID: package-import@ubuntu.com-20110919121529-nsmfnges77ec7hux
Tags: 3.1.92-0ubuntu1
* New upstream release.
  - Cannot add more than one appointment per session (LP: #852277)
  - Contacts calendar backend doesn't show events (LP: #853905)
  - Set X-Evolution-Source header consistently (LP: #660626)

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>EProxy</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Evolution-Data-Server Manual: Utilities (libedataserver)">
8
8
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Utilities (libedataserver)">
9
9
<link rel="prev" href="libedataserver-EOperationPool.html" title="EOperationPool">
10
10
<link rel="next" href="libedataserver-ESExp.html" title="ESExp">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (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">
42
42
<div class="refsynopsisdiv">
43
43
<a name="EProxy.synopsis"></a><h2>Synopsis</h2>
44
44
<pre class="synopsis">struct              <a class="link" href="EProxy.html#EProxy-struct" title="struct EProxy">EProxy</a>;
45
 
<a class="link" href="EProxy.html" title="EProxy"><span class="returnvalue">EProxy</span></a> *            <a class="link" href="EProxy.html#e-proxy-new" title="e_proxy_new ()">e_proxy_new</a>                         (<em class="parameter"><code><span class="type">void</span></code></em>);
46
 
<span class="returnvalue">SoupURI</span> *                <a class="link" href="EProxy.html#e-proxy-peek-uri-for" title="e_proxy_peek_uri_for ()">e_proxy_peek_uri_for</a>                (<em class="parameter"><code><a class="link" href="EProxy.html" title="EProxy"><span class="type">EProxy</span></a> *proxy</code></em>,
47
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>);
 
45
<a class="link" href="EProxy.html" title="EProxy"><span class="returnvalue">EProxy</span></a> *            <a class="link" href="EProxy.html#e-proxy-new" title="e_proxy_new ()">e_proxy_new</a>                         (<em class="parameter"><code><span class="type">void</span></code></em>);
 
46
<span class="returnvalue">SoupURI</span> *           <a class="link" href="EProxy.html#e-proxy-peek-uri-for" title="e_proxy_peek_uri_for ()">e_proxy_peek_uri_for</a>                (<em class="parameter"><code><a class="link" href="EProxy.html" title="EProxy"><span class="type">EProxy</span></a> *proxy</code></em>,
 
47
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uri</code></em>);
48
48
<span class="returnvalue">void</span>                <a class="link" href="EProxy.html#e-proxy-setup-proxy" title="e_proxy_setup_proxy ()">e_proxy_setup_proxy</a>                 (<em class="parameter"><code><a class="link" href="EProxy.html" title="EProxy"><span class="type">EProxy</span></a> *proxy</code></em>);
49
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EProxy.html#e-proxy-require-proxy-for-uri" title="e_proxy_require_proxy_for_uri ()">e_proxy_require_proxy_for_uri</a>       (<em class="parameter"><code><a class="link" href="EProxy.html" title="EProxy"><span class="type">EProxy</span></a> *proxy</code></em>,
50
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>);
 
49
<span class="returnvalue">gboolean</span>            <a class="link" href="EProxy.html#e-proxy-require-proxy-for-uri" title="e_proxy_require_proxy_for_uri ()">e_proxy_require_proxy_for_uri</a>       (<em class="parameter"><code><a class="link" href="EProxy.html" title="EProxy"><span class="type">EProxy</span></a> *proxy</code></em>,
 
50
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uri</code></em>);
51
51
</pre>
52
52
</div>
53
53
<div class="refsect1">
54
54
<a name="EProxy.object-hierarchy"></a><h2>Object Hierarchy</h2>
55
55
<pre class="synopsis">
56
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
56
  GObject
57
57
   +----EProxy
58
58
</pre>
59
59
</div>
60
60
<div class="refsect1">
61
61
<a name="EProxy.signals"></a><h2>Signals</h2>
62
62
<pre class="synopsis">
63
 
  "<a class="link" href="EProxy.html#EProxy-changed" title='The "changed" signal'>changed</a>"                                        : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
 
63
  "<a class="link" href="EProxy.html#EProxy-changed" title='The "changed" signal'>changed</a>"                                        : <code class="literal">Run First</code>
64
64
</pre>
65
65
</div>
66
66
<div class="refsect1">
82
82
<hr>
83
83
<div class="refsect2">
84
84
<a name="e-proxy-new"></a><h3>e_proxy_new ()</h3>
85
 
<pre class="programlisting"><a class="link" href="EProxy.html" title="EProxy"><span class="returnvalue">EProxy</span></a> *                e_proxy_new                         (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
85
<pre class="programlisting"><a class="link" href="EProxy.html" title="EProxy"><span class="returnvalue">EProxy</span></a> *            e_proxy_new                         (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
86
86
<p class="since">Since 2.24</p>
87
87
</div>
88
88
<hr>
89
89
<div class="refsect2">
90
90
<a name="e-proxy-peek-uri-for"></a><h3>e_proxy_peek_uri_for ()</h3>
91
 
<pre class="programlisting"><span class="returnvalue">SoupURI</span> *            e_proxy_peek_uri_for                (<em class="parameter"><code><a class="link" href="EProxy.html" title="EProxy"><span class="type">EProxy</span></a> *proxy</code></em>,
92
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>);</pre>
 
91
<pre class="programlisting"><span class="returnvalue">SoupURI</span> *           e_proxy_peek_uri_for                (<em class="parameter"><code><a class="link" href="EProxy.html" title="EProxy"><span class="type">EProxy</span></a> *proxy</code></em>,
 
92
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uri</code></em>);</pre>
93
93
<p class="since">Since 2.26</p>
94
94
</div>
95
95
<hr>
102
102
<hr>
103
103
<div class="refsect2">
104
104
<a name="e-proxy-require-proxy-for-uri"></a><h3>e_proxy_require_proxy_for_uri ()</h3>
105
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_proxy_require_proxy_for_uri       (<em class="parameter"><code><a class="link" href="EProxy.html" title="EProxy"><span class="type">EProxy</span></a> *proxy</code></em>,
106
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>);</pre>
 
105
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_proxy_require_proxy_for_uri       (<em class="parameter"><code><a class="link" href="EProxy.html" title="EProxy"><span class="type">EProxy</span></a> *proxy</code></em>,
 
106
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uri</code></em>);</pre>
107
107
<p class="since">Since 2.24</p>
108
108
</div>
109
109
</div>
112
112
<div class="refsect2">
113
113
<a name="EProxy-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
114
114
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="EProxy.html" title="EProxy"><span class="type">EProxy</span></a>  *proxy,
115
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
 
115
                                                        <span class="type">gpointer</span> user_data)      : <code class="literal">Run First</code></pre>
116
116
<p>
117
117
Emitted when proxy settings in gconf changes.
118
118
</p>
134
134
</div>
135
135
<div class="footer">
136
136
<hr>
137
 
          Generated by GTK-Doc V1.17</div>
 
137
          Generated by GTK-Doc V1.18</div>
138
138
</body>
139
139
</html>
 
 
b'\\ No newline at end of file'