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

« back to all changes in this revision

Viewing changes to docs/reference/addressbook/libedata-book/html/EBookBackendSExp.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>EBookBackendSExp</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: Address Book Backend (libedata-book)">
8
8
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Address Book Backend (libedata-book)">
9
9
<link rel="prev" href="EBookBackendFactory.html" title="EBookBackendFactory">
10
10
<link rel="next" href="EBookBackendSummary.html" title="EBookBackendSummary">
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: Address Book Backend (libedata-book)">
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="#EBookBackendSExp.synopsis" class="shortcut">Top</a>
27
 
                 | 
28
 
                <a href="#EBookBackendSExp.description" class="shortcut">Description</a>
29
 
                 | 
30
 
                <a href="#EBookBackendSExp.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
25
                   | 
 
26
                  <a href="#EBookBackendSExp.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#EBookBackendSExp.object-hierarchy" class="shortcut">Object Hierarchy</a>
31
29
</td></tr>
32
30
</table>
33
 
<div class="refentry" title="EBookBackendSExp">
 
31
<div class="refentry" lang="en">
34
32
<a name="EBookBackendSExp"></a><div class="titlepage"></div>
35
33
<div class="refnamediv"><table width="100%"><tr>
36
34
<td valign="top">
39
37
</td>
40
38
<td valign="top" align="right"></td>
41
39
</tr></table></div>
42
 
<div class="refsynopsisdiv" title="Synopsis">
 
40
<div class="refsynopsisdiv">
43
41
<a name="EBookBackendSExp.synopsis"></a><h2>Synopsis</h2>
44
 
<pre class="synopsis">
45
 
struct              <a class="link" href="EBookBackendSExp.html#EBookBackendSExp-struct" title="struct EBookBackendSExp">EBookBackendSExp</a>;
46
 
<a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp">EBookBackendSExp</a> *  <a class="link" href="EBookBackendSExp.html#e-book-backend-sexp-new" title="e_book_backend_sexp_new ()">e_book_backend_sexp_new</a>             (const <a
47
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
48
 
>gchar</a> *text);
49
 
<a
50
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
51
 
>gboolean</a>            <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>     (<a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp">EBookBackendSExp</a> *sexp,
52
 
                                                         const <a
53
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
54
 
>gchar</a> *vcard);
55
 
<a
56
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
57
 
>gboolean</a>            <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>   (<a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp">EBookBackendSExp</a> *sexp,
58
 
                                                         <a
59
 
href="/usr/share/gtk-doc/html/libebook/EContact.html"
60
 
>EContact</a> *contact);
 
42
<pre class="synopsis">struct              <a class="link" href="EBookBackendSExp.html#EBookBackendSExp-struct" title="struct EBookBackendSExp">EBookBackendSExp</a>;
 
43
<a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp"><span class="returnvalue">EBookBackendSExp</span></a> *  <a class="link" href="EBookBackendSExp.html#e-book-backend-sexp-new" title="e_book_backend_sexp_new ()">e_book_backend_sexp_new</a>             (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>);
 
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
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *vcard</code></em>);
 
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><a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);
61
48
</pre>
62
49
</div>
63
 
<div class="refsect1" title="Object Hierarchy">
 
50
<div class="refsect1" lang="en">
64
51
<a name="EBookBackendSExp.object-hierarchy"></a><h2>Object Hierarchy</h2>
65
52
<pre class="synopsis">
66
 
  <a
67
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
68
 
>GObject</a>
 
53
  GObject
69
54
   +----EBookBackendSExp
70
55
</pre>
71
56
</div>
72
 
<div class="refsect1" title="Description">
 
57
<div class="refsect1" lang="en">
73
58
<a name="EBookBackendSExp.description"></a><h2>Description</h2>
74
59
<p>
75
60
</p>
76
61
</div>
77
 
<div class="refsect1" title="Details">
 
62
<div class="refsect1" lang="en">
78
63
<a name="EBookBackendSExp.details"></a><h2>Details</h2>
79
 
<div class="refsect2" title="struct EBookBackendSExp">
 
64
<div class="refsect2" lang="en">
80
65
<a name="EBookBackendSExp-struct"></a><h3>struct EBookBackendSExp</h3>
81
66
<pre class="programlisting">struct EBookBackendSExp;</pre>
82
67
<p>
83
68
</p>
84
69
</div>
85
70
<hr>
86
 
<div class="refsect2" title="e_book_backend_sexp_new ()">
 
71
<div class="refsect2" lang="en">
87
72
<a name="e-book-backend-sexp-new"></a><h3>e_book_backend_sexp_new ()</h3>
88
 
<pre class="programlisting"><a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp">EBookBackendSExp</a> *  e_book_backend_sexp_new             (const <a
89
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
90
 
>gchar</a> *text);</pre>
 
73
<pre class="programlisting"><a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp"><span class="returnvalue">EBookBackendSExp</span></a> *  e_book_backend_sexp_new             (<em class="parameter"><code>const <span class="type">gchar</span> *text</code></em>);</pre>
91
74
<p>
92
75
Creates a new <a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp"><span class="type">EBookBackendSExp</span></a> from <em class="parameter"><code>text</code></em>.</p>
93
 
