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

« back to all changes in this revision

Viewing changes to docs/reference/calendar/libedata-cal/html/ECalBackendSExp.html

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-06-21 14:38:41 UTC
  • mfrom: (1.1.80 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621143841-pdgwume6r8rhzoyo
Tags: 2.30.2-0ubuntu1
* New upstream release:
  - Mail inline parser doesn't always work (Milan Crha) (LP: #219104)
  - Corruption of mailbox and can't expunge trash (Milan Crha)
    (LP: #286497, #325157)
  - WebDAV addressbook is too strict about content-type (Petr Tomasek)
  - Handle server's resource rename on WebDAV PUT response (Milan Crha)
  - Use NSS SQLite database, if available (Craig Ringer)
  - Fix NULL return without exception on krb5-auth-dialog
    failure (David Woodhouse)
  - Categories not translated in menus (Matthew Barnes) (LP: #443215)
  - Fix translation domain for default categories (Gert Michael Kulyk)
  - Mishandling of '@' in WebDAV contacts username (Milan Crha)
    (LP: #497146)
  - Use CRLF in signed & encrypted S/MIME messages
  - Remove superfluous space in flags in APPEND command (David Woodhouse)
  - Crash in gnome_keyring_item_info_free from e-passwords.c (Milan Crha)
  - Fix GSSAPI (and other SASL) authentication for imapx (David Woodhouse)
  - Teach camel_sexp_to_sql_sexp about no-arg (match-all)
    (Matt McCutchen 2)
  - Contacts are not displayed in GW Addressbook (Bharath Acharya)
  - Don't use an unitialized key in folder_changed_remove_uid
    (Claudio Saavedra)
  - Evolution didn't quit due to deadlock (Milan Crha)
  - Crash of e-addressbook-factory on second start of evolution (Milan Crha)
  - Fix translation of birthday and anniversary events (Gert Michael Kulyk)
  - Return formatted address in e_destination_get_address (David Ayers)
    (LP: #229187)
  - Add imap-over-custom-command support for imapx (David Woodhouse)
  - Fix fetch of large mails from broken servers like Exchange
    (David Woodhouse)
  - Fix double command ->complete() in imapx_command_start_next()
    (David Woodhouse)
  - Fix double-free of is->literal in cancel_all_jobs() (David Woodhouse)
  - use 'UID FETCH' instead of 'FETCH' for scan_changes (David Woodhouse)
  - Remove GroupWise debugging messages. (Matthew Barnes)
  - Bump libedataserver soname twice. (Matthew Barnes)
  - Check EBook DBus error names without underscores too (Milan Crha)
  - Create a section in the name selector dialog in its own function
    (Federico Mena Quintero)
  - Create the configdir instead of bailing out if it does not exist
    (Fridrich Štrba)
  -  Don't set a default vertical size for the name selector window
    (Federico Mena Quintero)
  - Fix locking issues in cancel_all_jobs() (David Woodhouse)
  - Fix pointlessly narrow default width in the name selection dialog
  - Name the pointless label at the top, so it can be disabled for MeeGo
    (Michael Meeks)
  - Fix tagprefix for multiple accounts. (David Woodhouse)
  - Fix typo in patch for bug on WebDAV (Milan Crha)
  - Put the name selector's section labels in the same row as the
    treeviews (Federico Mena Quintero)
  - Redo the container hierarchy in the name selector dialog
    (Federico Mena Quintero)
  - Remove an unused label in the name selector dialog
    (Federico Mena Quintero)
  - Remove border_width from the name selector's dialog toplevel
    contents (Federico Mena Quintero)
  - Shrink the spacing between the name selector's sections
    (Federico Mena Quintero)
  - Skip WebDAV responses which don't begin with BEGIN:VCARD (Milan Crha)
  - Specify the executable extension where applicable in the service
    files (Fridrich Štrba)
  - updated translations
* Removed patches from upstream:
  - debian/patches/01_unitialized_key.patch
  - debian/patches/02_fix-warning-in_source_get_uri.patch
  - debian/patches/03_bump-soname-libedataserver.patch
* debian/patches/25_mute-debug-messages.patch updated
* debian/patches/90_autoreconf.patch: refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object</code></em>,
44
44
                                                         <em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>);
45
45
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-match-comp" title="e_cal_backend_sexp_match_comp ()">e_cal_backend_sexp_match_comp</a>       (<em class="parameter"><code><a class="link" href="ECalBackendSExp.html" title="ECalBackendSExp"><span class="type">ECalBackendSExp</span></a> *sexp</code></em>,
46
 
                                                         <em class="parameter"><code><span class="type">ECalComponent</span> *comp</code></em>,
 
46
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>,
47
47
                                                         <em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>);
48
 
<span class="returnvalue">ESExpResult</span> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-time-now" title="e_cal_backend_sexp_func_time_now ()">e_cal_backend_sexp_func_time_now</a>    (<em class="parameter"><code><span class="type">ESExp</span> *esexp</code></em>,
49
 
                                                         <em class="parameter"><code><span class="type">gint</span> argc</code></em>,
50
 
                                                         <em class="parameter"><code><span class="type">ESExpResult</span> **argv</code></em>,
51
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
52
 
<span class="returnvalue">ESExpResult</span> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-make-time" title="e_cal_backend_sexp_func_make_time ()">e_cal_backend_sexp_func_make_time</a>   (<em class="parameter"><code><span class="type">ESExp</span> *esexp</code></em>,
53
 
                                                         <em class="parameter"><code><span class="type">gint</span> argc</code></em>,
54
 
                                                         <em class="parameter"><code><span class="type">ESExpResult</span> **argv</code></em>,
55
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
56
 
<span class="returnvalue">ESExpResult</span> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-time-add-day" title="e_cal_backend_sexp_func_time_add_day ()">e_cal_backend_sexp_func_time_add_day</a>
57
 
                                                        (<em class="parameter"><code><span class="type">ESExp</span> *esexp</code></em>,
58
 
                                                         <em class="parameter"><code><span class="type">gint</span> argc</code></em>,
59
 
                                                         <em class="parameter"><code><span class="type">ESExpResult</span> **argv</code></em>,
60
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
61
 
<span class="returnvalue">ESExpResult</span> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-time-day-begin" title="e_cal_backend_sexp_func_time_day_begin ()">e_cal_backend_sexp_func_time_day_begin</a>
62
 
                                                        (<em class="parameter"><code><span class="type">ESExp</span> *esexp</code></em>,
63
 
                                                         <em class="parameter"><code><span class="type">gint</span> argc</code></em>,
64
 
                                                         <em class="parameter"><code><span class="type">ESExpResult</span> **argv</code></em>,
65
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
66
 
<span class="returnvalue">ESExpResult</span> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-time-day-end" title="e_cal_backend_sexp_func_time_day_end ()">e_cal_backend_sexp_func_time_day_end</a>
67
 
                                                        (<em class="parameter"><code><span class="type">ESExp</span> *esexp</code></em>,
68
 
                                                         <em class="parameter"><code><span class="type">gint</span> argc</code></em>,
69
 
                                                         <em class="parameter"><code><span class="type">ESExpResult</span> **argv</code></em>,
 
48
<a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-time-now" title="e_cal_backend_sexp_func_time_now ()">e_cal_backend_sexp_func_time_now</a>    (<em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
 
49
                                                         <em class="parameter"><code><span class="type">gint</span> argc</code></em>,
 
50
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
 
51
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
 
52
<a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-make-time" title="e_cal_backend_sexp_func_make_time ()">e_cal_backend_sexp_func_make_time</a>   (<em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
 
53
                                                         <em class="parameter"><code><span class="type">gint</span> argc</code></em>,
 
54
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
 
55
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
 
56
<a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-time-add-day" title="e_cal_backend_sexp_func_time_add_day ()">e_cal_backend_sexp_func_time_add_day</a>
 
57
                                                        (<em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
 
58
                                                         <em class="parameter"><code><span class="type">gint</span> argc</code></em>,
 
59
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
 
60
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
 
61
<a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-time-day-begin" title="e_cal_backend_sexp_func_time_day_begin ()">e_cal_backend_sexp_func_time_day_begin</a>
 
62
                                                        (<em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
 
63
                                                         <em class="parameter"><code><span class="type">gint</span> argc</code></em>,
 
64
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
 
65
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
 
66
<a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-time-day-end" title="e_cal_backend_sexp_func_time_day_end ()">e_cal_backend_sexp_func_time_day_end</a>
 
67
                                                        (<em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
 
68
                                                         <em class="parameter"><code><span class="type">gint</span> argc</code></em>,
 
69
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
70
70
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
71
71
</pre>
72
72
</div>
135
135
<tbody>
136
136
<tr>
137
137
<td><p><span class="term"><em class="parameter"><code>sexp</code></em> :</span></p></td>
138
 
<td>An <span class="type">ESExp</span> object.
 
138
<td>An <a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.
139
139
</td>
140
140
</tr>
141
141
<tr>
160
160
<div class="refsect2" title="e_cal_backend_sexp_match_comp ()">
161
161
<a name="e-cal-backend-sexp-match-comp"></a><h3>e_cal_backend_sexp_match_comp ()</h3>
162
162
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_backend_sexp_match_comp       (<em class="parameter"><code><a class="link" href="ECalBackendSExp.html" title="ECalBackendSExp"><span class="type">ECalBackendSExp</span></a> *sexp</code></em>,
163
 
                                                         <em class="parameter"><code><span class="type">ECalComponent</span> *comp</code></em>,
 
163
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>,
164
164
                                                         <em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>);</pre>
165
165
<p>
166
166
Matches the given ECalComponent against the expression.
170
170
<tbody>
171
171
<tr>
172
172
<td><p><span class="term"><em class="parameter"><code>sexp</code></em> :</span></p></td>
173
 
<td>An <span class="type">ESExp</span> object.
 
173
<td>An <a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.
174
174
</td>
175
175
</tr>
176
176
<tr>
194
194
<hr>
195
195
<div class="refsect2" title="e_cal_backend_sexp_func_time_now ()">
196
196
<a name="e-cal-backend-sexp-func-time-now"></a><h3>e_cal_backend_sexp_func_time_now ()</h3>
197
 
<pre class="programlisting"><span class="returnvalue">ESExpResult</span> *       e_cal_backend_sexp_func_time_now    (<em class="parameter"><code><span class="type">ESExp</span> *esexp</code></em>,
 
197
<pre class="programlisting"><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       e_cal_backend_sexp_func_time_now    (<em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
198
198
                                                         <em class="parameter"><code><span class="type">gint</span> argc</code></em>,
199
 
                                                         <em class="parameter"><code><span class="type">ESExpResult</span> **argv</code></em>,
 
199
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
200
200
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
201
201
<p>
202
202
Processes the (time-now) sexp expression.
206
206
<tbody>
207
207
<tr>
208
208
<td><p><span class="term"><em class="parameter"><code>esexp</code></em> :</span></p></td>
209
 
<td>An <span class="type">ESExp</span> object.
 
209
<td>An <a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.
210
210
</td>
211
211
</tr>
212
212
<tr>
235
235
<hr>
236
236
<div class="refsect2" title="e_cal_backend_sexp_func_make_time ()">
237
237
<a name="e-cal-backend-sexp-func-make-time"></a><h3>e_cal_backend_sexp_func_make_time ()</h3>
238
 
<pre class="programlisting"><span class="returnvalue">ESExpResult</span> *       e_cal_backend_sexp_func_make_time   (<em class="parameter"><code><span class="type">ESExp</span> *esexp</code></em>,
 
238
<pre class="programlisting"><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       e_cal_backend_sexp_func_make_time   (<em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
239
239
                                                         <em class="parameter"><code><span class="type">gint</span> argc</code></em>,
240
 
                                                         <em class="parameter"><code><span class="type">ESExpResult</span> **argv</code></em>,
 
240
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
241
241
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
242
242
<p>
243
243
(make-time ISODATE)
251
251
<tbody>
252
252
<tr>
253
253
<td><p><span class="term"><em class="parameter"><code>esexp</code></em> :</span></p></td>
254
 
<td>An <span class="type">ESExp</span> object.
 
254
<td>An <a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.
255
255
</td>
256
256
</tr>
257
257
<tr>
280
280
<hr>
281
281
<div class="refsect2" title="e_cal_backend_sexp_func_time_add_day ()">
282
282
<a name="e-cal-backend-sexp-func-time-add-day"></a><h3>e_cal_backend_sexp_func_time_add_day ()</h3>
283
 
<pre class="programlisting"><span class="returnvalue">ESExpResult</span> *       e_cal_backend_sexp_func_time_add_day
284
 
                                                        (<em class="parameter"><code><span class="type">ESExp</span> *esexp</code></em>,
 
283
<pre class="programlisting"><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       e_cal_backend_sexp_func_time_add_day
 
284
                                                        (<em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
285
285
                                                         <em class="parameter"><code><span class="type">gint</span> argc</code></em>,
286
 
                                                         <em class="parameter"><code><span class="type">ESExpResult</span> **argv</code></em>,
 
286
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
287
287
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
288
288
<p>
289
289
(time-add-day TIME N)
302
302
<tbody>
303
303
<tr>
304
304
<td><p><span class="term"><em class="parameter"><code>esexp</code></em> :</span></p></td>
305
 
<td>An <span class="type">ESExp</span> object.
 
305
<td>An <a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.
306
306
</td>
307
307
</tr>
308
308
<tr>
331
331
<hr>
332
332
<div class="refsect2" title="e_cal_backend_sexp_func_time_day_begin ()">
333
333
<a name="e-cal-backend-sexp-func-time-day-begin"></a><h3>e_cal_backend_sexp_func_time_day_begin ()</h3>
334
 
<pre class="programlisting"><span class="returnvalue">ESExpResult</span> *       e_cal_backend_sexp_func_time_day_begin
335
 
                                                        (<em class="parameter"><code><span class="type">ESExp</span> *esexp</code></em>,
 
334
<pre class="programlisting"><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       e_cal_backend_sexp_func_time_day_begin
 
335
                                                        (<em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
336
336
                                                         <em class="parameter"><code><span class="type">gint</span> argc</code></em>,
337
 
                                                         <em class="parameter"><code><span class="type">ESExpResult</span> **argv</code></em>,
 
337
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
338
338
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
339
339
<p>
340
340
(time-day-begin TIME)
351
351
<tbody>
352
352
<tr>
353
353
<td><p><span class="term"><em class="parameter"><code>esexp</code></em> :</span></p></td>
354
 
<td>An <span class="type">ESExp</span> object.
 
354
<td>An <a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.
355
355
</td>
356
356
</tr>
357
357
<tr>
380
380
<hr>
381
381
<div class="refsect2" title="e_cal_backend_sexp_func_time_day_end ()">
382
382
<a name="e-cal-backend-sexp-func-time-day-end"></a><h3>e_cal_backend_sexp_func_time_day_end ()</h3>
383
 
<pre class="programlisting"><span class="returnvalue">ESExpResult</span> *       e_cal_backend_sexp_func_time_day_end
384
 
                                                        (<em class="parameter"><code><span class="type">ESExp</span> *esexp</code></em>,
 
383
<pre class="programlisting"><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       e_cal_backend_sexp_func_time_day_end
 
384
                                                        (<em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
385
385
                                                         <em class="parameter"><code><span class="type">gint</span> argc</code></em>,
386
 
                                                         <em class="parameter"><code><span class="type">ESExpResult</span> **argv</code></em>,
 
386
                                                         <em class="parameter"><code><a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
387
387
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
388
388
<p>
389
389
(time-day-end TIME)
400
400
<tbody>
401
401
<tr>
402
402
<td><p><span class="term"><em class="parameter"><code>esexp</code></em> :</span></p></td>
403
 
<td>An <span class="type">ESExp</span> object.
 
403
<td>An <a href="/home/mbarnes/local/stable/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.
404
404
</td>
405
405
</tr>
406
406
<tr>