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

« back to all changes in this revision

Viewing changes to docs/reference/calendar/libecal/html/ECalClient.html

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-19 12:15:29 UTC
  • mfrom: (1.1.93 upstream)
  • Revision ID: package-import@ubuntu.com-20110919121529-nsmfnges77ec7hux
Tags: 3.1.92-0ubuntu1
* New upstream release.
  - Cannot add more than one appointment per session (LP: #852277)
  - Contacts calendar backend doesn't show events (LP: #853905)
  - Set X-Evolution-Source header consistently (LP: #660626)

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>ECalClient</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Evolution-Data-Server Manual: Calendar Client (libecal)">
8
8
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Calendar Client (libecal)">
9
9
<link rel="prev" href="ch01.html" title="Evolution-Data-Server Manual: Calendar Client (libecal)">
10
10
<link rel="next" href="ECalClientView.html" title="ECalClientView">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (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">
48
48
enum                <a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType">ECalClientSourceType</a>;
49
49
#define             <a class="link" href="ECalClient.html#E-CAL-CLIENT-ERROR:CAPS" title="E_CAL_CLIENT_ERROR">E_CAL_CLIENT_ERROR</a>
50
50
enum                <a class="link" href="ECalClient.html#ECalClientError" title="enum ECalClientError">ECalClientError</a>;
51
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *         <a class="link" href="ECalClient.html#e-cal-client-error-to-string" title="e_cal_client_error_to_string ()">e_cal_client_error_to_string</a>        (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientError" title="enum ECalClientError"><span class="type">ECalClientError</span></a> code</code></em>);
52
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="returnvalue">GError</span></a> *              <a class="link" href="ECalClient.html#e-cal-client-error-create" title="e_cal_client_error_create ()">e_cal_client_error_create</a>           (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientError" title="enum ECalClientError"><span class="type">ECalClientError</span></a> code</code></em>,
53
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *custom_msg</code></em>);
54
 
<a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *                   <a class="link" href="ECalClient.html#e-cal-client-new" title="e_cal_client_new ()">e_cal_client_new</a>                    (<em class="parameter"><code><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
55
 
                                                         <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
56
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
57
 
<a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *                   <a class="link" href="ECalClient.html#e-cal-client-new-from-uri" title="e_cal_client_new_from_uri ()">e_cal_client_new_from_uri</a>           (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
58
 
                                                         <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
59
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
60
 
<a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *                   <a class="link" href="ECalClient.html#e-cal-client-new-system" title="e_cal_client_new_system ()">e_cal_client_new_system</a>             (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
61
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
62
 
<a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *                   <a class="link" href="ECalClient.html#e-cal-client-new-default" title="e_cal_client_new_default ()">e_cal_client_new_default</a>            (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
63
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
64
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-set-default" title="e_cal_client_set_default ()">e_cal_client_set_default</a>            (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
65
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
66
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-set-default-source" title="e_cal_client_set_default_source ()">e_cal_client_set_default_source</a>     (<em class="parameter"><code><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
67
 
                                                         <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
68
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
69
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-sources" title="e_cal_client_get_sources ()">e_cal_client_get_sources</a>            (<em class="parameter"><code><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
70
 
                                                         <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
71
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
72
 
<a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="returnvalue">ECalClientSourceType</span></a>  <a class="link" href="ECalClient.html#e-cal-client-get-source-type" title="e_cal_client_get_source_type ()">e_cal_client_get_source_type</a>      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);
73
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *                <a class="link" href="ECalClient.html#e-cal-client-get-local-attachment-store" title="e_cal_client_get_local_attachment_store ()">e_cal_client_get_local_attachment_store</a>
 
51
const <span class="returnvalue">gchar</span> *       <a class="link" href="ECalClient.html#e-cal-client-error-to-string" title="e_cal_client_error_to_string ()">e_cal_client_error_to_string</a>        (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientError" title="enum ECalClientError"><span class="type">ECalClientError</span></a> code</code></em>);
 
52
<span class="returnvalue">GError</span> *            <a class="link" href="ECalClient.html#e-cal-client-error-create" title="e_cal_client_error_create ()">e_cal_client_error_create</a>           (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientError" title="enum ECalClientError"><span class="type">ECalClientError</span></a> code</code></em>,
 
53
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *custom_msg</code></em>);
 
54
<a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *        <a class="link" href="ECalClient.html#e-cal-client-new" title="e_cal_client_new ()">e_cal_client_new</a>                    (<em class="parameter"><code><span class="type">ESource</span> *source</code></em>,
 
55
                                                         <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
 
56
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
57
<a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *        <a class="link" href="ECalClient.html#e-cal-client-new-from-uri" title="e_cal_client_new_from_uri ()">e_cal_client_new_from_uri</a>           (<em class="parameter"><code>const <span class="type">gchar</span> *uri</code></em>,
 
58
                                                         <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
 
59
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
60
<a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *        <a class="link" href="ECalClient.html#e-cal-client-new-system" title="e_cal_client_new_system ()">e_cal_client_new_system</a>             (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
 
61
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
62
<a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *        <a class="link" href="ECalClient.html#e-cal-client-new-default" title="e_cal_client_new_default ()">e_cal_client_new_default</a>            (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
 
63
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
64
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-set-default" title="e_cal_client_set_default ()">e_cal_client_set_default</a>            (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
65
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
66
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-set-default-source" title="e_cal_client_set_default_source ()">e_cal_client_set_default_source</a>     (<em class="parameter"><code><span class="type">ESource</span> *source</code></em>,
 
67
                                                         <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
 
68
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
69
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-sources" title="e_cal_client_get_sources ()">e_cal_client_get_sources</a>            (<em class="parameter"><code><span class="type">ESourceList</span> **sources</code></em>,
 
70
                                                         <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
 
71
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
72
<a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="returnvalue">ECalClientSourceType</span></a> <a class="link" href="ECalClient.html#e-cal-client-get-source-type" title="e_cal_client_get_source_type ()">e_cal_client_get_source_type</a>       (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);
 
73
const <span class="returnvalue">gchar</span> *       <a class="link" href="ECalClient.html#e-cal-client-get-local-attachment-store" title="e_cal_client_get_local_attachment_store ()">e_cal_client_get_local_attachment_store</a>
74
74
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);
75
75
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-set-default-timezone" title="e_cal_client_set_default_timezone ()">e_cal_client_set_default_timezone</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
76
76
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> *zone</code></em>);
77
 
<span class="returnvalue">icaltimezone</span> *             <a class="link" href="ECalClient.html#e-cal-client-get-default-timezone" title="e_cal_client_get_default_timezone ()">e_cal_client_get_default_timezone</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);
78
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-check-one-alarm-only" title="e_cal_client_check_one_alarm_only ()">e_cal_client_check_one_alarm_only</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);
79
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-check-save-schedules" title="e_cal_client_check_save_schedules ()">e_cal_client_check_save_schedules</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);
80
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-check-organizer-must-attend" title="e_cal_client_check_organizer_must_attend ()">e_cal_client_check_organizer_must_attend</a>
81
 
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);
82
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-check-organizer-must-accept" title="e_cal_client_check_organizer_must_accept ()">e_cal_client_check_organizer_must_accept</a>
83
 
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);
84
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-check-recurrences-no-master" title="e_cal_client_check_recurrences_no_master ()">e_cal_client_check_recurrences_no_master</a>
85
 
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);
86
 
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-free-icalcomp-slist" title="e_cal_client_free_icalcomp_slist ()">e_cal_client_free_icalcomp_slist</a>    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *icalcomps</code></em>);
87
 
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-free-ecalcomp-slist" title="e_cal_client_free_ecalcomp_slist ()">e_cal_client_free_ecalcomp_slist</a>    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *ecalcomps</code></em>);
88
 
<span class="returnvalue">icaltimezone</span> *      <a class="link" href="ECalClient.html#e-cal-client-resolve-tzid-cb" title="e_cal_client_resolve_tzid_cb ()">e_cal_client_resolve_tzid_cb</a>        (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tzid</code></em>,
89
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
 
77
<span class="returnvalue">icaltimezone</span> *      <a class="link" href="ECalClient.html#e-cal-client-get-default-timezone" title="e_cal_client_get_default_timezone ()">e_cal_client_get_default_timezone</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);
 
78
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-check-one-alarm-only" title="e_cal_client_check_one_alarm_only ()">e_cal_client_check_one_alarm_only</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);
 
79
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-check-save-schedules" title="e_cal_client_check_save_schedules ()">e_cal_client_check_save_schedules</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);
 
80
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-check-organizer-must-attend" title="e_cal_client_check_organizer_must_attend ()">e_cal_client_check_organizer_must_attend</a>
 
81
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);
 
82
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-check-organizer-must-accept" title="e_cal_client_check_organizer_must_accept ()">e_cal_client_check_organizer_must_accept</a>
 
83
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);
 
84
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-check-recurrences-no-master" title="e_cal_client_check_recurrences_no_master ()">e_cal_client_check_recurrences_no_master</a>
 
85
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);
 
86
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-free-icalcomp-slist" title="e_cal_client_free_icalcomp_slist ()">e_cal_client_free_icalcomp_slist</a>    (<em class="parameter"><code><span class="type">GSList</span> *icalcomps</code></em>);
 
87
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-free-ecalcomp-slist" title="e_cal_client_free_ecalcomp_slist ()">e_cal_client_free_ecalcomp_slist</a>    (<em class="parameter"><code><span class="type">GSList</span> *ecalcomps</code></em>);
 
88
<span class="returnvalue">icaltimezone</span> *      <a class="link" href="ECalClient.html#e-cal-client-resolve-tzid-cb" title="e_cal_client_resolve_tzid_cb ()">e_cal_client_resolve_tzid_cb</a>        (<em class="parameter"><code>const <span class="type">gchar</span> *tzid</code></em>,
 
89
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);
90
90
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-generate-instances" title="e_cal_client_generate_instances ()">e_cal_client_generate_instances</a>     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
91
91
                                                         <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
92
92
                                                         <em class="parameter"><code><span class="type">time_t</span> end</code></em>,
93
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
93
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
94
94
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-recur.html#ECalRecurInstanceFn" title="ECalRecurInstanceFn ()"><span class="type">ECalRecurInstanceFn</span></a> cb</code></em>,
95
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cb_data</code></em>,
96
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy_cb_data</code></em>);
 
95
                                                         <em class="parameter"><code><span class="type">gpointer</span> cb_data</code></em>,
 
96
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> destroy_cb_data</code></em>);
97
97
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-generate-instances-sync" title="e_cal_client_generate_instances_sync ()">e_cal_client_generate_instances_sync</a>
98
98
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
99
99
                                                         <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
100
100
                                                         <em class="parameter"><code><span class="type">time_t</span> end</code></em>,
101
101
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-recur.html#ECalRecurInstanceFn" title="ECalRecurInstanceFn ()"><span class="type">ECalRecurInstanceFn</span></a> cb</code></em>,
102
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cb_data</code></em>);
 
102
                                                         <em class="parameter"><code><span class="type">gpointer</span> cb_data</code></em>);
103
103
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-generate-instances-for-object" title="e_cal_client_generate_instances_for_object ()">e_cal_client_generate_instances_for_object</a>
104
104
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
105
105
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
106
106
                                                         <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
107
107
                                                         <em class="parameter"><code><span class="type">time_t</span> end</code></em>,
108
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
108
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
109
109
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-recur.html#ECalRecurInstanceFn" title="ECalRecurInstanceFn ()"><span class="type">ECalRecurInstanceFn</span></a> cb</code></em>,
110
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cb_data</code></em>,
111
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy_cb_data</code></em>);
 
110
                                                         <em class="parameter"><code><span class="type">gpointer</span> cb_data</code></em>,
 
111
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> destroy_cb_data</code></em>);
112
112
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-generate-instances-for-object-sync" title="e_cal_client_generate_instances_for_object_sync ()">e_cal_client_generate_instances_for_object_sync</a>
113
113
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
114
114
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
115
115
                                                         <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
116
116
                                                         <em class="parameter"><code><span class="type">time_t</span> end</code></em>,
117
117
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-recur.html#ECalRecurInstanceFn" title="ECalRecurInstanceFn ()"><span class="type">ECalRecurInstanceFn</span></a> cb</code></em>,
118
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cb_data</code></em>);
119
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *                    <a class="link" href="ECalClient.html#e-cal-client-get-component-as-string" title="e_cal_client_get_component_as_string ()">e_cal_client_get_component_as_string</a>
 
118
                                                         <em class="parameter"><code><span class="type">gpointer</span> cb_data</code></em>);
 
119
<span class="returnvalue">gchar</span> *             <a class="link" href="ECalClient.html#e-cal-client-get-component-as-string" title="e_cal_client_get_component_as_string ()">e_cal_client_get_component_as_string</a>
120
120
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
121
121
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>);
122
122
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-get-default-object" title="e_cal_client_get_default_object ()">e_cal_client_get_default_object</a>     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
123
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
124
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
125
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
126
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-default-object-finish" title="e_cal_client_get_default_object_finish ()">e_cal_client_get_default_object_finish</a>
127
 
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
128
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
129
 
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> **icalcomp</code></em>,
130
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
131
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-default-object-sync" title="e_cal_client_get_default_object_sync ()">e_cal_client_get_default_object_sync</a>
132
 
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
133
 
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> **icalcomp</code></em>,
134
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
135
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
123
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
124
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
125
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
126
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-default-object-finish" title="e_cal_client_get_default_object_finish ()">e_cal_client_get_default_object_finish</a>
 
127
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
128
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
129
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> **icalcomp</code></em>,
 
130
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
131
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-default-object-sync" title="e_cal_client_get_default_object_sync ()">e_cal_client_get_default_object_sync</a>
 
