From e3297a5f71f408b9ed93c81a25af54c13b93f848 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 18 Jan 2001 18:00:31 +0000 Subject: Um, why was the doc directory removed from SUBDIRS? 2001-01-18 Federico Mena Quintero * Makefile.am: Um, why was the doc directory removed from SUBDIRS? svn path=/trunk/; revision=7626 --- .../tmpl/evolution-cal-client-unused.sgml | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'doc') 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 ccfb33de4d..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 @@ -8,23 +8,36 @@ @pilot_id: @pilot_status: - + @client: -@start: -@end: +@str_uri: @Returns: - + + + 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. + + + + @client: -@str_uri: +@start: +@end: @Returns: @@ -50,19 +63,6 @@ @client: @Returns: - - - 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. - - - -- cgit