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

« back to all changes in this revision

Viewing changes to docs/reference/libedataserver/xml/e-proxy.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-07-27 16:04:20 UTC
  • mfrom: (1.1.70 upstream)
  • Revision ID: james.westby@ubuntu.com-20090727160420-dr27rzbz6ddjqo04
Tags: 2.27.5-0ubuntu1
* New upstream version: 
  Bug Fixes:
  Address Book:
  - #587558 - Removing a picture of a contact in an LDAP addressbook
              crashes evolution 
  - #589325 - Evolution Contacts reports ambiguous error on Google
              Contacts authentication failure with bad password 
  Calendar:
  - #572176 - Allow local iCal files to be selected as calendar source
  - #586342 - CalDAV backend does not support attachments 
  - #588857 - CalDAV for Google calendars should allow email notifications
  Mail:
  - #524219 (bnc) - Unable to read forward groupwise mails in other clients.
  - #588220 - Evolution crashed when starting with local account configured 
  - #588573 - NULL string comparison in camel-search-sql-sexp.c
  Miscellaneous:
  - #583374 - The broken Google calendar import should be replaced by
              the working CalDAV support 
  - #588277 - Unnecessary special-purpose configure flag 
  Other Fixes:
  Handle quota error messages. 
  Return the proper timezone to get the counts right in all timezones.
  CamelVeeFolder - pass exceptions to functions instead of NULL
  Migrate caldav, groupwise, http, weather backends to ECalBackendStore.   
  Translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
<manvolnum>3</manvolnum>
8
8
<refmiscinfo>LIBEDATASERVER Library</refmiscinfo>
9
9
</refmeta>
 
10
 
10
11
<refnamediv>
11
12
<refname>EProxy</refname>
12
13
<refpurpose></refpurpose>
15
16
<refsynopsisdiv id="libedataserver-EProxy.synopsis" role="synopsis">
16
17
<title role="synopsis.title">Synopsis</title>
17
18
 
18
 
<synopsis>                    <link linkend="EProxy">EProxy</link>;
 
19
<synopsis>
 
20
                    <link linkend="EProxy">EProxy</link>;
19
21
<link linkend="EProxy">EProxy</link>*             <link linkend="e-proxy-new">e_proxy_new</link>                         (void);
20
22
<link linkend="SoupURI">SoupURI</link>*            <link linkend="e-proxy-peek-uri-for">e_proxy_peek_uri_for</link>                (<link linkend="EProxy">EProxy</link> *proxy,
21
23
                                                         const <link linkend="gchar">gchar</link> *uri);
25
27
</synopsis>
26
28
</refsynopsisdiv>
27
29
 
 
30
 
 
31
 
 
32
 
 
33
 
 
34
 
 
35
 
 
36
 
 
37
 
28
38
<refsect1 id="libedataserver-EProxy.description" role="desc">
29
39
<title role="desc.title">Description</title>
30
40
<para>
31
41
</para>
32
42
</refsect1>
 
43
 
33
44
<refsect1 id="libedataserver-EProxy.details" role="details">
34
45
<title role="details.title">Details</title>
35
46
<refsect2 id="EProxy" role="struct">
36
47
<title>EProxy</title>
37
 
<indexterm zone="EProxy"><primary>EProxy</primary></indexterm>
38
 
<programlisting>typedef struct {
 
48
<indexterm zone="EProxy"><primary sortas="EProxy">EProxy</primary></indexterm><programlisting>typedef struct {
39
49
        GObject parent;
40
50
        EProxyPrivate *priv;
41
51
} EProxy;
44
54
</para></refsect2>
45
55
<refsect2 id="e-proxy-new" role="function">
46
56
<title>e_proxy_new ()</title>
47
 
<indexterm zone="e-proxy-new"><primary>e_proxy_new</primary></indexterm>
48
 
<programlisting><link linkend="EProxy">EProxy</link>*             e_proxy_new                         (void);</programlisting>
 
57
<indexterm zone="e-proxy-new"><primary sortas="e_proxy_new">e_proxy_new</primary></indexterm><programlisting><link linkend="EProxy">EProxy</link>*             e_proxy_new                         (void);</programlisting>
49
58
<para>
50
59
</para><variablelist role="params">
51
60
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
53
62
</variablelist></refsect2>
54
63
<refsect2 id="e-proxy-peek-uri-for" role="function">
55
64
<title>e_proxy_peek_uri_for ()</title>
56
 
<indexterm zone="e-proxy-peek-uri-for"><primary>e_proxy_peek_uri_for</primary></indexterm>
57
 
<programlisting><link linkend="SoupURI">SoupURI</link>*            e_proxy_peek_uri_for                (<link linkend="EProxy">EProxy</link> *proxy,
 
65
<indexterm zone="e-proxy-peek-uri-for"><primary sortas="e_proxy_peek_uri_for">e_proxy_peek_uri_for</primary></indexterm><programlisting><link linkend="SoupURI">SoupURI</link>*            e_proxy_peek_uri_for                (<link linkend="EProxy">EProxy</link> *proxy,
58
66
                                                         const <link linkend="gchar">gchar</link> *uri);</programlisting>
59
67
<para>
60
68
</para><variablelist role="params">
69
77
</variablelist></refsect2>
70
78
<refsect2 id="e-proxy-setup-proxy" role="function">
71
79
<title>e_proxy_setup_proxy ()</title>
72
 
<indexterm zone="e-proxy-setup-proxy"><primary>e_proxy_setup_proxy</primary></indexterm>
73
 
<programlisting><link linkend="void">void</link>                e_proxy_setup_proxy                 (<link linkend="EProxy">EProxy</link> *proxy);</programlisting>
 
80
<indexterm zone="e-proxy-setup-proxy"><primary sortas="e_proxy_setup_proxy">e_proxy_setup_proxy</primary></indexterm><programlisting><link linkend="void">void</link>                e_proxy_setup_proxy                 (<link linkend="EProxy">EProxy</link> *proxy);</programlisting>
74
81
<para>
75
82
</para><variablelist role="params">
76
83
<varlistentry><term><parameter>proxy</parameter>&#160;:</term>
79
86
</variablelist></refsect2>
80
87
<refsect2 id="e-proxy-require-proxy-for-uri" role="function">
81
88
<title>e_proxy_require_proxy_for_uri ()</title>
82
 
<indexterm zone="e-proxy-require-proxy-for-uri"><primary>e_proxy_require_proxy_for_uri</primary></indexterm>
83
 
<programlisting><link linkend="gboolean">gboolean</link>            e_proxy_require_proxy_for_uri       (<link linkend="EProxy">EProxy</link> *proxy,
 
89
<indexterm zone="e-proxy-require-proxy-for-uri"><primary sortas="e_proxy_require_proxy_for_uri">e_proxy_require_proxy_for_uri</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link>            e_proxy_require_proxy_for_uri       (<link linkend="EProxy">EProxy</link> *proxy,
84
90
                                                         const <link linkend="gchar">gchar</link> *uri);</programlisting>
85
91
<para>
86
92
</para><variablelist role="params">
96
102
 
97
103
</refsect1>
98
104
 
 
105
 
 
106
 
 
107
 
99
108
</refentry>