132
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
133
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> **icalcomp</code></em>,
 
134
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
135
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
136
136
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-get-object" title="e_cal_client_get_object ()">e_cal_client_get_object</a>             (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
137
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
138
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
139
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
140
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
141
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
142
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-object-finish" title="e_cal_client_get_object_finish ()">e_cal_client_get_object_finish</a>      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
143
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
144
 
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> **icalcomp</code></em>,
145
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
146
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-object-sync" title="e_cal_client_get_object_sync ()">e_cal_client_get_object_sync</a>        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
147
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
148
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
149
 
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> **icalcomp</code></em>,
150
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
151
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
137
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
138
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
 
139
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
140
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
141
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
142
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-object-finish" title="e_cal_client_get_object_finish ()">e_cal_client_get_object_finish</a>      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
143
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
144
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> **icalcomp</code></em>,
 
145
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
146
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-object-sync" title="e_cal_client_get_object_sync ()">e_cal_client_get_object_sync</a>        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
147
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
148
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
 
149
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> **icalcomp</code></em>,
 
150
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
151
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
152
152
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-get-objects-for-uid" title="e_cal_client_get_objects_for_uid ()">e_cal_client_get_objects_for_uid</a>    (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
153
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
154
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
155
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
156
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
157
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-objects-for-uid-finish" title="e_cal_client_get_objects_for_uid_finish ()">e_cal_client_get_objects_for_uid_finish</a>
158
 
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
159
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
160
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **ecalcomps</code></em>,
161
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
162
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-objects-for-uid-sync" title="e_cal_client_get_objects_for_uid_sync ()">e_cal_client_get_objects_for_uid_sync</a>
163
 
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
164
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
165
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **ecalcomps</code></em>,
166
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
167
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
153
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
154
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
155
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
156
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
157
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-objects-for-uid-finish" title="e_cal_client_get_objects_for_uid_finish ()">e_cal_client_get_objects_for_uid_finish</a>
 
158
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
159
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
160
                                                         <em class="parameter"><code><span class="type">GSList</span> **ecalcomps</code></em>,
 
161
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
162
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-objects-for-uid-sync" title="e_cal_client_get_objects_for_uid_sync ()">e_cal_client_get_objects_for_uid_sync</a>
 
163
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
164
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
165
                                                         <em class="parameter"><code><span class="type">GSList</span> **ecalcomps</code></em>,
 
166
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
167
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
168
168
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-get-object-list" title="e_cal_client_get_object_list ()">e_cal_client_get_object_list</a>        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
169
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sexp</code></em>,
170
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
171
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
172
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
173
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-object-list-finish" title="e_cal_client_get_object_list_finish ()">e_cal_client_get_object_list_finish</a> (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
174
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
175
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **icalcomps</code></em>,
176
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
177
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-object-list-sync" title="e_cal_client_get_object_list_sync ()">e_cal_client_get_object_list_sync</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
178
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sexp</code></em>,
179
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **icalcomps</code></em>,
180
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
181
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
169
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *sexp</code></em>,
 
170
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
171
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
172
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
173
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-object-list-finish" title="e_cal_client_get_object_list_finish ()">e_cal_client_get_object_list_finish</a> (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
174
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
175
                                                         <em class="parameter"><code><span class="type">GSList</span> **icalcomps</code></em>,
 
176
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
177
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-object-list-sync" title="e_cal_client_get_object_list_sync ()">e_cal_client_get_object_list_sync</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
178
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *sexp</code></em>,
 
179
                                                         <em class="parameter"><code><span class="type">GSList</span> **icalcomps</code></em>,
 
180
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
181
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
182
182
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-get-object-list-as-comps" title="e_cal_client_get_object_list_as_comps ()">e_cal_client_get_object_list_as_comps</a>
183
183
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
184
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sexp</code></em>,
185
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
186
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
187
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
188
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-object-list-as-comps-finish" title="e_cal_client_get_object_list_as_comps_finish ()">e_cal_client_get_object_list_as_comps_finish</a>
189
 
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
190
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
191
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **ecalcomps</code></em>,
192
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
193
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-object-list-as-comps-sync" title="e_cal_client_get_object_list_as_comps_sync ()">e_cal_client_get_object_list_as_comps_sync</a>
194
 
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
195
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sexp</code></em>,
196
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **ecalcomps</code></em>,
197
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
198
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
184
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *sexp</code></em>,
 
185
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
186
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
187
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
188
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-object-list-as-comps-finish" title="e_cal_client_get_object_list_as_comps_finish ()">e_cal_client_get_object_list_as_comps_finish</a>
 
189
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
190
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
191
                                                         <em class="parameter"><code><span class="type">GSList</span> **ecalcomps</code></em>,
 
192
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
193
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-object-list-as-comps-sync" title="e_cal_client_get_object_list_as_comps_sync ()">e_cal_client_get_object_list_as_comps_sync</a>
 
194
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
195
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *sexp</code></em>,
 
196
                                                         <em class="parameter"><code><span class="type">GSList</span> **ecalcomps</code></em>,
 
197
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
198
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
199
199
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-get-free-busy" title="e_cal_client_get_free_busy ()">e_cal_client_get_free_busy</a>          (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
200
200
                                                         <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
201
201
                                                         <em class="parameter"><code><span class="type">time_t</span> end</code></em>,
202
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *users</code></em>,
203
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
204
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
205
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
206
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-free-busy-finish" title="e_cal_client_get_free_busy_finish ()">e_cal_client_get_free_busy_finish</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
207
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
208
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
209
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-free-busy-sync" title="e_cal_client_get_free_busy_sync ()">e_cal_client_get_free_busy_sync</a>     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
202
                                                         <em class="parameter"><code>const <span class="type">GSList</span> *users</code></em>,
 
203
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
204
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
205
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
206
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-free-busy-finish" title="e_cal_client_get_free_busy_finish ()">e_cal_client_get_free_busy_finish</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
207
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
208
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
209
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-free-busy-sync" title="e_cal_client_get_free_busy_sync ()">e_cal_client_get_free_busy_sync</a>     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
210
210
                                                         <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
211
211
                                                         <em class="parameter"><code><span class="type">time_t</span> end</code></em>,
212
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *users</code></em>,
213
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
214
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
212
                                                         <em class="parameter"><code>const <span class="type">GSList</span> *users</code></em>,
 
213
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
214
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
215
215
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-create-object" title="e_cal_client_create_object ()">e_cal_client_create_object</a>          (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
216
216
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
217
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
218
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
219
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
220
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-create-object-finish" title="e_cal_client_create_object_finish ()">e_cal_client_create_object_finish</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
221
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
222
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **uid</code></em>,
223
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
224
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-create-object-sync" title="e_cal_client_create_object_sync ()">e_cal_client_create_object_sync</a>     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
217
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
218
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
219
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
220
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-create-object-finish" title="e_cal_client_create_object_finish ()">e_cal_client_create_object_finish</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
221
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
222
                                                         <em class="parameter"><code><span class="type">gchar</span> **uid</code></em>,
 
223
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
224
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-create-object-sync" title="e_cal_client_create_object_sync ()">e_cal_client_create_object_sync</a>     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
225
225
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
226
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **uid</code></em>,
227
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
228
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
226
                                                         <em class="parameter"><code><span class="type">gchar</span> **uid</code></em>,
 
227
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
228
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
229
229
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-modify-object" title="e_cal_client_modify_object ()">e_cal_client_modify_object</a>          (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
230
230
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
231
231
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-util.html#CalObjModType" title="enum CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
232
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
233
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
234
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
235
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-modify-object-finish" title="e_cal_client_modify_object_finish ()">e_cal_client_modify_object_finish</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
236
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
237
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
238
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-modify-object-sync" title="e_cal_client_modify_object_sync ()">e_cal_client_modify_object_sync</a>     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
232
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
233
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
234
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
235
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-modify-object-finish" title="e_cal_client_modify_object_finish ()">e_cal_client_modify_object_finish</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
236
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
237
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
238
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-modify-object-sync" title="e_cal_client_modify_object_sync ()">e_cal_client_modify_object_sync</a>     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
239
239
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
240
240
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-util.html#CalObjModType" title="enum CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
241
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
242
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
241
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
242
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
243
243
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-remove-object" title="e_cal_client_remove_object ()">e_cal_client_remove_object</a>          (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
244
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
245
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
246
 
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-util.html#CalObjModType" title="enum CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
247
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
248
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
249
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
250
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-remove-object-finish" title="e_cal_client_remove_object_finish ()">e_cal_client_remove_object_finish</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
251
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
252
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
253
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-remove-object-sync" title="e_cal_client_remove_object_sync ()">e_cal_client_remove_object_sync</a>     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
254
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
255
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
256
 
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-util.html#CalObjModType" title="enum CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
257
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
258
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
244
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
245
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
 
246
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-util.html#CalObjModType" title="enum CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
 
247
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
248
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
249
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
250
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-remove-object-finish" title="e_cal_client_remove_object_finish ()">e_cal_client_remove_object_finish</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
251
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
252
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
253
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-remove-object-sync" title="e_cal_client_remove_object_sync ()">e_cal_client_remove_object_sync</a>     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
254
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
255
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
 
256
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-util.html#CalObjModType" title="enum CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
 
257
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
258
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
259
259
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-receive-objects" title="e_cal_client_receive_objects ()">e_cal_client_receive_objects</a>        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
260
260
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
261
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
262
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
263
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
264
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-receive-objects-finish" title="e_cal_client_receive_objects_finish ()">e_cal_client_receive_objects_finish</a> (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
265
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
266
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
267
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-receive-objects-sync" title="e_cal_client_receive_objects_sync ()">e_cal_client_receive_objects_sync</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
261
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
262
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
263
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
264
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-receive-objects-finish" title="e_cal_client_receive_objects_finish ()">e_cal_client_receive_objects_finish</a> (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
265
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
266
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
267
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-receive-objects-sync" title="e_cal_client_receive_objects_sync ()">e_cal_client_receive_objects_sync</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
268
268
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
269
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
270
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
269
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
270
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
271
271
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-send-objects" title="e_cal_client_send_objects ()">e_cal_client_send_objects</a>           (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
272
272
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
273
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
274
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
275
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
276
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-send-objects-finish" title="e_cal_client_send_objects_finish ()">e_cal_client_send_objects_finish</a>    (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
277
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
278
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **users</code></em>,
 
273
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
274
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
275
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
276
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-send-objects-finish" title="e_cal_client_send_objects_finish ()">e_cal_client_send_objects_finish</a>    (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
277
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
278
                                                         <em class="parameter"><code><span class="type">GSList</span> **users</code></em>,
279
279
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> **modified_icalcomp</code></em>,
280
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
281
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-send-objects-sync" title="e_cal_client_send_objects_sync ()">e_cal_client_send_objects_sync</a>      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
280
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
281
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-send-objects-sync" title="e_cal_client_send_objects_sync ()">e_cal_client_send_objects_sync</a>      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
282
282
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
283
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **users</code></em>,
 
283
                                                         <em class="parameter"><code><span class="type">GSList</span> **users</code></em>,
284
284
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> **modified_icalcomp</code></em>,
285
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
286
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
285
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
286
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
287
287
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-get-attachment-uris" title="e_cal_client_get_attachment_uris ()">e_cal_client_get_attachment_uris</a>    (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
288
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
289
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
290
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
291
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
292
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
293
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-attachment-uris-finish" title="e_cal_client_get_attachment_uris_finish ()">e_cal_client_get_attachment_uris_finish</a>
294
 
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
295
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
296
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **attachment_uris</code></em>,
297
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
298
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-attachment-uris-sync" title="e_cal_client_get_attachment_uris_sync ()">e_cal_client_get_attachment_uris_sync</a>
299
 
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
300
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
301
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
302
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **attachment_uris</code></em>,
303
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
304
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
288
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
289
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
 
290
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
291
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
292
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
293
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-attachment-uris-finish" title="e_cal_client_get_attachment_uris_finish ()">e_cal_client_get_attachment_uris_finish</a>
 
294
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
295
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
296
                                                         <em class="parameter"><code><span class="type">GSList</span> **attachment_uris</code></em>,
 
297
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
298
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-attachment-uris-sync" title="e_cal_client_get_attachment_uris_sync ()">e_cal_client_get_attachment_uris_sync</a>
 
299
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
300
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
301
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
 
302
                                                         <em class="parameter"><code><span class="type">GSList</span> **attachment_uris</code></em>,
 
303
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
304
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
305
305
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-discard-alarm" title="e_cal_client_discard_alarm ()">e_cal_client_discard_alarm</a>          (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
306
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
307
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
308
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *auid</code></em>,
309
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
310
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
311
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
312
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-discard-alarm-finish" title="e_cal_client_discard_alarm_finish ()">e_cal_client_discard_alarm_finish</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
313
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
314
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
315
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-discard-alarm-sync" title="e_cal_client_discard_alarm_sync ()">e_cal_client_discard_alarm_sync</a>     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
316
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
317
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
318
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *auid</code></em>,
319
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
320
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
306
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
307
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
 
308
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *auid</code></em>,
 
309
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
310
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
311
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
312
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-discard-alarm-finish" title="e_cal_client_discard_alarm_finish ()">e_cal_client_discard_alarm_finish</a>   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
313
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
314
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
315
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-discard-alarm-sync" title="e_cal_client_discard_alarm_sync ()">e_cal_client_discard_alarm_sync</a>     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
316
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
317
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
 
318
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *auid</code></em>,
 
319
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
320
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
321
321
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-get-view" title="e_cal_client_get_view ()">e_cal_client_get_view</a>               (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
322
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sexp</code></em>,
323
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
324
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
325
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
326
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-view-finish" title="e_cal_client_get_view_finish ()">e_cal_client_get_view_finish</a>        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
327
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
328
 
                                                         <em class="parameter"><code><a class="link" href="ECalClientView.html" title="ECalClientView"><span class="type">ECalClientView</span></a> **view</code></em>,
