From bf9f26b7733b298c31415734d6f41d30e9213b54 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 14 Aug 2000 23:59:13 +0000 Subject: Added the cal-util library to the documentation framework - Federico svn path=/trunk/; revision=4839 --- .../cal-client/evolution-cal-client-decl.txt | 13 +++-- .../cal-client/evolution-cal-client-sections.txt | 3 +- doc/devel/calendar/cal-client/tmpl/cal-client.sgml | 58 +++++++++++++++------- .../tmpl/evolution-cal-client-unused.sgml | 10 ++++ 4 files changed, 61 insertions(+), 23 deletions(-) (limited to 'doc/devel/calendar/cal-client') diff --git a/doc/devel/calendar/cal-client/evolution-cal-client-decl.txt b/doc/devel/calendar/cal-client/evolution-cal-client-decl.txt index 9fffd4c201..0574d70678 100644 --- a/doc/devel/calendar/cal-client/evolution-cal-client-decl.txt +++ b/doc/devel/calendar/cal-client/evolution-cal-client-decl.txt @@ -83,7 +83,7 @@ CalClient *client, CalObjType type cal_client_get_object CalClientGetStatus -CalClient *client,const char *uid,iCalObject **ico +CalClient *client,const char *uid,CalComponent **comp cal_client_get_uid_by_pilot_id @@ -101,9 +101,14 @@ CalClient *client, char *uid,unsigned long pilot_id,unsigned long pilot_status CalClient *client, CalObjType type -cal_client_get_events_in_range +cal_client_get_objects_in_range GList * -CalClient *client, time_t start, time_t end +CalClient *client, CalObjType type,time_t start, time_t end + + +cal_client_generate_instances +void +CalClient *client, CalObjType type,time_t start, time_t end,CalRecurInstanceFn cb, gpointer cb_data cal_client_get_alarms_in_range @@ -118,7 +123,7 @@ CalClient *client, const char *uid,time_t start, time_t end,GList **alarms cal_client_update_object gboolean -CalClient *client, iCalObject *ico +CalClient *client, CalComponent *comp cal_client_remove_object diff --git a/doc/devel/calendar/cal-client/evolution-cal-client-sections.txt b/doc/devel/calendar/cal-client/evolution-cal-client-sections.txt index 5496f2f0f2..c37b223247 100644 --- a/doc/devel/calendar/cal-client/evolution-cal-client-sections.txt +++ b/doc/devel/calendar/cal-client/evolution-cal-client-sections.txt @@ -12,10 +12,11 @@ cal_client_load_calendar cal_client_create_calendar cal_client_get_n_objects cal_client_get_object +cal_client_get_objects_in_range +cal_client_generate_instances cal_client_get_uid_by_pilot_id cal_client_update_pilot_id cal_client_get_uids -cal_client_get_events_in_range cal_client_get_alarms_in_range cal_client_get_alarms_for_object cal_client_update_object diff --git a/doc/devel/calendar/cal-client/tmpl/cal-client.sgml b/doc/devel/calendar/cal-client/tmpl/cal-client.sgml index d2205b5b22..a146709b8a 100644 --- a/doc/devel/calendar/cal-client/tmpl/cal-client.sgml +++ b/doc/devel/calendar/cal-client/tmpl/cal-client.sgml @@ -38,7 +38,6 @@ GTK+ object for communication with personal calendar server. - Casts a #GtkObject to a #CalClient. @@ -61,14 +60,11 @@ GTK+ object for communication with personal calendar server. @CAL_CLIENT_LOAD_SUCCESS: Indicates a successful load or create operation; the corresponding calendar is ready for use. - @CAL_CLIENT_LOAD_ERROR: Indicates an error while loading or creating the calendar. - @CAL_CLIENT_LOAD_IN_USE: Indicates that a create request failed because the specified calendar was already being used by another client. - @CAL_CLIENT_LOAD_METHOD_NOT_SUPPORTED: Indicates an error due to trying to load a calendar for which a backend type is not present. @@ -79,10 +75,8 @@ GTK+ object for communication with personal calendar server. @CAL_CLIENT_GET_SUCCESS: Indicates a successful get operation. - @CAL_CLIENT_GET_NOT_FOUND: Indicates that the requested object was not found. - @CAL_CLIENT_GET_SYNTAX_ERROR: Indicates a syntax error when parsing the requested object. This could indicate a bug in the calendar client libraries or in the Wombat server. @@ -132,10 +126,37 @@ GTK+ object for communication with personal calendar server. @client: @uid: +@comp: +@Returns: + @ico: + + + + + + + +@client: +@type: +@start: +@end: @Returns: + + + + + +@client: +@type: +@start: +@end: +@cb: +@cb_data: + + @@ -168,17 +189,6 @@ GTK+ object for communication with personal calendar server. @Returns: - - - - - -@client: -@start: -@end: -@Returns: - - @@ -209,8 +219,10 @@ GTK+ object for communication with personal calendar server. @client: -@ico: +@comp: @Returns: + +@ico: @@ -232,6 +244,9 @@ GTK+ object for communication with personal calendar server. request. +@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. @@ -244,6 +259,9 @@ GTK+ object for communication with personal calendar server. new version of the object and update their display, for example. +@calclient: the object which received the signal. +@arg1: + @client: Calendar client which received the notification. @uid: Unique identifier of the calendar component that changed in the personal calendar server's storage. @@ -257,6 +275,9 @@ GTK+ object for communication with personal calendar server. example. +@calclient: the object which received the signal. +@arg1: + @client: Calendar client which received the notification. @uid: Unique identifier of the calendar component that was removed from the personal calendar server's storage. @@ -267,3 +288,4 @@ mode: sgml sgml-parent-document: ("../../../evolution-devel-guide.sgml" "book" "refsect2" "") End: --> + 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 e69de29bb2..5576dbd57f 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 @@ -0,0 +1,10 @@ + + + + + +@client: +@start: +@end: +@Returns: + -- cgit v1.2.3