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

« back to all changes in this revision

Viewing changes to docs/reference/libedataserverui/html/ESourceSelectorDialog.html

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-10-08 12:58:16 UTC
  • mfrom: (181.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121008125816-i3n76e8c0m64e7xp
Tags: 3.6.0-0ubuntu2
* Fix LP: #1038047 part 1 - Don't abort in e_source_registry_new* when a
  problem occurs connecting to the Dbus service
  - add debian/patches/dont-abort-in-e_source_registry_new.patch
  - update debian/patches/series
* Fix LP: #1038047 part 2 - libedataserver depends on
  evolution-data-server-common to ensure that the GSettings schemas are
  present
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
                                                        (<em class="parameter"><code><a class="link" href="ESourceSelectorDialog.html" title="ESourceSelectorDialog"><span class="type">ESourceSelectorDialog</span></a> *dialog</code></em>);
54
54
<a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="returnvalue">ESourceSelector</span></a> *   <a class="link" href="ESourceSelectorDialog.html#e-source-selector-dialog-get-selector" title="e_source_selector_dialog_get_selector ()">e_source_selector_dialog_get_selector</a>
55
55
                                                        (<em class="parameter"><code><a class="link" href="ESourceSelectorDialog.html" title="ESourceSelectorDialog"><span class="type">ESourceSelectorDialog</span></a> *dialog</code></em>);
56
 
<span class="returnvalue">ESource</span> *           <a class="link" href="ESourceSelectorDialog.html#e-source-selector-dialog-peek-primary-selection" title="e_source_selector_dialog_peek_primary_selection ()">e_source_selector_dialog_peek_primary_selection</a>
 
56
<a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ESourceSelectorDialog.html#e-source-selector-dialog-peek-primary-selection" title="e_source_selector_dialog_peek_primary_selection ()">e_source_selector_dialog_peek_primary_selection</a>
57
57
                                                        (<em class="parameter"><code><a class="link" href="ESourceSelectorDialog.html" title="ESourceSelectorDialog"><span class="type">ESourceSelectorDialog</span></a> *dialog</code></em>);
58
58
</pre>
59
59
</div>
118
118
</tr>
119
119
<tr>
120
120
<td><p><span class="term"><em class="parameter"><code>extension_name</code></em> :</span></p></td>
121
 
<td>the name of an <span class="type">ESource</span> extension</td>
 
121
<td>the name of an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> extension</td>
122
122
</tr>
123
123
<tr>
124
124
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
205
205
<hr>
206
206
<div class="refsect2">
207
207
<a name="e-source-selector-dialog-peek-primary-selection"></a><h3>e_source_selector_dialog_peek_primary_selection ()</h3>
208
 
<pre class="programlisting"><span class="returnvalue">ESource</span> *           e_source_selector_dialog_peek_primary_selection
 
208
<pre class="programlisting"><a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_source_selector_dialog_peek_primary_selection
209
209
                                                        (<em class="parameter"><code><a class="link" href="ESourceSelectorDialog.html" title="ESourceSelectorDialog"><span class="type">ESourceSelectorDialog</span></a> *dialog</code></em>);</pre>
210
210
<p>
211
211
Peek the currently selected source in the given <em class="parameter"><code>dialog</code></em>.
220
220
</tr>
221
221
<tr>
222
222
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
223
 
<td>the selected <span class="type">ESource</span>
 
223
<td>the selected <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>
224
224
</td>
225
225
</tr>
226
226
</tbody>