329
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
330
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-view-sync" title="e_cal_client_get_view_sync ()">e_cal_client_get_view_sync</a>          (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
331
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sexp</code></em>,
332
 
                                                         <em class="parameter"><code><a class="link" href="ECalClientView.html" title="ECalClientView"><span class="type">ECalClientView</span></a> **view</code></em>,
333
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
334
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
322
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *sexp</code></em>,
 
323
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
324
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
325
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
326
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-view-finish" title="e_cal_client_get_view_finish ()">e_cal_client_get_view_finish</a>        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
327
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
328
                                                         <em class="parameter"><code><a class="link" href="ECalClientView.html" title="ECalClientView"><span class="type">ECalClientView</span></a> **view</code></em>,
 
329
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
330
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-view-sync" title="e_cal_client_get_view_sync ()">e_cal_client_get_view_sync</a>          (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
331
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *sexp</code></em>,
 
332
                                                         <em class="parameter"><code><a class="link" href="ECalClientView.html" title="ECalClientView"><span class="type">ECalClientView</span></a> **view</code></em>,
 
333
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
334
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
335
335
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-get-timezone" title="e_cal_client_get_timezone ()">e_cal_client_get_timezone</a>           (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
336
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tzid</code></em>,
337
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
338
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
339
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
340
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-timezone-finish" title="e_cal_client_get_timezone_finish ()">e_cal_client_get_timezone_finish</a>    (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
341
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
342
 
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> **zone</code></em>,
343
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
344
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-timezone-sync" title="e_cal_client_get_timezone_sync ()">e_cal_client_get_timezone_sync</a>      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
345
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tzid</code></em>,
346
 
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> **zone</code></em>,
347
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
348
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
336
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *tzid</code></em>,
 
337
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
338
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
339
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
340
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-timezone-finish" title="e_cal_client_get_timezone_finish ()">e_cal_client_get_timezone_finish</a>    (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
341
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
342
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> **zone</code></em>,
 
343
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
344
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-get-timezone-sync" title="e_cal_client_get_timezone_sync ()">e_cal_client_get_timezone_sync</a>      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
345
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *tzid</code></em>,
 
346
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> **zone</code></em>,
 
347
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
348
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
349
349
<span class="returnvalue">void</span>                <a class="link" href="ECalClient.html#e-cal-client-add-timezone" title="e_cal_client_add_timezone ()">e_cal_client_add_timezone</a>           (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
350
350
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> *zone</code></em>,
351
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
352
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
353
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
354
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-add-timezone-finish" title="e_cal_client_add_timezone_finish ()">e_cal_client_add_timezone_finish</a>    (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
355
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
356
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
357
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-add-timezone-sync" title="e_cal_client_add_timezone_sync ()">e_cal_client_add_timezone_sync</a>      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
351
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
352
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
353
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
354
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-add-timezone-finish" title="e_cal_client_add_timezone_finish ()">e_cal_client_add_timezone_finish</a>    (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
355
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
356
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
357
<span class="returnvalue">gboolean</span>            <a class="link" href="ECalClient.html#e-cal-client-add-timezone-sync" title="e_cal_client_add_timezone_sync ()">e_cal_client_add_timezone_sync</a>      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
358
358
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> *zone</code></em>,
359
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
360
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
359
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
360
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
361
361
</pre>
362
362
</div>
363
363
<div class="refsect1">
364
364
<a name="ECalClient.object-hierarchy"></a><h2>Object Hierarchy</h2>
365
365
<pre class="synopsis">
366
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
367
 
   +----<a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/EClient.html">EClient</a>
 
366
  GObject
 
367
   +----EClient
368
368
         +----ECalClient
369
369
</pre>
370
370
</div>
371
371
<div class="refsect1">
372
372
<a name="ECalClient.signals"></a><h2>Signals</h2>
373
373
<pre class="synopsis">
374
 
  "<a class="link" href="ECalClient.html#ECalClient-free-busy-data" title='The "free-busy-data" signal'>free-busy-data</a>"                                 : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
 
374
  "<a class="link" href="ECalClient.html#ECalClient-free-busy-data" title='The "free-busy-data" signal'>free-busy-data</a>"                                 : <code class="literal">Run First</code>
375
375
</pre>
376
376
</div>
377
377
<div class="refsect1">
465
465
<hr>
466
466
<div class="refsect2">
467
467
<a name="e-cal-client-error-to-string"></a><h3>e_cal_client_error_to_string ()</h3>
468
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             e_cal_client_error_to_string        (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientError" title="enum ECalClientError"><span class="type">ECalClientError</span></a> code</code></em>);</pre>
 
468
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       e_cal_client_error_to_string        (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientError" title="enum ECalClientError"><span class="type">ECalClientError</span></a> code</code></em>);</pre>
469
469
<p>
470
470
FIXME: Document me.
471
471
</p>
474
474
<hr>
475
475
<div class="refsect2">
476
476
<a name="e-cal-client-error-create"></a><h3>e_cal_client_error_create ()</h3>
477
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="returnvalue">GError</span></a> *                  e_cal_client_error_create           (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientError" title="enum ECalClientError"><span class="type">ECalClientError</span></a> code</code></em>,
478
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *custom_msg</code></em>);</pre>
 
477
<pre class="programlisting"><span class="returnvalue">GError</span> *            e_cal_client_error_create           (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientError" title="enum ECalClientError"><span class="type">ECalClientError</span></a> code</code></em>,
 
478
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *custom_msg</code></em>);</pre>
479
479
<div class="variablelist"><table border="0">
480
480
<col align="left" valign="top">
481
481
<tbody>
485
485
</tr>
486
486
<tr>
487
487
<td><p><span class="term"><em class="parameter"><code>custom_msg</code></em> :</span></p></td>
488
 
<td>custom message to use for the error; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
488
<td>custom message to use for the error; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
489
489
</td>
490
490
</tr>
491
491
<tr>
492
492
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
493
 
<td>a new <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> containing an E_CAL_CLIENT_ERROR of the given
 
493
<td>a new <span class="type">GError</span> containing an E_CAL_CLIENT_ERROR of the given
494
494
<em class="parameter"><code>code</code></em>. If the <em class="parameter"><code>custom_msg</code></em> is NULL, then the error message is
495
495
the one returned from <a class="link" href="ECalClient.html#e-cal-client-error-to-string" title="e_cal_client_error_to_string ()"><code class="function">e_cal_client_error_to_string()</code></a> for the <em class="parameter"><code>code</code></em>,
496
496
otherwise the given message is used.
497
 
Returned pointer should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#g-error-free"><code class="function">g_error_free()</code></a>.</td>
 
497
Returned pointer should be freed with <code class="function">g_error_free()</code>.</td>
498
498
</tr>
499
499
</tbody>
500
500
</table></div>
503
503
<hr>
504
504
<div class="refsect2">
505
505
<a name="e-cal-client-new"></a><h3>e_cal_client_new ()</h3>
506
 
<pre class="programlisting"><a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *               e_cal_client_new                    (<em class="parameter"><code><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
 
506
<pre class="programlisting"><a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *        e_cal_client_new                    (<em class="parameter"><code><span class="type">ESource</span> *source</code></em>,
507
507
                                                         <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
508
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
508
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
509
509
<p>
510
510
Creates a new <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> corresponding to the given source.  There are
511
511
only two operations that are valid on this calendar at this point:
512
 
<a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/EClient.html#e-client-open"><code class="function">e_client_open()</code></a>, and <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/EClient.html#e-client-remove"><code class="function">e_client_remove()</code></a>.
 
512
<code class="function">e_client_open()</code>, and <code class="function">e_client_remove()</code>.
513
513
</p>
514
514
<div class="variablelist"><table border="0">
515
515
<col align="left" valign="top">
516
516
<tbody>
517
517
<tr>
518
518
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
519
 
<td>An <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> pointer</td>
 
519
<td>An <span class="type">ESource</span> pointer</td>
520
520
</tr>
521
521
<tr>
522
522
<td><p><span class="term"><em class="parameter"><code>source_type</code></em> :</span></p></td>
524
524
</tr>
525
525
<tr>
526
526
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
527
 
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> pointer</td>
 
527
<td>A <span class="type">GError</span> pointer</td>
528
528
</tr>
529
529
<tr>
530
530
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
537
537
<hr>
538
538
<div class="refsect2">
539
539
<a name="e-cal-client-new-from-uri"></a><h3>e_cal_client_new_from_uri ()</h3>
540
 
<pre class="programlisting"><a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *               e_cal_client_new_from_uri           (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
 
540
<pre class="programlisting"><a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *        e_cal_client_new_from_uri           (<em class="parameter"><code>const <span class="type">gchar</span> *uri</code></em>,
541
541
                                                         <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
542
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
542
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
543
543
<p>
544
544
Creates a new <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> corresponding to the given uri.  See the
545
545
documentation for <a class="link" href="ECalClient.html#e-cal-client-new" title="e_cal_client_new ()"><code class="function">e_cal_client_new()</code></a> for further information.
557
557
</tr>
558
558
<tr>
559
559
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
560
 
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> pointer</td>
 
560
<td>A <span class="type">GError</span> pointer</td>
561
561
</tr>
562
562
<tr>
563
563
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
570
570
<hr>
571
571
<div class="refsect2">
572
572
<a name="e-cal-client-new-system"></a><h3>e_cal_client_new_system ()</h3>
573
 
<pre class="programlisting"><a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *               e_cal_client_new_system             (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
574
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
573
<pre class="programlisting"><a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *        e_cal_client_new_system             (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
 
574
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
575
575
<p>
576
576
Creates a new <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> corresponding to the user's system
577
577
calendar.  See the documentation for <a class="link" href="ECalClient.html#e-cal-client-new" title="e_cal_client_new ()"><code class="function">e_cal_client_new()</code></a> for further
586
586
</tr>
587
587
<tr>
588
588
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
589
 
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> pointer</td>
 
589
<td>A <span class="type">GError</span> pointer</td>
590
590
</tr>
591
591
<tr>
592
592
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
599
599
<hr>
600
600
<div class="refsect2">
601
601
<a name="e-cal-client-new-default"></a><h3>e_cal_client_new_default ()</h3>
602
 
<pre class="programlisting"><a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *               e_cal_client_new_default            (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
603
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
602
<pre class="programlisting"><a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *        e_cal_client_new_default            (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
 
603
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
604
604
<p>
605
605
Creates a new <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> corresponding to the user's default
606
606
calendar.  See the documentation for <a class="link" href="ECalClient.html#e-cal-client-new" title="e_cal_client_new ()"><code class="function">e_cal_client_new()</code></a> for
615
615
</tr>
616
616
<tr>
617
617
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
618
 
<td>return location for a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
618
<td>return location for a <span class="type">GError</span>, or <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
619
619
</td>
620
620
</tr>
621
621
<tr>
630
630
<hr>
631
631
<div class="refsect2">
632
632
<a name="e-cal-client-set-default"></a><h3>e_cal_client_set_default ()</h3>
633
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_set_default            (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
634
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
633
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_set_default            (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
634
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
635
635
<p>
636
 
Sets the <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> of the <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> as the "default" calendar.  This is the source
 
636
Sets the <span class="type">ESource</span> of the <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> as the "default" calendar.  This is the source
637
637
that will be loaded in the <code class="function">e_cal_client_get_default_calendar()</code> call.
638
638
</p>
639
639
<div class="variablelist"><table border="0">
645
645
</tr>
646
646
<tr>
647
647
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
648
 
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> pointer</td>
 
648
<td>A <span class="type">GError</span> pointer</td>
649
649
</tr>
650
650
<tr>
651
651
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
652
652
<td>
653
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the setting was stored in libecal's ESourceList, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
 
653
<code class="literal">TRUE</code> if the setting was stored in libecal's ESourceList, otherwise <code class="literal">FALSE</code>.</td>
654
654
</tr>
655
655
</tbody>
656
656
</table></div>
659
659
<hr>
660
660
<div class="refsect2">
661
661
<a name="e-cal-client-set-default-source"></a><h3>e_cal_client_set_default_source ()</h3>
662
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_set_default_source     (<em class="parameter"><code><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
 
662
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_set_default_source     (<em class="parameter"><code><span class="type">ESource</span> *source</code></em>,
663
663
                                                         <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
664
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
664
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
665
665
<p>
666
666
Sets <em class="parameter"><code>source</code></em> as the "default" calendar.  This is the source that
667
667
will be loaded in the <code class="function">e_cal_client_get_default_calendar()</code> call.
671
671
<tbody>
672
672
<tr>
673
673
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
674
 
<td>An <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> pointer</td>
 
674
<td>An <span class="type">ESource</span> pointer</td>
675
675
</tr>
676
676
<tr>
677
677
<td><p><span class="term"><em class="parameter"><code>source_type</code></em> :</span></p></td>
679
679
</tr>
680
680
<tr>
681
681
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
682
 
<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> pointer</td>
 
682
<td>A <span class="type">GError</span> pointer</td>
683
683
</tr>
684
684
<tr>
685
685
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
686
686
<td>
687
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the setting was stored in libecal's ESourceList, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
 
687
<code class="literal">TRUE</code> if the setting was stored in libecal's ESourceList, otherwise <code class="literal">FALSE</code>.</td>
688
688
</tr>
689
689
</tbody>
690
690
</table></div>
693
693
<hr>
694
694
<div class="refsect2">
695
695
<a name="e-cal-client-get-sources"></a><h3>e_cal_client_get_sources ()</h3>
696
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_sources            (<em class="parameter"><code><a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
 
696
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_sources            (<em class="parameter"><code><span class="type">ESourceList</span> **sources</code></em>,
697
697
                                                         <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
698
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
698
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
699
699
<p>
700
700
Populate @*sources with the list of all sources which have been
701
701
added to Evolution.
705
705
<tbody>
706
706
<tr>
707
707
<td><p><span class="term"><em class="parameter"><code>sources</code></em> :</span></p></td>
708
 
<td>A pointer to an <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> to set. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
708
<td>A pointer to an <span class="type">ESourceList</span> to set. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
709
709
</td>
710
710
</tr>
711
711
<tr>
719
719
<tr>
720
720
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
721
721
<td>
722
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>sources</code></em> was set, otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</td>
 
722
<code class="literal">TRUE</code> if <em class="parameter"><code>sources</code></em> was set, otherwise <code class="literal">FALSE</code>.</td>
723
723
</tr>
724
724
</tbody>
725
725
</table></div>
728
728
<hr>
729
729
<div class="refsect2">
730
730
<a name="e-cal-client-get-source-type"></a><h3>e_cal_client_get_source_type ()</h3>
731
 
<pre class="programlisting"><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="returnvalue">ECalClientSourceType</span></a>  e_cal_client_get_source_type      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);</pre>
 
731
<pre class="programlisting"><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="returnvalue">ECalClientSourceType</span></a> e_cal_client_get_source_type       (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);</pre>
732
732
<p>
733
733
Gets the source type of the calendar client.
734
734
</p>
751
751
<hr>
752
752
<div class="refsect2">
753
753
<a name="e-cal-client-get-local-attachment-store"></a><h3>e_cal_client_get_local_attachment_store ()</h3>
754
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *                    e_cal_client_get_local_attachment_store
 
754
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       e_cal_client_get_local_attachment_store
755
755
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);</pre>
756
756
<p>
757
757
Queries the URL where the calendar attachments are
804
804
<hr>
805
805
<div class="refsect2">
806
806
<a name="e-cal-client-get-default-timezone"></a><h3>e_cal_client_get_default_timezone ()</h3>
807
 
<pre class="programlisting"><span class="returnvalue">icaltimezone</span> *                 e_cal_client_get_default_timezone   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);</pre>
 
807
<pre class="programlisting"><span class="returnvalue">icaltimezone</span> *      e_cal_client_get_default_timezone   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);</pre>
808
808
<div class="variablelist"><table border="0">
809
809
<col align="left" valign="top">
810
810
<tbody>
824
824
<hr>
825
825
<div class="refsect2">
826
826
<a name="e-cal-client-check-one-alarm-only"></a><h3>e_cal_client_check_one_alarm_only ()</h3>
827
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_check_one_alarm_only   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);</pre>
 
827
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_check_one_alarm_only   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);</pre>
828
828
<p>
829
829
Checks if a calendar supports only one alarm per component.
830
830
</p>
846
846
<hr>
847
847
<div class="refsect2">
848
848
<a name="e-cal-client-check-save-schedules"></a><h3>e_cal_client_check_save_schedules ()</h3>
849
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_check_save_schedules   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);</pre>
 
849
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_check_save_schedules   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);</pre>
850
850
<p>
851
851
Checks whether the calendar saves schedules.
852
852
</p>
868
868
<hr>
869
869
<div class="refsect2">
870
870
<a name="e-cal-client-check-organizer-must-attend"></a><h3>e_cal_client_check_organizer_must_attend ()</h3>
871
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_check_organizer_must_attend
 
871
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_check_organizer_must_attend
872
872
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);</pre>
873
873
<p>
874
874
Checks if a calendar forces organizers of meetings to be also attendees.
892
892
<hr>
893
893
<div class="refsect2">
894
894
<a name="e-cal-client-check-organizer-must-accept"></a><h3>e_cal_client_check_organizer_must_accept ()</h3>
895
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_check_organizer_must_accept
 
895
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_check_organizer_must_accept
896
896
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);</pre>
897
897
<p>
898
898
</p>
900
900
<hr>
901
901
<div class="refsect2">
902
902
<a name="e-cal-client-check-recurrences-no-master"></a><h3>e_cal_client_check_recurrences_no_master ()</h3>
903
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_check_recurrences_no_master
 
903
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_check_recurrences_no_master
904
904
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);</pre>
905
905
<p>
906
906
Checks if the calendar has a master object for recurrences.
924
924
<hr>
925
925
<div class="refsect2">
926
926
<a name="e-cal-client-free-icalcomp-slist"></a><h3>e_cal_client_free_icalcomp_slist ()</h3>
927
 
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_free_icalcomp_slist    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *icalcomps</code></em>);</pre>
 
927
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_free_icalcomp_slist    (<em class="parameter"><code><span class="type">GSList</span> *icalcomps</code></em>);</pre>
928
928
<p>
929
929
Frees each element of <em class="parameter"><code>icalcomps</code></em> list and the list itself.
930
930
Each element is an object of icalcomponent type.
941
941
<hr>
942
942
<div class="refsect2">
943
943
<a name="e-cal-client-free-ecalcomp-slist"></a><h3>e_cal_client_free_ecalcomp_slist ()</h3>
944
 
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_free_ecalcomp_slist    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *ecalcomps</code></em>);</pre>
 
944
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_free_ecalcomp_slist    (<em class="parameter"><code><span class="type">GSList</span> *ecalcomps</code></em>);</pre>
945
945
<p>
946
946
Frees each element of <em class="parameter"><code>ecalcomps</code></em> list and the list itself.
947
947
Each element is an object of ECalComponent type.
958
958
<hr>
959
959
<div class="refsect2">
960
960
<a name="e-cal-client-resolve-tzid-cb"></a><h3>e_cal_client_resolve_tzid_cb ()</h3>
961
 
<pre class="programlisting"><span class="returnvalue">icaltimezone</span> *          e_cal_client_resolve_tzid_cb        (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tzid</code></em>,
962
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
 
961
<pre class="programlisting"><span class="returnvalue">icaltimezone</span> *      e_cal_client_resolve_tzid_cb        (<em class="parameter"><code>const <span class="type">gchar</span> *tzid</code></em>,
 
962
                                                         <em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
963
963
<p>
964
964
Resolves TZIDs for the recurrence generator.
965
965
</p>
976
976
</tr>
977
977
<tr>
978
978
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
979
 
<td>The timezone identified by the <em class="parameter"><code>tzid</code></em> argument, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if
 
979
<td>The timezone identified by the <em class="parameter"><code>tzid</code></em> argument, or <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> if
980
980
it could not be found.</td>
981
981
</tr>
982
982
</tbody>
989
989
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_generate_instances     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
990
990
                                                         <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
991
991
                                                         <em class="parameter"><code><span class="type">time_t</span> end</code></em>,
992
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
992
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
993
993
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-recur.html#ECalRecurInstanceFn" title="ECalRecurInstanceFn ()"><span class="type">ECalRecurInstanceFn</span></a> cb</code></em>,
994
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cb_data</code></em>,
995
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy_cb_data</code></em>);</pre>
 
994
                                                         <em class="parameter"><code><span class="type">gpointer</span> cb_data</code></em>,
 
995
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> destroy_cb_data</code></em>);</pre>
996
996
<p>
997
997
Does a combination of #<a class="link" href="ECalClient.html#e-cal-client-get-object-list" title="e_cal_client_get_object_list ()"><code class="function">e_cal_client_get_object_list()</code></a> and
998
998
#<code class="function">e_cal_client_recur_generate_instances()</code>. Unlike #<a class="link" href="ECalClient.html#e-cal-client-generate-instances-sync" title="e_cal_client_generate_instances_sync ()"><code class="function">e_cal_client_generate_instances_sync()</code></a>,
999
999
this returns immediately and the <em class="parameter"><code>cb</code></em> callback is called asynchronously.
1000
1000
</p>
1001
1001
<p>
1002
 
The callback function should do a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> of the calendar component
 
1002
The callback function should do a <code class="function">g_object_ref()</code> of the calendar component
1003
1003
it gets passed if it intends to keep it around, since it will be unref'ed
1004
1004
as soon as the callback returns.
1005
1005
</p>
1020
1020
</tr>
1021
1021
<tr>
1022
1022
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1023
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
1023
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
1024
1024
</td>
1025
1025
</tr>
1026
1026
<tr>
1033
1033
</tr>
1034
1034
<tr>
1035
1035
<td><p><span class="term"><em class="parameter"><code>destroy_cb_data</code></em> :</span></p></td>
1036
 
<td>Function to call when the processing is done, to free <em class="parameter"><code>cb_data</code></em>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
 
1036
<td>Function to call when the processing is done, to free <em class="parameter"><code>cb_data</code></em>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.</td>
1037
1037
</tr>
1038
1038
</tbody>
1039
1039
</table></div>
1047
1047
                                                         <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
1048
1048
                                                         <em class="parameter"><code><span class="type">time_t</span> end</code></em>,
1049
1049
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-recur.html#ECalRecurInstanceFn" title="ECalRecurInstanceFn ()"><span class="type">ECalRecurInstanceFn</span></a> cb</code></em>,
1050
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cb_data</code></em>);</pre>
 
1050
                                                         <em class="parameter"><code><span class="type">gpointer</span> cb_data</code></em>);</pre>
1051
1051
<p>
1052
1052
Does a combination of #<a class="link" href="ECalClient.html#e-cal-client-get-object-list" title="e_cal_client_get_object_list ()"><code class="function">e_cal_client_get_object_list()</code></a> and
1053
1053
#<code class="function">e_cal_client_recur_generate_instances()</code>.
1054
1054
</p>
1055
1055
<p>
1056
 
The callback function should do a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> of the calendar component
 
1056
The callback function should do a <code class="function">g_object_ref()</code> of the calendar component
1057
1057
it gets passed if it intends to keep it around, since it will be unref'ed
1058
1058
as soon as the callback returns.
1059
1059
</p>
1092
1092
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
1093
1093
                                                         <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
1094
1094
                                                         <em class="parameter"><code><span class="type">time_t</span> end</code></em>,
1095
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
1095
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
1096
1096
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-recur.html#ECalRecurInstanceFn" title="ECalRecurInstanceFn ()"><span class="type">ECalRecurInstanceFn</span></a> cb</code></em>,
1097
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cb_data</code></em>,
1098
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> destroy_cb_data</code></em>);</pre>
 
1097
                                                         <em class="parameter"><code><span class="type">gpointer</span> cb_data</code></em>,
 
1098
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> destroy_cb_data</code></em>);</pre>
1099
1099
<p>
1100
1100
Does a combination of #<a class="link" href="ECalClient.html#e-cal-client-get-object-list" title="e_cal_client_get_object_list ()"><code class="function">e_cal_client_get_object_list()</code></a> and
1101
1101
#<code class="function">e_cal_client_recur_generate_instances()</code>, like #<a class="link" href="ECalClient.html#e-cal-client-generate-instances" title="e_cal_client_generate_instances ()"><code class="function">e_cal_client_generate_instances()</code></a>, but
1103
1103
this returns immediately and the <em class="parameter"><code>cb</code></em> callback is called asynchronously.
1104
1104
</p>
1105
1105
<p>
1106
 
