diff options
author | JP Rosevear <jpr@ximian.com> | 2001-01-19 22:57:09 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-01-19 22:57:09 +0800 |
commit | 3532a74349645ca733bafe1417822ba2bfb9bd26 (patch) | |
tree | e53d13bb4fe4f66d8d514f3ab8b3da2ae151889d /doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml | |
parent | 0b808ca4dce7445007567a9b8dedc2246ca134f5 (diff) | |
download | gsoc2013-evolution-3532a74349645ca733bafe1417822ba2bfb9bd26.tar.gz gsoc2013-evolution-3532a74349645ca733bafe1417822ba2bfb9bd26.tar.zst gsoc2013-evolution-3532a74349645ca733bafe1417822ba2bfb9bd26.zip |
create a new cal component alarm (cal_component_add_alarm): add alarm to
2001-01-19 JP Rosevear <jpr@ximian.com>
* cal-util/cal-component.c (cal_component_alarm_new): create a new
cal component alarm
(cal_component_add_alarm): add alarm to the cal component
(cal_component_remove_alarm): remove alarm from the cal component
(remove_alarm): remove alarm from hash
* cal-util/cal-component.h: new protos
* conduits/calendar/calendar-conduit.c (comp_from_remote_record):
add alarm information, still needs to be hacked to replace an already
existing alarm. questions abound about the heuristic for doing this.
2001-01-17 JP Rosevear <jpr@ximian.com>
* README: Update package requirements
svn path=/trunk/; revision=7647
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.sgml | 42 |
1 files changed, 21 insertions, 21 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 56bcf3aff5..f8f1f1408e 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,14 +1,13 @@ -<!-- ##### FUNCTION cal_client_update_pilot_id ##### --> +<!-- ##### FUNCTION cal_client_load_calendar ##### --> <para> </para> @client: -@uid: -@pilot_id: -@pilot_status: +@str_uri: +@Returns: -<!-- ##### FUNCTION cal_client_load_calendar ##### --> +<!-- ##### FUNCTION cal_client_create_calendar ##### --> <para> </para> @@ -17,19 +16,6 @@ @str_uri: @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_get_events_in_range ##### --> <para> @@ -63,14 +49,28 @@ @client: @Returns: -<!-- ##### FUNCTION cal_client_create_calendar ##### --> +<!-- ##### FUNCTION cal_client_update_pilot_id ##### --> <para> </para> @client: -@str_uri: -@Returns: +@uid: +@pilot_id: +@pilot_status: + +<!-- ##### 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_get_uid_by_pilot_id ##### --> <para> |