<p>
94
 
</p>
95
76
<div class="variablelist"><table border="0">
96
77
<col align="left" valign="top">
97
78
<tbody>
98
79
<tr>
99
80
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
100
 
<td> an s-expression to parse
 
81
<td>an s-expression to parse
101
82
</td>
102
83
</tr>
103
84
<tr>
109
90
</table></div>
110
91
</div>
111
92
<hr>
112
 
<div class="refsect2" title="e_book_backend_sexp_match_vcard ()">
 
93
<div class="refsect2" lang="en">
113
94
<a name="e-book-backend-sexp-match-vcard"></a><h3>e_book_backend_sexp_match_vcard ()</h3>
114
 
<pre class="programlisting"><a
115
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
116
 
>gboolean</a>            e_book_backend_sexp_match_vcard     (<a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp">EBookBackendSExp</a> *sexp,
117
 
                                                         const <a
118
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
119
 
>gchar</a> *vcard);</pre>
 
95
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_book_backend_sexp_match_vcard     (<em class="parameter"><code><a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp"><span class="type">EBookBackendSExp</span></a> *sexp</code></em>,
 
96
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *vcard</code></em>);</pre>
120
97
<p>
121
98
Checks if <em class="parameter"><code>vcard</code></em> matches <em class="parameter"><code>sexp</code></em>.</p>
122
 
<p>
123
 
</p>
124
99
<div class="variablelist"><table border="0">
125
100
<col align="left" valign="top">
126
101
<tbody>
127
102
<tr>
128
103
<td><p><span class="term"><em class="parameter"><code>sexp</code></em> :</span></p></td>
129
 
<td> an <a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp"><span class="type">EBookBackendSExp</span></a>
 
104
<td>an <a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp"><span class="type">EBookBackendSExp</span></a>
130
105
</td>
131
106
</tr>
132
107
<tr>
133
108
<td><p><span class="term"><em class="parameter"><code>vcard</code></em> :</span></p></td>
134
 
<td> a VCard string
 
109
<td>a VCard string
135
110
</td>
136
111
</tr>
137
112
<tr>
138
113
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
139
 
<td> <a
140
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
141
 
><code class="literal">TRUE</code></a> if the VCard matches, <a
142
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
143
 
><code class="literal">FALSE</code></a> otherwise.
 
114
<td> <code class="literal">TRUE</code> if the VCard matches, <code class="literal">FALSE</code> otherwise.
144
115
</td>
145
116
</tr>
146
117
</tbody>
147
118
</table></div>
148
119
</div>
149
120
<hr>
150
 
<div class="refsect2" title="e_book_backend_sexp_match_contact ()">
 
121
<div class="refsect2" lang="en">
151
122
<a name="e-book-backend-sexp-match-contact"></a><h3>e_book_backend_sexp_match_contact ()</h3>
152
 
<pre class="programlisting"><a
153
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
154
 
>gboolean</a>            e_book_backend_sexp_match_contact   (<a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp">EBookBackendSExp</a> *sexp,
155
 
                                                         <a
156
 
href="/usr/share/gtk-doc/html/libebook/EContact.html"
157
 
>EContact</a> *contact);</pre>
 
123
<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>,
 
124
                                                         <em class="parameter"><code><a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);</pre>
158
125
<p>
159
126
Checks if <em class="parameter"><code>contact</code></em> matches <em class="parameter"><code>sexp</code></em>.</p>
160
 
<p>
161
 
</p>
162
127
<div class="variablelist"><table border="0">
163
128
<col align="left" valign="top">
164
129
<tbody>
165
130
<tr>
166
131
<td><p><span class="term"><em class="parameter"><code>sexp</code></em> :</span></p></td>
167
 
<td> an <a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp"><span class="type">EBookBackendSExp</span></a>
 
132
<td>an <a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp"><span class="type">EBookBackendSExp</span></a>
168
133
</td>
169
134
</tr>
170
135
<tr>
171
136
<td><p><span class="term"><em class="parameter"><code>contact</code></em> :</span></p></td>
172
 
<td> an <a
173
 
href="/usr/share/gtk-doc/html/libebook/EContact.html"
174
 
><span class="type">EContact</span></a>
 
137
<td>an <a href="../libebook/EContact.html"><span class="type">EContact</span></a>
175
138
</td>
176
139
</tr>
177
140
<tr>
178
141
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
179
 
<td> <a
180
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE--CAPS"
181
 
><code class="literal">TRUE</code></a> if the contact matches, <a
182
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE--CAPS"
183
 
><code class="literal">FALSE</code></a> otherwise.
 
142
<td> <code class="literal">TRUE</code> if the contact matches, <code class="literal">FALSE</code> otherwise.
184
143
</td>
185
144
</tr>
186
145
</tbody>
190
149
</div>
191
150
<div class="footer">
192
151
<hr>
193
 
          Generated by GTK-Doc V1.11</div>
 
152
          Generated by GTK-Doc V1.14</div>
194
153
</body>
195
 
</html>
 
154
</html>
 
 
b'\\ No newline at end of file'