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

« back to all changes in this revision

Viewing changes to docs/reference/libedataserverui/html/ESourceSelector.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>ESourceSelector</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: Graphical Utilities (libedataserverui)">
8
8
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Graphical Utilities (libedataserverui)">
9
9
<link rel="prev" href="ESourceOptionMenu.html" title="ESourceOptionMenu">
10
10
<link rel="next" href="ESourceSelectorDialog.html" title="ESourceSelectorDialog">
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: Graphical Utilities (libedataserverui)">
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="#ESourceSelector.synopsis" class="shortcut">Top</a>
27
 
                 | 
28
 
                <a href="#ESourceSelector.description" class="shortcut">Description</a>
29
 
                 | 
30
 
                <a href="#ESourceSelector.object-hierarchy" class="shortcut">Object Hierarchy</a>
31
 
                 | 
32
 
                <a href="#ESourceSelector.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
33
 
                 | 
34
 
                <a href="#ESourceSelector.properties" class="shortcut">Properties</a>
35
 
                 | 
36
 
                <a href="#ESourceSelector.signals" class="shortcut">Signals</a>
 
25
                   | 
 
26
                  <a href="#ESourceSelector.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#ESourceSelector.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
                   | 
 
30
                  <a href="#ESourceSelector.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
31
                   | 
 
32
                  <a href="#ESourceSelector.properties" class="shortcut">Properties</a>
 
33
                   | 
 
34
                  <a href="#ESourceSelector.signals" class="shortcut">Signals</a>
37
35
</td></tr>
38
36
</table>
39
 
<div class="refentry" title="ESourceSelector">
 
37
<div class="refentry" lang="en">
40
38
<a name="ESourceSelector"></a><div class="titlepage"></div>
41
39
<div class="refnamediv"><table width="100%"><tr>
42
40
<td valign="top">
45
43
</td>
46
44
<td valign="top" align="right"></td>
47
45
</tr></table></div>
48
 
<div class="refsynopsisdiv" title="Synopsis">
 
46
<div class="refsynopsisdiv">
49
47
<a name="ESourceSelector.synopsis"></a><h2>Synopsis</h2>
50
 
<pre class="synopsis">
51
 
                    <a class="link" href="ESourceSelector.html#ESourceSelector-struct" title="ESourceSelector">ESourceSelector</a>;
52
 
<a
53
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
54
 
>GtkWidget</a> *         <a class="link" href="ESourceSelector.html#e-source-selector-new" title="e_source_selector_new ()">e_source_selector_new</a>               (<a
55
 
href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"
56
 
>ESourceList</a> *list);
57
 
<a
58
 
href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"
59
 
>ESourceList</a> *       <a class="link" href="ESourceSelector.html#e-source-selector-get-source-list" title="e_source_selector_get_source_list ()">e_source_selector_get_source_list</a>   (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector);
60
 
void                <a class="link" href="ESourceSelector.html#e-source-selector-select-source" title="e_source_selector_select_source ()">e_source_selector_select_source</a>     (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector,
61
 
                                                         <a
62
 
href="/usr/share/gtk-doc/html/libedataserver/ESource.html"
63
 
>ESource</a> *source);
64
 
void                <a class="link" href="ESourceSelector.html#e-source-selector-unselect-source" title="e_source_selector_unselect_source ()">e_source_selector_unselect_source</a>   (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector,
65
 
                                                         <a
66
 
href="/usr/share/gtk-doc/html/libedataserver/ESource.html"
67
 
>ESource</a> *source);
68
 
<a
69
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
70
 
>gboolean</a>            <a class="link" href="ESourceSelector.html#e-source-selector-source-is-selected" title="e_source_selector_source_is_selected ()">e_source_selector_source_is_selected</a>
71
 
                                                        (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector,
72
 
                                                         <a
73
 
href="/usr/share/gtk-doc/html/libedataserver/ESource.html"
74
 
>ESource</a> *source);
75
 
<a
76
 
href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"
77
 
>GSList</a> *            <a class="link" href="ESourceSelector.html#e-source-selector-get-selection" title="e_source_selector_get_selection ()">e_source_selector_get_selection</a>     (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector);
78
 
void                <a class="link" href="ESourceSelector.html#e-source-selector-free-selection" title="e_source_selector_free_selection ()">e_source_selector_free_selection</a>    (<a
79
 
href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"
80
 
>GSList</a> *list);
81
 
void                <a class="link" href="ESourceSelector.html#e-source-selector-show-selection" title="e_source_selector_show_selection ()">e_source_selector_show_selection</a>    (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector,
82
 
                                                         <a
83
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
84
 
>gboolean</a> show);
85
 
<a
86
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
87
 