The callback function should do a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> of the calendar component
 
1106
The callback function should do a <code class="function">g_object_ref()</code> of the calendar component
1107
1107
it gets passed if it intends to keep it around, since it will be unref'ed
1108
1108
as soon as the callback returns.
1109
1109
</p>
1128
1128
</tr>
1129
1129
<tr>
1130
1130
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1131
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
1131
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
1132
1132
</td>
1133
1133
</tr>
1134
1134
<tr>
1141
1141
</tr>
1142
1142
<tr>
1143
1143
<td><p><span class="term"><em class="parameter"><code>destroy_cb_data</code></em> :</span></p></td>
1144
 
<td>Function to call when the processing is done, to free <em class="parameter"><code>cb_data</code></em>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
 
1144
<td>Function to call when the processing is done, to free <em class="parameter"><code>cb_data</code></em>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>.</td>
1145
1145
</tr>
1146
1146
</tbody>
1147
1147
</table></div>
1156
1156
                                                         <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
1157
1157
                                                         <em class="parameter"><code><span class="type">time_t</span> end</code></em>,
1158
1158
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-recur.html#ECalRecurInstanceFn" title="ECalRecurInstanceFn ()"><span class="type">ECalRecurInstanceFn</span></a> cb</code></em>,
1159
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> cb_data</code></em>);</pre>
 
1159
                                                         <em class="parameter"><code><span class="type">gpointer</span> cb_data</code></em>);</pre>
1160
1160
<p>
1161
1161
Does a combination of #<a class="link" href="ECalClient.html#e-cal-client-get-object-list" title="e_cal_client_get_object_list ()"><code class="function">e_cal_client_get_object_list()</code></a> and
1162
1162
#<code class="function">e_cal_client_recur_generate_instances()</code>, like #<a class="link" href="ECalClient.html#e-cal-client-generate-instances-sync" title="e_cal_client_generate_instances_sync ()"><code class="function">e_cal_client_generate_instances_sync()</code></a>, but
1163
1163
for a single object.
1164
1164
</p>
1165
1165
<p>
1166
 
The callback function should do a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> of the calendar component
 
1166
The callback function should do a <code class="function">g_object_ref()</code> of the calendar component
1167
1167
it gets passed if it intends to keep it around, since it will be unref'ed
1168
1168
as soon as the callback returns.
1169
1169
</p>
1201
1201
<hr>
1202
1202
<div class="refsect2">
1203
1203
<a name="e-cal-client-get-component-as-string"></a><h3>e_cal_client_get_component_as_string ()</h3>
1204
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *                        e_cal_client_get_component_as_string
 
