aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-01-17 18:48:30 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-01-17 18:48:30 +0800
commit0d98ffff7025693ccdf75fd11fe05b34b1d8fc6e (patch)
treed19769c7d5706d8645294cf69baf1f9ae80ed378 /doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml
parente6e01382c000aea5b8054cc83fc13d87be882501 (diff)
downloadgsoc2013-evolution-0d98ffff7025693ccdf75fd11fe05b34b1d8fc6e.tar
gsoc2013-evolution-0d98ffff7025693ccdf75fd11fe05b34b1d8fc6e.tar.gz
gsoc2013-evolution-0d98ffff7025693ccdf75fd11fe05b34b1d8fc6e.tar.bz2
gsoc2013-evolution-0d98ffff7025693ccdf75fd11fe05b34b1d8fc6e.tar.lz
gsoc2013-evolution-0d98ffff7025693ccdf75fd11fe05b34b1d8fc6e.tar.xz
gsoc2013-evolution-0d98ffff7025693ccdf75fd11fe05b34b1d8fc6e.tar.zst
gsoc2013-evolution-0d98ffff7025693ccdf75fd11fe05b34b1d8fc6e.zip
Ximianified.
2001-01-17 Federico Mena Quintero <federico@ximian.com> * evolution-devel-guide.sgml: Ximianified. * calendar/evolution-calendar.sgml: Ditto. * calendar/cal-util/evolution-cal-util-sections.txt: Updated. * calendar/cal-client/evolution-cal-client-sections.txt: Updated. svn path=/trunk/; revision=7573
Diffstat (limited to 'doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml')
-rw-r--r--doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml62
1 files changed, 58 insertions, 4 deletions
diff --git a/doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml b/doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml
index 77eb4a2b15..ccfb33de4d 100644
--- a/doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml
+++ b/doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml
@@ -1,3 +1,13 @@
+<!-- ##### FUNCTION cal_client_update_pilot_id ##### -->
+<para>
+
+</para>
+
+@client:
+@uid:
+@pilot_id:
+@pilot_status:
+
<!-- ##### FUNCTION cal_client_get_events_in_range ##### -->
<para>
@@ -8,15 +18,59 @@
@end:
@Returns:
-<!-- ##### FUNCTION cal_client_update_pilot_id ##### -->
+<!-- ##### FUNCTION cal_client_load_calendar ##### -->
<para>
</para>
@client:
-@uid:
-@pilot_id:
-@pilot_status:
+@str_uri:
+@Returns:
+
+<!-- ##### SIGNAL CalClient::cal-loaded ##### -->
+ <para>
+ This signal is emitted some time after the calendar clients sends
+ a load or create request to the personal calendar server. The
+ server will notify the client asynchronously of the completion of
+ the request. The @status parameter indicates the status of the
+ request.
+ </para>
+
+@calclient: the object which received the signal.
+@arg1:
+@client: Calendar client which received the notification.
+@status: Status of the request. See the description of
+ #CalClientLoadStatus for more details.
+
+<!-- ##### FUNCTION cal_client_is_loaded ##### -->
+<para>
+
+</para>
+
+@client:
+@Returns:
+
+<!-- ##### ENUM CalClientLoadStatus ##### -->
+ <para>
+ These values describe the status of a calendar load or create
+ request. After asking a calendar factory to load or create a
+ calendar, the provided listener will get notification about the
+ result in asynchronous fashion. Such notification is represented
+ by one of these enumeration values. For values other than
+ #CAL_CLIENT_LOAD_SUCCESS, the #CalClient object will not accept
+ any other operations on the calendar and it should just be
+ destroyed.
+ </para>
+
+
+<!-- ##### FUNCTION cal_client_create_calendar ##### -->
+<para>
+
+</para>
+
+@client:
+@str_uri:
+@Returns:
<!-- ##### FUNCTION cal_client_get_uid_by_pilot_id ##### -->
<para>