>gboolean</a>            <a class="link" href="ESourceSelector.html#e-source-selector-selection-shown" title="e_source_selector_selection_shown ()">e_source_selector_selection_shown</a>   (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector);
88
 
void                <a class="link" href="ESourceSelector.html#e-source-selector-set-select-new" title="e_source_selector_set_select_new ()">e_source_selector_set_select_new</a>    (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector,
89
 
                                                         <a
90
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
91
 
>gboolean</a> state);
92
 
void                <a class="link" href="ESourceSelector.html#e-source-selector-edit-primary-selection" title="e_source_selector_edit_primary_selection ()">e_source_selector_edit_primary_selection</a>
93
 
                                                        (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector);
94
 
<a
95
 
href="/usr/share/gtk-doc/html/libedataserver/ESource.html"
96
 
>ESource</a> *           <a class="link" href="ESourceSelector.html#e-source-selector-peek-primary-selection" title="e_source_selector_peek_primary_selection ()">e_source_selector_peek_primary_selection</a>
97
 
                                                        (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector);
98
 
void                <a class="link" href="ESourceSelector.html#e-source-selector-set-primary-selection" title="e_source_selector_set_primary_selection ()">e_source_selector_set_primary_selection</a>
99
 
                                                        (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector,
100
 
                                                         <a
101
 
href="/usr/share/gtk-doc/html/libedataserver/ESource.html"
102
 
>ESource</a> *source);
103
 
<a
104
 
href="/usr/share/gtk-doc/html/libedataserver/ESourceGroup.html"
105
 
>ESourceGroup</a> *      <a class="link" href="ESourceSelector.html#e-source-selector-get-primary-source-group" title="e_source_selector_get_primary_source_group ()">e_source_selector_get_primary_source_group</a>
106
 
                                                        (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector);
 
48
<pre class="synopsis">                    <a class="link" href="ESourceSelector.html#ESourceSelector-struct" title="ESourceSelector">ESourceSelector</a>;
 
49
<span class="returnvalue">GtkWidget</span> *         <a class="link" href="ESourceSelector.html#e-source-selector-new" title="e_source_selector_new ()">e_source_selector_new</a>               (<em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *list</code></em>);
 
50
<a href="../libedataserver/ESourceList.html"><span class="returnvalue">ESourceList</span></a> *       <a class="link" href="ESourceSelector.html#e-source-selector-get-source-list" title="e_source_selector_get_source_list ()">e_source_selector_get_source_list</a>   (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);
 