1204
<pre class="programlisting"><span class="returnvalue">gchar</span> *             e_cal_client_get_component_as_string
1205
1205
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1206
1206
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>);</pre>
1207
1207
<p>
1222
1222
<tr>
1223
1223
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1224
1224
<td>the component as a complete iCalendar string, or NULL on
1225
 
failure. The string should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
 
1225
failure. The string should be freed with <code class="function">g_free()</code>.</td>
1226
1226
</tr>
1227
1227
</tbody>
1228
1228
</table></div>
1232
1232
<div class="refsect2">
1233
1233
<a name="e-cal-client-get-default-object"></a><h3>e_cal_client_get_default_object ()</h3>
1234
1234
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_get_default_object     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1235
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1236
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1237
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
1235
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1236
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
1237
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
1238
1238
<p>
1239
1239
Retrives an <span class="type">icalcomponent</span> from the backend that contains the default
1240
1240
values for properties needed. The call is finished
1250
1250
</tr>
1251
1251
<tr>
1252
1252
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1253
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
1253
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
1254
1254
</td>
1255
1255
</tr>
1256
1256
<tr>
1269
1269
<hr>
1270
1270
<div class="refsect2">
1271
1271
<a name="e-cal-client-get-default-object-finish"></a><h3>e_cal_client_get_default_object_finish ()</h3>
1272
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_default_object_finish
 
1272
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_default_object_finish
1273
1273
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1274
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
 
1274
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
1275
1275
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> **icalcomp</code></em>,
1276
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
1276
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1277
1277
<p>
1278
1278
Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-get-default-object" title="e_cal_client_get_default_object ()"><code class="function">e_cal_client_get_default_object()</code></a> and
1279
1279
sets <em class="parameter"><code>icalcomp</code></em> to an <span class="type">icalcomponent</span> from the backend that contains
1290
1290
</tr>
1291
1291
<tr>
1292
1292
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
1293
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
 
1293
<td>a <span class="type">GAsyncResult</span>
1294
1294
</td>
1295
1295
</tr>
1296
1296
<tr>
1300
1300
</tr>
1301
1301
<tr>
1302
1302
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1303
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
1303
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1304
1304
</td>
1305
1305
</tr>
1306
1306
<tr>
1307
1307
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1308
1308
<td>
1309
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
1309
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
1310
1310
</tr>
1311
1311
</tbody>
1312
1312
</table></div>
1315
1315
<hr>
1316
1316
<div class="refsect2">
1317
1317
<a name="e-cal-client-get-default-object-sync"></a><h3>e_cal_client_get_default_object_sync ()</h3>
1318
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_default_object_sync
 
