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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-01 22:47:15 UTC
  • mfrom: (1.1.77 upstream)
  • Revision ID: james.westby@ubuntu.com-20100301224715-drsxc2y3t8anz3c0
Tags: 2.28.3-0ubuntu1
* New upstream version:
  Bug Fixes:
  - #602723 - Contact list name doesn't get displayed in 'To' dialog 
  - #600322 - assertion failed: (reply == msg) in cs_waitinfo()
              (lp: #455020, #475147)
  - #564727 - Few memory leaks (lp: #305428)
  - #574940 - Always ref returned info from message_info_from_uid 
              (lp: #341909)
  - #429317 - Use the relative URI returned if the server 
              re-directs a request
  - #602820 - Test validity of a book_view before using it in LDAP 
  - #590762 - Recurring google calendar items are not changeable
  - #604236 - Slow GPG processing 
  - #597816 - Do not crash on incorrect parameters used in sexp to SQL 
              (lp: #444177)
  - #604544 - Try Exchange fallback authentication only once 
  - #600778 - Fix --enable-e2k-debug configure option resolution 
  - #260407 - 'endswith' address book search doesn't work 
  - #549221 - (bnc) delete, sync flags immediately
* debian/patches/99_reconfigure.patch:
  - new version update

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>ESource</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
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-ESExp.html" title="ESExp">
10
10
<link rel="next" href="ESourceGroup.html" title="ESourceGroup">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="chapter" href="ch01.html" title="Evolution-Data-Server Manual: Utilities (libedataserver)">
14
 
<link rel="index" href="ix01.html" title="Index">
15
13
</head>
16
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
17
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
24
22
</tr>
25
23
<tr><td colspan="5" class="shortcuts">
26
24
<a href="#ESource.synopsis" class="shortcut">Top</a>
27
 
                 | 
28
 
                <a href="#ESource.description" class="shortcut">Description</a>
29
 
                 | 
30
 
                <a href="#ESource.object-hierarchy" class="shortcut">Object Hierarchy</a>
31
 
                 | 
32
 
                <a href="#ESource.signals" class="shortcut">Signals</a>
 
25
                   | 
 
26
                  <a href="#ESource.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#ESource.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
                   | 
 
30
                  <a href="#ESource.signals" class="shortcut">Signals</a>
33
31
</td></tr>
34
32
</table>
35
 
<div class="refentry" title="ESource">
 
33
<div class="refentry" lang="en">
36
34
<a name="ESource"></a><div class="titlepage"></div>
37
35
<div class="refnamediv"><table width="100%"><tr>
38
36
<td valign="top">
41
39
</td>
42
40
<td valign="top" align="right"></td>
43
41
</tr></table></div>
44
 
<div class="refsynopsisdiv" title="Synopsis">
 
42
<div class="refsynopsisdiv">
45
43
<a name="ESource.synopsis"></a><h2>Synopsis</h2>
46
 
<pre class="synopsis">
47
 
                    <a class="link" href="ESource.html#ESource-struct" title="ESource">ESource</a>;
48
 
<a class="link" href="ESource.html" title="ESource">ESource</a> *           <a class="link" href="ESource.html#e-source-new" title="e_source_new ()">e_source_new</a>                        (const <a
49
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
50
 
>gchar</a> *name,
51
 
                                                         const <a
52
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
53
 
>gchar</a> *relative_uri);
54
 
<a class="link" href="ESource.html" title="ESource">ESource</a> *           <a class="link" href="ESource.html#e-source-new-with-absolute-uri" title="e_source_new_with_absolute_uri ()">e_source_new_with_absolute_uri</a>      (const <a
55
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
56
 
>gchar</a> *name,
57
 
                                                         const <a
58
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
59
 
>gchar</a> *absolute_uri);
60
 
<a class="link" href="ESource.html" title="ESource">ESource</a> *           <a class="link" href="ESource.html#e-source-new-from-xml-node" title="e_source_new_from_xml_node ()">e_source_new_from_xml_node</a>          (xmlNodePtr node);
61
 
<a class="link" href="ESource.html" title="ESource">ESource</a> *           <a class="link" href="ESource.html#e-source-new-from-standalone-xml" title="e_source_new_from_standalone_xml ()">e_source_new_from_standalone_xml</a>    (const <a
62
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
63
 
>gchar</a> *xml);
64
 
<a class="link" href="ESource.html" title="ESource">ESource</a> *           <a class="link" href="ESource.html#e-source-copy" title="e_source_copy ()">e_source_copy</a>                       (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);
65
 
<a
66
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
67
 
>gboolean</a>            <a class="link" href="ESource.html#e-source-update-from-xml-node" title="e_source_update_from_xml_node ()">e_source_update_from_xml_node</a>       (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
68
 
                                                         xmlNodePtr node,
69
 
                                                         <a
70
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
71
 
>gboolean</a> *changed_return);
72
 
<a
73
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
74
 
>gchar</a> *             <a class="link" href="ESource.html#e-source-uid-from-xml-node" title="e_source_uid_from_xml_node ()">e_source_uid_from_xml_node</a>          (xmlNodePtr node);
75
 
void                <a class="link" href="ESource.html#e-source-set-group" title="e_source_set_group ()">e_source_set_group</a>                  (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
76
 
                                                         <a class="link" href="ESourceGroup.html" title="ESourceGroup">ESourceGroup</a> *group);
77
 
void                <a class="link" href="ESource.html#e-source-set-name" title="e_source_set_name ()">e_source_set_name</a>                   (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
78
 
                                                         const <a
79
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
80
 
>gchar</a> *name);
81
 
void                <a class="link" href="ESource.html#e-source-set-relative-uri" title="e_source_set_relative_uri ()">e_source_set_relative_uri</a>           (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
82
 
                                                         const <a
83
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
84
 
>gchar</a> *relative_uri);
85
 
void                <a class="link" href="ESource.html#e-source-set-absolute-uri" title="e_source_set_absolute_uri ()">e_source_set_absolute_uri</a>           (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
86
 
                                                         const <a
87
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
88
 
>gchar</a> *absolute_uri);
89
 
void                <a class="link" href="ESource.html#e-source-set-color-spec" title="e_source_set_color_spec ()">e_source_set_color_spec</a>             (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
90
 
                                                         const <a
91
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
92
 
>gchar</a> *color_spec);
93
 
void                <a class="link" href="ESource.html#e-source-set-readonly" title="e_source_set_readonly ()">e_source_set_readonly</a>               (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
94
 
                                                         <a
95
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
96
 
>gboolean</a> readonly);
97
 
void                <a class="link" href="ESource.html#e-source-set-color" title="e_source_set_color ()">e_source_set_color</a>                  (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
98
 
                                                         <a
99
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
100
 
>guint32</a> color);
101
 
void                <a class="link" href="ESource.html#e-source-unset-color" title="e_source_unset_color ()">e_source_unset_color</a>                (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);
102
 
<a class="link" href="ESourceGroup.html" title="ESourceGroup">ESourceGroup</a> *      <a class="link" href="ESource.html#e-source-peek-group" title="e_source_peek_group ()">e_source_peek_group</a>                 (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);
103
 
const <a
104
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
105
 
>gchar</a> *       <a class="link" href="ESource.html#e-source-peek-uid" title="e_source_peek_uid ()">e_source_peek_uid</a>                   (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);
106
 
const <a
107
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
108
 
>gchar</a> *       <a class="link" href="ESource.html#e-source-peek-name" title="e_source_peek_name ()">e_source_peek_name</a>                  (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);
109
 
const <a
110
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
111
 
>gchar</a> *       <a class="link" href="ESource.html#e-source-peek-relative-uri" title="e_source_peek_relative_uri ()">e_source_peek_relative_uri</a>          (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);
112
 
const <a
113
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
114
 
>gchar</a> *       <a class="link" href="ESource.html#e-source-peek-absolute-uri" title="e_source_peek_absolute_uri ()">e_source_peek_absolute_uri</a>          (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);
115
 
const <a
116
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
117
 
>gchar</a> *       <a class="link" href="ESource.html#e-source-peek-color-spec" title="e_source_peek_color_spec ()">e_source_peek_color_spec</a>            (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);
118
 
<a
119
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
120
 
>gboolean</a>            <a class="link" href="ESource.html#e-source-get-readonly" title="e_source_get_readonly ()">e_source_get_readonly</a>               (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);
121
 
<a
122
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
123
 
>gboolean</a>            <a class="link" href="ESource.html#e-source-get-color" title="e_source_get_color ()">e_source_get_color</a>                  (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
124
 
                                                         <a
125
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
126
 
>guint32</a> *color_return);
127
 
<a
128
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
129
 
>gchar</a> *             <a class="link" href="ESource.html#e-source-get-uri" title="e_source_get_uri ()">e_source_get_uri</a>                    (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);
130
 
void                <a class="link" href="ESource.html#e-source-dump-to-xml-node" title="e_source_dump_to_xml_node ()">e_source_dump_to_xml_node</a>           (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
131
 
                                                         xmlNodePtr parent_node);
132
 
<a
133
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
134
 
>gchar</a> *             <a class="link" href="ESource.html#e-source-to-standalone-xml" title="e_source_to_standalone_xml ()">e_source_to_standalone_xml</a>          (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);
135
 
const <a
136
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
137
 
>gchar</a> *       <a class="link" href="ESource.html#e-source-get-property" title="e_source_get_property ()">e_source_get_property</a>               (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
138
 
                                                         const <a
139
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
140
 
>gchar</a> *property);
141
 
void                <a class="link" href="ESource.html#e-source-set-property" title="e_source_set_property ()">e_source_set_property</a>               (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
142
 
                                                         const <a
143
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
144
 
>gchar</a> *property,
145
 
                                                         const <a
146
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
147
 
>gchar</a> *value);
148
 
void                <a class="link" href="ESource.html#e-source-foreach-property" title="e_source_foreach_property ()">e_source_foreach_property</a>           (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
149
 
                                                         <a
150
 
href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHFunc"
151
 
>GHFunc</a> func,
152
 
                                                         <a
153
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
154
 
>gpointer</a> data);
155
 
<a
156
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
157
 
>gchar</a> *             <a class="link" href="ESource.html#e-source-get-duped-property" title="e_source_get_duped_property ()">e_source_get_duped_property</a>         (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
158
 
                                                         const <a
159
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
160
 
>gchar</a> *property);
161
 
<a
162
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
163
 
>gchar</a> *             <a class="link" href="ESource.html#e-source-build-absolute-uri" title="e_source_build_absolute_uri ()">e_source_build_absolute_uri</a>         (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);
164
 
<a
165
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
166
 
>gboolean</a>            <a class="link" href="ESource.html#e-source-equal" title="e_source_equal ()">e_source_equal</a>                      (<a class="link" href="ESource.html" title="ESource">ESource</a> *a,
167
 
                                                         <a class="link" href="ESource.html" title="ESource">ESource</a> *b);
168
 
<a
169
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
170
 
>gboolean</a>            <a class="link" href="ESource.html#e-source-xmlstr-equal" title="e_source_xmlstr_equal ()">e_source_xmlstr_equal</a>               (const <a
171
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
172
 
>gchar</a> *a,
173
 
                                                         const <a
174
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
175
 
>gchar</a> *b);
 
44
<pre class="synopsis">                    <a class="link" href="ESource.html#ESource-struct" title="ESource">ESource</a>;
 
45
<a class="link" href="ESource.html" title="ESource"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ESource.html#e-source-new" title="e_source_new ()">e_source_new</a>                        (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
46
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *relative_uri</code></em>);
 
47
<a class="link" href="ESource.html" title="ESource"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ESource.html#e-source-new-with-absolute-uri" title="e_source_new_with_absolute_uri ()">e_source_new_with_absolute_uri</a>      (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
48
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *absolute_uri</code></em>);
 
49
<a class="link" href="ESource.html" title="ESource"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ESource.html#e-source-new-from-xml-node" title="e_source_new_from_xml_node ()">e_source_new_from_xml_node</a>          (<em class="parameter"><code><span class="type">xmlNodePtr</span> node</code></em>);
 
50
<a class="link" href="ESource.html" title="ESource"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ESource.html#e-source-new-from-standalone-xml" title="e_source_new_from_standalone_xml ()">e_source_new_from_standalone_xml</a>    (<em class="parameter"><code>const <span class="type">gchar</span> *xml</code></em>);
 
51
<a class="link" href="ESource.html" title="ESource"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ESource.html#e-source-copy" title="e_source_copy ()">e_source_copy</a>                       (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);
 
52
<span class="returnvalue">gboolean</span>            <a class="link" href="ESource.html#e-source-update-from-xml-node" title="e_source_update_from_xml_node ()">e_source_update_from_xml_node</a>       (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
53
                                                         <em class="parameter"><code><span class="type">xmlNodePtr</span> node</code></em>,
 
54
                                                         <em class="parameter"><code><span class="type">gboolean</span> *changed_return</code></em>);
 
55
<span class="returnvalue">gchar</span> *             <a class="link" href="ESource.html#e-source-uid-from-xml-node" title="e_source_uid_from_xml_node ()">e_source_uid_from_xml_node</a>          (<em class="parameter"><code><span class="type">xmlNodePtr</span> node</code></em>);
 
56
<span class="returnvalue">void</span>                <a class="link" href="ESource.html#e-source-set-group" title="e_source_set_group ()">e_source_set_group</a>                  (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
57
                                                         <em class="parameter"><code><a class="link" href="ESourceGroup.html" title="ESourceGroup"><span class="type">ESourceGroup</span></a> *group</code></em>);
 
58
<span class="returnvalue">void</span>                <a class="link" href="ESource.html#e-source-set-name" title="e_source_set_name ()">e_source_set_name</a>                   (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
59
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
 
60
<span class="returnvalue">void</span>                <a class="link" href="ESource.html#e-source-set-relative-uri" title="e_source_set_relative_uri ()">e_source_set_relative_uri</a>           (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
61
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *relative_uri</code></em>);
 
62
<span class="returnvalue">void</span>                <a class="link" href="ESource.html#e-source-set-absolute-uri" title="e_source_set_absolute_uri ()">e_source_set_absolute_uri</a>           (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
63
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *absolute_uri</code></em>);
 
64
<span class="returnvalue">void</span>                <a class="link" href="ESource.html#e-source-set-color-spec" title="e_source_set_color_spec ()">e_source_set_color_spec</a>             (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
65
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *color_spec</code></em>);
 
66
<span class="returnvalue">void</span>                <a class="link" href="ESource.html#e-source-set-readonly" title="e_source_set_readonly ()">e_source_set_readonly</a>               (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
67
                                                         <em class="parameter"><code><span class="type">gboolean</span> readonly</code></em>);
 
68
<span class="returnvalue">void</span>                <a class="link" href="ESource.html#e-source-set-color" title="e_source_set_color ()">e_source_set_color</a>                  (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
69
                                                         <em class="parameter"><code><span class="type">guint32</span> color</code></em>);
 
70
<span class="returnvalue">void</span>                <a class="link" href="ESource.html#e-source-unset-color" title="e_source_unset_color ()">e_source_unset_color</a>                (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);
 
71
<a class="link" href="ESourceGroup.html" title="ESourceGroup"><span class="returnvalue">ESourceGroup</span></a> *      <a class="link" href="ESource.html#e-source-peek-group" title="e_source_peek_group ()">e_source_peek_group</a>                 (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);
 
72
const <span class="returnvalue">gchar</span> *       <a class="link" href="ESource.html#e-source-peek-uid" title="e_source_peek_uid ()">e_source_peek_uid</a>                   (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);
 
73
const <span class="returnvalue">gchar</span> *       <a class="link" href="ESource.html#e-source-peek-name" title="e_source_peek_name ()">e_source_peek_name</a>                  (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);
 
74
const <span class="returnvalue">gchar</span> *       <a class="link" href="ESource.html#e-source-peek-relative-uri" title="e_source_peek_relative_uri ()">e_source_peek_relative_uri</a>          (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);
 
75
const <span class="returnvalue">gchar</span> *       <a class="link" href="ESource.html#e-source-peek-absolute-uri" title="e_source_peek_absolute_uri ()">e_source_peek_absolute_uri</a>          (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);
 
76
const <span class="returnvalue">gchar</span> *       <a class="link" href="ESource.html#e-source-peek-color-spec" title="e_source_peek_color_spec ()">e_source_peek_color_spec</a>            (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);
 
77
<span class="returnvalue">gboolean</span>            <a class="link" href="ESource.html#e-source-get-readonly" title="e_source_get_readonly ()">e_source_get_readonly</a>               (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);
 
78
<span class="returnvalue">gboolean</span>            <a class="link" href="ESource.html#e-source-get-color" title="e_source_get_color ()">e_source_get_color</a>                  (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
79
                                                         <em class="parameter"><code><span class="type">guint32</span> *color_return</code></em>);
 
80
<span class="returnvalue">gchar</span> *             <a class="link" href="ESource.html#e-source-get-uri" title="e_source_get_uri ()">e_source_get_uri</a>                    (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);
 
81
<span class="returnvalue">void</span>                <a class="link" href="ESource.html#e-source-dump-to-xml-node" title="e_source_dump_to_xml_node ()">e_source_dump_to_xml_node</a>           (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
82
                                                         <em class="parameter"><code><span class="type">xmlNodePtr</span> parent_node</code></em>);
 
83
<span class="returnvalue">gchar</span> *             <a class="link" href="ESource.html#e-source-to-standalone-xml" title="e_source_to_standalone_xml ()">e_source_to_standalone_xml</a>          (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);
 
84
const <span class="returnvalue">gchar</span> *       <a class="link" href="ESource.html#e-source-get-property" title="e_source_get_property ()">e_source_get_property</a>               (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
85
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *property</code></em>);
 
86
<span class="returnvalue">void</span>                <a class="link" href="ESource.html#e-source-set-property" title="e_source_set_property ()">e_source_set_property</a>               (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
87
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *property</code></em>,
 
88
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
89
<span class="returnvalue">void</span>                <a class="link" href="ESource.html#e-source-foreach-property" title="e_source_foreach_property ()">e_source_foreach_property</a>           (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
90
                                                         <em class="parameter"><code><span class="type">GHFunc</span> func</code></em>,
 
91
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
 
92
<span class="returnvalue">gchar</span> *             <a class="link" href="ESource.html#e-source-get-duped-property" title="e_source_get_duped_property ()">e_source_get_duped_property</a>         (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
93
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *property</code></em>);
 
94
<span class="returnvalue">gchar</span> *             <a class="link" href="ESource.html#e-source-build-absolute-uri" title="e_source_build_absolute_uri ()">e_source_build_absolute_uri</a>         (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);
 
95
<span class="returnvalue">gboolean</span>            <a class="link" href="ESource.html#e-source-equal" title="e_source_equal ()">e_source_equal</a>                      (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *a</code></em>,
 
96
                                                         <em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *b</code></em>);
 
97
<span class="returnvalue">gboolean</span>            <a class="link" href="ESource.html#e-source-xmlstr-equal" title="e_source_xmlstr_equal ()">e_source_xmlstr_equal</a>               (<em class="parameter"><code>const <span class="type">gchar</span> *a</code></em>,
 
98
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *b</code></em>);
176
99
</pre>
177
100
</div>
178
 
<div class="refsect1" title="Object Hierarchy">
 
101
<div class="refsect1" lang="en">
179
102
<a name="ESource.object-hierarchy"></a><h2>Object Hierarchy</h2>
180
103
<pre class="synopsis">
181
 
  <a
182
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
183
 
>GObject</a>
 
104
  GObject
184
105
   +----ESource
185
106
</pre>
186
107
</div>
187
 
<div class="refsect1" title="Signals">
 
108
<div class="refsect1" lang="en">
188
109
<a name="ESource.signals"></a><h2>Signals</h2>
189
110
<pre class="synopsis">
190
111
  "<a class="link" href="ESource.html#ESource-changed" title='The "changed" signal'>changed</a>"                                        : Run Last
191
112
</pre>
192
113
</div>
193
 
<div class="refsect1" title="Description">
 
114
<div class="refsect1" lang="en">
194
115
<a name="ESource.description"></a><h2>Description</h2>
195
116
<p>
196
117
</p>
197
118
</div>
198
 
<div class="refsect1" title="Details">
 
119
<div class="refsect1" lang="en">
199
120
<a name="ESource.details"></a><h2>Details</h2>
200
 
<div class="refsect2" title="ESource">
 
121
<div class="refsect2" lang="en">
201
122
<a name="ESource-struct"></a><h3>ESource</h3>
202
123
<pre class="programlisting">typedef struct _ESource ESource;</pre>
203
124
<p>
204
125
</p>
205
126
</div>
206
127
<hr>
207
 
<div class="refsect2" title="e_source_new ()">
 
128
<div class="refsect2" lang="en">
208
129
<a name="e-source-new"></a><h3>e_source_new ()</h3>
209
 
<pre class="programlisting"><a class="link" href="ESource.html" title="ESource">ESource</a> *           e_source_new                        (const <a
210
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
211
 
>gchar</a> *name,
212
 
                                                         const <a
213
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
214
 
>gchar</a> *relative_uri);</pre>
 
130
<pre class="programlisting"><a class="link" href="ESource.html" title="ESource"><span class="returnvalue">ESource</span></a> *           e_source_new                        (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
131
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *relative_uri</code></em>);</pre>
215
132
<p>
216
133
</p>
217
134
<div class="variablelist"><table border="0">
236
153
</table></div>
237
154
</div>
238
155
<hr>
239
 
<div class="refsect2" title="e_source_new_with_absolute_uri ()">
 
156
<div class="refsect2" lang="en">
240
157
<a name="e-source-new-with-absolute-uri"></a><h3>e_source_new_with_absolute_uri ()</h3>
241
 
<pre class="programlisting"><a class="link" href="ESource.html" title="ESource">ESource</a> *           e_source_new_with_absolute_uri      (const <a
242
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
243
 
>gchar</a> *name,
244
 
                                                         const <a
245
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
246
 
>gchar</a> *absolute_uri);</pre>
 
158
<pre class="programlisting"><a class="link" href="ESource.html" title="ESource"><span class="returnvalue">ESource</span></a> *           e_source_new_with_absolute_uri      (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
159
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *absolute_uri</code></em>);</pre>
247
160
<p>
248
161
</p>
249
162
<div class="variablelist"><table border="0">
268
181
</table></div>
269
182
</div>
270
183
<hr>
271
 
<div class="refsect2" title="e_source_new_from_xml_node ()">
 
184
<div class="refsect2" lang="en">
272
185
<a name="e-source-new-from-xml-node"></a><h3>e_source_new_from_xml_node ()</h3>
273
 
<pre class="programlisting"><a class="link" href="ESource.html" title="ESource">ESource</a> *           e_source_new_from_xml_node          (xmlNodePtr node);</pre>
 
186
<pre class="programlisting"><a class="link" href="ESource.html" title="ESource"><span class="returnvalue">ESource</span></a> *           e_source_new_from_xml_node          (<em class="parameter"><code><span class="type">xmlNodePtr</span> node</code></em>);</pre>
274
187
<p>
275
188
</p>
276
189
<div class="variablelist"><table border="0">
290
203
</table></div>
291
204
</div>
292
205
<hr>
293
 
<div class="refsect2" title="e_source_new_from_standalone_xml ()">
 
206
<div class="refsect2" lang="en">
294
207
<a name="e-source-new-from-standalone-xml"></a><h3>e_source_new_from_standalone_xml ()</h3>
295
 
<pre class="programlisting"><a class="link" href="ESource.html" title="ESource">ESource</a> *           e_source_new_from_standalone_xml    (const <a
296
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
297
 
>gchar</a> *xml);</pre>
 
208
<pre class="programlisting"><a class="link" href="ESource.html" title="ESource"><span class="returnvalue">ESource</span></a> *           e_source_new_from_standalone_xml    (<em class="parameter"><code>const <span class="type">gchar</span> *xml</code></em>);</pre>
298
209
<p>
299
210
</p>
300
211
<div class="variablelist"><table border="0">
314
225
</table></div>
315
226
</div>
316
227
<hr>
317
 
<div class="refsect2" title="e_source_copy ()">
 
228
<div class="refsect2" lang="en">
318
229
<a name="e-source-copy"></a><h3>e_source_copy ()</h3>
319
 
<pre class="programlisting"><a class="link" href="ESource.html" title="ESource">ESource</a> *           e_source_copy                       (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);</pre>
 
230
<pre class="programlisting"><a class="link" href="ESource.html" title="ESource"><span class="returnvalue">ESource</span></a> *           e_source_copy                       (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);</pre>
320
231
<p>
321
232
</p>
322
233
<div class="variablelist"><table border="0">
336
247
</table></div>
337
248
</div>
338
249
<hr>
339
 
<div class="refsect2" title="e_source_update_from_xml_node ()">
 
250
<div class="refsect2" lang="en">
340
251
<a name="e-source-update-from-xml-node"></a><h3>e_source_update_from_xml_node ()</h3>
341
 
<pre class="programlisting"><a
342
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
343
 
>gboolean</a>            e_source_update_from_xml_node       (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
344
 
                                                         xmlNodePtr node,
345
 
                                                         <a
346
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
347
 
>gboolean</a> *changed_return);</pre>
 
252
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_source_update_from_xml_node       (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
253
                                                         <em class="parameter"><code><span class="type">xmlNodePtr</span> node</code></em>,
 
254
                                                         <em class="parameter"><code><span class="type">gboolean</span> *changed_return</code></em>);</pre>
348
255
<p>
349
256
Update the ESource properties from <em class="parameter"><code>node</code></em>.</p>
350
 
<p>
351
 
</p>
352
257
<div class="variablelist"><table border="0">
353
258
<col align="left" valign="top">
354
259
<tbody>
355
260
<tr>
356
261
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
357
 
<td> An ESource.
 
262
<td>An ESource.
358
263
</td>
359
264
</tr>
360
265
<tr>
361
266
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
362
 
<td> A pointer to the node to parse.
 
267
<td>A pointer to the node to parse.
363
268
</td>
364
269
</tr>
365
270
<tr>
369
274
</tr>
370
275
<tr>
371
276
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
372
 
<td> <a
373
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
374
 
><code class="literal">TRUE</code></a> if the data in <em class="parameter"><code>node</code></em> was recognized and parsed into
375
 
acceptable values for <em class="parameter"><code>source</code></em>, <a
376
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
377
 
><code class="literal">FALSE</code></a> otherwise.
 
277
<td> <code class="literal">TRUE</code> if the data in <em class="parameter"><code>node</code></em> was recognized and parsed into
 
278
acceptable values for <em class="parameter"><code>source</code></em>, <code class="literal">FALSE</code> otherwise.
378
279
</td>
379
280
</tr>
380
281
</tbody>
381
282
</table></div>
382
283
</div>
383
284
<hr>
384
 
<div class="refsect2" title="e_source_uid_from_xml_node ()">
 
285
<div class="refsect2" lang="en">
385
286
<a name="e-source-uid-from-xml-node"></a><h3>e_source_uid_from_xml_node ()</h3>
386
 
<pre class="programlisting"><a
387
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
388
 
>gchar</a> *             e_source_uid_from_xml_node          (xmlNodePtr node);</pre>
 
287
<pre class="programlisting"><span class="returnvalue">gchar</span> *             e_source_uid_from_xml_node          (<em class="parameter"><code><span class="type">xmlNodePtr</span> node</code></em>);</pre>
389
288
<p>
390
289
</p>
391
290
<div class="variablelist"><table border="0">
405
304
</table></div>
406
305
</div>
407
306
<hr>
408
 
<div class="refsect2" title="e_source_set_group ()">
 
307
<div class="refsect2" lang="en">
409
308
<a name="e-source-set-group"></a><h3>e_source_set_group ()</h3>
410
 
<pre class="programlisting">void                e_source_set_group                  (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
411
 
                                                         <a class="link" href="ESourceGroup.html" title="ESourceGroup">ESourceGroup</a> *group);</pre>
 
309
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_set_group                  (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
310
                                                         <em class="parameter"><code><a class="link" href="ESourceGroup.html" title="ESourceGroup"><span class="type">ESourceGroup</span></a> *group</code></em>);</pre>
412
311
<p>
413
312
</p>
414
313
<div class="variablelist"><table border="0">
428
327
</table></div>
429
328
</div>
430
329
<hr>
431
 
<div class="refsect2" title="e_source_set_name ()">
 
330
<div class="refsect2" lang="en">
432
331
<a name="e-source-set-name"></a><h3>e_source_set_name ()</h3>
433
 
<pre class="programlisting">void                e_source_set_name                   (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
434
 
                                                         const <a
435
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
436
 
>gchar</a> *name);</pre>
 
332
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_set_name                   (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
333
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
437
334
<p>
438
335
</p>
439
336
<div class="variablelist"><table border="0">
453
350
</table></div>
454
351
</div>
455
352
<hr>
456
 
<div class="refsect2" title="e_source_set_relative_uri ()">
 
353
<div class="refsect2" lang="en">
457
354
<a name="e-source-set-relative-uri"></a><h3>e_source_set_relative_uri ()</h3>
458
 
<pre class="programlisting">void                e_source_set_relative_uri           (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
459
 
                                                         const <a
460
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
461
 
>gchar</a> *relative_uri);</pre>
 
355
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_set_relative_uri           (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
356
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *relative_uri</code></em>);</pre>
462
357
<p>
463
358
</p>
464
359
<div class="variablelist"><table border="0">
478
373
</table></div>
479
374
</div>
480
375
<hr>
481
 
<div class="refsect2" title="e_source_set_absolute_uri ()">
 
376
<div class="refsect2" lang="en">
482
377
<a name="e-source-set-absolute-uri"></a><h3>e_source_set_absolute_uri ()</h3>
483
 
<pre class="programlisting">void                e_source_set_absolute_uri           (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
484
 
                                                         const <a
485
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
486
 
>gchar</a> *absolute_uri);</pre>
 
378
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_set_absolute_uri           (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
379
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *absolute_uri</code></em>);</pre>
487
380
<p>
488
381
</p>
489
382
<div class="variablelist"><table border="0">
503
396
</table></div>
504
397
</div>
505
398
<hr>
506
 
<div class="refsect2" title="e_source_set_color_spec ()">
 
399
<div class="refsect2" lang="en">
507
400
<a name="e-source-set-color-spec"></a><h3>e_source_set_color_spec ()</h3>
508
 
<pre class="programlisting">void                e_source_set_color_spec             (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
509
 
                                                         const <a
510
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
511
 
>gchar</a> *color_spec);</pre>
 
401
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_set_color_spec             (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
402
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *color_spec</code></em>);</pre>
512
403
<p>
513
404
Store a textual representation of a color in <em class="parameter"><code>source</code></em>.  The <em class="parameter"><code>color_spec</code></em>
514
 
string should be parsable by #<a
515
 
href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#gdk-color-parse"
516
 
><code class="function">gdk_color_parse()</code></a>, or <a
517
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
518
 
><code class="literal">NULL</code></a> to unset the
 
405
string should be parsable by #<code class="function">gdk_color_parse()</code>, or <code class="literal">NULL</code> to unset the
519
406
color in <em class="parameter"><code>source</code></em>.</p>
520
 
<p>
521
 
</p>
522
407
<div class="variablelist"><table border="0">
523
408
<col align="left" valign="top">
524
409
<tbody>
525
410
<tr>
526
411
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
527
 
<td> an ESource
 
412
<td>an ESource
528
413
</td>
529
414
</tr>
530
415
<tr>
531
416
<td><p><span class="term"><em class="parameter"><code>color_spec</code></em> :</span></p></td>
532
 
<td> a string specifying the color
 
417
<td>a string specifying the color
533
418
</td>
534
419
</tr>
535
420
</tbody>
537
422
<p class="since">Since 1.10</p>
538
423
</div>
539
424
<hr>
540
 
<div class="refsect2" title="e_source_set_readonly ()">
 
425
<div class="refsect2" lang="en">
541
426
<a name="e-source-set-readonly"></a><h3>e_source_set_readonly ()</h3>
542
 
<pre class="programlisting">void                e_source_set_readonly               (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
543
 
                                                         <a
544
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
545
 
>gboolean</a> readonly);</pre>
 
427
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_set_readonly               (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
428
                                                         <em class="parameter"><code><span class="type">gboolean</span> readonly</code></em>);</pre>
546
429
<p>
547
430
</p>
548
431
<div class="variablelist"><table border="0">
562
445
</table></div>
563
446
</div>
564
447
<hr>
565
 
<div class="refsect2" title="e_source_set_color ()">
 
448
<div class="refsect2" lang="en">
566
449
<a name="e-source-set-color"></a><h3>e_source_set_color ()</h3>
567
 
<pre class="programlisting">void                e_source_set_color                  (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
568
 
                                                         <a
569
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
570
 
>guint32</a> color);</pre>
571
 
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
450
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_set_color                  (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
451
                                                         <em class="parameter"><code><span class="type">guint32</span> color</code></em>);</pre>
 
452
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
572
453
<h3 class="title">Warning</h3>
573
454
<p><code class="literal">e_source_set_color</code> is deprecated and should not be used in newly-written code.</p>
574
455
</div>
591
472
</table></div>
592
473
</div>
593
474
<hr>
594
 
<div class="refsect2" title="e_source_unset_color ()">
 
475
<div class="refsect2" lang="en">
595
476
<a name="e-source-unset-color"></a><h3>e_source_unset_color ()</h3>
596
 
<pre class="programlisting">void                e_source_unset_color                (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);</pre>
597
 
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
477
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_unset_color                (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);</pre>
 
478
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
598
479
<h3 class="title">Warning</h3>
599
480
<p><code class="literal">e_source_unset_color</code> is deprecated and should not be used in newly-written code.</p>
600
481
</div>
610
491
</table></div>
611
492
</div>
612
493
<hr>
613
 
<div class="refsect2" title="e_source_peek_group ()">
 
494
<div class="refsect2" lang="en">
614
495
<a name="e-source-peek-group"></a><h3>e_source_peek_group ()</h3>
615
 
<pre class="programlisting"><a class="link" href="ESourceGroup.html" title="ESourceGroup">ESourceGroup</a> *      e_source_peek_group                 (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);</pre>
 
496
<pre class="programlisting"><a class="link" href="ESourceGroup.html" title="ESourceGroup"><span class="returnvalue">ESourceGroup</span></a> *      e_source_peek_group                 (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);</pre>
616
497
<p>
617
498
</p>
618
499
<div class="variablelist"><table border="0">
632
513
</table></div>
633
514
</div>
634
515
<hr>
635
 
<div class="refsect2" title="e_source_peek_uid ()">
 
516
<div class="refsect2" lang="en">
636
517
<a name="e-source-peek-uid"></a><h3>e_source_peek_uid ()</h3>
637
 
<pre class="programlisting">const <a
638
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
639
 
>gchar</a> *       e_source_peek_uid                   (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);</pre>
 
518
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       e_source_peek_uid                   (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);</pre>
640
519
<p>
641
520
</p>
642
521
<div class="variablelist"><table border="0">
656
535
</table></div>
657
536
</div>
658
537
<hr>
659
 
<div class="refsect2" title="e_source_peek_name ()">
 
538
<div class="refsect2" lang="en">
660
539
<a name="e-source-peek-name"></a><h3>e_source_peek_name ()</h3>
661
 
<pre class="programlisting">const <a
662
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
663
 
>gchar</a> *       e_source_peek_name                  (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);</pre>
 
540
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       e_source_peek_name                  (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);</pre>
664
541
<p>
665
542
</p>
666
543
<div class="variablelist"><table border="0">
680
557
</table></div>
681
558
</div>
682
559
<hr>
683
 
<div class="refsect2" title="e_source_peek_relative_uri ()">
 
560
<div class="refsect2" lang="en">
684
561
<a name="e-source-peek-relative-uri"></a><h3>e_source_peek_relative_uri ()</h3>
685
 
<pre class="programlisting">const <a
686
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
687
 
>gchar</a> *       e_source_peek_relative_uri          (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);</pre>
 
562
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       e_source_peek_relative_uri          (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);</pre>
688
563
<p>
689
564
</p>
690
565
<div class="variablelist"><table border="0">
704
579
</table></div>
705
580
</div>
706
581
<hr>
707
 
<div class="refsect2" title="e_source_peek_absolute_uri ()">
 
582
<div class="refsect2" lang="en">
708
583
<a name="e-source-peek-absolute-uri"></a><h3>e_source_peek_absolute_uri ()</h3>
709
 
<pre class="programlisting">const <a
710
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
711
 
>gchar</a> *       e_source_peek_absolute_uri          (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);</pre>
 
584
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       e_source_peek_absolute_uri          (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);</pre>
712
585
<p>
713
586
</p>
714
587
<div class="variablelist"><table border="0">
728
601
</table></div>
729
602
</div>
730
603
<hr>
731
 
<div class="refsect2" title="e_source_peek_color_spec ()">
 
604
<div class="refsect2" lang="en">
732
605
<a name="e-source-peek-color-spec"></a><h3>e_source_peek_color_spec ()</h3>
733
 
<pre class="programlisting">const <a
734
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
735
 
>gchar</a> *       e_source_peek_color_spec            (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);</pre>
736
 
<p>
737
 
Return the textual representation of the color for <em class="parameter"><code>source</code></em>, or <a
738
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
739
 
><code class="literal">NULL</code></a> if it
740
 
has none.  The returned string should be parsable by #<a
741
 
href="/usr/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html#gdk-color-parse"
742
 
><code class="function">gdk_color_parse()</code></a>.</p>
743
 
<p>
744
 
</p>
 
606
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       e_source_peek_color_spec            (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);</pre>
 
607
<p>
 
608
Return the textual representation of the color for <em class="parameter"><code>source</code></em>, or <code class="literal">NULL</code> if it
 
609
has none.  The returned string should be parsable by #<code class="function">gdk_color_parse()</code>.</p>
745
610
<div class="variablelist"><table border="0">
746
611
<col align="left" valign="top">
747
612
<tbody>
748
613
<tr>
749
614
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
750
 
<td> an ESource
 
615
<td>an ESource
751
616
</td>
752
617
</tr>
753
618
<tr>
761
626
<p class="since">Since 1.10</p>
762
627
</div>
763
628
<hr>
764
 
<div class="refsect2" title="e_source_get_readonly ()">
 
629
<div class="refsect2" lang="en">
765
630
<a name="e-source-get-readonly"></a><h3>e_source_get_readonly ()</h3>
766
 
<pre class="programlisting"><a
767
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
768
 
>gboolean</a>            e_source_get_readonly               (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);</pre>
 
631
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_source_get_readonly               (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);</pre>
769
632
<p>
770
633
</p>
771
634
<div class="variablelist"><table border="0">
785
648
</table></div>
786
649
</div>
787
650
<hr>
788
 
<div class="refsect2" title="e_source_get_color ()">
 
651
<div class="refsect2" lang="en">
789
652
<a name="e-source-get-color"></a><h3>e_source_get_color ()</h3>
790
 
<pre class="programlisting"><a
791
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
792
 
>gboolean</a>            e_source_get_color                  (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
793
 
                                                         <a
794
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"
795
 
>guint32</a> *color_return);</pre>
796
 
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 
653
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_source_get_color                  (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
654
                                                         <em class="parameter"><code><span class="type">guint32</span> *color_return</code></em>);</pre>
 
655
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
797
656
<h3 class="title">Warning</h3>
798
657
<p><code class="literal">e_source_get_color</code> is deprecated and should not be used in newly-written code.</p>
799
658
</div>
800
659
<p>
801
660
If <em class="parameter"><code>source</code></em> has an associated color, return it in *<em class="parameter"><code>color_return</code></em>.</p>
802
 
<p>
803
 
</p>
804
661
<div class="variablelist"><table border="0">
805
662
<col align="left" valign="top">
806
663
<tbody>
807
664
<tr>
808
665
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
809
 
<td> An ESource
 
666
<td>An ESource
810
667
</td>
811
668
</tr>
812
669
<tr>
813
670
<td><p><span class="term"><em class="parameter"><code>color_return</code></em> :</span></p></td>
814
 
<td> Pointer to a variable where the returned color will be
 
671
<td>Pointer to a variable where the returned color will be
815
672
stored.
816
673
</td>
817
674
</tr>
818
675
<tr>
819
676
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
820
 
<td> <a
821
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
822
 
><code class="literal">TRUE</code></a> if the <em class="parameter"><code>source</code></em> has a defined color (and hence
823
 
*<em class="parameter"><code>color_return</code></em> was set), <a
824
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
825
 
><code class="literal">FALSE</code></a> otherwise.
 
677
<td> <code class="literal">TRUE</code> if the <em class="parameter"><code>source</code></em> has a defined color (and hence
 
678
*<em class="parameter"><code>color_return</code></em> was set), <code class="literal">FALSE</code> otherwise.
826
679
</td>
827
680
</tr>
828
681
</tbody>
829
682
</table></div>
830
683
</div>
831
684
<hr>
832
 
<div class="refsect2" title="e_source_get_uri ()">
 
685
<div class="refsect2" lang="en">
833
686
<a name="e-source-get-uri"></a><h3>e_source_get_uri ()</h3>
834
 
<pre class="programlisting"><a
835
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
836
 
>gchar</a> *             e_source_get_uri                    (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);</pre>
 
687
<pre class="programlisting"><span class="returnvalue">gchar</span> *             e_source_get_uri                    (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);</pre>
837
688
<p>
838
689
</p>
839
690
<div class="variablelist"><table border="0">
853
704
</table></div>
854
705
</div>
855
706
<hr>
856
 
<div class="refsect2" title="e_source_dump_to_xml_node ()">
 
707
<div class="refsect2" lang="en">
857
708
<a name="e-source-dump-to-xml-node"></a><h3>e_source_dump_to_xml_node ()</h3>
858
 
<pre class="programlisting">void                e_source_dump_to_xml_node           (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
859
 
                                                         xmlNodePtr parent_node);</pre>
 
709
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_dump_to_xml_node           (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
710
                                                         <em class="parameter"><code><span class="type">xmlNodePtr</span> parent_node</code></em>);</pre>
860
711
<p>
861
712
</p>
862
713
<div class="variablelist"><table border="0">
876
727
</table></div>
877
728
</div>
878
729
<hr>
879
 
<div class="refsect2" title="e_source_to_standalone_xml ()">
 
730
<div class="refsect2" lang="en">
880
731
<a name="e-source-to-standalone-xml"></a><h3>e_source_to_standalone_xml ()</h3>
881
 
<pre class="programlisting"><a
882
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
883
 
>gchar</a> *             e_source_to_standalone_xml          (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);</pre>
 
732
<pre class="programlisting"><span class="returnvalue">gchar</span> *             e_source_to_standalone_xml          (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);</pre>
884
733
<p>
885
734
</p>
886
735
<div class="variablelist"><table border="0">
900
749
</table></div>
901
750
</div>
902
751
<hr>
903
 
<div class="refsect2" title="e_source_get_property ()">
 
752
<div class="refsect2" lang="en">
904
753
<a name="e-source-get-property"></a><h3>e_source_get_property ()</h3>
905
 
<pre class="programlisting">const <a
906
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
907
 
>gchar</a> *       e_source_get_property               (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
908
 
                                                         const <a
909
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
910
 
>gchar</a> *property);</pre>
 
754
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       e_source_get_property               (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
755
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *property</code></em>);</pre>
911
756
<p>
912
757
</p>
913
758
<div class="variablelist"><table border="0">
932
777
</table></div>
933
778
</div>
934
779
<hr>
935
 
<div class="refsect2" title="e_source_set_property ()">
 
780
<div class="refsect2" lang="en">
936
781
<a name="e-source-set-property"></a><h3>e_source_set_property ()</h3>
937
 
<pre class="programlisting">void                e_source_set_property               (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
938
 
                                                         const <a
939
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
940
 
>gchar</a> *property,
941
 
                                                         const <a
942
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
943
 
>gchar</a> *value);</pre>
 
782
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_set_property               (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
783
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *property</code></em>,
 
784
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
944
785
<p>
945
786
</p>
946
787
<div class="variablelist"><table border="0">
965
806
</table></div>
966
807
</div>
967
808
<hr>
968
 
<div class="refsect2" title="e_source_foreach_property ()">
 
809
<div class="refsect2" lang="en">
969
810
<a name="e-source-foreach-property"></a><h3>e_source_foreach_property ()</h3>
970
 
<pre class="programlisting">void                e_source_foreach_property           (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
971
 
                                                         <a
972
 
href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHFunc"
973
 
>GHFunc</a> func,
974
 
                                                         <a
975
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
976
 
>gpointer</a> data);</pre>
 
811
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_foreach_property           (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
812
                                                         <em class="parameter"><code><span class="type">GHFunc</span> func</code></em>,
 
813
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
977
814
<p>
978
815
</p>
979
816
<div class="variablelist"><table border="0">
998
835
</table></div>
999
836
</div>
1000
837
<hr>
1001
 
<div class="refsect2" title="e_source_get_duped_property ()">
 
838
<div class="refsect2" lang="en">
1002
839
<a name="e-source-get-duped-property"></a><h3>e_source_get_duped_property ()</h3>
1003
 
<pre class="programlisting"><a
1004
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
1005
 
>gchar</a> *             e_source_get_duped_property         (<a class="link" href="ESource.html" title="ESource">ESource</a> *source,
1006
 
                                                         const <a
1007
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
1008
 
>gchar</a> *property);</pre>
 
840
<pre class="programlisting"><span class="returnvalue">gchar</span> *             e_source_get_duped_property         (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>,
 
841
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *property</code></em>);</pre>
1009
842
<p>
1010
843
</p>
1011
844
<div class="variablelist"><table border="0">
1030
863
</table></div>
1031
864
</div>
1032
865
<hr>
1033
 
<div class="refsect2" title="e_source_build_absolute_uri ()">
 
866
<div class="refsect2" lang="en">
1034
867
<a name="e-source-build-absolute-uri"></a><h3>e_source_build_absolute_uri ()</h3>
1035
 
<pre class="programlisting"><a
1036
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
1037
 
>gchar</a> *             e_source_build_absolute_uri         (<a class="link" href="ESource.html" title="ESource">ESource</a> *source);</pre>
 
868
<pre class="programlisting"><span class="returnvalue">gchar</span> *             e_source_build_absolute_uri         (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *source</code></em>);</pre>
1038
869
<p>
1039
870
</p>
1040
871
<div class="variablelist"><table border="0">
1054
885
</table></div>
1055
886
</div>
1056
887
<hr>
1057
 
<div class="refsect2" title="e_source_equal ()">
 
888
<div class="refsect2" lang="en">
1058
889
<a name="e-source-equal"></a><h3>e_source_equal ()</h3>
1059
 
<pre class="programlisting"><a
1060
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1061
 
>gboolean</a>            e_source_equal                      (<a class="link" href="ESource.html" title="ESource">ESource</a> *a,
1062
 
                                                         <a class="link" href="ESource.html" title="ESource">ESource</a> *b);</pre>
 
890
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_source_equal                      (<em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *a</code></em>,
 
891
                                                         <em class="parameter"><code><a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *b</code></em>);</pre>
1063
892
<p>
1064
893
Compares if <em class="parameter"><code>a</code></em> is equivalent to <em class="parameter"><code>b</code></em>.</p>
1065
 
<p>
1066
 
</p>
1067
894
<div class="variablelist"><table border="0">
1068
895
<col align="left" valign="top">
1069
896
<tbody>
1070
897
<tr>
1071
898
<td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
1072
 
<td> An ESource
 
899
<td>An ESource
1073
900
</td>
1074
901
</tr>
1075
902
<tr>
1076
903
<td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
1077
 
<td> Another ESource
 
904
<td>Another ESource
1078
905
</td>
1079
906
</tr>
1080
907
<tr>
1081
908
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1082
 
<td> <a
1083
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
1084
 
><code class="literal">TRUE</code></a> if <em class="parameter"><code>a</code></em> is equivalent to <em class="parameter"><code>b</code></em>,
1085
 
<a
1086
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
1087
 
><code class="literal">FALSE</code></a> otherwise.
 
909
<td> <code class="literal">TRUE</code> if <em class="parameter"><code>a</code></em> is equivalent to <em class="parameter"><code>b</code></em>,
 
910
<code class="literal">FALSE</code> otherwise.
1088
911
</td>
1089
912
</tr>
1090
913
</tbody>
1091
914
</table></div>
1092
915
</div>
1093
916
<hr>
1094
 
<div class="refsect2" title="e_source_xmlstr_equal ()">
 
917
<div class="refsect2" lang="en">
1095
918
<a name="e-source-xmlstr-equal"></a><h3>e_source_xmlstr_equal ()</h3>
1096
 
<pre class="programlisting"><a
1097
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
1098
 
>gboolean</a>            e_source_xmlstr_equal               (const <a
1099
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
1100
 
>gchar</a> *a,
1101
 
                                                         const <a
1102
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
1103
 
>gchar</a> *b);</pre>
 
919
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_source_xmlstr_equal               (<em class="parameter"><code>const <span class="type">gchar</span> *a</code></em>,
 
920
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *b</code></em>);</pre>
1104
921
<p>
1105
922
Compares if <em class="parameter"><code>a</code></em> is equivalent to <em class="parameter"><code>b</code></em>.</p>
1106
 
<p>
1107
 
</p>
1108
923
<div class="variablelist"><table border="0">
1109
924
<col align="left" valign="top">
1110
925
<tbody>
1111
926
<tr>
1112
927
<td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
1113
 
<td> XML representation of an ESource
 
928
<td>XML representation of an ESource
1114
929
</td>
1115
930
</tr>
1116
931
<tr>
1117
932
<td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
1118
 
<td> XML representation of another ESource
 
933
<td>XML representation of another ESource
1119
934
</td>
1120
935
</tr>
1121
936
<tr>
1122
937
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1123
 
<td> <a
1124
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
1125
 
><code class="literal">TRUE</code></a> if <em class="parameter"><code>a</code></em> is equivalent to <em class="parameter"><code>b</code></em>,
1126
 
<a
1127
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
1128
 
><code class="literal">FALSE</code></a> otherwise.
 
938
<td> <code class="literal">TRUE</code> if <em class="parameter"><code>a</code></em> is equivalent to <em class="parameter"><code>b</code></em>,
 
939
<code class="literal">FALSE</code> otherwise.
1129
940
</td>
1130
941
</tr>
1131
942
</tbody>
1132
943
</table></div>
1133
944
</div>
1134
945
</div>
1135
 
<div class="refsect1" title="Signal Details">
 
946
<div class="refsect1" lang="en">
1136
947
<a name="ESource.signal-details"></a><h2>Signal Details</h2>
1137
 
<div class="refsect2" title='The "changed" signal'>
 
948
<div class="refsect2" lang="en">
1138
949
<a name="ESource-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
1139
 
<pre class="programlisting">void                user_function                      (<a class="link" href="ESource.html" title="ESource">ESource</a> *esource,
1140
 
                                                        <a
1141
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
1142
 
>gpointer</a> user_data)      : Run Last</pre>
 
950
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="ESource.html" title="ESource"><span class="type">ESource</span></a> *esource,
 
951
                                                        <span class="type">gpointer</span> user_data)      : Run Last</pre>
1143
952
<p>
1144
953
</p>
1145
954
<div class="variablelist"><table border="0">
1161
970
</div>
1162
971
<div class="footer">
1163
972
<hr>
1164
 
          Generated by GTK-Doc V1.11</div>
 
973
          Generated by GTK-Doc V1.14</div>
1165
974
</body>
1166
 
</html>
 
975
</html>
 
 
b'\\ No newline at end of file'