diff options
Diffstat (limited to 'help/devel')
-rw-r--r-- | help/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/help/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml b/help/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml index ccfb33de4d..56bcf3aff5 100644 --- a/help/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml +++ b/help/devel/calendar/cal-client/tmpl/evolution-cal-client-unused.sgml @@ -8,23 +8,36 @@ @pilot_id: @pilot_status: -<!-- ##### FUNCTION cal_client_get_events_in_range ##### --> +<!-- ##### FUNCTION cal_client_load_calendar ##### --> <para> </para> @client: -@start: -@end: +@str_uri: @Returns: -<!-- ##### FUNCTION cal_client_load_calendar ##### --> +<!-- ##### 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> </para> @client: -@str_uri: +@start: +@end: @Returns: <!-- ##### SIGNAL CalClient::cal-loaded ##### --> @@ -50,19 +63,6 @@ @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> |