diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-10 10:15:08 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-10 10:15:08 +0800 |
commit | 2e3bf2d247de7646868bc45167b5e3afa8b48e10 (patch) | |
tree | a019e7a18f8d270b21aa19c581ce5834f13f12aa /help/devel/calendar/cal-util/tmpl | |
parent | 328c0538af42185562bfa9549701f7c5b7064d32 (diff) | |
download | gsoc2013-evolution-2e3bf2d247de7646868bc45167b5e3afa8b48e10.tar.gz gsoc2013-evolution-2e3bf2d247de7646868bc45167b5e3afa8b48e10.tar.zst gsoc2013-evolution-2e3bf2d247de7646868bc45167b5e3afa8b48e10.zip |
More Makefile organization to compile
svn path=/trunk/; revision=7350
Diffstat (limited to 'help/devel/calendar/cal-util/tmpl')
-rw-r--r-- | help/devel/calendar/cal-util/tmpl/cal-component.sgml | 64 | ||||
-rw-r--r-- | help/devel/calendar/cal-util/tmpl/cal-util.sgml | 6 | ||||
-rw-r--r-- | help/devel/calendar/cal-util/tmpl/evolution-cal-util-unused.sgml | 3 |
3 files changed, 8 insertions, 65 deletions
diff --git a/help/devel/calendar/cal-util/tmpl/cal-component.sgml b/help/devel/calendar/cal-util/tmpl/cal-component.sgml index c429e22a9c..14943a155e 100644 --- a/help/devel/calendar/cal-util/tmpl/cal-component.sgml +++ b/help/devel/calendar/cal-util/tmpl/cal-component.sgml @@ -83,13 +83,6 @@ RFC 2445 iCalendar component object. vtype of an uninitialized #CalComponent. </para> -@CAL_COMPONENT_NO_TYPE: Returned from cal_component_get_vtype() to - indicate an uninitialized #CalComponent object. -@CAL_COMPONENT_EVENT: Indicates a VEVENT component. -@CAL_COMPONENT_TODO: Indicates a VTODO component. -@CAL_COMPONENT_JOURNAL: Indicates a VJOURNAL component. -@CAL_COMPONENT_FREEBUSY: Indicates a VFREEBUSY component. -@CAL_COMPONENT_TIMEZONE: Indicates a VTIMEZOME component. <!-- ##### ENUM CalComponentField ##### --> <para> @@ -97,25 +90,6 @@ RFC 2445 iCalendar component object. are used by the calendar GUI code in &Evolution;. </para> -@CAL_COMPONENT_FIELD_CATEGORIES: Component's list of categories. -@CAL_COMPONENT_FIELD_CLASSIFICATION: Component's classification. -@CAL_COMPONENT_FIELD_COMPLETED: Component's completion date. -@CAL_COMPONENT_FIELD_DTEND: Component's ending date. -@CAL_COMPONENT_FIELD_DTSTART: Component's starting date. -@CAL_COMPONENT_FIELD_DUE: Component's due date. -@CAL_COMPONENT_FIELD_GEO: Component's geographical position. -@CAL_COMPONENT_FIELD_PERCENT: Component's percent completed value. -@CAL_COMPONENT_FIELD_PRIORITY: Component's priority. -@CAL_COMPONENT_FIELD_SUMMARY: Component's summary. -@CAL_COMPONENT_FIELD_TRANSPARENCY: Component's transparency value. -@CAL_COMPONENT_FIELD_URL: Component's URL. -@CAL_COMPONENT_FIELD_HAS_ALARMS: Whether the component has any alarms. -@CAL_COMPONENT_FIELD_ICON: Which icon to use for the component. -@CAL_COMPONENT_FIELD_COMPLETE: Whether the component has been completed. -@CAL_COMPONENT_FIELD_RECURRING: Whether the component has any recurrences. -@CAL_COMPONENT_FIELD_OVERDUE: Whether the component is overdue. -@CAL_COMPONENT_FIELD_COLOR: Which color to use for the component. -@CAL_COMPONENT_FIELD_NUM_FIELDS: Total number of enumerated fields. <!-- ##### ENUM CalComponentClassification ##### --> <para> @@ -123,16 +97,8 @@ RFC 2445 iCalendar component object. component. </para> -@CAL_COMPONENT_CLASS_NONE: Indicates that no access classification has - been set for the corresponding component. -@CAL_COMPONENT_CLASS_PUBLIC: Public access. -@CAL_COMPONENT_CLASS_PRIVATE: Private access. -@CAL_COMPONENT_CLASS_CONFIDENTIAL: Confidential access. -@CAL_COMPONENT_CLASS_UNKNOWN: Unknown access classification value, - used when &libical; returns something #CalComponent does not know - about. -<!-- ##### TYPEDEF CalComponentDateTime ##### --> +<!-- ##### STRUCT CalComponentDateTime ##### --> <para> This structure defines a date and time value. </para> @@ -143,18 +109,14 @@ RFC 2445 iCalendar component object. Defines how a period of time is specified. </para> -@CAL_COMPONENT_PERIOD_DATETIME: Indicates that the period is specified - by starting and ending date/time values. -@CAL_COMPONENT_PERIOD_DURATION: Indicates that the period is specified - as a starding date/time and a duration value. -<!-- ##### TYPEDEF CalComponentPeriod ##### --> +<!-- ##### STRUCT CalComponentPeriod ##### --> <para> This structure defines a period of time. </para> -<!-- ##### TYPEDEF CalComponentText ##### --> +<!-- ##### STRUCT CalComponentText ##### --> <para> This structure defines the value of a text property that may have an alternate representation parameter. @@ -166,10 +128,6 @@ RFC 2445 iCalendar component object. </para> -@CAL_COMPONENT_TRANSP_NONE: -@CAL_COMPONENT_TRANSP_TRANSPARENT: -@CAL_COMPONENT_TRANSP_OPAQUE: -@CAL_COMPONENT_TRANSP_UNKNOWN: <!-- ##### FUNCTION cal_component_gen_uid ##### --> <para> @@ -848,13 +806,13 @@ RFC 2445 iCalendar component object. </para> -<!-- ##### TYPEDEF CalAlarmInstance ##### --> +<!-- ##### STRUCT CalAlarmInstance ##### --> <para> </para> -<!-- ##### TYPEDEF CalComponentAlarms ##### --> +<!-- ##### STRUCT CalComponentAlarms ##### --> <para> </para> @@ -865,24 +823,14 @@ RFC 2445 iCalendar component object. </para> -@CAL_ALARM_NONE: -@CAL_ALARM_AUDIO: -@CAL_ALARM_DISPLAY: -@CAL_ALARM_EMAIL: -@CAL_ALARM_PROCEDURE: -@CAL_ALARM_UNKNOWN: <!-- ##### ENUM CalAlarmTriggerType ##### --> <para> </para> -@CAL_ALARM_TRIGGER_NONE: -@CAL_ALARM_TRIGGER_RELATIVE_START: -@CAL_ALARM_TRIGGER_RELATIVE_END: -@CAL_ALARM_TRIGGER_ABSOLUTE: -<!-- ##### TYPEDEF CalAlarmTrigger ##### --> +<!-- ##### STRUCT CalAlarmTrigger ##### --> <para> </para> diff --git a/help/devel/calendar/cal-util/tmpl/cal-util.sgml b/help/devel/calendar/cal-util/tmpl/cal-util.sgml index ccd35fac2e..0009f54fed 100644 --- a/help/devel/calendar/cal-util/tmpl/cal-util.sgml +++ b/help/devel/calendar/cal-util/tmpl/cal-util.sgml @@ -14,7 +14,7 @@ Miscellaneous utilities </para> -<!-- ##### TYPEDEF CalObjInstance ##### --> +<!-- ##### STRUCT CalObjInstance ##### --> <para> </para> @@ -33,10 +33,6 @@ Miscellaneous utilities </para> -@CALOBJ_TYPE_EVENT: -@CALOBJ_TYPE_TODO: -@CALOBJ_TYPE_JOURNAL: -@CALOBJ_TYPE_ANY: <!-- ##### FUNCTION cal_obj_uid_list_free ##### --> <para> 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 b2a547aec9..ff68fae99d 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 @@ -53,8 +53,7 @@ </para> -@trigger: -<!-- +@trigger: <!-- Local variables: mode: sgml sgml-parent-document: ("../../../evolution-devel-guide.sgml" "book" "refsect2" "") |