1318
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_default_object_sync
1319
1319
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1320
1320
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> **icalcomp</code></em>,
1321
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1322
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
1321
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1322
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1323
1323
<p>
1324
1324
Retrives an <span class="type">icalcomponent</span> from the backend that contains the default
1325
1325
values for properties needed. This <em class="parameter"><code>icalcomp</code></em> should be freed with
1340
1340
</tr>
1341
1341
<tr>
1342
1342
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1343
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
1343
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
1344
1344
</td>
1345
1345
</tr>
1346
1346
<tr>
1347
1347
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1348
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
1348
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1349
1349
</td>
1350
1350
</tr>
1351
1351
<tr>
1352
1352
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1353
1353
<td>
1354
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
1354
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
1355
1355
</tr>
1356
1356
</tbody>
1357
1357
</table></div>
1361
1361
<div class="refsect2">
1362
1362
<a name="e-cal-client-get-object"></a><h3>e_cal_client_get_object ()</h3>
1363
1363
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_get_object             (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1364
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
1365
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
1366
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1367
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1368
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
1364
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
1365
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
 
1366
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1367
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
1368
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
1369
1369
<p>
1370
1370
Queries a calendar for a calendar component object based on its unique
1371
1371
identifier. The call is finished by <a class="link" href="ECalClient.html#e-cal-client-get-object-finish" title="e_cal_client_get_object_finish ()"><code class="function">e_cal_client_get_object_finish()</code></a>
1394
1394
</tr>
1395
1395
<tr>
1396
1396
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1397
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
1397
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
1398
1398
</td>
1399
1399
</tr>
1400
1400
<tr>
1413
1413
<hr>
1414
1414
<div class="refsect2">
1415
1415
<a name="e-cal-client-get-object-finish"></a><h3>e_cal_client_get_object_finish ()</h3>
1416
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_object_finish      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1417
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
 
1416
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_object_finish      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
1417
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
1418
1418
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> **icalcomp</code></em>,
1419
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
1419
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1420
1420
<p>
1421
1421
Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-get-object" title="e_cal_client_get_object ()"><code class="function">e_cal_client_get_object()</code></a> and
1422
1422
sets <em class="parameter"><code>icalcomp</code></em> to queried component. This function always returns
1438
1438
</tr>
1439
1439
<tr>
1440
1440
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
1441
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
 
1441
<td>a <span class="type">GAsyncResult</span>
1442
1442
</td>
1443
1443
</tr>
1444
1444
<tr>
1448
1448
</tr>
1449
1449
<tr>
1450
1450
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1451
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
1451
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1452
1452
</td>
1453
1453
</tr>
1454
1454
<tr>
1455
1455
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1456
1456
<td>
1457
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
1457
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
1458
1458
</tr>
1459
1459
</tbody>
1460
1460
</table></div>
1463
1463
<hr>
1464
1464
<div class="refsect2">
1465
1465
<a name="e-cal-client-get-object-sync"></a><h3>e_cal_client_get_object_sync ()</h3>
1466
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_object_sync        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1467
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
1468
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
 
1466
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_object_sync        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
1467
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
1468
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
1469
1469
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> **icalcomp</code></em>,
1470
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1471
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
1470
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1471
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1472
1472
<p>
1473
1473
Queries a calendar for a calendar component object based
1474
1474
on its unique identifier. This function always returns
1503
1503
</tr>
1504
1504
<tr>
1505
1505
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1506
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
1506
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
1507
1507
</td>
1508
1508
</tr>
1509
1509
<tr>
1510
1510
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1511
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
1511
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1512
1512
</td>
1513
1513
</tr>
1514
1514
<tr>
1515
1515
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1516
1516
<td>
1517
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
1517
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
1518
1518
</tr>
1519
1519
</tbody>
1520
1520
</table></div>
1524
1524
<div class="refsect2">
1525
1525
<a name="e-cal-client-get-objects-for-uid"></a><h3>e_cal_client_get_objects_for_uid ()</h3>
1526
1526
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_get_objects_for_uid    (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1527
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
1528
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1529
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1530
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
1527
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
1528
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1529
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
1530
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
1531
1531
<p>
1532
1532
Queries a calendar for all calendar components with the given unique
1533
1533
ID. This will return any recurring event and all its detached recurrences.
1549
1549
</tr>
1550
1550
<tr>
1551
1551
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1552
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
1552
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
1553
1553
</td>
1554
1554
</tr>
1555
1555
<tr>
1568
1568
<hr>
1569
1569
<div class="refsect2">
1570
1570
<a name="e-cal-client-get-objects-for-uid-finish"></a><h3>e_cal_client_get_objects_for_uid_finish ()</h3>
1571
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_objects_for_uid_finish
 
1571
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_objects_for_uid_finish
1572
1572
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1573
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
1574
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **ecalcomps</code></em>,
1575
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
1573
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
1574
                                                         <em class="parameter"><code><span class="type">GSList</span> **ecalcomps</code></em>,
 
1575
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1576
1576
<p>
1577
1577
Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-get-objects-for-uid" title="e_cal_client_get_objects_for_uid ()"><code class="function">e_cal_client_get_objects_for_uid()</code></a> and
1578
1578
sets <em class="parameter"><code>ecalcomps</code></em> to a list of <span class="type">ECalComponent-s</span> corresponding to
1589
1589
</tr>
1590
1590
<tr>
1591
1591
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
1592
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
 
1592
<td>a <span class="type">GAsyncResult</span>
1593
1593
</td>
1594
1594
</tr>
1595
1595
<tr>
1599
1599
</tr>
1600
1600
<tr>
1601
1601
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1602
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
1602
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1603
1603
</td>
1604
1604
</tr>
1605
1605
<tr>
1606
1606
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1607
1607
<td>
1608
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
1608
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
1609
1609
</tr>
1610
1610
</tbody>
1611
1611
</table></div>
1614
1614
<hr>
1615
1615
<div class="refsect2">
1616
1616
<a name="e-cal-client-get-objects-for-uid-sync"></a><h3>e_cal_client_get_objects_for_uid_sync ()</h3>
1617
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_objects_for_uid_sync
 
1617
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_objects_for_uid_sync
1618
1618
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1619
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
1620
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **ecalcomps</code></em>,
1621
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1622
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
1619
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
1620
                                                         <em class="parameter"><code><span class="type">GSList</span> **ecalcomps</code></em>,
 
1621
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1622
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1623
1623
<p>
1624
1624
Queries a calendar for all calendar components with the given unique
1625
1625
ID. This will return any recurring event and all its detached recurrences.
1645
1645
</tr>
1646
1646
<tr>
1647
1647
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1648
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
1648
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
1649
1649
</td>
1650
1650
</tr>
1651
1651
<tr>
1652
1652
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1653
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
1653
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1654
1654
</td>
1655
1655
</tr>
1656
1656
<tr>
1657
1657
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1658
1658
<td>
1659
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
1659
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
1660
1660
</tr>
1661
1661
</tbody>
1662
1662
</table></div>
1666
1666
<div class="refsect2">
1667
1667
<a name="e-cal-client-get-object-list"></a><h3>e_cal_client_get_object_list ()</h3>
1668
1668
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_get_object_list        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1669
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sexp</code></em>,
1670
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1671
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1672
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
1669
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *sexp</code></em>,
 
1670
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1671
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
1672
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
1673
1673
<p>
1674
1674
Gets a list of objects from the calendar that match the query specified
1675
1675
by the <em class="parameter"><code>sexp</code></em> argument, returning matching objects as a list of <span class="type">icalcomponent-s</span>.
1690
1690
</tr>
1691
1691
<tr>
1692
1692
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1693
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
1693
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
1694
1694
</td>
1695
1695
</tr>
1696
1696
<tr>
1709
1709
<hr>
1710
1710
<div class="refsect2">
1711
1711
<a name="e-cal-client-get-object-list-finish"></a><h3>e_cal_client_get_object_list_finish ()</h3>
1712
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_object_list_finish (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1713
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
1714
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **icalcomps</code></em>,
1715
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
1712
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_object_list_finish (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
1713
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
1714
                                                         <em class="parameter"><code><span class="type">GSList</span> **icalcomps</code></em>,
 
1715
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1716
1716
<p>
1717
1717
Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-get-object-list" title="e_cal_client_get_object_list ()"><code class="function">e_cal_client_get_object_list()</code></a> and
1718
1718
sets <em class="parameter"><code>icalcomps</code></em> to a matching list of <span class="type">icalcomponent-s</span>.
1728
1728
</tr>
1729
1729
<tr>
1730
1730
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
1731
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
 
1731
<td>a <span class="type">GAsyncResult</span>
1732
1732
</td>
1733
1733
</tr>
1734
1734
<tr>
1738
1738
</tr>
1739
1739
<tr>
1740
1740
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1741
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
1741
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1742
1742
</td>
1743
1743
</tr>
1744
1744
<tr>
1745
1745
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1746
1746
<td>
1747
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
1747
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
1748
1748
</tr>
1749
1749
</tbody>
1750
1750
</table></div>
1753
1753
<hr>
1754
1754
<div class="refsect2">
1755
1755
<a name="e-cal-client-get-object-list-sync"></a><h3>e_cal_client_get_object_list_sync ()</h3>
1756
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_object_list_sync   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1757
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sexp</code></em>,
1758
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **icalcomps</code></em>,
1759
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1760
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
1756
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_object_list_sync   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
1757
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *sexp</code></em>,
 
1758
                                                         <em class="parameter"><code><span class="type">GSList</span> **icalcomps</code></em>,
 
1759
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1760
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1761
1761
<p>
1762
1762
Gets a list of objects from the calendar that match the query specified
1763
1763
by the <em class="parameter"><code>sexp</code></em> argument. The objects will be returned in the <em class="parameter"><code>icalcomps</code></em>
1783
1783
</tr>
1784
1784
<tr>
1785
1785
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1786
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
1786
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
1787
1787
</td>
1788
1788
</tr>
1789
1789
<tr>
1790
1790
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1791
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
1791
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1792
1792
</td>
1793
1793
</tr>
1794
1794
<tr>
1795
1795
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1796
1796
<td>
1797
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
1797
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
1798
1798
</tr>
1799
1799
</tbody>
1800
1800
</table></div>
1805
1805
<a name="e-cal-client-get-object-list-as-comps"></a><h3>e_cal_client_get_object_list_as_comps ()</h3>
1806
1806
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_get_object_list_as_comps
1807
1807
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1808
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sexp</code></em>,
1809
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1810
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1811
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
1808
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *sexp</code></em>,
 
1809
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1810
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
1811
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
1812
1812
<p>
1813
1813
Gets a list of objects from the calendar that match the query specified
1814
1814
by the <em class="parameter"><code>sexp</code></em> argument, returning matching objects as a list of <span class="type">ECalComponent-s</span>.
1829
1829
</tr>
1830
1830
<tr>
1831
1831
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1832
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
1832
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
1833
1833
</td>
1834
1834
</tr>
1835
1835
<tr>
1848
1848
<hr>
1849
1849
<div class="refsect2">
1850
1850
<a name="e-cal-client-get-object-list-as-comps-finish"></a><h3>e_cal_client_get_object_list_as_comps_finish ()</h3>
1851
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_object_list_as_comps_finish
 
1851
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_object_list_as_comps_finish
1852
1852
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1853
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
1854
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **ecalcomps</code></em>,
1855
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
1853
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
1854
                                                         <em class="parameter"><code><span class="type">GSList</span> **ecalcomps</code></em>,
 
1855
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1856
1856
<p>
1857
1857
Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-get-object-list-as-comps" title="e_cal_client_get_object_list_as_comps ()"><code class="function">e_cal_client_get_object_list_as_comps()</code></a> and
1858
1858
sets <em class="parameter"><code>ecalcomps</code></em> to a matching list of <span class="type">ECalComponent-s</span>.
1868
1868
</tr>
1869
1869
<tr>
1870
1870
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
1871
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
 
1871
<td>a <span class="type">GAsyncResult</span>
1872
1872
</td>
1873
1873
</tr>
1874
1874
<tr>
1878
1878
</tr>
1879
1879
<tr>
1880
1880
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1881
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
1881
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1882
1882
</td>
1883
1883
</tr>
1884
1884
<tr>
1885
1885
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1886
1886
<td>
1887
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
1887
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
1888
1888
</tr>
1889
1889
</tbody>
1890
1890
</table></div>
1893
1893
<hr>
1894
1894
<div class="refsect2">
1895
1895
<a name="e-cal-client-get-object-list-as-comps-sync"></a><h3>e_cal_client_get_object_list_as_comps_sync ()</h3>
1896
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_object_list_as_comps_sync
 
1896
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_object_list_as_comps_sync
1897
1897
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1898
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sexp</code></em>,
1899
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **ecalcomps</code></em>,
1900
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1901
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
1898
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *sexp</code></em>,
 
1899
                                                         <em class="parameter"><code><span class="type">GSList</span> **ecalcomps</code></em>,
 
1900
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1901
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1902
1902
<p>
1903
1903
Gets a list of objects from the calendar that match the query specified
1904
1904
by the <em class="parameter"><code>sexp</code></em> argument. The objects will be returned in the <em class="parameter"><code>ecalcomps</code></em>
1924
1924
</tr>
1925
1925
<tr>
1926
1926
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1927
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
1927
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
1928
1928
</td>
1929
1929
</tr>
1930
1930
<tr>
1931
1931
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1932
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
1932
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1933
1933
</td>
1934
1934
</tr>
1935
1935
<tr>
1936
1936
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1937
1937
<td>
1938
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
1938
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
1939
1939
</tr>
1940
1940
</tbody>
1941
1941
</table></div>
1947
1947
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_get_free_busy          (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
1948
1948
                                                         <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
1949
1949
                                                         <em class="parameter"><code><span class="type">time_t</span> end</code></em>,
1950
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *users</code></em>,
1951
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1952
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1953
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
1950
                                                         <em class="parameter"><code>const <span class="type">GSList</span> *users</code></em>,
 
1951
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1952
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
1953
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
1954
1954
<p>
1955
1955
Begins retrieval of free/busy information from the calendar server
1956
1956
as a list of <span class="type">ECalComponent-s</span>. Connect to "free-busy-data" signal
1980
1980
</tr>
1981
1981
<tr>
1982
1982
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1983
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
1983
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
1984
1984
</td>
1985
1985
</tr>
1986
1986
<tr>
1999
1999
<hr>
2000
2000
<div class="refsect2">
2001
2001
<a name="e-cal-client-get-free-busy-finish"></a><h3>e_cal_client_get_free_busy_finish ()</h3>
2002
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_free_busy_finish   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2003
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
2004
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
2002
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_free_busy_finish   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
2003
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
2004
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2005
2005
<p>
2006
2006
Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-get-free-busy" title="e_cal_client_get_free_busy ()"><code class="function">e_cal_client_get_free_busy()</code></a>.
2007
2007
All VFREEBUSY <span class="type">ECalComponent-s</span> were received by "free-busy-data" signal.
2016
2016
</tr>
2017
2017
<tr>
2018
2018
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
2019
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
 
2019
<td>a <span class="type">GAsyncResult</span>
2020
2020
</td>
2021
2021
</tr>
2022
2022
<tr>
2023
2023
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2024
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
2024
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
2025
2025
</td>
2026
2026
</tr>
2027
2027
<tr>
2028
2028
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2029
2029
<td>
2030
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
2030
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
2031
2031
</tr>
2032
2032
</tbody>
2033
2033
</table></div>
2036
2036
<hr>
2037
2037
<div class="refsect2">
2038
2038
<a name="e-cal-client-get-free-busy-sync"></a><h3>e_cal_client_get_free_busy_sync ()</h3>
2039
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_free_busy_sync     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
2039
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_free_busy_sync     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2040
2040
                                                         <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
2041
2041
                                                         <em class="parameter"><code><span class="type">time_t</span> end</code></em>,
2042
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *users</code></em>,
2043
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2044
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
2042
                                                         <em class="parameter"><code>const <span class="type">GSList</span> *users</code></em>,
 
2043
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
2044
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2045
2045
<p>
2046
2046
Gets free/busy information from the calendar server.
2047
2047
All VFREEBUSY <span class="type">ECalComponent-s</span> were received by "free-busy-data" signal.
2068
2068
</tr>
2069
2069
<tr>
2070
2070
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2071
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
2071
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
2072
2072
</td>
2073
2073
</tr>
2074
2074
<tr>
2075
2075
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2076
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
2076
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
2077
2077
</td>
2078
2078
</tr>
2079
2079
<tr>
2080
2080
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2081
2081
<td>
2082
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
2082
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
2083
2083
</tr>
2084
2084
</tbody>
2085
2085
</table></div>
2090
2090
<a name="e-cal-client-create-object"></a><h3>e_cal_client_create_object ()</h3>
2091
2091
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_create_object          (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2092
2092
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
2093
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2094
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
2095
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
2093
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
2094
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
2095
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
2096
2096
<p>
2097
2097
Requests the calendar backend to create the object specified by the <em class="parameter"><code>icalcomp</code></em>
2098
2098
argument. Some backends would assign a specific UID to the newly created object,
2114
2114
</tr>
2115
2115
<tr>
2116
2116
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2117
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
2117
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
2118
2118
</td>
2119
2119
</tr>
2120
2120
<tr>
2133
2133
<hr>
2134
2134
<div class="refsect2">
2135
2135
<a name="e-cal-client-create-object-finish"></a><h3>e_cal_client_create_object_finish ()</h3>
2136
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_create_object_finish   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2137
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
2138
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **uid</code></em>,
2139
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
2136
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_create_object_finish   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
2137
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
2138
                                                         <em class="parameter"><code><span class="type">gchar</span> **uid</code></em>,
 
2139
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2140
2140
<p>
2141
2141
Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-create-object" title="e_cal_client_create_object ()"><code class="function">e_cal_client_create_object()</code></a> and
2142
2142
sets <em class="parameter"><code>uid</code></em> to newly assigned UID for the created object.
2143
 
This <em class="parameter"><code>uid</code></em> should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
 
2143
This <em class="parameter"><code>uid</code></em> should be freed with <code class="function">g_free()</code>.
2144
2144
</p>
2145
2145
<div class="variablelist"><table border="0">
2146
2146
<col align="left" valign="top">
2152
2152
</tr>
2153
2153
<tr>
2154
2154
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
2155
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
 
2155
<td>a <span class="type">GAsyncResult</span>
2156
2156
</td>
2157
2157
</tr>
2158
2158
<tr>
2162
2162
</tr>
2163
2163
<tr>
2164
2164
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2165
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
2165
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
2166
2166
</td>
2167
2167
</tr>
2168
2168
<tr>
2169
2169
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2170
2170
<td>
2171
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
2171
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
2172
2172
</tr>
2173
2173
</tbody>
2174
2174
</table></div>
2177
2177
<hr>
2178
2178
<div class="refsect2">
2179
2179
<a name="e-cal-client-create-object-sync"></a><h3>e_cal_client_create_object_sync ()</h3>
2180
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_create_object_sync     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
2180
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_create_object_sync     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2181
2181
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
2182
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **uid</code></em>,
2183
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2184
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
2182
                                                         <em class="parameter"><code><span class="type">gchar</span> **uid</code></em>,
 
2183
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
2184
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2185
2185
<p>
2186
2186
Requests the calendar backend to create the object specified by the <em class="parameter"><code>icalcomp</code></em>
2187
2187
argument. Some backends would assign a specific UID to the newly created object,
2188
2188
in those cases that UID would be returned in the <em class="parameter"><code>uid</code></em> argument. This function
2189
2189
does not modify the original <em class="parameter"><code>icalcomp</code></em> if its UID changes.
2190
 
Returned <em class="parameter"><code>uid</code></em> should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
 
2190
Returned <em class="parameter"><code>uid</code></em> should be freed with <code class="function">g_free()</code>.
2191
2191
</p>
2192
2192
<div class="variablelist"><table border="0">
2193
2193
<col align="left" valign="top">
2208
2208
</tr>
2209
2209
<tr>
2210
2210
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2211
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
2211
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
2212
2212
</td>
2213
2213
</tr>
2214
2214
<tr>
2215
2215
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2216
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
2216
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
2217
2217
</td>
2218
2218
</tr>
2219
2219
<tr>
2220
2220
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2221
2221
<td>
2222
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
2222
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
2223
2223
</tr>
2224
2224
</tbody>
2225
2225
</table></div>
2231
2231
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_modify_object          (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2232
2232
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
2233
2233
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-util.html#CalObjModType" title="enum CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
2234
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2235
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
2236
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
2234
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
2235
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
2236
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
2237
2237
<p>
2238
2238
Requests the calendar backend to modify an existing object. If the object
2239
2239
does not exist on the calendar, an error will be returned.
2266
2266
</tr>
2267
2267
<tr>
2268
2268
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2269
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
2269
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
2270
2270
</td>
2271
2271
</tr>
2272
2272
<tr>
2285
2285
<hr>
2286
2286
<div class="refsect2">
2287
2287
<a name="e-cal-client-modify-object-finish"></a><h3>e_cal_client_modify_object_finish ()</h3>
2288
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_modify_object_finish   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2289
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
2290
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
2288
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_modify_object_finish   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
2289
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
2290
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2291
2291
<p>
2292
2292
Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-modify-object" title="e_cal_client_modify_object ()"><code class="function">e_cal_client_modify_object()</code></a>.
2293
2293
</p>
2301
2301
</tr>
2302
2302
<tr>
2303
2303
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
2304
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
 
2304
<td>a <span class="type">GAsyncResult</span>
2305
2305
</td>
2306
2306
</tr>
2307
2307
<tr>
2308
2308
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2309
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
2309
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
2310
2310
</td>
2311
2311
</tr>
2312
2312
<tr>
2313
2313
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2314
2314
<td>
2315
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
2315
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
2316
2316
</tr>
2317
2317
</tbody>
2318
2318
</table></div>
2321
2321
<hr>
2322
2322
<div class="refsect2">
2323
2323
<a name="e-cal-client-modify-object-sync"></a><h3>e_cal_client_modify_object_sync ()</h3>
2324
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_modify_object_sync     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
2324
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_modify_object_sync     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2325
2325
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
2326
2326
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-util.html#CalObjModType" title="enum CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
2327
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2328
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
2327
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
2328
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2329
2329
<p>
2330
2330
Requests the calendar backend to modify an existing object. If the object
2331
2331
does not exist on the calendar, an error will be returned.
2354
2354
</tr>
2355
2355
<tr>
2356
2356
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2357
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
2357
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
2358
2358
</td>
2359
2359
</tr>
2360
2360
<tr>
2361
2361
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2362
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
2362
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
2363
2363
</td>
2364
2364
</tr>
2365
2365
<tr>
2366
2366
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2367
2367
<td>
2368
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
2368
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
2369
2369
</tr>
2370
2370
</tbody>
2371
2371
</table></div>
2375
2375
<div class="refsect2">
2376
2376
<a name="e-cal-client-remove-object"></a><h3>e_cal_client_remove_object ()</h3>
2377
2377
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_remove_object          (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2378
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
2379
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
 
2378
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
2379
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
2380
2380
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-util.html#CalObjModType" title="enum CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
2381
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2382
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
2383
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
2381
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
2382
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
2383
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
2384
2384
<p>
2385
2385
This function allows the removal of instances of a recurrent
2386
2386
appointment. By using a combination of the <em class="parameter"><code>uid</code></em>, <em class="parameter"><code>rid</code></em> and <em class="parameter"><code>mod</code></em>
2387
2387
arguments, you can remove specific instances. If what you want
2388
 
is to remove all instances, use <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> <em class="parameter"><code>rid</code></em> and CALOBJ_MOD_ALL
 
2388
is to remove all instances, use <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><span class="type">NULL</span></a> <em class="parameter"><code>rid</code></em> and CALOBJ_MOD_ALL
2389
2389
for the <em class="parameter"><code>mod</code></em>.
2390
2390
</p>
2391
2391
<p>
2414
2414
</tr>
2415
2415
<tr>
2416
2416
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2417
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
2417
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
2418
2418
</td>
2419
2419
</tr>
2420
2420
<tr>
2433
2433
<hr>
2434
2434
<div class="refsect2">
2435
2435
<a name="e-cal-client-remove-object-finish"></a><h3>e_cal_client_remove_object_finish ()</h3>
2436
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_remove_object_finish   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2437
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
2438
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
2436
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_remove_object_finish   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
2437
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
2438
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2439
2439
<p>
2440
2440
Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-remove-object" title="e_cal_client_remove_object ()"><code class="function">e_cal_client_remove_object()</code></a>.
2441
2441
</p>
2449
2449
</tr>
2450
2450
<tr>
2451
2451
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
2452
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
 
2452
<td>a <span class="type">GAsyncResult</span>
2453
2453
</td>
2454
2454
</tr>
2455
2455
<tr>
2456
2456
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2457
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
2457
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
2458
2458
</td>
2459
2459
</tr>
2460
2460
<tr>
2461
2461
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2462
2462
<td>
2463
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
2463
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
2464
2464
</tr>
2465
2465
</tbody>
2466
2466
</table></div>
2469
2469
<hr>
2470
2470
<div class="refsect2">
2471
2471
<a name="e-cal-client-remove-object-sync"></a><h3>e_cal_client_remove_object_sync ()</h3>
2472
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_remove_object_sync     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2473
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
2474
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
 
2472
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_remove_object_sync     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
2473
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
2474
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
2475
2475
                                                         <em class="parameter"><code><a class="link" href="libecal-e-cal-util.html#CalObjModType" title="enum CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
2476
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2477
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
2476
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
2477
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2478
2478
<p>
2479
2479
This function allows the removal of instances of a recurrent
2480
2480
appointment. By using a combination of the <em class="parameter"><code>uid</code></em>, <em class="parameter"><code>rid</code></em> and <em class="parameter"><code>mod</code></em>
2481
2481
arguments, you can remove specific instances. If what you want
2482
 
is to remove all instances, use <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><span class="type">NULL</span></a> <em class="parameter"><code>rid</code></em> and CALOBJ_MODE_THIS
 
2482
is to remove all instances, use <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><span class="type">NULL</span></a> <em class="parameter"><code>rid</code></em> and CALOBJ_MODE_THIS
2483
2483
for the <em class="parameter"><code>mod</code></em>.
2484
2484
</p>
2485
2485
<div class="variablelist"><table border="0">
2504
2504
</tr>
2505
2505
<tr>
2506
2506
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2507
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
2507
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
2508
2508
</td>
2509
2509
</tr>
2510
2510
<tr>
2511
2511
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2512
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
2512
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
2513
2513
</td>
2514
2514
</tr>
2515
2515
<tr>
2516
2516
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2517
2517
<td>
2518
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
2518
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
2519
2519
</tr>
2520
2520
</tbody>
2521
2521
</table></div>
2526
2526
<a name="e-cal-client-receive-objects"></a><h3>e_cal_client_receive_objects ()</h3>
2527
2527
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_receive_objects        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2528
2528
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
2529
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2530
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
2531
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
2529
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
2530
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
2531
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
2532
2532
<p>
2533
2533
Makes the backend receive the set of iCalendar objects specified in the
2534
2534
<em class="parameter"><code>icalcomp</code></em> argument. This is used for iTIP confirmation/cancellation
2553
2553
</tr>
2554
2554
<tr>
2555
2555
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2556
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
2556
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
2557
2557
</td>
2558
2558
</tr>
2559
2559
<tr>
2572
2572
<hr>
2573
2573
<div class="refsect2">
2574
2574
<a name="e-cal-client-receive-objects-finish"></a><h3>e_cal_client_receive_objects_finish ()</h3>
2575
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_receive_objects_finish (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2576
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
2577
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
2575
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_receive_objects_finish (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
2576
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
2577
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2578
2578
<p>
2579
2579
Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-receive-objects" title="e_cal_client_receive_objects ()"><code class="function">e_cal_client_receive_objects()</code></a>.
2580
2580
</p>
2588
2588
</tr>
2589
2589
<tr>
2590
2590
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
2591
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
 
2591
<td>a <span class="type">GAsyncResult</span>
2592
2592
</td>
2593
2593
</tr>
2594
2594
<tr>
2595
2595
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2596
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
2596
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
2597
2597
</td>
2598
2598
</tr>
2599
2599
<tr>
2600
2600
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2601
2601
<td>
2602
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
2602
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
2603
2603
</tr>
2604
2604
</tbody>
2605
2605
</table></div>
2608
2608
<hr>
2609
2609
<div class="refsect2">
2610
2610
<a name="e-cal-client-receive-objects-sync"></a><h3>e_cal_client_receive_objects_sync ()</h3>
2611
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_receive_objects_sync   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
2611
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_receive_objects_sync   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2612
2612
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
2613
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2614
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
2613
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
2614
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2615
2615
<p>
2616
2616
Makes the backend receive the set of iCalendar objects specified in the
2617
2617
<em class="parameter"><code>icalcomp</code></em> argument. This is used for iTIP confirmation/cancellation
2632
2632
</tr>
2633
2633
<tr>
2634
2634
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2635
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
2635
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
2636
2636
</td>
2637
2637
</tr>
2638
2638
<tr>
2639
2639
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2640
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
2640
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
2641
2641
</td>
2642
2642
</tr>
2643
2643
<tr>
2644
2644
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2645
2645
<td>
2646
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
2646
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
2647
2647
</tr>
2648
2648
</tbody>
2649
2649
</table></div>
2654
2654
<a name="e-cal-client-send-objects"></a><h3>e_cal_client_send_objects ()</h3>
2655
2655
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_send_objects           (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2656
2656
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
2657
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2658
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
2659
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
2657
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
2658
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
2659
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
2660
2660
<p>
2661
2661
Requests a calendar backend to send meeting information stored in <em class="parameter"><code>icalcomp</code></em>.
2662
2662
The backend can modify this component and request a send to particular users.
2677
2677
</tr>
2678
2678
<tr>
2679
2679
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2680
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
2680
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
2681
2681
</td>
2682
2682
</tr>
2683
2683
<tr>
2696
2696
<hr>
2697
2697
<div class="refsect2">
2698
2698
<a name="e-cal-client-send-objects-finish"></a><h3>e_cal_client_send_objects_finish ()</h3>
2699
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_send_objects_finish    (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2700
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
2701
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **users</code></em>,
 
2699
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_send_objects_finish    (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
2700
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
2701
                                                         <em class="parameter"><code><span class="type">GSList</span> **users</code></em>,
2702
2702
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> **modified_icalcomp</code></em>,
2703
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
2703
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2704
2704
<p>
2705
2705
Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-send-objects" title="e_cal_client_send_objects ()"><code class="function">e_cal_client_send_objects()</code></a> and
2706
2706
populates <em class="parameter"><code>users</code></em> with a list of users to send <em class="parameter"><code>modified_icalcomp</code></em> to.
2707
 
The <em class="parameter"><code>users</code></em> list should be freed with <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a> and
 
2707
The <em class="parameter"><code>users</code></em> list should be freed with <code class="function">e_client_util_free_string_slist()</code> and
2708
2708
the <em class="parameter"><code>modified_icalcomp</code></em> should be freed with <code class="function">icalcomponent_free()</code>.
2709
2709
</p>
2710
2710
<div class="variablelist"><table border="0">
2717
2717
</tr>
2718
2718
<tr>
2719
2719
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
2720
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
 
2720
<td>a <span class="type">GAsyncResult</span>
2721
2721
</td>
2722
2722
</tr>
2723
2723
<tr>
2732
2732
</tr>
2733
2733
<tr>
2734
2734
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2735
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
2735
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
2736
2736
</td>
2737
2737
</tr>
2738
2738
<tr>
2739
2739
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2740
2740
<td>
2741
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
2741
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
2742
2742
</tr>
2743
2743
</tbody>
2744
2744
</table></div>
2747
2747
<hr>
2748
2748
<div class="refsect2">
2749
2749
<a name="e-cal-client-send-objects-sync"></a><h3>e_cal_client_send_objects_sync ()</h3>
2750
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_send_objects_sync      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
2750
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_send_objects_sync      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2751
2751
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> *icalcomp</code></em>,
2752
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **users</code></em>,
 
2752
                                                         <em class="parameter"><code><span class="type">GSList</span> **users</code></em>,
2753
2753
                                                         <em class="parameter"><code><span class="type">icalcomponent</span> **modified_icalcomp</code></em>,
2754
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2755
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
2754
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
2755
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2756
2756
<p>
2757
2757
Requests a calendar backend to send meeting information stored in <em class="parameter"><code>icalcomp</code></em>.
2758
2758
The backend can modify this component and request a send to users in the <em class="parameter"><code>users</code></em> list.
2759
 
The <em class="parameter"><code>users</code></em> list should be freed with <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a> and
 
2759
The <em class="parameter"><code>users</code></em> list should be freed with <code class="function">e_client_util_free_string_slist()</code> and
2760
2760
the <em class="parameter"><code>modified_icalcomp</code></em> should be freed with <code class="function">icalcomponent_free()</code>.
2761
2761
</p>
2762
2762
<div class="variablelist"><table border="0">
2783
2783
</tr>
2784
2784
<tr>
2785
2785
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2786
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
2786
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
2787
2787
</td>
2788
2788
</tr>
2789
2789
<tr>
2790
2790
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2791
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
2791
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
2792
2792
</td>
2793
2793
</tr>
2794
2794
<tr>
2795
2795
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2796
2796
<td>
2797
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
2797
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
2798
2798
</tr>
2799
2799
</tbody>
2800
2800
</table></div>
2804
2804
<div class="refsect2">
2805
2805
<a name="e-cal-client-get-attachment-uris"></a><h3>e_cal_client_get_attachment_uris ()</h3>
2806
2806
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_get_attachment_uris    (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2807
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
2808
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
2809
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2810
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
2811
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
2807
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
2808
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
 
2809
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
2810
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
2811
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
2812
2812
<p>
2813
2813
Queries a calendar for a specified component's object attachment uris.
2814
2814
The call is finished by <a class="link" href="ECalClient.html#e-cal-client-get-attachment-uris-finish" title="e_cal_client_get_attachment_uris_finish ()"><code class="function">e_cal_client_get_attachment_uris_finish()</code></a> from
2832
2832
</tr>
2833
2833
<tr>
2834
2834
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2835
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
2835
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
2836
2836
</td>
2837
2837
</tr>
2838
2838
<tr>
2851
2851
<hr>
2852
2852
<div class="refsect2">
2853
2853
<a name="e-cal-client-get-attachment-uris-finish"></a><h3>e_cal_client_get_attachment_uris_finish ()</h3>
2854
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_attachment_uris_finish
 
2854
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_attachment_uris_finish
2855
2855
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2856
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
2857
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **attachment_uris</code></em>,
2858
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
2856
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
2857
                                                         <em class="parameter"><code><span class="type">GSList</span> **attachment_uris</code></em>,
 
2858
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2859
2859
<p>
2860
2860
Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-get-attachment-uris" title="e_cal_client_get_attachment_uris ()"><code class="function">e_cal_client_get_attachment_uris()</code></a> and
2861
2861
sets <em class="parameter"><code>attachment_uris</code></em> to uris for component's attachments.
2862
 
The list should be freed with <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a>.
 
2862
The list should be freed with <code class="function">e_client_util_free_string_slist()</code>.
2863
2863
</p>
2864
2864
<div class="variablelist"><table border="0">
2865
2865
<col align="left" valign="top">
2871
2871
</tr>
2872
2872
<tr>
2873
2873
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
2874
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
 
2874
<td>a <span class="type">GAsyncResult</span>
2875
2875
</td>
2876
2876
</tr>
2877
2877
<tr>
2880
2880
</tr>
2881
2881
<tr>
2882
2882
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2883
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
2883
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
2884
2884
</td>
2885
2885
</tr>
2886
2886
<tr>
2887
2887
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2888
2888
<td>
2889
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
2889
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
2890
2890
</tr>
2891
2891
</tbody>
2892
2892
</table></div>
2895
2895
<hr>
2896
2896
<div class="refsect2">
2897
2897
<a name="e-cal-client-get-attachment-uris-sync"></a><h3>e_cal_client_get_attachment_uris_sync ()</h3>
2898
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_attachment_uris_sync
 
2898
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_attachment_uris_sync
2899
2899
                                                        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2900
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
2901
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
2902
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> **attachment_uris</code></em>,
2903
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2904
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
2900
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
2901
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
 
2902
                                                         <em class="parameter"><code><span class="type">GSList</span> **attachment_uris</code></em>,
 
2903
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
2904
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2905
2905
<p>
2906
2906
Queries a calendar for a specified component's object attachment uris.
2907
 
The list should be freed with <a href="/home/mbarnes/local/unstable/share/gtk-doc/html/libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a>.
 
2907
The list should be freed with <code class="function">e_client_util_free_string_slist()</code>.
2908
2908
</p>
2909
2909
<div class="variablelist"><table border="0">
2910
2910
<col align="left" valign="top">
2928
2928
</tr>
2929
2929
<tr>
2930
2930
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2931
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
2931
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
2932
2932
</td>
2933
2933
</tr>
2934
2934
<tr>
2935
2935
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2936
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
2936
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
2937
2937
</td>
2938
2938
</tr>
2939
2939
<tr>
2940
2940
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2941
2941
<td>
2942
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
2942
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
2943
2943
</tr>
2944
2944
</tbody>
2945
2945
</table></div>
2949
2949
<div class="refsect2">
2950
2950
<a name="e-cal-client-discard-alarm"></a><h3>e_cal_client_discard_alarm ()</h3>
2951
2951
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_discard_alarm          (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
2952
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
2953
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
2954
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *auid</code></em>,
2955
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2956
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
2957
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
2952
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
2953
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
 
2954
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *auid</code></em>,
 
2955
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
2956
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
2957
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
2958
2958
<p>
2959
2959
Removes alarm <em class="parameter"><code>auid</code></em> from a given component identified by <em class="parameter"><code>uid</code></em> and <em class="parameter"><code>rid</code></em>.
2960
2960
The call is finished by <a class="link" href="ECalClient.html#e-cal-client-discard-alarm-finish" title="e_cal_client_discard_alarm_finish ()"><code class="function">e_cal_client_discard_alarm_finish()</code></a> from
2982
2982
</tr>
2983
2983
<tr>
2984
2984
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2985
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
2985
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
2986
2986
</td>
2987
2987
</tr>
2988
2988
<tr>
3001
3001
<hr>
3002
3002
<div class="refsect2">
3003
3003
<a name="e-cal-client-discard-alarm-finish"></a><h3>e_cal_client_discard_alarm_finish ()</h3>
3004
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_discard_alarm_finish   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
3005
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
3006
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
3004
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_discard_alarm_finish   (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
3005
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
3006
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
3007
3007
<p>
3008
3008
Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-discard-alarm" title="e_cal_client_discard_alarm ()"><code class="function">e_cal_client_discard_alarm()</code></a>.
3009
3009
</p>
3017
3017
</tr>
3018
3018
<tr>
3019
3019
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
3020
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
 
3020
<td>a <span class="type">GAsyncResult</span>
3021
3021
</td>
3022
3022
</tr>
3023
3023
<tr>
3024
3024
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
3025
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
3025
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
3026
3026
</td>
3027
3027
</tr>
3028
3028
<tr>
3029
3029
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3030
3030
<td>
3031
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
3031
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
3032
3032
</tr>
3033
3033
</tbody>
3034
3034
</table></div>
3037
3037
<hr>
3038
3038
<div class="refsect2">
3039
3039
<a name="e-cal-client-discard-alarm-sync"></a><h3>e_cal_client_discard_alarm_sync ()</h3>
3040
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_discard_alarm_sync     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
3041
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
3042
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
3043
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *auid</code></em>,
3044
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
3045
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
3040
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_discard_alarm_sync     (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
3041
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *uid</code></em>,
 
3042
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *rid</code></em>,
 
3043
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *auid</code></em>,
 
3044
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
3045
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
3046
3046
<p>
3047
3047
Removes alarm <em class="parameter"><code>auid</code></em> from a given component identified by <em class="parameter"><code>uid</code></em> and <em class="parameter"><code>rid</code></em>.
3048
3048
</p>
3068
3068
</tr>
3069
3069
<tr>
3070
3070
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
3071
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
3071
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
3072
3072
</td>
3073
3073
</tr>
3074
3074
<tr>
3075
3075
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
3076
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
3076
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
3077
3077
</td>
3078
3078
</tr>
3079
3079
<tr>
3080
3080
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3081
3081
<td>
3082
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
3082
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
3083
3083
</tr>
3084
3084
</tbody>
3085
3085
</table></div>
3089
3089
<div class="refsect2">
3090
3090
<a name="e-cal-client-get-view"></a><h3>e_cal_client_get_view ()</h3>
3091
3091
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_get_view               (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
3092
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sexp</code></em>,
3093
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
3094
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
3095
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
3092
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *sexp</code></em>,
 
3093
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
3094
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
3095
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
3096
3096
<p>
3097
3097
Query <em class="parameter"><code>client</code></em> with <em class="parameter"><code>sexp</code></em>, creating an <a class="link" href="ECalClientView.html" title="ECalClientView"><span class="type">ECalClientView</span></a>.
3098
3098
The call is finished by <a class="link" href="ECalClient.html#e-cal-client-get-view-finish" title="e_cal_client_get_view_finish ()"><code class="function">e_cal_client_get_view_finish()</code></a>
3112
3112
</tr>
3113
3113
<tr>
3114
3114
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
3115
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
3115
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
3116
3116
</td>
3117
3117
</tr>
3118
3118
<tr>
3131
3131
<hr>
3132
3132
<div class="refsect2">
3133
3133
<a name="e-cal-client-get-view-finish"></a><h3>e_cal_client_get_view_finish ()</h3>
3134
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_view_finish        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
3135
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
 
3134
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_view_finish        (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
3135
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
3136
3136
                                                         <em class="parameter"><code><a class="link" href="ECalClientView.html" title="ECalClientView"><span class="type">ECalClientView</span></a> **view</code></em>,
3137
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
3137
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
3138
3138
<p>
3139
3139
Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-get-view" title="e_cal_client_get_view ()"><code class="function">e_cal_client_get_view()</code></a>.
3140
3140
If successful, then the <em class="parameter"><code>view</code></em> is set to newly allocated <a class="link" href="ECalClientView.html" title="ECalClientView"><span class="type">ECalClientView</span></a>,
3141
 
which should be freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.
 
3141
which should be freed with <code class="function">g_object_unref()</code>.
3142
3142
</p>
3143
3143
<div class="variablelist"><table border="0">
3144
3144
<col align="left" valign="top">
3150
3150
</tr>
3151
3151
<tr>
3152
3152
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
3153
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
 
3153
<td>a <span class="type">GAsyncResult</span>
3154
3154
</td>
3155
3155
</tr>
3156
3156
<tr>
3160
3160
</tr>
3161
3161
<tr>
3162
3162
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
3163
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
3163
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
3164
3164
</td>
3165
3165
</tr>
3166
3166
<tr>
3167
3167
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3168
3168
<td>
3169
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
3169
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
3170
3170
</tr>
3171
3171
</tbody>
3172
3172
</table></div>
3175
3175
<hr>
3176
3176
<div class="refsect2">
3177
3177
<a name="e-cal-client-get-view-sync"></a><h3>e_cal_client_get_view_sync ()</h3>
3178
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_view_sync          (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
3179
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *sexp</code></em>,
 
3178
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_view_sync          (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
3179
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *sexp</code></em>,
3180
3180
                                                         <em class="parameter"><code><a class="link" href="ECalClientView.html" title="ECalClientView"><span class="type">ECalClientView</span></a> **view</code></em>,
3181
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
3182
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
3181
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
3182
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
3183
3183
<p>
3184
3184
Query <em class="parameter"><code>client</code></em> with <em class="parameter"><code>sexp</code></em>, creating an <a class="link" href="ECalClientView.html" title="ECalClientView"><span class="type">ECalClientView</span></a>.
3185
3185
If successful, then the <em class="parameter"><code>view</code></em> is set to newly allocated <a class="link" href="ECalClientView.html" title="ECalClientView"><span class="type">ECalClientView</span></a>,
3186
 
which should be freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.
 
3186
which should be freed with <code class="function">g_object_unref()</code>.
3187
3187
</p>
3188
3188
<div class="variablelist"><table border="0">
3189
3189
<col align="left" valign="top">
3204
3204
</tr>
3205
3205
<tr>
3206
3206
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
3207
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
3207
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
3208
3208
</td>
3209
3209
</tr>
3210
3210
<tr>
3211
3211
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
3212
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
3212
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
3213
3213
</td>
3214
3214
</tr>
3215
3215
<tr>
3216
3216
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3217
3217
<td>
3218
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
3218
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
3219
3219
</tr>
3220
3220
</tbody>
3221
3221
</table></div>
3225
3225
<div class="refsect2">
3226
3226
<a name="e-cal-client-get-timezone"></a><h3>e_cal_client_get_timezone ()</h3>
3227
3227
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_get_timezone           (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
3228
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tzid</code></em>,
3229
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
3230
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
3231
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
3228
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *tzid</code></em>,
 
3229
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
3230
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
3231
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
3232
3232
<p>
3233
3233
Retrieves a timezone object from the calendar backend.
3234
3234
The call is finished by <a class="link" href="ECalClient.html#e-cal-client-get-timezone-finish" title="e_cal_client_get_timezone_finish ()"><code class="function">e_cal_client_get_timezone_finish()</code></a> from
3248
3248
</tr>
3249
3249
<tr>
3250
3250
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
3251
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
3251
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
3252
3252
</td>
3253
3253
</tr>
3254
3254
<tr>
3267
3267
<hr>
3268
3268
<div class="refsect2">
3269
3269
<a name="e-cal-client-get-timezone-finish"></a><h3>e_cal_client_get_timezone_finish ()</h3>
3270
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_timezone_finish    (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
3271
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
 
3270
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_timezone_finish    (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
3271
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
3272
3272
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> **zone</code></em>,
3273
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
3273
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
3274
3274
<p>
3275
3275
Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-get-timezone" title="e_cal_client_get_timezone ()"><code class="function">e_cal_client_get_timezone()</code></a> and
3276
3276
sets <em class="parameter"><code>zone</code></em> to a retrieved timezone object from the calendar backend.
3286
3286
</tr>
3287
3287
<tr>
3288
3288
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
3289
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
 
3289
<td>a <span class="type">GAsyncResult</span>
3290
3290
</td>
3291
3291
</tr>
3292
3292
<tr>
3296
3296
</tr>
3297
3297
<tr>
3298
3298
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
3299
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
3299
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
3300
3300
</td>
3301
3301
</tr>
3302
3302
<tr>
3303
3303
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3304
3304
<td>
3305
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
3305
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
3306
3306
</tr>
3307
3307
</tbody>
3308
3308
</table></div>
3311
3311
<hr>
3312
3312
<div class="refsect2">
3313
3313
<a name="e-cal-client-get-timezone-sync"></a><h3>e_cal_client_get_timezone_sync ()</h3>
3314
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_timezone_sync      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
3315
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *tzid</code></em>,
 
3314
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_get_timezone_sync      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
3315
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *tzid</code></em>,
3316
3316
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> **zone</code></em>,
3317
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
3318
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
3317
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
3318
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
3319
3319
<p>
3320
3320
Retrieves a timezone object from the calendar backend.
3321
3321
This object is owned by the <em class="parameter"><code>client</code></em>, thus do not free it.
3339
3339
</tr>
3340
3340
<tr>
3341
3341
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
3342
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
3342
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
3343
3343
</td>
3344
3344
</tr>
3345
3345
<tr>
3346
3346
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
3347
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
3347
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
3348
3348
</td>
3349
3349
</tr>
3350
3350
<tr>
3351
3351
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3352
3352
<td>
3353
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
3353
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
3354
3354
</tr>
3355
3355
</tbody>
3356
3356
</table></div>
3361
3361
<a name="e-cal-client-add-timezone"></a><h3>e_cal_client_add_timezone ()</h3>
3362
3362
<pre class="programlisting"><span class="returnvalue">void</span>                e_cal_client_add_timezone           (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
3363
3363
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> *zone</code></em>,
3364
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
3365
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
3366
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
3364
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
3365
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
3366
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
3367
3367
<p>
3368
3368
Add a VTIMEZONE object to the given calendar client.
3369
3369
The call is finished by <a class="link" href="ECalClient.html#e-cal-client-add-timezone-finish" title="e_cal_client_add_timezone_finish ()"><code class="function">e_cal_client_add_timezone_finish()</code></a> from
3383
3383
</tr>
3384
3384
<tr>
3385
3385
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
3386
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
3386
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
3387
3387
</td>
3388
3388
</tr>
3389
3389
<tr>
3402
3402
<hr>
3403
3403
<div class="refsect2">
3404
3404
<a name="e-cal-client-add-timezone-finish"></a><h3>e_cal_client_add_timezone_finish ()</h3>
3405
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_add_timezone_finish    (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
3406
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
3407
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
3405
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_add_timezone_finish    (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
3406
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
 
3407
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
3408
3408
<p>
3409
3409
Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-add-timezone" title="e_cal_client_add_timezone ()"><code class="function">e_cal_client_add_timezone()</code></a>.
3410
3410
</p>
3418
3418
</tr>
3419
3419
<tr>
3420
3420
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
3421
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a>
 
3421
<td>a <span class="type">GAsyncResult</span>
3422
3422
</td>
3423
3423
</tr>
3424
3424
<tr>
3425
3425
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
3426
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
3426
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
3427
3427
</td>
3428
3428
</tr>
3429
3429
<tr>
3430
3430
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3431
3431
<td>
3432
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
3432
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
3433
3433
</tr>
3434
3434
</tbody>
3435
3435
</table></div>
3438
3438
<hr>
3439
3439
<div class="refsect2">
3440
3440
<a name="e-cal-client-add-timezone-sync"></a><h3>e_cal_client_add_timezone_sync ()</h3>
3441
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_add_timezone_sync      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
 
3441
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e_cal_client_add_timezone_sync      (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
3442
3442
                                                         <em class="parameter"><code><span class="type">icaltimezone</span> *zone</code></em>,
3443
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
3444
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
3443
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
3444
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
3445
3445
<p>
3446
3446
Add a VTIMEZONE object to the given calendar client.
3447
3447
</p>
3459
3459
</tr>
3460
3460
<tr>
3461
3461
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
3462
 
<td>a <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a>; can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 
3462
<td>a <span class="type">GCancellable</span>; can be <a href="/home/chen/opt-unstable/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a>
3463
3463
</td>
3464
3464
</tr>
3465
3465
<tr>
3466
3466
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
3467
 
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
3467
<td>a <span class="type">GError</span> to set an error, if any. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
3468
3468
</td>
3469
3469
</tr>
3470
3470
<tr>
3471
3471
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3472
3472
<td>
3473
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if successful, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
 
3473
<code class="literal">TRUE</code> if successful, <code class="literal">FALSE</code> otherwise.</td>
3474
3474
</tr>
3475
3475
</tbody>
3476
3476
</table></div>
3482
3482
<div class="refsect2">
3483
3483
<a name="ECalClient-free-busy-data"></a><h3>The <code class="literal">"free-busy-data"</code> signal</h3>
3484
3484
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *ecalclient,
3485
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>    arg1,
3486
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>    user_data)       : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
 
3485
                                                        <span class="type">gpointer</span>    arg1,
 
3486
                                                        <span class="type">gpointer</span>    user_data)       : <code class="literal">Run First</code></pre>
3487
3487
<p>
3488
3488
</p>
3489
3489
<div class="variablelist"><table border="0">
3504
3504
</div>
3505
3505
<div class="footer">
3506
3506
<hr>
3507
 
          Generated by GTK-Doc V1.17</div>
 
3507
          Generated by GTK-Doc V1.18</div>
3508
3508
</body>
3509
3509
</html>
 
 
b'\\ No newline at end of file'