~ubuntu-branches/ubuntu/precise/evolution-data-server/precise-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-07-27 11:45:30 UTC
  • mfrom: (1.1.90 upstream)
  • Revision ID: james.westby@ubuntu.com-20110727114530-v4ntbu728os68b0b
Tags: 3.1.4-0ubuntu1
* New upstream version.
* debian/patches/999git_EDS_3_1_3_1_to_f94a069.patch: drop, included in
  the upstream 3.1.4 tarball.

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>ENameSelectorModel</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
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="ENameSelectorList.html" title="ENameSelectorList">
10
10
<link rel="next" href="libedataserverui-e-passwords.html" title="e-passwords">
11
 
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
61
61
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
62
62
<span class="returnvalue">GList</span> *             <a class="link" href="ENameSelectorModel.html#e-name-selector-model-get-contact-emails-without-used" title="e_name_selector_model_get_contact_emails_without_used ()">e_name_selector_model_get_contact_emails_without_used</a>
63
63
                                                        (<em class="parameter"><code><a class="link" href="ENameSelectorModel.html" title="ENameSelectorModel"><span class="type">ENameSelectorModel</span></a> *name_selector_model</code></em>,
64
 
                                                         <em class="parameter"><code><a href="/home/chen/opt-unstable/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>,
 
64
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>,
65
65
                                                         <em class="parameter"><code><span class="type">gboolean</span> remove_used</code></em>);
66
66
<span class="returnvalue">void</span>                <a class="link" href="ENameSelectorModel.html#e-name-selector-model-free-emails-list" title="e_name_selector_model_free_emails_list ()">e_name_selector_model_free_emails_list</a>
67
67
                                                        (<em class="parameter"><code><span class="type">GList</span> *email_list</code></em>);
204
204
<tr>
205
205
<td><p><span class="term"><em class="parameter"><code>pretty_name</code></em> :</span></p></td>
206
206
<td>location in which to store a pointer to the user-visible name of the section,
207
 
or <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if undesired.</td>
 
207
or <code class="literal">NULL</code> if undesired.</td>
208
208
</tr>
209
209
<tr>
210
210
<td><p><span class="term"><em class="parameter"><code>destination_store</code></em> :</span></p></td>
211
211
<td>location in which to store a pointer to the <a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> being used
212
 
by the section, or <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if undesired</td>
 
212
by the section, or <code class="literal">NULL</code> if undesired</td>
213
213
</tr>
214
214
</tbody>
215
215
</table></div>
243
243
<tr>
244
244
<td><p><span class="term"><em class="parameter"><code>destination_store</code></em> :</span></p></td>
245
245
<td>the <a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> to use to store the destinations for this
246
 
section, or <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>name_selector_model</code></em> should create its own.</td>
 
246
section, or <code class="literal">NULL</code> if <em class="parameter"><code>name_selector_model</code></em> should create its own.</td>
247
247
</tr>
248
248
</tbody>
249
249
</table></div>
277
277
<a name="e-name-selector-model-get-contact-emails-without-used"></a><h3>e_name_selector_model_get_contact_emails_without_used ()</h3>
278
278
<pre class="programlisting"><span class="returnvalue">GList</span> *             e_name_selector_model_get_contact_emails_without_used
279
279
                                                        (<em class="parameter"><code><a class="link" href="ENameSelectorModel.html" title="ENameSelectorModel"><span class="type">ENameSelectorModel</span></a> *name_selector_model</code></em>,
280
 
                                                         <em class="parameter"><code><a href="/home/chen/opt-unstable/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>,
 
280
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>,
281
281
                                                         <em class="parameter"><code><span class="type">gboolean</span> remove_used</code></em>);</pre>
282
282
<div class="variablelist"><table border="0">
283
283
<col align="left" valign="top">
294
294
<tr>
295
295
<td><p><span class="term"><em class="parameter"><code>remove_used</code></em> :</span></p></td>
296
296
<td>set to <code class="literal">TRUE</code> to remove used from a list; or set to <code class="literal">FALSE</code> to
297
 
set used indexes to <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> and keep them in the returned list</td>
 
297
set used indexes to <code class="literal">NULL</code> and keep them in the returned list</td>
298
298
</tr>
299
299
<tr>
300
300
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
374
374
</div>
375
375
<div class="footer">
376
376
<hr>
377
 
          Generated by GTK-Doc V1.17.1</div>
 
377
          Generated by GTK-Doc V1.17</div>
378
378
</body>
379
379
</html>
 
 
b'\\ No newline at end of file'