From 4994d35be03b281011c6ce5e8ff5489eed7486d6 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Wed, 25 Apr 2001 21:48:05 +0000 Subject: Removed generated files from CVS, updated .cvsignore files to include 2001-04-25 Jon Trowbridge * Removed generated files from CVS, updated .cvsignore files to include generated files. svn path=/trunk/; revision=9569 --- doc/devel/ChangeLog | 5 + doc/devel/calendar/cal-client/.cvsignore | 3 + .../cal-client/evolution-cal-client-decl.txt | 161 ----- .../cal-client/evolution-cal-client.signals | 21 - .../tmpl/evolution-cal-client-unused.sgml | 42 +- doc/devel/calendar/cal-util/.cvsignore | 4 + .../calendar/cal-util/evolution-cal-util-decl.txt | 780 --------------------- .../calendar/cal-util/tmpl/cal-component.sgml | 1 + .../cal-util/tmpl/evolution-cal-util-unused.sgml | 164 ++--- doc/devel/executive-summary/.cvsignore | 3 + .../executive-summary/evolution-services-decl.txt | 599 ---------------- .../executive-summary/evolution-services.hierarchy | 15 - .../executive-summary/evolution-services.signals | 0 .../tmpl/executive-summary-html-view.sgml | 8 + doc/devel/importer/.cvsignore | 3 + .../importer/evolution-shell-importer.heirarchy | 5 - .../importer/evolution-shell-importer.hierarchy | 14 - .../importer/tmpl/evolution-importer-client.sgml | 1 + doc/devel/importer/tmpl/evolution-importer.sgml | 10 + help/devel/ChangeLog | 5 + help/devel/calendar/cal-client/.cvsignore | 3 + .../cal-client/evolution-cal-client-decl.txt | 161 ----- .../cal-client/evolution-cal-client.signals | 21 - .../tmpl/evolution-cal-client-unused.sgml | 42 +- help/devel/calendar/cal-util/.cvsignore | 4 + .../calendar/cal-util/evolution-cal-util-decl.txt | 780 --------------------- .../calendar/cal-util/tmpl/cal-component.sgml | 1 + .../cal-util/tmpl/evolution-cal-util-unused.sgml | 164 ++--- help/devel/executive-summary/.cvsignore | 3 + .../executive-summary/evolution-services-decl.txt | 599 ---------------- .../executive-summary/evolution-services.hierarchy | 15 - .../executive-summary/evolution-services.signals | 0 .../tmpl/executive-summary-html-view.sgml | 8 + help/devel/importer/.cvsignore | 3 + .../importer/evolution-shell-importer.heirarchy | 5 - .../importer/evolution-shell-importer.hierarchy | 14 - .../importer/tmpl/evolution-importer-client.sgml | 1 + help/devel/importer/tmpl/evolution-importer.sgml | 10 + 38 files changed, 282 insertions(+), 3396 deletions(-) delete mode 100644 doc/devel/calendar/cal-client/evolution-cal-client-decl.txt delete mode 100644 doc/devel/calendar/cal-client/evolution-cal-client.signals delete mode 100644 doc/devel/calendar/cal-util/evolution-cal-util-decl.txt delete mode 100644 doc/devel/executive-summary/evolution-services-decl.txt delete mode 100644 doc/devel/executive-summary/evolution-services.hierarchy delete mode 100644 doc/devel/executive-summary/evolution-services.signals delete mode 100644 doc/devel/importer/evolution-shell-importer.heirarchy delete mode 100644 doc/devel/importer/evolution-shell-importer.hierarchy delete mode 100644 help/devel/calendar/cal-client/evolution-cal-client-decl.txt delete mode 100644 help/devel/calendar/cal-client/evolution-cal-client.signals delete mode 100644 help/devel/calendar/cal-util/evolution-cal-util-decl.txt delete mode 100644 help/devel/executive-summary/evolution-services-decl.txt delete mode 100644 help/devel/executive-summary/evolution-services.hierarchy delete mode 100644 help/devel/executive-summary/evolution-services.signals delete mode 100644 help/devel/importer/evolution-shell-importer.heirarchy delete mode 100644 help/devel/importer/evolution-shell-importer.hierarchy diff --git a/doc/devel/ChangeLog b/doc/devel/ChangeLog index 74c7e4070d..6e1455b514 100644 --- a/doc/devel/ChangeLog +++ b/doc/devel/ChangeLog @@ -1,3 +1,8 @@ +2001-04-25 Jon Trowbridge + + * Removed generated files from CVS, updated .cvsignore files + to include generated files. + 2001-04-23 Ettore Perazzoli * executive-summary/Makefile.am (scan) [ENABLE_GTK_DOC]: Kludge diff --git a/doc/devel/calendar/cal-client/.cvsignore b/doc/devel/calendar/cal-client/.cvsignore index 0842a93f7a..5461f19c56 100644 --- a/doc/devel/calendar/cal-client/.cvsignore +++ b/doc/devel/calendar/cal-client/.cvsignore @@ -1,3 +1,6 @@ sgml Makefile Makefile.in +*-decl.txt +*.hierarchy +*.signals \ No newline at end of file diff --git a/doc/devel/calendar/cal-client/evolution-cal-client-decl.txt b/doc/devel/calendar/cal-client/evolution-cal-client-decl.txt deleted file mode 100644 index 0bc30e6462..0000000000 --- a/doc/devel/calendar/cal-client/evolution-cal-client-decl.txt +++ /dev/null @@ -1,161 +0,0 @@ - -CAL_CLIENT_TYPE -#define CAL_CLIENT_TYPE (cal_client_get_type ()) - - -CAL_CLIENT -#define CAL_CLIENT(obj) (GTK_CHECK_CAST ((obj), CAL_CLIENT_TYPE, CalClient)) - - -CAL_CLIENT_CLASS -#define CAL_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), CAL_CLIENT_TYPE, CalClientClass)) - - -IS_CAL_CLIENT -#define IS_CAL_CLIENT(obj) (GTK_CHECK_TYPE ((obj), CAL_CLIENT_TYPE)) - - -IS_CAL_CLIENT_CLASS -#define IS_CAL_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), CAL_CLIENT_TYPE)) - - -CalClient - - -CalClientClass - - -CalClientPrivate - - -CalClientOpenStatus -typedef enum { - CAL_CLIENT_OPEN_SUCCESS, - CAL_CLIENT_OPEN_ERROR, - CAL_CLIENT_OPEN_NOT_FOUND, - CAL_CLIENT_OPEN_METHOD_NOT_SUPPORTED -} CalClientOpenStatus; - - -CalClientGetStatus -typedef enum { - CAL_CLIENT_GET_SUCCESS, - CAL_CLIENT_GET_NOT_FOUND, - CAL_CLIENT_GET_SYNTAX_ERROR -} CalClientGetStatus; - - -CalClientLoadState -typedef enum { - CAL_CLIENT_LOAD_NOT_LOADED, - CAL_CLIENT_LOAD_LOADING, - CAL_CLIENT_LOAD_LOADED -} CalClientLoadState; - - -CalClient -struct CalClient { - GtkObject object; - - /* Private data */ - CalClientPrivate *priv; -}; - - -cal_client_get_type -GtkType -void - - -cal_client_construct -CalClient * -CalClient *client - - -cal_client_new -CalClient * -void - - -cal_client_open_calendar -gboolean -CalClient *client, const char *str_uri, gboolean only_if_exists - - -cal_client_get_load_state -CalClientLoadState -CalClient *client - - -cal_client_get_uri -const char * -CalClient *client - - -cal_client_get_n_objects -int -CalClient *client, CalObjType type - - -cal_client_get_object -CalClientGetStatus -CalClient *client,const char *uid,CalComponent **comp - - -cal_client_get_uids -GList * -CalClient *client, CalObjType type - - -cal_client_get_changes -GList * -CalClient *client, CalObjType type, const char *change_id - - -cal_client_get_objects_in_range -GList * -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 -GSList * -CalClient *client, time_t start, time_t end - - -cal_client_free_alarms -void -GSList *comp_alarms - - -cal_client_get_alarms_for_object -gboolean -CalClient *client, const char *uid,time_t start, time_t end,CalComponentAlarms **alarms - - -cal_client_update_object -gboolean -CalClient *client, CalComponent *comp - - -cal_client_remove_object -gboolean -CalClient *client, const char *uid - - -CalClientChangeType -typedef enum { - CAL_CLIENT_CHANGE_ADDED = 1 << 0, - CAL_CLIENT_CHANGE_MODIFIED = 1 << 1, - CAL_CLIENT_CHANGE_DELETED = 1 << 2 -} CalClientChangeType; - - -cal_client_change_list_free -void -GList *list - diff --git a/doc/devel/calendar/cal-client/evolution-cal-client.signals b/doc/devel/calendar/cal-client/evolution-cal-client.signals deleted file mode 100644 index 65d142777a..0000000000 --- a/doc/devel/calendar/cal-client/evolution-cal-client.signals +++ /dev/null @@ -1,21 +0,0 @@ - -CalClient::cal-opened -void -CalClient *calclient -gint arg1 - - - -CalClient::obj-updated -void -CalClient *calclient -gchar *arg1 - - - -CalClient::obj-removed -void -CalClient *calclient -gchar *arg1 - - 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 @@ - + @client: -@uid: -@pilot_id: -@pilot_status: +@str_uri: +@Returns: - + @@ -17,19 +16,6 @@ @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. - - - @@ -63,14 +49,28 @@ @client: @Returns: - + @client: -@str_uri: -@Returns: +@uid: +@pilot_id: +@pilot_status: + + + + 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. + + diff --git a/doc/devel/calendar/cal-util/.cvsignore b/doc/devel/calendar/cal-util/.cvsignore index 0842a93f7a..bb607693d4 100644 --- a/doc/devel/calendar/cal-util/.cvsignore +++ b/doc/devel/calendar/cal-util/.cvsignore @@ -1,3 +1,7 @@ sgml Makefile Makefile.in +*-decl.txt +*.signals +*.hierarchy + diff --git a/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt b/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt deleted file mode 100644 index b524235de2..0000000000 --- a/doc/devel/calendar/cal-util/evolution-cal-util-decl.txt +++ /dev/null @@ -1,780 +0,0 @@ - -CAL_COMPONENT_TYPE -#define CAL_COMPONENT_TYPE (cal_component_get_type ()) - - -CAL_COMPONENT -#define CAL_COMPONENT(obj) (GTK_CHECK_CAST ((obj), CAL_COMPONENT_TYPE, CalComponent)) - - -CAL_COMPONENT_CLASS -#define CAL_COMPONENT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), CAL_COMPONENT_TYPE, \ - CalComponentClass)) - - -IS_CAL_COMPONENT -#define IS_CAL_COMPONENT(obj) (GTK_CHECK_TYPE ((obj), CAL_COMPONENT_TYPE)) - - -IS_CAL_COMPONENT_CLASS -#define IS_CAL_COMPONENT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), CAL_COMPONENT_TYPE)) - - -CalComponentVType -typedef enum { - CAL_COMPONENT_NO_TYPE, - CAL_COMPONENT_EVENT, - CAL_COMPONENT_TODO, - CAL_COMPONENT_JOURNAL, - CAL_COMPONENT_FREEBUSY, - CAL_COMPONENT_TIMEZONE -} CalComponentVType; - - -CalComponentField -typedef enum { - CAL_COMPONENT_FIELD_CATEGORIES, /* concatenation of the categories list */ - CAL_COMPONENT_FIELD_CLASSIFICATION, - CAL_COMPONENT_FIELD_COMPLETED, - CAL_COMPONENT_FIELD_DTEND, - CAL_COMPONENT_FIELD_DTSTART, - CAL_COMPONENT_FIELD_DUE, - CAL_COMPONENT_FIELD_GEO, - CAL_COMPONENT_FIELD_PERCENT, - CAL_COMPONENT_FIELD_PRIORITY, - CAL_COMPONENT_FIELD_SUMMARY, - CAL_COMPONENT_FIELD_TRANSPARENCY, - CAL_COMPONENT_FIELD_URL, - CAL_COMPONENT_FIELD_HAS_ALARMS, /* not a real field */ - CAL_COMPONENT_FIELD_ICON, /* not a real field */ - CAL_COMPONENT_FIELD_COMPLETE, /* not a real field */ - CAL_COMPONENT_FIELD_RECURRING, /* not a real field */ - CAL_COMPONENT_FIELD_OVERDUE, /* not a real field */ - CAL_COMPONENT_FIELD_COLOR, /* not a real field */ - CAL_COMPONENT_FIELD_NUM_FIELDS -} CalComponentField; - - -CalComponentClassification -typedef enum { - CAL_COMPONENT_CLASS_NONE, - CAL_COMPONENT_CLASS_PUBLIC, - CAL_COMPONENT_CLASS_PRIVATE, - CAL_COMPONENT_CLASS_CONFIDENTIAL, - CAL_COMPONENT_CLASS_UNKNOWN -} CalComponentClassification; - - -CalComponentDateTime -typedef struct { - /* Actual date/time value */ - struct icaltimetype *value; - - /* Timezone ID */ - const char *tzid; -} CalComponentDateTime; - - -CalComponentPeriodType -typedef enum { - CAL_COMPONENT_PERIOD_DATETIME, - CAL_COMPONENT_PERIOD_DURATION -} CalComponentPeriodType; - - -CalComponentPeriod -typedef struct { - CalComponentPeriodType type; - - struct icaltimetype start; - - union { - struct icaltimetype end; - struct icaldurationtype duration; - } u; -} CalComponentPeriod; - - -CalComponentText -typedef struct { - /* Description string */ - const char *value; - - /* Alternate representation URI */ - const char *altrep; -} CalComponentText; - - -CalComponentTransparency -typedef enum { - CAL_COMPONENT_TRANSP_NONE, - CAL_COMPONENT_TRANSP_TRANSPARENT, - CAL_COMPONENT_TRANSP_OPAQUE, - CAL_COMPONENT_TRANSP_UNKNOWN -} CalComponentTransparency; - - -CalComponent - - -CalComponentClass - - -CalComponentPrivate - - -CalComponent -struct CalComponent { - GtkObject object; - - /* Private data */ - CalComponentPrivate *priv; -}; - - -cal_component_get_type -GtkType -void - - -cal_component_gen_uid -char * -void - - -cal_component_new -CalComponent * -void - - -cal_component_clone -CalComponent * -CalComponent *comp - - -cal_component_set_new_vtype -void -CalComponent *comp, CalComponentVType type - - -cal_component_set_icalcomponent -gboolean -CalComponent *comp, icalcomponent *icalcomp - - -cal_component_get_icalcomponent -icalcomponent * -CalComponent *comp - - -cal_component_get_vtype -CalComponentVType -CalComponent *comp - - -cal_component_get_as_string -char * -CalComponent *comp - - -cal_component_commit_sequence -void -CalComponent *comp - - -cal_component_get_uid -void -CalComponent *comp, const char **uid - - -cal_component_set_uid -void -CalComponent *comp, const char *uid - - -cal_component_get_categories -void -CalComponent *comp, const char **categories - - -cal_component_set_categories -void -CalComponent *comp, const char *categories - - -cal_component_get_categories_list -void -CalComponent *comp, GSList **categ_list - - -cal_component_set_categories_list -void -CalComponent *comp, GSList *categ_list - - -cal_component_get_classification -void -CalComponent *comp, CalComponentClassification *classif - - -cal_component_set_classification -void -CalComponent *comp, CalComponentClassification classif - - -cal_component_get_comment_list -void -CalComponent *comp, GSList **text_list - - -cal_component_set_comment_list -void -CalComponent *comp, GSList *text_list - - -cal_component_get_completed -void -CalComponent *comp, struct icaltimetype **t - - -cal_component_set_completed -void -CalComponent *comp, struct icaltimetype *t - - -cal_component_get_created -void -CalComponent *comp, struct icaltimetype **t - - -cal_component_set_created -void -CalComponent *comp, struct icaltimetype *t - - -cal_component_get_description_list -void -CalComponent *comp, GSList **text_list - - -cal_component_set_description_list -void -CalComponent *comp, GSList *text_list - - -cal_component_get_dtend -void -CalComponent *comp, CalComponentDateTime *dt - - -cal_component_set_dtend -void -CalComponent *comp, CalComponentDateTime *dt - - -cal_component_get_dtstamp -void -CalComponent *comp, struct icaltimetype *t - - -cal_component_set_dtstamp -void -CalComponent *comp, struct icaltimetype *t - - -cal_component_get_dtstart -void -CalComponent *comp, CalComponentDateTime *dt - - -cal_component_set_dtstart -void -CalComponent *comp, CalComponentDateTime *dt - - -cal_component_get_due -void -CalComponent *comp, CalComponentDateTime *dt - - -cal_component_set_due -void -CalComponent *comp, CalComponentDateTime *dt - - -cal_component_get_exdate_list -void -CalComponent *comp, GSList **exdate_list - - -cal_component_set_exdate_list -void -CalComponent *comp, GSList *exdate_list - - -cal_component_has_exdates -gboolean -CalComponent *comp - - -cal_component_get_exrule_list -void -CalComponent *comp, GSList **recur_list - - -cal_component_get_exrule_property_list -void -CalComponent *comp, GSList **recur_list - - -cal_component_set_exrule_list -void -CalComponent *comp, GSList *recur_list - - -cal_component_has_exrules -gboolean -CalComponent *comp - - -cal_component_has_exceptions -gboolean -CalComponent *comp - - -cal_component_get_geo -void -CalComponent *comp, struct icalgeotype **geo - - -cal_component_set_geo -void -CalComponent *comp, struct icalgeotype *geo - - -cal_component_get_last_modified -void -CalComponent *comp, struct icaltimetype **t - - -cal_component_set_last_modified -void -CalComponent *comp, struct icaltimetype *t - - -cal_component_get_percent -void -CalComponent *comp, int **percent - - -cal_component_set_percent -void -CalComponent *comp, int *percent - - -cal_component_get_priority -void -CalComponent *comp, int **priority - - -cal_component_set_priority -void -CalComponent *comp, int *priority - - -cal_component_get_rdate_list -void -CalComponent *comp, GSList **period_list - - -cal_component_set_rdate_list -void -CalComponent *comp, GSList *period_list - - -cal_component_has_rdates -gboolean -CalComponent *comp - - -cal_component_get_rrule_list -void -CalComponent *comp, GSList **recur_list - - -cal_component_get_rrule_property_list -void -CalComponent *comp, GSList **recur_list - - -cal_component_set_rrule_list -void -CalComponent *comp, GSList *recur_list - - -cal_component_has_rrules -gboolean -CalComponent *comp - - -cal_component_has_recurrences -gboolean -CalComponent *comp - - -cal_component_get_sequence -void -CalComponent *comp, int **sequence - - -cal_component_set_sequence -void -CalComponent *comp, int *sequence - - -cal_component_get_status -void -CalComponent *comp, icalproperty_status *status - - -cal_component_set_status -void -CalComponent *comp, icalproperty_status status - - -cal_component_get_summary -void -CalComponent *comp, CalComponentText *summary - - -cal_component_set_summary -void -CalComponent *comp, CalComponentText *summary - - -cal_component_get_transparency -void -CalComponent *comp, CalComponentTransparency *transp - - -cal_component_set_transparency -void -CalComponent *comp, CalComponentTransparency transp - - -cal_component_get_url -void -CalComponent *comp, const char **url - - -cal_component_set_url -void -CalComponent *comp, const char *url - - -cal_component_event_dates_match -gboolean -CalComponent *comp1, CalComponent *comp2 - - -cal_component_free_categories_list -void -GSList *categ_list - - -cal_component_free_datetime -void -CalComponentDateTime *dt - - -cal_component_free_exdate_list -void -GSList *exdate_list - - -cal_component_free_geo -void -struct icalgeotype *geo - - -cal_component_free_icaltimetype -void -struct icaltimetype *t - - -cal_component_free_percent -void -int *percent - - -cal_component_free_priority -void -int *priority - - -cal_component_free_period_list -void -GSList *period_list - - -cal_component_free_recur_list -void -GSList *recur_list - - -cal_component_free_sequence -void -int *sequence - - -cal_component_free_text_list -void -GSList *text_list - - -CalComponentAlarm - - -CalAlarmInstance -typedef struct { - /* UID of the alarm that triggered */ - const char *auid; - - /* Trigger time, i.e. "5 minutes before the appointment" */ - time_t trigger; - - /* Actual event occurrence to which this trigger corresponds */ - time_t occur; -} CalAlarmInstance; - - -CalComponentAlarms -typedef struct { - /* The actual component */ - CalComponent *comp; - - /* List of CalAlarmInstance structures */ - GSList *alarms; -} CalComponentAlarms; - - -CalAlarmAction -typedef enum { - CAL_ALARM_NONE, - CAL_ALARM_AUDIO, - CAL_ALARM_DISPLAY, - CAL_ALARM_EMAIL, - CAL_ALARM_PROCEDURE, - CAL_ALARM_UNKNOWN -} CalAlarmAction; - - -CalAlarmTriggerType -typedef enum { - CAL_ALARM_TRIGGER_NONE, - CAL_ALARM_TRIGGER_RELATIVE_START, - CAL_ALARM_TRIGGER_RELATIVE_END, - CAL_ALARM_TRIGGER_ABSOLUTE -} CalAlarmTriggerType; - - -CalAlarmTrigger -typedef struct { - CalAlarmTriggerType type; - - union { - struct icaldurationtype rel_duration; - struct icaltimetype abs_time; - } u; -} CalAlarmTrigger; - - -cal_component_has_alarms -gboolean -CalComponent *comp - - -cal_component_add_alarm -void -CalComponent *comp, CalComponentAlarm *alarm - - -cal_component_remove_alarm -void -CalComponent *comp, const char *auid - - -cal_component_get_alarm_uids -GList * -CalComponent *comp - - -cal_component_get_alarm -CalComponentAlarm * -CalComponent *comp, const char *auid - - -cal_component_alarms_free -void -CalComponentAlarms *alarms - - -cal_component_alarm_new -CalComponentAlarm * -void - - -cal_component_alarm_get_uid -const char * -CalComponentAlarm *alarm - - -cal_component_alarm_get_action -void -CalComponentAlarm *alarm, CalAlarmAction *action - - -cal_component_alarm_set_action -void -CalComponentAlarm *alarm, CalAlarmAction action - - -cal_component_alarm_get_trigger -void -CalComponentAlarm *alarm, CalAlarmTrigger *trigger - - -cal_component_alarm_set_trigger -void -CalComponentAlarm *alarm, CalAlarmTrigger trigger - - -cal_component_alarm_free -void -CalComponentAlarm *alarm - - -CalRecurInstanceFn -gboolean -CalComponent *comp, - time_t instance_start, - time_t instance_end, - gpointer data - - -cal_recur_generate_instances -void -CalComponent *comp,time_t start,time_t end,CalRecurInstanceFn cb,gpointer cb_data - - -CalObjInstance -typedef struct { - char *uid; /* UID of the object */ - time_t start; /* Start time of instance */ - time_t end; /* End time of instance */ -} CalObjInstance; - - -cal_obj_instance_list_free -void -GList *list - - -CalObjType -typedef enum { - CALOBJ_TYPE_EVENT = 1 << 0, - CALOBJ_TYPE_TODO = 1 << 1, - CALOBJ_TYPE_JOURNAL = 1 << 2, - CALOBJ_TYPE_ANY = 0x07 -} CalObjType; - - -cal_obj_uid_list_free -void -GList *list - - -isodate_from_time_t -char * -time_t t - - -time_add_minutes -time_t -time_t time, int minutes - - -time_add_day -time_t -time_t time, int days - - -time_add_week -time_t -time_t time, int weeks - - -time_add_month -time_t -time_t time, int months - - -time_add_year -time_t -time_t time, int years - - -time_days_in_month -int -int year, int month - - -time_from_day -time_t -int year, int month, int day - - -time_year_begin -time_t -time_t t - - -time_year_end -time_t -time_t t - - -time_month_begin -time_t -time_t t - - -time_month_end -time_t -time_t t - - -time_week_begin -time_t -time_t t - - -time_week_end -time_t -time_t t - - -time_day_begin -time_t -time_t t - - -time_day_end -time_t -time_t t - - -print_time_t -void -time_t t - diff --git a/doc/devel/calendar/cal-util/tmpl/cal-component.sgml b/doc/devel/calendar/cal-util/tmpl/cal-component.sgml index 0cf6089d60..004e48674e 100644 --- a/doc/devel/calendar/cal-util/tmpl/cal-component.sgml +++ b/doc/devel/calendar/cal-util/tmpl/cal-component.sgml @@ -114,6 +114,7 @@ RFC 2445 iCalendar component object. @CAL_COMPONENT_FIELD_RECURRING: @CAL_COMPONENT_FIELD_OVERDUE: @CAL_COMPONENT_FIELD_COLOR: +@CAL_COMPONENT_FIELD_STATUS: @CAL_COMPONENT_FIELD_NUM_FIELDS: diff --git a/doc/devel/calendar/cal-util/tmpl/evolution-cal-util-unused.sgml b/doc/devel/calendar/cal-util/tmpl/evolution-cal-util-unused.sgml index ff68fae99d..93625da7df 100644 --- a/doc/devel/calendar/cal-util/tmpl/evolution-cal-util-unused.sgml +++ b/doc/devel/calendar/cal-util/tmpl/evolution-cal-util-unused.sgml @@ -1,44 +1,38 @@ - - - - - -@CAL_COMPONENT_ALARM_TRIGGER_RELATED_START: -@CAL_COMPONENT_ALARM_TRIGGER_RELATED_END: - - + -@r: +@CAL_COMPONENT_ALARM_NONE: +@CAL_COMPONENT_ALARM_AUDIO: +@CAL_COMPONENT_ALARM_DISPLAY: +@CAL_COMPONENT_ALARM_EMAIL: +@CAL_COMPONENT_ALARM_PROCEDURE: +@CAL_COMPONENT_ALARM_UNKNOWN: - + -@CAL_RECUR_YEARLY: -@CAL_RECUR_MONTHLY: -@CAL_RECUR_WEEKLY: -@CAL_RECUR_DAILY: -@CAL_RECUR_HOURLY: -@CAL_RECUR_MINUTELY: -@CAL_RECUR_SECONDLY: +@str: +@Returns: - + +@comp: +@pilot_status: - + -@comp: -@pilot_id: +@ir: +@Returns: @@ -48,28 +42,29 @@ @t: @Returns: - + -@trigger: +@start: +@duration: +@Returns: - + -@t: -@hour: -@Returns: +@CAL_RECUR_YEARLY: +@CAL_RECUR_MONTHLY: +@CAL_RECUR_WEEKLY: +@CAL_RECUR_DAILY: +@CAL_RECUR_HOURLY: +@CAL_RECUR_MINUTELY: +@CAL_RECUR_SECONDLY: - + @@ -77,113 +72,108 @@ End: @str: @Returns: - + @comp: -@pilot_status: +@pilot_id: - + -@year: -@month: -@day: -@hour: -@minute: -@second: +@CAL_COMPONENT_ALARM_TRIGGER_RELATED_START: +@CAL_COMPONENT_ALARM_TRIGGER_RELATED_END: - + +@str: +@Returns: - + -@CAL_COMPONENT_ALARM_TRIGGER_RELATIVE: -@CAL_COMPONENT_ALARM_TRIGGER_ABSOLUTE: +@r: - + -@ir: +@itt: @Returns: - + -@list: +@t: +@hour: +@Returns: - + -@str: +@comp: @Returns: - + -@comp: -@Returns: - + +@secs: +@Returns: - + -@comp: -@Returns: +@trigger: - + -@itt: -@Returns: - + -@CAL_COMPONENT_ALARM_NONE: -@CAL_COMPONENT_ALARM_AUDIO: -@CAL_COMPONENT_ALARM_DISPLAY: -@CAL_COMPONENT_ALARM_EMAIL: -@CAL_COMPONENT_ALARM_PROCEDURE: -@CAL_COMPONENT_ALARM_UNKNOWN: +@list: - + -@start: -@duration: -@Returns: +@comp: +@pilot_status: @@ -193,13 +183,17 @@ End: @comp: @pilot_id: - + -@secs: -@Returns: +@year: +@month: +@day: +@hour: +@minute: +@second: @@ -210,19 +204,25 @@ End: @use_am_pm: @Returns: - + @comp: -@pilot_status: +@Returns: - + + + + + +@CAL_COMPONENT_ALARM_TRIGGER_RELATIVE: +@CAL_COMPONENT_ALARM_TRIGGER_ABSOLUTE: + + -@str: -@Returns: diff --git a/doc/devel/executive-summary/.cvsignore b/doc/devel/executive-summary/.cvsignore index 282522db03..955e85ea1d 100644 --- a/doc/devel/executive-summary/.cvsignore +++ b/doc/devel/executive-summary/.cvsignore @@ -1,2 +1,5 @@ Makefile Makefile.in +*-decl.txt +*.signals +*.hierarchy diff --git a/doc/devel/executive-summary/evolution-services-decl.txt b/doc/devel/executive-summary/evolution-services-decl.txt deleted file mode 100644 index df84080700..0000000000 --- a/doc/devel/executive-summary/evolution-services-decl.txt +++ /dev/null @@ -1,599 +0,0 @@ - -EXECUTIVE_SUMMARY_CLIENT_TYPE -#define EXECUTIVE_SUMMARY_CLIENT_TYPE (executive_summary_client_get_type ()) - - -EXECUTIVE_SUMMARY_CLIENT -#define EXECUTIVE_SUMMARY_CLIENT(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_CLIENT_TYPE, ExecutiveSummaryClient)) - - -EXECUTIVE_SUMMARY_CLIENT_CLASS -#define EXECUTIVE_SUMMARY_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EXECUTIVE_SUMMARY_CLIENT_TYPE, ExecutiveSummaryClientClass)) - - -IS_EXECUTIVE_SUMMARY_CLIENT -#define IS_EXECUTIVE_SUMMARY_CLIENT(obj) (GTK_CHECK_TYPE ((obj), EXECUTIVE_SUMMARY_CLIENT_TYPE)) - - -IS_EXECUTIVE_SUMMARY_CLIENT_CLASS -#define IS_EXECUTIVE_SUMMARY_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EXECUTIVE_SUMMARY_CLIENT_TYPE)) - - -ExecutiveSummaryClientPrivate - - -ExecutiveSummaryClient - - -ExecutiveSummaryClientClass - - -ExecutiveSummaryClient -struct ExecutiveSummaryClient { - BonoboObjectClient parent; - - ExecutiveSummaryClientPrivate *private; -}; - - -ExecutiveSummaryClientClass -struct ExecutiveSummaryClientClass { - BonoboObjectClientClass parent_class; -}; - - -executive_summary_client_get_type -GtkType -void - - -executive_summary_client_construct -void -ExecutiveSummaryClient *client,CORBA_Object object - - -executive_summary_client_set_title -void -ExecutiveSummaryClient *client,int id,const char *title - - -executive_summary_client_set_icon -void -ExecutiveSummaryClient *client,int id,const char *icon - - -executive_summary_client_flash -void -ExecutiveSummaryClient *client,int id - - -executive_summary_client_update -void -ExecutiveSummaryClient *client,int id,const char *html - - -EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_TYPE -#define EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_TYPE (executive_summary_component_factory_client_get_type ()) - - -EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT -#define EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_TYPE, ExecutiveSummaryComponentFactoryClient)) - - -EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_CLASS -#define EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_TYPE, ExecutiveSummaryComponentFactoryClientClass)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT -#define IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT(obj) (GTK_CHECK_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_TYPE)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_CLASS -#define IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_TYPE)) - - -ExecutiveSummaryComponentFactoryClientPrivate - - -ExecutiveSummaryComponentFactoryClient - - -ExecutiveSummaryComponentFactoryClientClass - - -ExecutiveSummaryComponentFactoryClient -struct ExecutiveSummaryComponentFactoryClient { - BonoboObjectClient parent; - - ExecutiveSummaryComponentFactoryClientPrivate *private; -}; - - -ExecutiveSummaryComponentFactoryClientClass -struct ExecutiveSummaryComponentFactoryClientClass { - BonoboObjectClientClass parent_class; -}; - - -executive_summary_component_factory_client_get_type -GtkType -void - - -executive_summary_component_factory_client_construct -void -ExecutiveSummaryComponentFactoryClient *client,CORBA_Object corba_object - - -executive_summary_component_factory_client_new -ExecutiveSummaryComponentFactoryClient * -const char *id - - -executive_summary_component_factory_client_create_view -CORBA_Object -ExecutiveSummaryComponentFactoryClient *client - - -EXECUTIVE_SUMMARY_COMPONENT_TYPE -#define EXECUTIVE_SUMMARY_COMPONENT_TYPE (executive_summary_component_get_type ()) - - -EXECUTIVE_SUMMARY_COMPONENT -#define EXECUTIVE_SUMMARY_COMPONENT(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_COMPONENT_TYPE, ExecutiveSummaryComponent)) - - -EXECUTIVE_SUMMARY_COMPONENT_CLASS -#define EXECUTIVE_SUMMARY_COMPONENT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EXECUTIVE_SUMMARY_COMPONENT_TYPE, ExecutiveSummaryComponentClass)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT -#define IS_EXECUTIVE_SUMMARY_COMPONENT(obj) (GTK_CHECK_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_TYPE)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_CLASS -#define IS_EXECUTIVE_SUMMARY_COMPONENT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_TYPE)) - - -ExecutiveSummaryComponentPrivate - - -ExecutiveSummaryComponent - - -ExecutiveSummaryComponentClass - - -ExecutiveSummaryComponent -struct ExecutiveSummaryComponent { - BonoboObject parent; - - ExecutiveSummaryComponentPrivate *private; -}; - - -ExecutiveSummaryComponentClass -struct ExecutiveSummaryComponentClass { - BonoboObjectClass parent_class; -}; - - -executive_summary_component_get_type -GtkType -void - - -executive_summary_component_new -BonoboObject * -void - - -EXECUTIVE_SUMMARY_COMPONENT_FACTORY_TYPE -#define EXECUTIVE_SUMMARY_COMPONENT_FACTORY_TYPE (executive_summary_component_factory_get_type ()) - - -EXECUTIVE_SUMMARY_COMPONENT_FACTORY -#define EXECUTIVE_SUMMARY_COMPONENT_FACTORY(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_TYPE, ExecutiveSummaryComponentFactory)) - - -EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLASS -#define EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_TYPE, ExecutiveSummaryComponentFactoryClass)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY -#define IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY(obj) (GTK_CHECK_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_TYPE)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLASS -#define IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_TYPE)) - - -ExecutiveSummaryComponentFactoryPrivate - - -ExecutiveSummaryComponentFactory - - -ExecutiveSummaryComponentFactoryClass - - -EvolutionServicesCreateViewFn -BonoboObject * -ExecutiveSummaryComponentFactory *factory, - void *closure - - -ExecutiveSummaryComponentFactory -struct ExecutiveSummaryComponentFactory { - BonoboObject parent; - - ExecutiveSummaryComponentFactoryPrivate *private; -}; - - -ExecutiveSummaryComponentFactoryClass -struct ExecutiveSummaryComponentFactoryClass { - BonoboObjectClass parent_class; -}; - - -executive_summary_component_factory_get_type -GtkType -void - - -executive_summary_component_factory_new -BonoboObject * -EvolutionServicesCreateViewFn create_view,void *closure - - -EXECUTIVE_SUMMARY_HTML_VIEW_HTML_CHANGED -#define EXECUTIVE_SUMMARY_HTML_VIEW_HTML_CHANGED "GNOME:Evolution:Summary:HTMLView:html_changed" - - -EXECUTIVE_SUMMARY_HTML_VIEW_TYPE -#define EXECUTIVE_SUMMARY_HTML_VIEW_TYPE (executive_summary_html_view_get_type ()) - - -EXECUTIVE_SUMMARY_HTML_VIEW -#define EXECUTIVE_SUMMARY_HTML_VIEW(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_HTML_VIEW_TYPE, ExecutiveSummaryHtmlView)) - - -EXECUTIVE_SUMMARY_HTML_VIEW_CLASS -#define EXECUTIVE_SUMMARY_HTML_VIEW_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EXECUTIVE_SUMMARY_HTML_VIEW_TYPE, ExecutiveSummaryHtmlViewClass)) - - -IS_EXECUTIVE_SUMMARY_HTML_VIEW -#define IS_EXECUTIVE_SUMMARY_HTML_VIEW(obj) (GTK_CHECK_TYPE ((obj), EXECUTIVE_SUMMARY_HTML_VIEW_TYPE)) - - -IS_EXECUTIVE_SUMMARY_HTML_VIEW_CLASS -#define IS_EXECUTIVE_SUMMARY_HTML_VIEW_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EXECUTIVE_SUMMARY_HTML_VIEW_TYPE)) - - -ExecutiveSummaryHtmlViewPrivate - - -ExecutiveSummaryHtmlView - - -ExecutiveSummaryHtmlViewClass - - -ExecutiveSummaryHtmlView -struct ExecutiveSummaryHtmlView { - BonoboObject parent; - - ExecutiveSummaryHtmlViewPrivate *private; -}; - - -ExecutiveSummaryHtmlViewClass -struct ExecutiveSummaryHtmlViewClass { - BonoboObjectClass parent_class; -}; - - -executive_summary_html_view_get_type -GtkType -void - - -executive_summary_html_view_new_full -BonoboObject * -BonoboEventSource *event_source - - -executive_summary_html_view_new -BonoboObject * -void - - -executive_summary_html_view_set_html -void -ExecutiveSummaryHtmlView *view,const char *html - - -executive_summary_html_view_get_html -const char * -ExecutiveSummaryHtmlView *view - - -executive_summary_html_view_get_event_source -BonoboEventSource * -ExecutiveSummaryHtmlView *view - - -EXECUTIVE_SUMMARY_COMPONENT_CLIENT_TYPE -#define EXECUTIVE_SUMMARY_COMPONENT_CLIENT_TYPE (executive_summary_component_client_get_type ()) - - -EXECUTIVE_SUMMARY_COMPONENT_CLIENT -#define EXECUTIVE_SUMMARY_COMPONENT_CLIENT(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_COMPONENT_CLIENT_TYPE, ExecutiveSummaryComponentClient)) - - -EXECUTIVE_SUMMARY_COMPONENT_CLIENT_CLASS -#define EXECUTIVE_SUMMARY_COMPONENT_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EXECUTIVE_SUMMARY_COMPONENT_CLIENT_TYPE, ExecutiveSummaryComponentClientClass)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_CLIENT -#define IS_EXECUTIVE_SUMMARY_COMPONENT_CLIENT(obj) (GTK_CHECK_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_CLIENT_TYPE)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_CLIENT_CLASS -#define IS_EXECUTIVE_SUMMARY_COMPONENT_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_CLIENT_TYPE)) - - -ExecutiveSummaryComponentClientPrivate - - -ExecutiveSummaryComponentClient - - -ExecutiveSummaryComponentClientClass - - -ExecutiveSummaryComponentClient -struct ExecutiveSummaryComponentClient { - BonoboObjectClient parent; - - ExecutiveSummaryComponentClientPrivate *private; -}; - - -ExecutiveSummaryComponentClientClass -struct ExecutiveSummaryComponentClientClass { - BonoboObjectClientClass parent_class; -}; - - -executive_summary_component_client_get_type -GtkType -void - - -executive_summary_component_client_new -ExecutiveSummaryComponentClient * -const char *id - - -executive_summary_component_client_set_owner -void -ExecutiveSummaryComponentClient *client,ExecutiveSummary *summary - - -executive_summary_component_client_unset_owner -void -ExecutiveSummaryComponentClient *client - - -executive_summary_component_client_supports -void -ExecutiveSummaryComponentClient *client,gboolean *bonobo,gboolean *html - - -executive_summary_component_client_configure -void -ExecutiveSummaryComponentClient *client,ExecutiveSummaryComponentView *view - - -executive_summary_component_client_destroy_view -void -ExecutiveSummaryComponentClient *client,ExecutiveSummaryComponentView *view - - -EXECUTIVE_SUMMARY_TYPE -#define EXECUTIVE_SUMMARY_TYPE (executive_summary_get_type ()) - - -EXECUTIVE_SUMMARY -#define EXECUTIVE_SUMMARY(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_TYPE, ExecutiveSummary)) - - -EXECUTIVE_SUMMARY_CLASS -#define EXECUTIVE_SUMMARY_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EXECUTIVE_SUMMARY_TYPE, ExecutiveSummaryClass)) - - -IS_EXECUTIVE_SUMMARY -#define IS_EXECUTIVE_SUMMARY(obj) (GTK_CHECK_TYPE ((obj), EXECUTIVE_SUMMARY_TYPE)) - - -IS_EXECUTIVE_SUMMARY_CLASS -#define IS_EXECUTIVE_SUMMARY_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EXECUTIVE_SUMMARY_TYPE)) - - -ExecutiveSummaryPrivate - - -ExecutiveSummary - - -ExecutiveSummaryClass - - -ExecutiveSummary -struct ExecutiveSummary { - BonoboObject parent; - - ExecutiveSummaryPrivate *private; -}; - - -ExecutiveSummaryClass -struct ExecutiveSummaryClass { - BonoboObjectClass parent_class; - - void (* update) (ExecutiveSummary *summary, - const GNOME_Evolution_Summary_Component component, - const char *html); - void (* set_title) (ExecutiveSummary *summary, - const GNOME_Evolution_Summary_Component component, - const char *title); - void (* set_icon) (ExecutiveSummary *summary, - const GNOME_Evolution_Summary_Component component, - const char *icon); - void (* flash) (ExecutiveSummary *summary, - const GNOME_Evolution_Summary_Component component); -}; - - -executive_summary_get_type -GtkType -void - - -executive_summary_construct -void -ExecutiveSummary *es,GNOME_Evolution_Summary_ViewFrame corba_object - - -executive_summary_new -BonoboObject * -void - - -EXECUTIVE_SUMMARY_COMPONENT_VIEW_TYPE -#define EXECUTIVE_SUMMARY_COMPONENT_VIEW_TYPE (executive_summary_component_view_get_type ()) - - -EXECUTIVE_SUMMARY_COMPONENT_VIEW -#define EXECUTIVE_SUMMARY_COMPONENT_VIEW(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_COMPONENT_VIEW_TYPE, ExecutiveSummaryComponentView)) - - -EXECUTIVE_SUMMARY_COMPONENT_VIEW_CLASS -#define EXECUTIVE_SUMMARY_COMPONENT_VIEW_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EXECUTIVE_SUMMARY_COMPONENT_VIEW_TYPE, ExecutiveSummaryComponentClass)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_VIEW -#define IS_EXECUTIVE_SUMMARY_COMPONENT_VIEW(obj) (GTK_CHECK_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_VIEW_TYPE)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_VIEW_CLASS -#define IS_EXECUTIVE_SUMMARY_COMPONENT_VIEW_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_VIEW_CLASS_TYPE)) - - -ExecutiveSummaryComponentViewPrivate - - -ExecutiveSummaryComponentView - - -ExecutiveSummaryComponentViewClass - - -ExecutiveSummaryComponentView -struct ExecutiveSummaryComponentView { - GtkObject object; - - ExecutiveSummaryComponentViewPrivate *private; -}; - - -ExecutiveSummaryComponentViewClass -struct ExecutiveSummaryComponentViewClass { - GtkObjectClass parent_class; - - /* Signals */ - void (* configure) (ExecutiveSummaryComponentView *view); -}; - - -executive_summary_component_view_get_type -GtkType -void - - -executive_summary_component_view_construct -void -ExecutiveSummaryComponentView *view,ExecutiveSummaryComponent *component,BonoboControl *control,const char *html,const char *title,const char *icon - - -executive_summary_component_view_new -ExecutiveSummaryComponentView * -ExecutiveSummaryComponent *component,BonoboControl *control,const char *html,const char *title,const char *icon - - -executive_summary_component_view_set_title -void -ExecutiveSummaryComponentView *view,const char *title - - -executive_summary_component_view_get_title -const char * -ExecutiveSummaryComponentView *view - - -executive_summary_component_view_set_icon -void -ExecutiveSummaryComponentView *view,const char *icon - - -executive_summary_component_view_get_icon -const char * -ExecutiveSummaryComponentView *view - - -executive_summary_component_view_flash -void -ExecutiveSummaryComponentView *view - - -executive_summary_component_view_set_html -void -ExecutiveSummaryComponentView *view,const char *html - - -executive_summary_component_view_get_html -const char * -ExecutiveSummaryComponentView *view - - -executive_summary_component_view_get_control -BonoboObject * -ExecutiveSummaryComponentView *view - - -executive_summary_component_view_get_id -int -ExecutiveSummaryComponentView *view - - -executive_summary_component_view_set_id -void -ExecutiveSummaryComponentView *view,int id - - -executive_summary_component_view_configure -void -ExecutiveSummaryComponentView *view - - -executive_summary_component_view_set_objref -void -ExecutiveSummaryComponentView *view,Bonobo_Control objref - - -executive_summary_component_view_get_widget -GtkWidget * -ExecutiveSummaryComponentView *view - diff --git a/doc/devel/executive-summary/evolution-services.hierarchy b/doc/devel/executive-summary/evolution-services.hierarchy deleted file mode 100644 index 07e7aad6ff..0000000000 --- a/doc/devel/executive-summary/evolution-services.hierarchy +++ /dev/null @@ -1,15 +0,0 @@ -GtkObject - GtkWidget - GtkRange - GtkScale - GtkContainer - GtkBin - GtkButton - GtkToggleButton - GtkCheckButton - BonoboObject - ExecutiveSummaryComponent - ExecutiveSummaryComponentFactory - Handle to remote Bonobo::Unknown - ExecutiveSummaryComponentFactoryClient - ExecutiveSummaryHtmlView diff --git a/doc/devel/executive-summary/evolution-services.signals b/doc/devel/executive-summary/evolution-services.signals deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/doc/devel/executive-summary/tmpl/executive-summary-html-view.sgml b/doc/devel/executive-summary/tmpl/executive-summary-html-view.sgml index 2fb66a2035..6ff2709e15 100644 --- a/doc/devel/executive-summary/tmpl/executive-summary-html-view.sgml +++ b/doc/devel/executive-summary/tmpl/executive-summary-html-view.sgml @@ -73,3 +73,11 @@ This is the event that is emitted on the BonoboEventSource when the HTML is chan @Returns: + + + + + +@executivesummaryhtmlview: the object which received the signal. +@arg1: + diff --git a/doc/devel/importer/.cvsignore b/doc/devel/importer/.cvsignore index 0842a93f7a..7e570cff1d 100644 --- a/doc/devel/importer/.cvsignore +++ b/doc/devel/importer/.cvsignore @@ -1,3 +1,6 @@ sgml Makefile Makefile.in +*-decl.txt +*.hierarchy +*.signals diff --git a/doc/devel/importer/evolution-shell-importer.heirarchy b/doc/devel/importer/evolution-shell-importer.heirarchy deleted file mode 100644 index 78e430d311..0000000000 --- a/doc/devel/importer/evolution-shell-importer.heirarchy +++ /dev/null @@ -1,5 +0,0 @@ -GtkObject - BonoboObject - EvolutionImporter - BonoboObjectClient - EvolutionImporterClient diff --git a/doc/devel/importer/evolution-shell-importer.hierarchy b/doc/devel/importer/evolution-shell-importer.hierarchy deleted file mode 100644 index 5f1b55c709..0000000000 --- a/doc/devel/importer/evolution-shell-importer.hierarchy +++ /dev/null @@ -1,14 +0,0 @@ -GtkObject - GtkWidget - GtkRange - GtkScale - GtkContainer - GtkBin - GtkButton - GtkToggleButton - GtkCheckButton - BonoboObject - EvolutionImporter - Handle to remote Bonobo::Unknown - EvolutionImporterClient - EvolutionImporterListener diff --git a/doc/devel/importer/tmpl/evolution-importer-client.sgml b/doc/devel/importer/tmpl/evolution-importer-client.sgml index 8122e4fb2d..6cee37bef1 100644 --- a/doc/devel/importer/tmpl/evolution-importer-client.sgml +++ b/doc/devel/importer/tmpl/evolution-importer-client.sgml @@ -57,6 +57,7 @@ Casts a #GtkObject into an #EvolutionImporterClient @client: @filename: +@folderpath: @Returns: diff --git a/doc/devel/importer/tmpl/evolution-importer.sgml b/doc/devel/importer/tmpl/evolution-importer.sgml index 8d8351aed2..1c7736a37f 100644 --- a/doc/devel/importer/tmpl/evolution-importer.sgml +++ b/doc/devel/importer/tmpl/evolution-importer.sgml @@ -40,6 +40,7 @@ The type of function that is called when the importer wishes the importing compo @importer: The #EvolutionImporter. @filename: The filename of the file to load. +@folderpath: @closure: The data passed into evolution_importer_new (). @Returns: A #gboolean. TRUE if the load and initialisation was successful, FALSE otherwise. @@ -70,6 +71,15 @@ The type of function that is called when the importer wants to get a string vers +@EVOLUTION_IMPORTER_OK: +@EVOLUTION_IMPORTER_UNSUPPORTED_OPERATION: +@EVOLUTION_IMPORTER_INTERRUPTED: +@EVOLUTION_IMPORTER_BUSY: +@EVOLUTION_IMPORTER_NOT_READY: +@EVOLUTION_IMPORTER_UNKNOWN_DATA: +@EVOLUTION_IMPORTER_BAD_DATA: +@EVOLUTION_IMPORTER_BAD_FILE: +@EVOLUTION_IMPORTER_UNKNOWN_ERROR: diff --git a/help/devel/ChangeLog b/help/devel/ChangeLog index 74c7e4070d..6e1455b514 100644 --- a/help/devel/ChangeLog +++ b/help/devel/ChangeLog @@ -1,3 +1,8 @@ +2001-04-25 Jon Trowbridge + + * Removed generated files from CVS, updated .cvsignore files + to include generated files. + 2001-04-23 Ettore Perazzoli * executive-summary/Makefile.am (scan) [ENABLE_GTK_DOC]: Kludge diff --git a/help/devel/calendar/cal-client/.cvsignore b/help/devel/calendar/cal-client/.cvsignore index 0842a93f7a..5461f19c56 100644 --- a/help/devel/calendar/cal-client/.cvsignore +++ b/help/devel/calendar/cal-client/.cvsignore @@ -1,3 +1,6 @@ sgml Makefile Makefile.in +*-decl.txt +*.hierarchy +*.signals \ No newline at end of file diff --git a/help/devel/calendar/cal-client/evolution-cal-client-decl.txt b/help/devel/calendar/cal-client/evolution-cal-client-decl.txt deleted file mode 100644 index 0bc30e6462..0000000000 --- a/help/devel/calendar/cal-client/evolution-cal-client-decl.txt +++ /dev/null @@ -1,161 +0,0 @@ - -CAL_CLIENT_TYPE -#define CAL_CLIENT_TYPE (cal_client_get_type ()) - - -CAL_CLIENT -#define CAL_CLIENT(obj) (GTK_CHECK_CAST ((obj), CAL_CLIENT_TYPE, CalClient)) - - -CAL_CLIENT_CLASS -#define CAL_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), CAL_CLIENT_TYPE, CalClientClass)) - - -IS_CAL_CLIENT -#define IS_CAL_CLIENT(obj) (GTK_CHECK_TYPE ((obj), CAL_CLIENT_TYPE)) - - -IS_CAL_CLIENT_CLASS -#define IS_CAL_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), CAL_CLIENT_TYPE)) - - -CalClient - - -CalClientClass - - -CalClientPrivate - - -CalClientOpenStatus -typedef enum { - CAL_CLIENT_OPEN_SUCCESS, - CAL_CLIENT_OPEN_ERROR, - CAL_CLIENT_OPEN_NOT_FOUND, - CAL_CLIENT_OPEN_METHOD_NOT_SUPPORTED -} CalClientOpenStatus; - - -CalClientGetStatus -typedef enum { - CAL_CLIENT_GET_SUCCESS, - CAL_CLIENT_GET_NOT_FOUND, - CAL_CLIENT_GET_SYNTAX_ERROR -} CalClientGetStatus; - - -CalClientLoadState -typedef enum { - CAL_CLIENT_LOAD_NOT_LOADED, - CAL_CLIENT_LOAD_LOADING, - CAL_CLIENT_LOAD_LOADED -} CalClientLoadState; - - -CalClient -struct CalClient { - GtkObject object; - - /* Private data */ - CalClientPrivate *priv; -}; - - -cal_client_get_type -GtkType -void - - -cal_client_construct -CalClient * -CalClient *client - - -cal_client_new -CalClient * -void - - -cal_client_open_calendar -gboolean -CalClient *client, const char *str_uri, gboolean only_if_exists - - -cal_client_get_load_state -CalClientLoadState -CalClient *client - - -cal_client_get_uri -const char * -CalClient *client - - -cal_client_get_n_objects -int -CalClient *client, CalObjType type - - -cal_client_get_object -CalClientGetStatus -CalClient *client,const char *uid,CalComponent **comp - - -cal_client_get_uids -GList * -CalClient *client, CalObjType type - - -cal_client_get_changes -GList * -CalClient *client, CalObjType type, const char *change_id - - -cal_client_get_objects_in_range -GList * -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 -GSList * -CalClient *client, time_t start, time_t end - - -cal_client_free_alarms -void -GSList *comp_alarms - - -cal_client_get_alarms_for_object -gboolean -CalClient *client, const char *uid,time_t start, time_t end,CalComponentAlarms **alarms - - -cal_client_update_object -gboolean -CalClient *client, CalComponent *comp - - -cal_client_remove_object -gboolean -CalClient *client, const char *uid - - -CalClientChangeType -typedef enum { - CAL_CLIENT_CHANGE_ADDED = 1 << 0, - CAL_CLIENT_CHANGE_MODIFIED = 1 << 1, - CAL_CLIENT_CHANGE_DELETED = 1 << 2 -} CalClientChangeType; - - -cal_client_change_list_free -void -GList *list - diff --git a/help/devel/calendar/cal-client/evolution-cal-client.signals b/help/devel/calendar/cal-client/evolution-cal-client.signals deleted file mode 100644 index 65d142777a..0000000000 --- a/help/devel/calendar/cal-client/evolution-cal-client.signals +++ /dev/null @@ -1,21 +0,0 @@ - -CalClient::cal-opened -void -CalClient *calclient -gint arg1 - - - -CalClient::obj-updated -void -CalClient *calclient -gchar *arg1 - - - -CalClient::obj-removed -void -CalClient *calclient -gchar *arg1 - - 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 56bcf3aff5..f8f1f1408e 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 @@ -1,14 +1,13 @@ - + @client: -@uid: -@pilot_id: -@pilot_status: +@str_uri: +@Returns: - + @@ -17,19 +16,6 @@ @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. - - - @@ -63,14 +49,28 @@ @client: @Returns: - + @client: -@str_uri: -@Returns: +@uid: +@pilot_id: +@pilot_status: + + + + 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. + + diff --git a/help/devel/calendar/cal-util/.cvsignore b/help/devel/calendar/cal-util/.cvsignore index 0842a93f7a..bb607693d4 100644 --- a/help/devel/calendar/cal-util/.cvsignore +++ b/help/devel/calendar/cal-util/.cvsignore @@ -1,3 +1,7 @@ sgml Makefile Makefile.in +*-decl.txt +*.signals +*.hierarchy + diff --git a/help/devel/calendar/cal-util/evolution-cal-util-decl.txt b/help/devel/calendar/cal-util/evolution-cal-util-decl.txt deleted file mode 100644 index b524235de2..0000000000 --- a/help/devel/calendar/cal-util/evolution-cal-util-decl.txt +++ /dev/null @@ -1,780 +0,0 @@ - -CAL_COMPONENT_TYPE -#define CAL_COMPONENT_TYPE (cal_component_get_type ()) - - -CAL_COMPONENT -#define CAL_COMPONENT(obj) (GTK_CHECK_CAST ((obj), CAL_COMPONENT_TYPE, CalComponent)) - - -CAL_COMPONENT_CLASS -#define CAL_COMPONENT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), CAL_COMPONENT_TYPE, \ - CalComponentClass)) - - -IS_CAL_COMPONENT -#define IS_CAL_COMPONENT(obj) (GTK_CHECK_TYPE ((obj), CAL_COMPONENT_TYPE)) - - -IS_CAL_COMPONENT_CLASS -#define IS_CAL_COMPONENT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), CAL_COMPONENT_TYPE)) - - -CalComponentVType -typedef enum { - CAL_COMPONENT_NO_TYPE, - CAL_COMPONENT_EVENT, - CAL_COMPONENT_TODO, - CAL_COMPONENT_JOURNAL, - CAL_COMPONENT_FREEBUSY, - CAL_COMPONENT_TIMEZONE -} CalComponentVType; - - -CalComponentField -typedef enum { - CAL_COMPONENT_FIELD_CATEGORIES, /* concatenation of the categories list */ - CAL_COMPONENT_FIELD_CLASSIFICATION, - CAL_COMPONENT_FIELD_COMPLETED, - CAL_COMPONENT_FIELD_DTEND, - CAL_COMPONENT_FIELD_DTSTART, - CAL_COMPONENT_FIELD_DUE, - CAL_COMPONENT_FIELD_GEO, - CAL_COMPONENT_FIELD_PERCENT, - CAL_COMPONENT_FIELD_PRIORITY, - CAL_COMPONENT_FIELD_SUMMARY, - CAL_COMPONENT_FIELD_TRANSPARENCY, - CAL_COMPONENT_FIELD_URL, - CAL_COMPONENT_FIELD_HAS_ALARMS, /* not a real field */ - CAL_COMPONENT_FIELD_ICON, /* not a real field */ - CAL_COMPONENT_FIELD_COMPLETE, /* not a real field */ - CAL_COMPONENT_FIELD_RECURRING, /* not a real field */ - CAL_COMPONENT_FIELD_OVERDUE, /* not a real field */ - CAL_COMPONENT_FIELD_COLOR, /* not a real field */ - CAL_COMPONENT_FIELD_NUM_FIELDS -} CalComponentField; - - -CalComponentClassification -typedef enum { - CAL_COMPONENT_CLASS_NONE, - CAL_COMPONENT_CLASS_PUBLIC, - CAL_COMPONENT_CLASS_PRIVATE, - CAL_COMPONENT_CLASS_CONFIDENTIAL, - CAL_COMPONENT_CLASS_UNKNOWN -} CalComponentClassification; - - -CalComponentDateTime -typedef struct { - /* Actual date/time value */ - struct icaltimetype *value; - - /* Timezone ID */ - const char *tzid; -} CalComponentDateTime; - - -CalComponentPeriodType -typedef enum { - CAL_COMPONENT_PERIOD_DATETIME, - CAL_COMPONENT_PERIOD_DURATION -} CalComponentPeriodType; - - -CalComponentPeriod -typedef struct { - CalComponentPeriodType type; - - struct icaltimetype start; - - union { - struct icaltimetype end; - struct icaldurationtype duration; - } u; -} CalComponentPeriod; - - -CalComponentText -typedef struct { - /* Description string */ - const char *value; - - /* Alternate representation URI */ - const char *altrep; -} CalComponentText; - - -CalComponentTransparency -typedef enum { - CAL_COMPONENT_TRANSP_NONE, - CAL_COMPONENT_TRANSP_TRANSPARENT, - CAL_COMPONENT_TRANSP_OPAQUE, - CAL_COMPONENT_TRANSP_UNKNOWN -} CalComponentTransparency; - - -CalComponent - - -CalComponentClass - - -CalComponentPrivate - - -CalComponent -struct CalComponent { - GtkObject object; - - /* Private data */ - CalComponentPrivate *priv; -}; - - -cal_component_get_type -GtkType -void - - -cal_component_gen_uid -char * -void - - -cal_component_new -CalComponent * -void - - -cal_component_clone -CalComponent * -CalComponent *comp - - -cal_component_set_new_vtype -void -CalComponent *comp, CalComponentVType type - - -cal_component_set_icalcomponent -gboolean -CalComponent *comp, icalcomponent *icalcomp - - -cal_component_get_icalcomponent -icalcomponent * -CalComponent *comp - - -cal_component_get_vtype -CalComponentVType -CalComponent *comp - - -cal_component_get_as_string -char * -CalComponent *comp - - -cal_component_commit_sequence -void -CalComponent *comp - - -cal_component_get_uid -void -CalComponent *comp, const char **uid - - -cal_component_set_uid -void -CalComponent *comp, const char *uid - - -cal_component_get_categories -void -CalComponent *comp, const char **categories - - -cal_component_set_categories -void -CalComponent *comp, const char *categories - - -cal_component_get_categories_list -void -CalComponent *comp, GSList **categ_list - - -cal_component_set_categories_list -void -CalComponent *comp, GSList *categ_list - - -cal_component_get_classification -void -CalComponent *comp, CalComponentClassification *classif - - -cal_component_set_classification -void -CalComponent *comp, CalComponentClassification classif - - -cal_component_get_comment_list -void -CalComponent *comp, GSList **text_list - - -cal_component_set_comment_list -void -CalComponent *comp, GSList *text_list - - -cal_component_get_completed -void -CalComponent *comp, struct icaltimetype **t - - -cal_component_set_completed -void -CalComponent *comp, struct icaltimetype *t - - -cal_component_get_created -void -CalComponent *comp, struct icaltimetype **t - - -cal_component_set_created -void -CalComponent *comp, struct icaltimetype *t - - -cal_component_get_description_list -void -CalComponent *comp, GSList **text_list - - -cal_component_set_description_list -void -CalComponent *comp, GSList *text_list - - -cal_component_get_dtend -void -CalComponent *comp, CalComponentDateTime *dt - - -cal_component_set_dtend -void -CalComponent *comp, CalComponentDateTime *dt - - -cal_component_get_dtstamp -void -CalComponent *comp, struct icaltimetype *t - - -cal_component_set_dtstamp -void -CalComponent *comp, struct icaltimetype *t - - -cal_component_get_dtstart -void -CalComponent *comp, CalComponentDateTime *dt - - -cal_component_set_dtstart -void -CalComponent *comp, CalComponentDateTime *dt - - -cal_component_get_due -void -CalComponent *comp, CalComponentDateTime *dt - - -cal_component_set_due -void -CalComponent *comp, CalComponentDateTime *dt - - -cal_component_get_exdate_list -void -CalComponent *comp, GSList **exdate_list - - -cal_component_set_exdate_list -void -CalComponent *comp, GSList *exdate_list - - -cal_component_has_exdates -gboolean -CalComponent *comp - - -cal_component_get_exrule_list -void -CalComponent *comp, GSList **recur_list - - -cal_component_get_exrule_property_list -void -CalComponent *comp, GSList **recur_list - - -cal_component_set_exrule_list -void -CalComponent *comp, GSList *recur_list - - -cal_component_has_exrules -gboolean -CalComponent *comp - - -cal_component_has_exceptions -gboolean -CalComponent *comp - - -cal_component_get_geo -void -CalComponent *comp, struct icalgeotype **geo - - -cal_component_set_geo -void -CalComponent *comp, struct icalgeotype *geo - - -cal_component_get_last_modified -void -CalComponent *comp, struct icaltimetype **t - - -cal_component_set_last_modified -void -CalComponent *comp, struct icaltimetype *t - - -cal_component_get_percent -void -CalComponent *comp, int **percent - - -cal_component_set_percent -void -CalComponent *comp, int *percent - - -cal_component_get_priority -void -CalComponent *comp, int **priority - - -cal_component_set_priority -void -CalComponent *comp, int *priority - - -cal_component_get_rdate_list -void -CalComponent *comp, GSList **period_list - - -cal_component_set_rdate_list -void -CalComponent *comp, GSList *period_list - - -cal_component_has_rdates -gboolean -CalComponent *comp - - -cal_component_get_rrule_list -void -CalComponent *comp, GSList **recur_list - - -cal_component_get_rrule_property_list -void -CalComponent *comp, GSList **recur_list - - -cal_component_set_rrule_list -void -CalComponent *comp, GSList *recur_list - - -cal_component_has_rrules -gboolean -CalComponent *comp - - -cal_component_has_recurrences -gboolean -CalComponent *comp - - -cal_component_get_sequence -void -CalComponent *comp, int **sequence - - -cal_component_set_sequence -void -CalComponent *comp, int *sequence - - -cal_component_get_status -void -CalComponent *comp, icalproperty_status *status - - -cal_component_set_status -void -CalComponent *comp, icalproperty_status status - - -cal_component_get_summary -void -CalComponent *comp, CalComponentText *summary - - -cal_component_set_summary -void -CalComponent *comp, CalComponentText *summary - - -cal_component_get_transparency -void -CalComponent *comp, CalComponentTransparency *transp - - -cal_component_set_transparency -void -CalComponent *comp, CalComponentTransparency transp - - -cal_component_get_url -void -CalComponent *comp, const char **url - - -cal_component_set_url -void -CalComponent *comp, const char *url - - -cal_component_event_dates_match -gboolean -CalComponent *comp1, CalComponent *comp2 - - -cal_component_free_categories_list -void -GSList *categ_list - - -cal_component_free_datetime -void -CalComponentDateTime *dt - - -cal_component_free_exdate_list -void -GSList *exdate_list - - -cal_component_free_geo -void -struct icalgeotype *geo - - -cal_component_free_icaltimetype -void -struct icaltimetype *t - - -cal_component_free_percent -void -int *percent - - -cal_component_free_priority -void -int *priority - - -cal_component_free_period_list -void -GSList *period_list - - -cal_component_free_recur_list -void -GSList *recur_list - - -cal_component_free_sequence -void -int *sequence - - -cal_component_free_text_list -void -GSList *text_list - - -CalComponentAlarm - - -CalAlarmInstance -typedef struct { - /* UID of the alarm that triggered */ - const char *auid; - - /* Trigger time, i.e. "5 minutes before the appointment" */ - time_t trigger; - - /* Actual event occurrence to which this trigger corresponds */ - time_t occur; -} CalAlarmInstance; - - -CalComponentAlarms -typedef struct { - /* The actual component */ - CalComponent *comp; - - /* List of CalAlarmInstance structures */ - GSList *alarms; -} CalComponentAlarms; - - -CalAlarmAction -typedef enum { - CAL_ALARM_NONE, - CAL_ALARM_AUDIO, - CAL_ALARM_DISPLAY, - CAL_ALARM_EMAIL, - CAL_ALARM_PROCEDURE, - CAL_ALARM_UNKNOWN -} CalAlarmAction; - - -CalAlarmTriggerType -typedef enum { - CAL_ALARM_TRIGGER_NONE, - CAL_ALARM_TRIGGER_RELATIVE_START, - CAL_ALARM_TRIGGER_RELATIVE_END, - CAL_ALARM_TRIGGER_ABSOLUTE -} CalAlarmTriggerType; - - -CalAlarmTrigger -typedef struct { - CalAlarmTriggerType type; - - union { - struct icaldurationtype rel_duration; - struct icaltimetype abs_time; - } u; -} CalAlarmTrigger; - - -cal_component_has_alarms -gboolean -CalComponent *comp - - -cal_component_add_alarm -void -CalComponent *comp, CalComponentAlarm *alarm - - -cal_component_remove_alarm -void -CalComponent *comp, const char *auid - - -cal_component_get_alarm_uids -GList * -CalComponent *comp - - -cal_component_get_alarm -CalComponentAlarm * -CalComponent *comp, const char *auid - - -cal_component_alarms_free -void -CalComponentAlarms *alarms - - -cal_component_alarm_new -CalComponentAlarm * -void - - -cal_component_alarm_get_uid -const char * -CalComponentAlarm *alarm - - -cal_component_alarm_get_action -void -CalComponentAlarm *alarm, CalAlarmAction *action - - -cal_component_alarm_set_action -void -CalComponentAlarm *alarm, CalAlarmAction action - - -cal_component_alarm_get_trigger -void -CalComponentAlarm *alarm, CalAlarmTrigger *trigger - - -cal_component_alarm_set_trigger -void -CalComponentAlarm *alarm, CalAlarmTrigger trigger - - -cal_component_alarm_free -void -CalComponentAlarm *alarm - - -CalRecurInstanceFn -gboolean -CalComponent *comp, - time_t instance_start, - time_t instance_end, - gpointer data - - -cal_recur_generate_instances -void -CalComponent *comp,time_t start,time_t end,CalRecurInstanceFn cb,gpointer cb_data - - -CalObjInstance -typedef struct { - char *uid; /* UID of the object */ - time_t start; /* Start time of instance */ - time_t end; /* End time of instance */ -} CalObjInstance; - - -cal_obj_instance_list_free -void -GList *list - - -CalObjType -typedef enum { - CALOBJ_TYPE_EVENT = 1 << 0, - CALOBJ_TYPE_TODO = 1 << 1, - CALOBJ_TYPE_JOURNAL = 1 << 2, - CALOBJ_TYPE_ANY = 0x07 -} CalObjType; - - -cal_obj_uid_list_free -void -GList *list - - -isodate_from_time_t -char * -time_t t - - -time_add_minutes -time_t -time_t time, int minutes - - -time_add_day -time_t -time_t time, int days - - -time_add_week -time_t -time_t time, int weeks - - -time_add_month -time_t -time_t time, int months - - -time_add_year -time_t -time_t time, int years - - -time_days_in_month -int -int year, int month - - -time_from_day -time_t -int year, int month, int day - - -time_year_begin -time_t -time_t t - - -time_year_end -time_t -time_t t - - -time_month_begin -time_t -time_t t - - -time_month_end -time_t -time_t t - - -time_week_begin -time_t -time_t t - - -time_week_end -time_t -time_t t - - -time_day_begin -time_t -time_t t - - -time_day_end -time_t -time_t t - - -print_time_t -void -time_t t - diff --git a/help/devel/calendar/cal-util/tmpl/cal-component.sgml b/help/devel/calendar/cal-util/tmpl/cal-component.sgml index 0cf6089d60..004e48674e 100644 --- a/help/devel/calendar/cal-util/tmpl/cal-component.sgml +++ b/help/devel/calendar/cal-util/tmpl/cal-component.sgml @@ -114,6 +114,7 @@ RFC 2445 iCalendar component object. @CAL_COMPONENT_FIELD_RECURRING: @CAL_COMPONENT_FIELD_OVERDUE: @CAL_COMPONENT_FIELD_COLOR: +@CAL_COMPONENT_FIELD_STATUS: @CAL_COMPONENT_FIELD_NUM_FIELDS: diff --git a/help/devel/calendar/cal-util/tmpl/evolution-cal-util-unused.sgml b/help/devel/calendar/cal-util/tmpl/evolution-cal-util-unused.sgml index ff68fae99d..93625da7df 100644 --- a/help/devel/calendar/cal-util/tmpl/evolution-cal-util-unused.sgml +++ b/help/devel/calendar/cal-util/tmpl/evolution-cal-util-unused.sgml @@ -1,44 +1,38 @@ - - - - - -@CAL_COMPONENT_ALARM_TRIGGER_RELATED_START: -@CAL_COMPONENT_ALARM_TRIGGER_RELATED_END: - - + -@r: +@CAL_COMPONENT_ALARM_NONE: +@CAL_COMPONENT_ALARM_AUDIO: +@CAL_COMPONENT_ALARM_DISPLAY: +@CAL_COMPONENT_ALARM_EMAIL: +@CAL_COMPONENT_ALARM_PROCEDURE: +@CAL_COMPONENT_ALARM_UNKNOWN: - + -@CAL_RECUR_YEARLY: -@CAL_RECUR_MONTHLY: -@CAL_RECUR_WEEKLY: -@CAL_RECUR_DAILY: -@CAL_RECUR_HOURLY: -@CAL_RECUR_MINUTELY: -@CAL_RECUR_SECONDLY: +@str: +@Returns: - + +@comp: +@pilot_status: - + -@comp: -@pilot_id: +@ir: +@Returns: @@ -48,28 +42,29 @@ @t: @Returns: - + -@trigger: +@start: +@duration: +@Returns: - + -@t: -@hour: -@Returns: +@CAL_RECUR_YEARLY: +@CAL_RECUR_MONTHLY: +@CAL_RECUR_WEEKLY: +@CAL_RECUR_DAILY: +@CAL_RECUR_HOURLY: +@CAL_RECUR_MINUTELY: +@CAL_RECUR_SECONDLY: - + @@ -77,113 +72,108 @@ End: @str: @Returns: - + @comp: -@pilot_status: +@pilot_id: - + -@year: -@month: -@day: -@hour: -@minute: -@second: +@CAL_COMPONENT_ALARM_TRIGGER_RELATED_START: +@CAL_COMPONENT_ALARM_TRIGGER_RELATED_END: - + +@str: +@Returns: - + -@CAL_COMPONENT_ALARM_TRIGGER_RELATIVE: -@CAL_COMPONENT_ALARM_TRIGGER_ABSOLUTE: +@r: - + -@ir: +@itt: @Returns: - + -@list: +@t: +@hour: +@Returns: - + -@str: +@comp: @Returns: - + -@comp: -@Returns: - + +@secs: +@Returns: - + -@comp: -@Returns: +@trigger: - + -@itt: -@Returns: - + -@CAL_COMPONENT_ALARM_NONE: -@CAL_COMPONENT_ALARM_AUDIO: -@CAL_COMPONENT_ALARM_DISPLAY: -@CAL_COMPONENT_ALARM_EMAIL: -@CAL_COMPONENT_ALARM_PROCEDURE: -@CAL_COMPONENT_ALARM_UNKNOWN: +@list: - + -@start: -@duration: -@Returns: +@comp: +@pilot_status: @@ -193,13 +183,17 @@ End: @comp: @pilot_id: - + -@secs: -@Returns: +@year: +@month: +@day: +@hour: +@minute: +@second: @@ -210,19 +204,25 @@ End: @use_am_pm: @Returns: - + @comp: -@pilot_status: +@Returns: - + + + + + +@CAL_COMPONENT_ALARM_TRIGGER_RELATIVE: +@CAL_COMPONENT_ALARM_TRIGGER_ABSOLUTE: + + -@str: -@Returns: diff --git a/help/devel/executive-summary/.cvsignore b/help/devel/executive-summary/.cvsignore index 282522db03..955e85ea1d 100644 --- a/help/devel/executive-summary/.cvsignore +++ b/help/devel/executive-summary/.cvsignore @@ -1,2 +1,5 @@ Makefile Makefile.in +*-decl.txt +*.signals +*.hierarchy diff --git a/help/devel/executive-summary/evolution-services-decl.txt b/help/devel/executive-summary/evolution-services-decl.txt deleted file mode 100644 index df84080700..0000000000 --- a/help/devel/executive-summary/evolution-services-decl.txt +++ /dev/null @@ -1,599 +0,0 @@ - -EXECUTIVE_SUMMARY_CLIENT_TYPE -#define EXECUTIVE_SUMMARY_CLIENT_TYPE (executive_summary_client_get_type ()) - - -EXECUTIVE_SUMMARY_CLIENT -#define EXECUTIVE_SUMMARY_CLIENT(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_CLIENT_TYPE, ExecutiveSummaryClient)) - - -EXECUTIVE_SUMMARY_CLIENT_CLASS -#define EXECUTIVE_SUMMARY_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EXECUTIVE_SUMMARY_CLIENT_TYPE, ExecutiveSummaryClientClass)) - - -IS_EXECUTIVE_SUMMARY_CLIENT -#define IS_EXECUTIVE_SUMMARY_CLIENT(obj) (GTK_CHECK_TYPE ((obj), EXECUTIVE_SUMMARY_CLIENT_TYPE)) - - -IS_EXECUTIVE_SUMMARY_CLIENT_CLASS -#define IS_EXECUTIVE_SUMMARY_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EXECUTIVE_SUMMARY_CLIENT_TYPE)) - - -ExecutiveSummaryClientPrivate - - -ExecutiveSummaryClient - - -ExecutiveSummaryClientClass - - -ExecutiveSummaryClient -struct ExecutiveSummaryClient { - BonoboObjectClient parent; - - ExecutiveSummaryClientPrivate *private; -}; - - -ExecutiveSummaryClientClass -struct ExecutiveSummaryClientClass { - BonoboObjectClientClass parent_class; -}; - - -executive_summary_client_get_type -GtkType -void - - -executive_summary_client_construct -void -ExecutiveSummaryClient *client,CORBA_Object object - - -executive_summary_client_set_title -void -ExecutiveSummaryClient *client,int id,const char *title - - -executive_summary_client_set_icon -void -ExecutiveSummaryClient *client,int id,const char *icon - - -executive_summary_client_flash -void -ExecutiveSummaryClient *client,int id - - -executive_summary_client_update -void -ExecutiveSummaryClient *client,int id,const char *html - - -EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_TYPE -#define EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_TYPE (executive_summary_component_factory_client_get_type ()) - - -EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT -#define EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_TYPE, ExecutiveSummaryComponentFactoryClient)) - - -EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_CLASS -#define EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_TYPE, ExecutiveSummaryComponentFactoryClientClass)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT -#define IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT(obj) (GTK_CHECK_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_TYPE)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_CLASS -#define IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLIENT_TYPE)) - - -ExecutiveSummaryComponentFactoryClientPrivate - - -ExecutiveSummaryComponentFactoryClient - - -ExecutiveSummaryComponentFactoryClientClass - - -ExecutiveSummaryComponentFactoryClient -struct ExecutiveSummaryComponentFactoryClient { - BonoboObjectClient parent; - - ExecutiveSummaryComponentFactoryClientPrivate *private; -}; - - -ExecutiveSummaryComponentFactoryClientClass -struct ExecutiveSummaryComponentFactoryClientClass { - BonoboObjectClientClass parent_class; -}; - - -executive_summary_component_factory_client_get_type -GtkType -void - - -executive_summary_component_factory_client_construct -void -ExecutiveSummaryComponentFactoryClient *client,CORBA_Object corba_object - - -executive_summary_component_factory_client_new -ExecutiveSummaryComponentFactoryClient * -const char *id - - -executive_summary_component_factory_client_create_view -CORBA_Object -ExecutiveSummaryComponentFactoryClient *client - - -EXECUTIVE_SUMMARY_COMPONENT_TYPE -#define EXECUTIVE_SUMMARY_COMPONENT_TYPE (executive_summary_component_get_type ()) - - -EXECUTIVE_SUMMARY_COMPONENT -#define EXECUTIVE_SUMMARY_COMPONENT(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_COMPONENT_TYPE, ExecutiveSummaryComponent)) - - -EXECUTIVE_SUMMARY_COMPONENT_CLASS -#define EXECUTIVE_SUMMARY_COMPONENT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EXECUTIVE_SUMMARY_COMPONENT_TYPE, ExecutiveSummaryComponentClass)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT -#define IS_EXECUTIVE_SUMMARY_COMPONENT(obj) (GTK_CHECK_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_TYPE)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_CLASS -#define IS_EXECUTIVE_SUMMARY_COMPONENT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_TYPE)) - - -ExecutiveSummaryComponentPrivate - - -ExecutiveSummaryComponent - - -ExecutiveSummaryComponentClass - - -ExecutiveSummaryComponent -struct ExecutiveSummaryComponent { - BonoboObject parent; - - ExecutiveSummaryComponentPrivate *private; -}; - - -ExecutiveSummaryComponentClass -struct ExecutiveSummaryComponentClass { - BonoboObjectClass parent_class; -}; - - -executive_summary_component_get_type -GtkType -void - - -executive_summary_component_new -BonoboObject * -void - - -EXECUTIVE_SUMMARY_COMPONENT_FACTORY_TYPE -#define EXECUTIVE_SUMMARY_COMPONENT_FACTORY_TYPE (executive_summary_component_factory_get_type ()) - - -EXECUTIVE_SUMMARY_COMPONENT_FACTORY -#define EXECUTIVE_SUMMARY_COMPONENT_FACTORY(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_TYPE, ExecutiveSummaryComponentFactory)) - - -EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLASS -#define EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_TYPE, ExecutiveSummaryComponentFactoryClass)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY -#define IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY(obj) (GTK_CHECK_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_TYPE)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLASS -#define IS_EXECUTIVE_SUMMARY_COMPONENT_FACTORY_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_FACTORY_TYPE)) - - -ExecutiveSummaryComponentFactoryPrivate - - -ExecutiveSummaryComponentFactory - - -ExecutiveSummaryComponentFactoryClass - - -EvolutionServicesCreateViewFn -BonoboObject * -ExecutiveSummaryComponentFactory *factory, - void *closure - - -ExecutiveSummaryComponentFactory -struct ExecutiveSummaryComponentFactory { - BonoboObject parent; - - ExecutiveSummaryComponentFactoryPrivate *private; -}; - - -ExecutiveSummaryComponentFactoryClass -struct ExecutiveSummaryComponentFactoryClass { - BonoboObjectClass parent_class; -}; - - -executive_summary_component_factory_get_type -GtkType -void - - -executive_summary_component_factory_new -BonoboObject * -EvolutionServicesCreateViewFn create_view,void *closure - - -EXECUTIVE_SUMMARY_HTML_VIEW_HTML_CHANGED -#define EXECUTIVE_SUMMARY_HTML_VIEW_HTML_CHANGED "GNOME:Evolution:Summary:HTMLView:html_changed" - - -EXECUTIVE_SUMMARY_HTML_VIEW_TYPE -#define EXECUTIVE_SUMMARY_HTML_VIEW_TYPE (executive_summary_html_view_get_type ()) - - -EXECUTIVE_SUMMARY_HTML_VIEW -#define EXECUTIVE_SUMMARY_HTML_VIEW(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_HTML_VIEW_TYPE, ExecutiveSummaryHtmlView)) - - -EXECUTIVE_SUMMARY_HTML_VIEW_CLASS -#define EXECUTIVE_SUMMARY_HTML_VIEW_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EXECUTIVE_SUMMARY_HTML_VIEW_TYPE, ExecutiveSummaryHtmlViewClass)) - - -IS_EXECUTIVE_SUMMARY_HTML_VIEW -#define IS_EXECUTIVE_SUMMARY_HTML_VIEW(obj) (GTK_CHECK_TYPE ((obj), EXECUTIVE_SUMMARY_HTML_VIEW_TYPE)) - - -IS_EXECUTIVE_SUMMARY_HTML_VIEW_CLASS -#define IS_EXECUTIVE_SUMMARY_HTML_VIEW_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EXECUTIVE_SUMMARY_HTML_VIEW_TYPE)) - - -ExecutiveSummaryHtmlViewPrivate - - -ExecutiveSummaryHtmlView - - -ExecutiveSummaryHtmlViewClass - - -ExecutiveSummaryHtmlView -struct ExecutiveSummaryHtmlView { - BonoboObject parent; - - ExecutiveSummaryHtmlViewPrivate *private; -}; - - -ExecutiveSummaryHtmlViewClass -struct ExecutiveSummaryHtmlViewClass { - BonoboObjectClass parent_class; -}; - - -executive_summary_html_view_get_type -GtkType -void - - -executive_summary_html_view_new_full -BonoboObject * -BonoboEventSource *event_source - - -executive_summary_html_view_new -BonoboObject * -void - - -executive_summary_html_view_set_html -void -ExecutiveSummaryHtmlView *view,const char *html - - -executive_summary_html_view_get_html -const char * -ExecutiveSummaryHtmlView *view - - -executive_summary_html_view_get_event_source -BonoboEventSource * -ExecutiveSummaryHtmlView *view - - -EXECUTIVE_SUMMARY_COMPONENT_CLIENT_TYPE -#define EXECUTIVE_SUMMARY_COMPONENT_CLIENT_TYPE (executive_summary_component_client_get_type ()) - - -EXECUTIVE_SUMMARY_COMPONENT_CLIENT -#define EXECUTIVE_SUMMARY_COMPONENT_CLIENT(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_COMPONENT_CLIENT_TYPE, ExecutiveSummaryComponentClient)) - - -EXECUTIVE_SUMMARY_COMPONENT_CLIENT_CLASS -#define EXECUTIVE_SUMMARY_COMPONENT_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EXECUTIVE_SUMMARY_COMPONENT_CLIENT_TYPE, ExecutiveSummaryComponentClientClass)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_CLIENT -#define IS_EXECUTIVE_SUMMARY_COMPONENT_CLIENT(obj) (GTK_CHECK_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_CLIENT_TYPE)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_CLIENT_CLASS -#define IS_EXECUTIVE_SUMMARY_COMPONENT_CLIENT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_CLIENT_TYPE)) - - -ExecutiveSummaryComponentClientPrivate - - -ExecutiveSummaryComponentClient - - -ExecutiveSummaryComponentClientClass - - -ExecutiveSummaryComponentClient -struct ExecutiveSummaryComponentClient { - BonoboObjectClient parent; - - ExecutiveSummaryComponentClientPrivate *private; -}; - - -ExecutiveSummaryComponentClientClass -struct ExecutiveSummaryComponentClientClass { - BonoboObjectClientClass parent_class; -}; - - -executive_summary_component_client_get_type -GtkType -void - - -executive_summary_component_client_new -ExecutiveSummaryComponentClient * -const char *id - - -executive_summary_component_client_set_owner -void -ExecutiveSummaryComponentClient *client,ExecutiveSummary *summary - - -executive_summary_component_client_unset_owner -void -ExecutiveSummaryComponentClient *client - - -executive_summary_component_client_supports -void -ExecutiveSummaryComponentClient *client,gboolean *bonobo,gboolean *html - - -executive_summary_component_client_configure -void -ExecutiveSummaryComponentClient *client,ExecutiveSummaryComponentView *view - - -executive_summary_component_client_destroy_view -void -ExecutiveSummaryComponentClient *client,ExecutiveSummaryComponentView *view - - -EXECUTIVE_SUMMARY_TYPE -#define EXECUTIVE_SUMMARY_TYPE (executive_summary_get_type ()) - - -EXECUTIVE_SUMMARY -#define EXECUTIVE_SUMMARY(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_TYPE, ExecutiveSummary)) - - -EXECUTIVE_SUMMARY_CLASS -#define EXECUTIVE_SUMMARY_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EXECUTIVE_SUMMARY_TYPE, ExecutiveSummaryClass)) - - -IS_EXECUTIVE_SUMMARY -#define IS_EXECUTIVE_SUMMARY(obj) (GTK_CHECK_TYPE ((obj), EXECUTIVE_SUMMARY_TYPE)) - - -IS_EXECUTIVE_SUMMARY_CLASS -#define IS_EXECUTIVE_SUMMARY_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EXECUTIVE_SUMMARY_TYPE)) - - -ExecutiveSummaryPrivate - - -ExecutiveSummary - - -ExecutiveSummaryClass - - -ExecutiveSummary -struct ExecutiveSummary { - BonoboObject parent; - - ExecutiveSummaryPrivate *private; -}; - - -ExecutiveSummaryClass -struct ExecutiveSummaryClass { - BonoboObjectClass parent_class; - - void (* update) (ExecutiveSummary *summary, - const GNOME_Evolution_Summary_Component component, - const char *html); - void (* set_title) (ExecutiveSummary *summary, - const GNOME_Evolution_Summary_Component component, - const char *title); - void (* set_icon) (ExecutiveSummary *summary, - const GNOME_Evolution_Summary_Component component, - const char *icon); - void (* flash) (ExecutiveSummary *summary, - const GNOME_Evolution_Summary_Component component); -}; - - -executive_summary_get_type -GtkType -void - - -executive_summary_construct -void -ExecutiveSummary *es,GNOME_Evolution_Summary_ViewFrame corba_object - - -executive_summary_new -BonoboObject * -void - - -EXECUTIVE_SUMMARY_COMPONENT_VIEW_TYPE -#define EXECUTIVE_SUMMARY_COMPONENT_VIEW_TYPE (executive_summary_component_view_get_type ()) - - -EXECUTIVE_SUMMARY_COMPONENT_VIEW -#define EXECUTIVE_SUMMARY_COMPONENT_VIEW(obj) (GTK_CHECK_CAST ((obj), EXECUTIVE_SUMMARY_COMPONENT_VIEW_TYPE, ExecutiveSummaryComponentView)) - - -EXECUTIVE_SUMMARY_COMPONENT_VIEW_CLASS -#define EXECUTIVE_SUMMARY_COMPONENT_VIEW_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EXECUTIVE_SUMMARY_COMPONENT_VIEW_TYPE, ExecutiveSummaryComponentClass)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_VIEW -#define IS_EXECUTIVE_SUMMARY_COMPONENT_VIEW(obj) (GTK_CHECK_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_VIEW_TYPE)) - - -IS_EXECUTIVE_SUMMARY_COMPONENT_VIEW_CLASS -#define IS_EXECUTIVE_SUMMARY_COMPONENT_VIEW_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EXECUTIVE_SUMMARY_COMPONENT_VIEW_CLASS_TYPE)) - - -ExecutiveSummaryComponentViewPrivate - - -ExecutiveSummaryComponentView - - -ExecutiveSummaryComponentViewClass - - -ExecutiveSummaryComponentView -struct ExecutiveSummaryComponentView { - GtkObject object; - - ExecutiveSummaryComponentViewPrivate *private; -}; - - -ExecutiveSummaryComponentViewClass -struct ExecutiveSummaryComponentViewClass { - GtkObjectClass parent_class; - - /* Signals */ - void (* configure) (ExecutiveSummaryComponentView *view); -}; - - -executive_summary_component_view_get_type -GtkType -void - - -executive_summary_component_view_construct -void -ExecutiveSummaryComponentView *view,ExecutiveSummaryComponent *component,BonoboControl *control,const char *html,const char *title,const char *icon - - -executive_summary_component_view_new -ExecutiveSummaryComponentView * -ExecutiveSummaryComponent *component,BonoboControl *control,const char *html,const char *title,const char *icon - - -executive_summary_component_view_set_title -void -ExecutiveSummaryComponentView *view,const char *title - - -executive_summary_component_view_get_title -const char * -ExecutiveSummaryComponentView *view - - -executive_summary_component_view_set_icon -void -ExecutiveSummaryComponentView *view,const char *icon - - -executive_summary_component_view_get_icon -const char * -ExecutiveSummaryComponentView *view - - -executive_summary_component_view_flash -void -ExecutiveSummaryComponentView *view - - -executive_summary_component_view_set_html -void -ExecutiveSummaryComponentView *view,const char *html - - -executive_summary_component_view_get_html -const char * -ExecutiveSummaryComponentView *view - - -executive_summary_component_view_get_control -BonoboObject * -ExecutiveSummaryComponentView *view - - -executive_summary_component_view_get_id -int -ExecutiveSummaryComponentView *view - - -executive_summary_component_view_set_id -void -ExecutiveSummaryComponentView *view,int id - - -executive_summary_component_view_configure -void -ExecutiveSummaryComponentView *view - - -executive_summary_component_view_set_objref -void -ExecutiveSummaryComponentView *view,Bonobo_Control objref - - -executive_summary_component_view_get_widget -GtkWidget * -ExecutiveSummaryComponentView *view - diff --git a/help/devel/executive-summary/evolution-services.hierarchy b/help/devel/executive-summary/evolution-services.hierarchy deleted file mode 100644 index 07e7aad6ff..0000000000 --- a/help/devel/executive-summary/evolution-services.hierarchy +++ /dev/null @@ -1,15 +0,0 @@ -GtkObject - GtkWidget - GtkRange - GtkScale - GtkContainer - GtkBin - GtkButton - GtkToggleButton - GtkCheckButton - BonoboObject - ExecutiveSummaryComponent - ExecutiveSummaryComponentFactory - Handle to remote Bonobo::Unknown - ExecutiveSummaryComponentFactoryClient - ExecutiveSummaryHtmlView diff --git a/help/devel/executive-summary/evolution-services.signals b/help/devel/executive-summary/evolution-services.signals deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/help/devel/executive-summary/tmpl/executive-summary-html-view.sgml b/help/devel/executive-summary/tmpl/executive-summary-html-view.sgml index 2fb66a2035..6ff2709e15 100644 --- a/help/devel/executive-summary/tmpl/executive-summary-html-view.sgml +++ b/help/devel/executive-summary/tmpl/executive-summary-html-view.sgml @@ -73,3 +73,11 @@ This is the event that is emitted on the BonoboEventSource when the HTML is chan @Returns: + + + + + +@executivesummaryhtmlview: the object which received the signal. +@arg1: + diff --git a/help/devel/importer/.cvsignore b/help/devel/importer/.cvsignore index 0842a93f7a..7e570cff1d 100644 --- a/help/devel/importer/.cvsignore +++ b/help/devel/importer/.cvsignore @@ -1,3 +1,6 @@ sgml Makefile Makefile.in +*-decl.txt +*.hierarchy +*.signals diff --git a/help/devel/importer/evolution-shell-importer.heirarchy b/help/devel/importer/evolution-shell-importer.heirarchy deleted file mode 100644 index 78e430d311..0000000000 --- a/help/devel/importer/evolution-shell-importer.heirarchy +++ /dev/null @@ -1,5 +0,0 @@ -GtkObject - BonoboObject - EvolutionImporter - BonoboObjectClient - EvolutionImporterClient diff --git a/help/devel/importer/evolution-shell-importer.hierarchy b/help/devel/importer/evolution-shell-importer.hierarchy deleted file mode 100644 index 5f1b55c709..0000000000 --- a/help/devel/importer/evolution-shell-importer.hierarchy +++ /dev/null @@ -1,14 +0,0 @@ -GtkObject - GtkWidget - GtkRange - GtkScale - GtkContainer - GtkBin - GtkButton - GtkToggleButton - GtkCheckButton - BonoboObject - EvolutionImporter - Handle to remote Bonobo::Unknown - EvolutionImporterClient - EvolutionImporterListener diff --git a/help/devel/importer/tmpl/evolution-importer-client.sgml b/help/devel/importer/tmpl/evolution-importer-client.sgml index 8122e4fb2d..6cee37bef1 100644 --- a/help/devel/importer/tmpl/evolution-importer-client.sgml +++ b/help/devel/importer/tmpl/evolution-importer-client.sgml @@ -57,6 +57,7 @@ Casts a #GtkObject into an #EvolutionImporterClient @client: @filename: +@folderpath: @Returns: diff --git a/help/devel/importer/tmpl/evolution-importer.sgml b/help/devel/importer/tmpl/evolution-importer.sgml index 8d8351aed2..1c7736a37f 100644 --- a/help/devel/importer/tmpl/evolution-importer.sgml +++ b/help/devel/importer/tmpl/evolution-importer.sgml @@ -40,6 +40,7 @@ The type of function that is called when the importer wishes the importing compo @importer: The #EvolutionImporter. @filename: The filename of the file to load. +@folderpath: @closure: The data passed into evolution_importer_new (). @Returns: A #gboolean. TRUE if the load and initialisation was successful, FALSE otherwise. @@ -70,6 +71,15 @@ The type of function that is called when the importer wants to get a string vers +@EVOLUTION_IMPORTER_OK: +@EVOLUTION_IMPORTER_UNSUPPORTED_OPERATION: +@EVOLUTION_IMPORTER_INTERRUPTED: +@EVOLUTION_IMPORTER_BUSY: +@EVOLUTION_IMPORTER_NOT_READY: +@EVOLUTION_IMPORTER_UNKNOWN_DATA: +@EVOLUTION_IMPORTER_BAD_DATA: +@EVOLUTION_IMPORTER_BAD_FILE: +@EVOLUTION_IMPORTER_UNKNOWN_ERROR: -- cgit v1.2.3