51
<span class="returnvalue">void</span>                <a class="link" href="ESourceSelector.html#e-source-selector-select-source" title="e_source_selector_select_source ()">e_source_selector_select_source</a>     (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
 
52
                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
 
53
<span class="returnvalue">void</span>                <a class="link" href="ESourceSelector.html#e-source-selector-unselect-source" title="e_source_selector_unselect_source ()">e_source_selector_unselect_source</a>   (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
 
54
                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
 
55
<span class="returnvalue">gboolean</span>            <a class="link" href="ESourceSelector.html#e-source-selector-source-is-selected" title="e_source_selector_source_is_selected ()">e_source_selector_source_is_selected</a>
 
56
                                                        (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
 
57
                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
 
58
<span class="returnvalue">GSList</span> *            <a class="link" href="ESourceSelector.html#e-source-selector-get-selection" title="e_source_selector_get_selection ()">e_source_selector_get_selection</a>     (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);
 
59
<span class="returnvalue">void</span>                <a class="link" href="ESourceSelector.html#e-source-selector-free-selection" title="e_source_selector_free_selection ()">e_source_selector_free_selection</a>    (<em class="parameter"><code><span class="type">GSList</span> *list</code></em>);
 
60
<span class="returnvalue">void</span>                <a class="link" href="ESourceSelector.html#e-source-selector-show-selection" title="e_source_selector_show_selection ()">e_source_selector_show_selection</a>    (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
 
61
                                                         <em class="parameter"><code><span class="type">gboolean</span> show</code></em>);
 
62
<span class="returnvalue">gboolean</span>            <a class="link" href="ESourceSelector.html#e-source-selector-selection-shown" title="e_source_selector_selection_shown ()">e_source_selector_selection_shown</a>   (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);
 
63
<span class="returnvalue">void</span>                <a class="link" href="ESourceSelector.html#e-source-selector-set-select-new" title="e_source_selector_set_select_new ()">e_source_selector_set_select_new</a>    (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
 
64
                                                         <em class="parameter"><code><span class="type">gboolean</span> state</code></em>);
 
65
<span class="returnvalue">void</span>                <a class="link" href="ESourceSelector.html#e-source-selector-edit-primary-selection" title="e_source_selector_edit_primary_selection ()">e_source_selector_edit_primary_selection</a>
 
66
                                                        (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);
 
67
<a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ESourceSelector.html#e-source-selector-peek-primary-selection" title="e_source_selector_peek_primary_selection ()">e_source_selector_peek_primary_selection</a>
 
68
                                                        (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);
 
69
<span class="returnvalue">void</span>                <a class="link" href="ESourceSelector.html#e-source-selector-set-primary-selection" title="e_source_selector_set_primary_selection ()">e_source_selector_set_primary_selection</a>
 
70
                                                        (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
 
71
                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
 
72
<a href="../libedataserver/ESourceGroup.html"><span class="returnvalue">ESourceGroup</span></a> *      <a class="link" href="ESourceSelector.html#e-source-selector-get-primary-source-group" title="e_source_selector_get_primary_source_group ()">e_source_selector_get_primary_source_group</a>
 
73
                                                        (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);
107
74
</pre>
108
75
</div>
109
 
<div class="refsect1" title="Object Hierarchy">
 
76
<div class="refsect1" lang="en">
110
77
<a name="ESourceSelector.object-hierarchy"></a><h2>Object Hierarchy</h2>
111
78
<pre class="synopsis">
112
 
  <a
113
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
114
 
>GObject</a>
115
 
   +----<a
116
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
117
 
>GInitiallyUnowned</a>
118
 
         +----<a
119
 
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
120
 
>GtkObject</a>
121
 
               +----<a
122
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
123
 
>GtkWidget</a>
124
 
                     +----<a
125
 
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
126
 
>GtkContainer</a>
127
 
                           +----<a
128
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeView.html"
129
 
>GtkTreeView</a>
 
79
  GObject
 
80
   +----GInitiallyUnowned
 
81
         +----GtkObject
 
82
               +----GtkWidget
 
83
                     +----GtkContainer
 
84
                           +----GtkTreeView
130
85
                                 +----ESourceSelector
131
86
</pre>
132
87
</div>
133
 
<div class="refsect1" title="Implemented Interfaces">
 
88
<div class="refsect1" lang="en">
134
89
<a name="ESourceSelector.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
135
90
<p>
136
91
ESourceSelector implements
137
 
 <a
138
 
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
139
 
>GtkBuildable</a> and  AtkImplementorIface.</p>
 
92
 AtkImplementorIface and  GtkBuildable.</p>
140
93
</div>
141
 
<div class="refsect1" title="Properties">
 
94
<div class="refsect1" lang="en">
142
95
<a name="ESourceSelector.properties"></a><h2>Properties</h2>
143
96
<pre class="synopsis">
144
 
  "<a class="link" href="ESourceSelector.html#ESourceSelector--source-list" title='The "source-list" property'>source-list</a>"              <a
145
 
href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"
146
 
>ESourceList</a>*          : Read / Write / Construct Only
 
97
  "<a class="link" href="ESourceSelector.html#ESourceSelector--source-list" title='The "source-list" property'>source-list</a>"              <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>*          : Read / Write / Construct Only
147
98
</pre>
148
99
</div>
149
 
<div class="refsect1" title="Signals">
 
100
<div class="refsect1" lang="en">
150
101
<a name="ESourceSelector.signals"></a><h2>Signals</h2>
151
102
<pre class="synopsis">
152
103
  "<a class="link" href="ESourceSelector.html#ESourceSelector-data-dropped" title='The "data-dropped" signal'>data-dropped</a>"                                   : Run Last
155
106
  "<a class="link" href="ESourceSelector.html#ESourceSelector-selection-changed" title='The "selection-changed" signal'>selection-changed</a>"                              : Run Last
156
107
</pre>
157
108
</div>
158
 
<div class="refsect1" title="Description">
 
109
<div class="refsect1" lang="en">
159
110
<a name="ESourceSelector.description"></a><h2>Description</h2>
160
111
<p>
161
112
</p>
162
113
</div>
163
 
<div class="refsect1" title="Details">
 
114
<div class="refsect1" lang="en">
164
115
<a name="ESourceSelector.details"></a><h2>Details</h2>
165
 
<div class="refsect2" title="ESourceSelector">
 
116
<div class="refsect2" lang="en">
166
117
<a name="ESourceSelector-struct"></a><h3>ESourceSelector</h3>
167
118
<pre class="programlisting">typedef struct _ESourceSelector ESourceSelector;</pre>
168
119
<p>
169
120
</p>
170
121
</div>
171
122
<hr>
172
 
<div class="refsect2" title="e_source_selector_new ()">
 
123
<div class="refsect2" lang="en">
173
124
<a name="e-source-selector-new"></a><h3>e_source_selector_new ()</h3>
174
 
<pre class="programlisting"><a
175
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
176
 
>GtkWidget</a> *         e_source_selector_new               (<a
177
 
href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"
178
 
>ESourceList</a> *list);</pre>
 
125
<pre class="programlisting"><span class="returnvalue">GtkWidget</span> *         e_source_selector_new               (<em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *list</code></em>);</pre>
179
126
<p>
180
127
Create a new view for <em class="parameter"><code>list</code></em>.  The view will update automatically when <em class="parameter"><code>list</code></em>
181
128
changes.</p>
182
 
<p>
183
 
</p>
184
129
<div class="variablelist"><table border="0">
185
130
<col align="left" valign="top">
186
131
<tbody>
187
132
<tr>
188
133
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
189
 
<td> A source list.
 
134
<td>A source list.
190
135
</td>
191
136
</tr>
192
137
<tr>
198
143
</table></div>
199
144
</div>
200
145
<hr>
201
 
<div class="refsect2" title="e_source_selector_get_source_list ()">
 
146
<div class="refsect2" lang="en">
202
147
<a name="e-source-selector-get-source-list"></a><h3>e_source_selector_get_source_list ()</h3>
203
 
<pre class="programlisting"><a
204
 
href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"
205
 
>ESourceList</a> *       e_source_selector_get_source_list   (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector);</pre>
206
 
<p>
207
 
Returns the <a
208
 
href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"
209
 
><span class="type">ESourceList</span></a> that <em class="parameter"><code>selector</code></em> is rendering.</p>
210
 
<p>
211
 
</p>
 
148
<pre class="programlisting"><a href="../libedataserver/ESourceList.html"><span class="returnvalue">ESourceList</span></a> *       e_source_selector_get_source_list   (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);</pre>
 
149
<p>
 
150
Returns the <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> that <em class="parameter"><code>selector</code></em> is rendering.</p>
212
151
<div class="variablelist"><table border="0">
213
152
<col align="left" valign="top">
214
153
<tbody>
215
154
<tr>
216
155
<td><p><span class="term"><em class="parameter"><code>selector</code></em> :</span></p></td>
217
 
<td> an <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a>
 
156
<td>an <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a>
218
157
</td>
219
158
</tr>
220
159
<tr>
221
160
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
222
 
<td> an <a
223
 
href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"
224
 
><span class="type">ESourceList</span></a>
 
161
<td> an <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>
225
162
</td>
226
163
</tr>
227
164
</tbody>
228
165
</table></div>
229
166
</div>
230
167
<hr>
231
 
<div class="refsect2" title="e_source_selector_select_source ()">
 
168
<div class="refsect2" lang="en">
232
169
<a name="e-source-selector-select-source"></a><h3>e_source_selector_select_source ()</h3>
233
 
<pre class="programlisting">void                e_source_selector_select_source     (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector,
234
 
                                                         <a
235
 
href="/usr/share/gtk-doc/html/libedataserver/ESource.html"
236
 
>ESource</a> *source);</pre>
 
170
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_selector_select_source     (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
 
171
                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
237
172
<p>
238
173
Select <em class="parameter"><code>source</code></em> in <em class="parameter"><code>selector</code></em>.</p>
239
 
<p>
240
 
</p>
241
174
<div class="variablelist"><table border="0">
242
175
<col align="left" valign="top">
243
176
<tbody>
244
177
<tr>
245
178
<td><p><span class="term"><em class="parameter"><code>selector</code></em> :</span></p></td>
246
 
<td> An <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> widget
 
179
<td>An <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> widget
247
180
</td>
248
181
</tr>
249
182
<tr>
250
183
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
251
 
<td> An <a
252
 
href="/usr/share/gtk-doc/html/libedataserver/ESource.html"
253
 
><span class="type">ESource</span></a>.
 
184
<td>An <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>.
254
185
</td>
255
186
</tr>
256
187
</tbody>
257
188
</table></div>
258
189
</div>
259
190
<hr>
260
 
<div class="refsect2" title="e_source_selector_unselect_source ()">
 
191
<div class="refsect2" lang="en">
261
192
<a name="e-source-selector-unselect-source"></a><h3>e_source_selector_unselect_source ()</h3>
262
 
<pre class="programlisting">void                e_source_selector_unselect_source   (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector,
263
 
                                                         <a
264
 
href="/usr/share/gtk-doc/html/libedataserver/ESource.html"
265
 
>ESource</a> *source);</pre>
 
193
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_selector_unselect_source   (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
 
194
                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
266
195
<p>
267
196
Unselect <em class="parameter"><code>source</code></em> in <em class="parameter"><code>selector</code></em>.</p>
268
 
<p>
269
 
</p>
270
197
<div class="variablelist"><table border="0">
271
198
<col align="left" valign="top">
272
199
<tbody>
273
200
<tr>
274
201
<td><p><span class="term"><em class="parameter"><code>selector</code></em> :</span></p></td>
275
 
<td> An <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> widget
 
202
<td>An <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> widget
276
203
</td>
277
204
</tr>
278
205
<tr>
279
206
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
280
 
<td> An <a
281
 
href="/usr/share/gtk-doc/html/libedataserver/ESource.html"
282
 
><span class="type">ESource</span></a>.
 
207
<td>An <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>.
283
208
</td>
284
209
</tr>
285
210
</tbody>
286
211
</table></div>
287
212
</div>
288
213
<hr>
289
 
<div class="refsect2" title="e_source_selector_source_is_selected ()">
 
214
<div class="refsect2" lang="en">
290
215
<a name="e-source-selector-source-is-selected"></a><h3>e_source_selector_source_is_selected ()</h3>
291
 
<pre class="programlisting"><a
292
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
293
 
>gboolean</a>            e_source_selector_source_is_selected
294
 
                                                        (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector,
295
 
                                                         <a
296
 
href="/usr/share/gtk-doc/html/libedataserver/ESource.html"
297
 
>ESource</a> *source);</pre>
 
216
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_source_selector_source_is_selected
 
217
                                                        (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
 
218
                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
298
219
<p>
299
220
Check whether <em class="parameter"><code>source</code></em> is selected in <em class="parameter"><code>selector</code></em>.</p>
300
 
<p>
301
 
</p>
302
221
<div class="variablelist"><table border="0">
303
222
<col align="left" valign="top">
304
223
<tbody>
305
224
<tr>
306
225
<td><p><span class="term"><em class="parameter"><code>selector</code></em> :</span></p></td>
307
 
<td> An <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> widget
 
226
<td>An <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> widget
308
227
</td>
309
228
</tr>
310
229
<tr>
311
230
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
312
 
<td> An <a
313
 
href="/usr/share/gtk-doc/html/libedataserver/ESource.html"
314
 
><span class="type">ESource</span></a>.
 
231
<td>An <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>.
315
232
</td>
316
233
</tr>
317
234
<tr>
318
235
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
319
 
<td> <a
320
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
321
 
><code class="literal">TRUE</code></a> if <em class="parameter"><code>source</code></em> is currently selected, <a
322
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
323
 
><code class="literal">FALSE</code></a> otherwise.
 
236
<td> <code class="literal">TRUE</code> if <em class="parameter"><code>source</code></em> is currently selected, <code class="literal">FALSE</code> otherwise.
324
237
</td>
325
238
</tr>
326
239
</tbody>
327
240
</table></div>
328
241
</div>
329
242
<hr>
330
 
<div class="refsect2" title="e_source_selector_get_selection ()">
 
243
<div class="refsect2" lang="en">
331
244
<a name="e-source-selector-get-selection"></a><h3>e_source_selector_get_selection ()</h3>
332
 
<pre class="programlisting"><a
333
 
href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"
334
 
>GSList</a> *            e_source_selector_get_selection     (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector);</pre>
 
245
<pre class="programlisting"><span class="returnvalue">GSList</span> *            e_source_selector_get_selection     (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);</pre>
335
246
<p>
336
247
Get the list of selected sources, i.e. those that were enabled through the
337
248
corresponding checkboxes in the tree.</p>
338
 
<p>
339
 
</p>
340
249
<div class="variablelist"><table border="0">
341
250
<col align="left" valign="top">
342
251
<tbody>
343
252
<tr>
344
253
<td><p><span class="term"><em class="parameter"><code>selector</code></em> :</span></p></td>
345
 
<td> an <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a>
 
254
<td>an <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a>
346
255
</td>
347
256
</tr>
348
257
<tr>
356
265
</table></div>
357
266
</div>
358
267
<hr>
359
 
<div class="refsect2" title="e_source_selector_free_selection ()">
 
268
<div class="refsect2" lang="en">
360
269
<a name="e-source-selector-free-selection"></a><h3>e_source_selector_free_selection ()</h3>
361
 
<pre class="programlisting">void                e_source_selector_free_selection    (<a
362
 
href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"
363
 
>GSList</a> *list);</pre>
 
270
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_selector_free_selection    (<em class="parameter"><code><span class="type">GSList</span> *list</code></em>);</pre>
364
271
<p>
365
272
</p>
366
273
<div class="variablelist"><table border="0">
373
280
</table></div>
374
281
</div>
375
282
<hr>
376
 
<div class="refsect2" title="e_source_selector_show_selection ()">
 
283
<div class="refsect2" lang="en">
377
284
<a name="e-source-selector-show-selection"></a><h3>e_source_selector_show_selection ()</h3>
378
 
<pre class="programlisting">void                e_source_selector_show_selection    (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector,
379
 
                                                         <a
380
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
381
 
>gboolean</a> show);</pre>
 
285
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_selector_show_selection    (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
 
286
                                                         <em class="parameter"><code><span class="type">gboolean</span> show</code></em>);</pre>
382
287
<p>
383
288
Specify whether the checkboxes in the ESourceSelector should be shown or
384
289
not.</p>
385
 
<p>
386
 
</p>
387
290
<div class="variablelist"><table border="0">
388
291
<col align="left" valign="top">
389
292
<tbody>
390
293
<tr>
391
294
<td><p><span class="term"><em class="parameter"><code>selector</code></em> :</span></p></td>
392
 
<td> An ESourceSelector widget
 
295
<td>An ESourceSelector widget
393
296
</td>
394
297
</tr>
395
298
<tr>
401
304
</table></div>
402
305
</div>
403
306
<hr>
404
 
<div class="refsect2" title="e_source_selector_selection_shown ()">
 
307
<div class="refsect2" lang="en">
405
308
<a name="e-source-selector-selection-shown"></a><h3>e_source_selector_selection_shown ()</h3>
406
 
<pre class="programlisting"><a
407
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
408
 
>gboolean</a>            e_source_selector_selection_shown   (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector);</pre>
 
309
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_source_selector_selection_shown   (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);</pre>
409
310
<p>
410
311
Check whether the checkboxes in the ESourceSelector are being shown or not.</p>
411
 
<p>
412
 
</p>
413
312
<div class="variablelist"><table border="0">
414
313
<col align="left" valign="top">
415
314
<tbody>
416
315
<tr>
417
316
<td><p><span class="term"><em class="parameter"><code>selector</code></em> :</span></p></td>
418
 
<td> an <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a>
 
317
<td>an <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a>
419
318
</td>
420
319
</tr>
421
320
<tr>
422
321
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
423
 
<td> <a
424
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
425
 
><code class="literal">TRUE</code></a> if the checkboxes are shown, <a
426
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
427
 
><code class="literal">FALSE</code></a> otherwise.
 
322
<td> <code class="literal">TRUE</code> if the checkboxes are shown, <code class="literal">FALSE</code> otherwise.
428
323
</td>
429
324
</tr>
430
325
</tbody>
431
326
</table></div>
432
327
</div>
433
328
<hr>
434
 
<div class="refsect2" title="e_source_selector_set_select_new ()">
 
329
<div class="refsect2" lang="en">
435
330
<a name="e-source-selector-set-select-new"></a><h3>e_source_selector_set_select_new ()</h3>
436
 
<pre class="programlisting">void                e_source_selector_set_select_new    (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector,
437
 
                                                         <a
438
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
439
 
>gboolean</a> state);</pre>
 
331
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_selector_set_select_new    (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
 
332
                                                         <em class="parameter"><code><span class="type">gboolean</span> state</code></em>);</pre>
440
333
<p>
441
334
Set whether or not to select new sources added to <em class="parameter"><code>selector</code></em>.</p>
442
 
<p>
443
 
</p>
444
335
<div class="variablelist"><table border="0">
445
336
<col align="left" valign="top">
446
337
<tbody>
447
338
<tr>
448
339
<td><p><span class="term"><em class="parameter"><code>selector</code></em> :</span></p></td>
449
 
<td> An <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> widget
 
340
<td>An <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> widget
450
341
</td>
451
342
</tr>
452
343
<tr>
453
344
<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
454
 
<td> A gboolean
 
345
<td>A gboolean
455
346
</td>
456
347
</tr>
457
348
</tbody>
458
349
</table></div>
459
350
</div>
460
351
<hr>
461
 
<div class="refsect2" title="e_source_selector_edit_primary_selection ()">
 
352
<div class="refsect2" lang="en">
462
353
<a name="e-source-selector-edit-primary-selection"></a><h3>e_source_selector_edit_primary_selection ()</h3>
463
 
<pre class="programlisting">void                e_source_selector_edit_primary_selection
464
 
                                                        (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector);</pre>
 
354
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_selector_edit_primary_selection
 
355
                                                        (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);</pre>
465
356
<p>
466
357
Allows the user to rename the primary selected source by opening an
467
358
entry box directly in <em class="parameter"><code>selector</code></em>.</p>
468
 
<p>
469
 
</p>
470
359
<div class="variablelist"><table border="0">
471
360
<col align="left" valign="top">
472
361
<tbody><tr>
473
362
<td><p><span class="term"><em class="parameter"><code>selector</code></em> :</span></p></td>
474
 
<td> An <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> widget
 
363
<td>An <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> widget
475
364
</td>
476
365
</tr></tbody>
477
366
</table></div>
478
367
</div>
479
368
<hr>
480
 
<div class="refsect2" title="e_source_selector_peek_primary_selection ()">
 
369
<div class="refsect2" lang="en">
481
370
<a name="e-source-selector-peek-primary-selection"></a><h3>e_source_selector_peek_primary_selection ()</h3>
482
 
<pre class="programlisting"><a
483
 
href="/usr/share/gtk-doc/html/libedataserver/ESource.html"
484
 
>ESource</a> *           e_source_selector_peek_primary_selection
485
 
                                                        (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector);</pre>
 
371
<pre class="programlisting"><a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_source_selector_peek_primary_selection
 
372
                                                        (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);</pre>
486
373
<p>
487
374
Get the primary selected source.  The primary selection is the one that is
488
 
highlighted through the normal <a
489
 
href="/usr/share/gtk-doc/html/gtk/GtkTreeView.html"
490
 
><span class="type">GtkTreeView</span></a> selection mechanism (as opposed
 
375
highlighted through the normal <span class="type">GtkTreeView</span> selection mechanism (as opposed
491
376
to the "normal" selection, which is the set of source whose checkboxes are
492
377
checked).</p>
493
 
<p>
494
 
</p>
495
378
<div class="variablelist"><table border="0">
496
379
<col align="left" valign="top">
497
380
<tbody>
498
381
<tr>
499
382
<td><p><span class="term"><em class="parameter"><code>selector</code></em> :</span></p></td>
500
 
<td> An <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> widget
 
383
<td>An <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> widget
501
384
</td>
502
385
</tr>
503
386
<tr>
509
392
</table></div>
510
393
</div>
511
394
<hr>
512
 
<div class="refsect2" title="e_source_selector_set_primary_selection ()">
 
395
<div class="refsect2" lang="en">
513
396
<a name="e-source-selector-set-primary-selection"></a><h3>e_source_selector_set_primary_selection ()</h3>
514
 
<pre class="programlisting">void                e_source_selector_set_primary_selection
515
 
                                                        (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector,
516
 
                                                         <a
517
 
href="/usr/share/gtk-doc/html/libedataserver/ESource.html"
518
 
>ESource</a> *source);</pre>
 
397
<pre class="programlisting"><span class="returnvalue">void</span>                e_source_selector_set_primary_selection
 
398
                                                        (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
 
399
                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
519
400
<p>
520
401
Set the primary selected source.</p>
521
 
<p>
522
 
</p>
523
402
<div class="variablelist"><table border="0">
524
403
<col align="left" valign="top">
525
404
<tbody>
526
405
<tr>
527
406
<td><p><span class="term"><em class="parameter"><code>selector</code></em> :</span></p></td>
528
 
<td> an <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> widget
 
407
<td>an <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> widget
529
408
</td>
530
409
</tr>
531
410
<tr>
532
411
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
533
 
<td> an <a
534
 
href="/usr/share/gtk-doc/html/libedataserver/ESource.html"
535
 
><span class="type">ESource</span></a> to select
 
412
<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> to select
536
413
</td>
537
414
</tr>
538
415
</tbody>
539
416
</table></div>
540
417
</div>
541
418
<hr>
542
 
<div class="refsect2" title="e_source_selector_get_primary_source_group ()">
 
419
<div class="refsect2" lang="en">
543
420
<a name="e-source-selector-get-primary-source-group"></a><h3>e_source_selector_get_primary_source_group ()</h3>
544
 
<pre class="programlisting"><a
545
 
href="/usr/share/gtk-doc/html/libedataserver/ESourceGroup.html"
546
 
>ESourceGroup</a> *      e_source_selector_get_primary_source_group
547
 
                                                        (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *selector);</pre>
 
421
<pre class="programlisting"><a href="../libedataserver/ESourceGroup.html"><span class="returnvalue">ESourceGroup</span></a> *      e_source_selector_get_primary_source_group
 
422
                                                        (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);</pre>
548
423
<p>
549
424
Gets the primary source group associated with the selector.</p>
550
 
<p>
551
 
</p>
552
425
<div class="variablelist"><table border="0">
553
426
<col align="left" valign="top">
554
427
<tbody>
555
428
<tr>
556
429
<td><p><span class="term"><em class="parameter"><code>selector</code></em> :</span></p></td>
557
 
<td> an <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a>
 
430
<td>an <a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a>
558
431
</td>
559
432
</tr>
560
433
<tr>
566
439
</table></div>
567
440
</div>
568
441
</div>
569
 
<div class="refsect1" title="Property Details">
 
442
<div class="refsect1" lang="en">
570
443
<a name="ESourceSelector.property-details"></a><h2>Property Details</h2>
571
 
<div class="refsect2" title='The "source-list" property'>
 
444
<div class="refsect2" lang="en">
572
445
<a name="ESourceSelector--source-list"></a><h3>The <code class="literal">"source-list"</code> property</h3>
573
 
<pre class="programlisting">  "source-list"              <a
574
 
href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"
575
 
>ESourceList</a>*          : Read / Write / Construct Only</pre>
 
446
<pre class="programlisting">  "source-list"              <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>*          : Read / Write / Construct Only</pre>
576
447
<p></p>
577
448
</div>
578
449
</div>
579
 
<div class="refsect1" title="Signal Details">
 
450
<div class="refsect1" lang="en">
580
451
<a name="ESourceSelector.signal-details"></a><h2>Signal Details</h2>
581
 
<div class="refsect2" title='The "data-dropped" signal'>
 
452
<div class="refsect2" lang="en">
582
453
<a name="ESourceSelector-data-dropped"></a><h3>The <code class="literal">"data-dropped"</code> signal</h3>
583
 
<pre class="programlisting"><a
584
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
585
 
>gboolean</a>            user_function                      (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a>  *esourceselector,
586
 
                                                        <a
587
 
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html#GtkSelectionData"
588
 
>GtkSelectionData</a> *arg1,
589
 
                                                        <a
590
 
href="/usr/share/gtk-doc/html/libedataserver/ESource.html"
591
 
>ESource</a>          *arg2,
592
 
                                                        <a
593
 
href="/usr/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html#GdkDragAction"
594
 
>GdkDragAction</a>     arg3,
595
 
                                                        <a
596
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
597
 
>guint</a>             arg4,
598
 
                                                        <a
599
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
600
 
>gpointer</a>          user_data)            : Run Last</pre>
 
454
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a>  *esourceselector,
 
455
                                                        <span class="type">GtkSelectionData</span> *arg1,
 
456
                                                        <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>          *arg2,
 
457
                                                        <span class="type">GdkDragAction</span>     arg3,
 
458
                                                        <span class="type">guint</span>             arg4,
 
459
                                                        <span class="type">gpointer</span>          user_data)            : Run Last</pre>
601
460
<p>
602
461
</p>
603
462
<div class="variablelist"><table border="0">
641
500
</table></div>
642
501
</div>
643
502
<hr>
644
 
<div class="refsect2" title='The "popup-event" signal'>
 
503
<div class="refsect2" lang="en">
645
504
<a name="ESourceSelector-popup-event"></a><h3>The <code class="literal">"popup-event"</code> signal</h3>
646
 
<pre class="programlisting"><a
647
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
648
 
>gboolean</a>            user_function                      (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *esourceselector,
649
 
                                                        <a
650
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
651
 
>GObject</a>         *arg1,
652
 
                                                        <a
653
 
href="/usr/share/gtk-doc/html/gdk/gdk-Event-Structures.html#GdkEvent"
654
 
>GdkEvent</a>        *event,
655
 
                                                        <a
656
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
657
 
>gpointer</a>         user_data)            : Run Last</pre>
 
505
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *esourceselector,
 
506
                                                        <span class="type">GObject</span>         *arg1,
 
507
                                                        <span class="type">GdkEvent</span>        *event,
 
508
                                                        <span class="type">gpointer</span>         user_data)            : Run Last</pre>
658
509
<p>
659
510
</p>
660
511
<div class="variablelist"><table border="0">
688
539
</table></div>
689
540
</div>
690
541
<hr>
691
 
<div class="refsect2" title='The "primary-selection-changed" signal'>
 
542
<div class="refsect2" lang="en">
692
543
<a name="ESourceSelector-primary-selection-changed"></a><h3>The <code class="literal">"primary-selection-changed"</code> signal</h3>
693
 
<pre class="programlisting">void                user_function                      (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *esourceselector,
694
 
                                                        <a
695
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
696
 
>gpointer</a>         user_data)            : Run Last</pre>
 
544
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *esourceselector,
 
545
                                                        <span class="type">gpointer</span>         user_data)            : Run Last</pre>
697
546
<p>
698
547
</p>
699
548
<div class="variablelist"><table border="0">
712
561
</table></div>
713
562
</div>
714
563
<hr>
715
 
<div class="refsect2" title='The "selection-changed" signal'>
 
564
<div class="refsect2" lang="en">
716
565
<a name="ESourceSelector-selection-changed"></a><h3>The <code class="literal">"selection-changed"</code> signal</h3>
717
 
<pre class="programlisting">void                user_function                      (<a class="link" href="ESourceSelector.html" title="ESourceSelector">ESourceSelector</a> *esourceselector,
718
 
                                                        <a
719
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
720
 
>gpointer</a>         user_data)            : Run Last</pre>
 
566
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *esourceselector,
 
567
                                                        <span class="type">gpointer</span>         user_data)            : Run Last</pre>
721
568
<p>
722
569
</p>
723
570
<div class="variablelist"><table border="0">
739
586
</div>
740
587
<div class="footer">
741
588
<hr>
742
 
          Generated by GTK-Doc V1.11</div>
 
589
          Generated by GTK-Doc V1.14</div>
743
590
</body>
744
 
</html>
 
591
</html>
 
 
b'\\ No newline at end of file'