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

« back to all changes in this revision

Viewing changes to docs/reference/addressbook/libedata-book/html/EBookBackendSExp.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:
44
44
<span class="returnvalue">gboolean</span>            <a class="link" href="EBookBackendSExp.html#e-book-backend-sexp-match-vcard" title="e_book_backend_sexp_match_vcard ()">e_book_backend_sexp_match_vcard</a>     (<em class="parameter"><code><a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp"><span class="type">EBookBackendSExp</span></a> *sexp</code></em>,
45
45
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *vcard</code></em>);
46
46
<span class="returnvalue">gboolean</span>            <a class="link" href="EBookBackendSExp.html#e-book-backend-sexp-match-contact" title="e_book_backend_sexp_match_contact ()">e_book_backend_sexp_match_contact</a>   (<em class="parameter"><code><a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp"><span class="type">EBookBackendSExp</span></a> *sexp</code></em>,
47
 
                                                         <em class="parameter"><code><span class="type">EContact</span> *contact</code></em>);
 
47
                                                         <em class="parameter"><code><a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);
48
48
</pre>
49
49
</div>
50
50
<div class="refsect1">
116
116
<div class="refsect2">
117
117
<a name="e-book-backend-sexp-match-contact"></a><h3>e_book_backend_sexp_match_contact ()</h3>
118
118
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_book_backend_sexp_match_contact   (<em class="parameter"><code><a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp"><span class="type">EBookBackendSExp</span></a> *sexp</code></em>,
119
 
                                                         <em class="parameter"><code><span class="type">EContact</span> *contact</code></em>);</pre>
 
119
                                                         <em class="parameter"><code><a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);</pre>
120
120
<p>
121
121
Checks if <em class="parameter"><code>contact</code></em> matches <em class="parameter"><code>sexp</code></em>.
122
122
</p>
130
130
</tr>
131
131
<tr>
132
132
<td><p><span class="term"><em class="parameter"><code>contact</code></em> :</span></p></td>
133
 
<td>an <span class="type">EContact</span>
 
133
<td>an <a href="../libebook/EContact.html"><span class="type">EContact</span></a>
134
134
</td>
135
135
</tr>
136
136
<tr>