diff options
author | Federico Mena Quintero <federico@src.gnome.org> | 2001-01-20 23:37:58 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-01-20 23:37:58 +0800 |
commit | 50b55e669f8db4d0cb6ff621e30ce831995537f0 (patch) | |
tree | 5d77d83971ef79a7215be0c17a25ba91c6e15bf0 /doc/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml | |
parent | 739e141dbe48c9cfd6c9a7abaa15cd8dc36e0473 (diff) | |
download | gsoc2013-evolution-50b55e669f8db4d0cb6ff621e30ce831995537f0.tar.gz gsoc2013-evolution-50b55e669f8db4d0cb6ff621e30ce831995537f0.tar.zst gsoc2013-evolution-50b55e669f8db4d0cb6ff621e30ce831995537f0.zip |
Doc updates - Federico
svn path=/trunk/; revision=7666
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 f8f1f1408e..56bcf3aff5 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,13 +1,14 @@ -<!-- ##### FUNCTION cal_client_load_calendar ##### --> +<!-- ##### FUNCTION cal_client_update_pilot_id ##### --> <para> </para> @client: -@str_uri: -@Returns: +@uid: +@pilot_id: +@pilot_status: -<!-- ##### FUNCTION cal_client_create_calendar ##### --> +<!-- ##### FUNCTION cal_client_load_calendar ##### --> <para> </para> @@ -16,6 +17,19 @@ @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> @@ -49,28 +63,14 @@ @client: @Returns: -<!-- ##### FUNCTION cal_client_update_pilot_id ##### --> +<!-- ##### FUNCTION cal_client_create_calendar ##### --> <para> </para> @client: -@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> - +@str_uri: +@Returns: <!-- ##### FUNCTION cal_client_get_uid_by_pilot_id ##### --> <para> |