diff options
author | JP Rosevear <jpr@ximian.com> | 2001-01-14 22:58:15 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-01-14 22:58:15 +0800 |
commit | 80b2b2222ea67c50e0e3f9fdeb1797fb7874f862 (patch) | |
tree | 86298e4b45bfc131a9cf1902a37a09fc2e800c55 /doc/devel/calendar/cal-util/tmpl/cal-component.sgml | |
parent | 5608af39dd66cbf0ce1bb7aa0a95a0c70ef092b3 (diff) | |
download | gsoc2013-evolution-80b2b2222ea67c50e0e3f9fdeb1797fb7874f862.tar.gz gsoc2013-evolution-80b2b2222ea67c50e0e3f9fdeb1797fb7874f862.tar.zst gsoc2013-evolution-80b2b2222ea67c50e0e3f9fdeb1797fb7874f862.zip |
pass -module and -avoid-version to conduit linker
2001-01-14 JP Rosevear <jpr@ximian.com>
* conduits/calendar/Makefile.am: pass -module and -avoid-version to
conduit linker
* conduits/todo/Makefile.am: ditto
svn path=/trunk/; revision=7490
Diffstat (limited to 'doc/devel/calendar/cal-util/tmpl/cal-component.sgml')
-rw-r--r-- | doc/devel/calendar/cal-util/tmpl/cal-component.sgml | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/doc/devel/calendar/cal-util/tmpl/cal-component.sgml b/doc/devel/calendar/cal-util/tmpl/cal-component.sgml index cb0362f2d3..b38745bbca 100644 --- a/doc/devel/calendar/cal-util/tmpl/cal-component.sgml +++ b/doc/devel/calendar/cal-util/tmpl/cal-component.sgml @@ -128,13 +128,11 @@ RFC 2445 iCalendar component object. @CAL_COMPONENT_CLASS_CONFIDENTIAL: @CAL_COMPONENT_CLASS_UNKNOWN: -<!-- ##### STRUCT CalComponentDateTime ##### --> +<!-- ##### TYPEDEF CalComponentDateTime ##### --> <para> This structure defines a date and time value. </para> -@value: -@tzid: <!-- ##### ENUM CalComponentPeriodType ##### --> <para> @@ -144,22 +142,18 @@ RFC 2445 iCalendar component object. @CAL_COMPONENT_PERIOD_DATETIME: @CAL_COMPONENT_PERIOD_DURATION: -<!-- ##### STRUCT CalComponentPeriod ##### --> +<!-- ##### TYPEDEF CalComponentPeriod ##### --> <para> This structure defines a period of time. </para> -@type: -@start: -<!-- ##### STRUCT CalComponentText ##### --> +<!-- ##### TYPEDEF CalComponentText ##### --> <para> This structure defines the value of a text property that may have an alternate representation parameter. </para> -@value: -@altrep: <!-- ##### ENUM CalComponentTransparency ##### --> <para> @@ -848,22 +842,17 @@ RFC 2445 iCalendar component object. </para> -<!-- ##### STRUCT CalAlarmInstance ##### --> +<!-- ##### TYPEDEF CalAlarmInstance ##### --> <para> </para> -@auid: -@trigger: -@occur: -<!-- ##### STRUCT CalComponentAlarms ##### --> +<!-- ##### TYPEDEF CalComponentAlarms ##### --> <para> </para> -@comp: -@alarms: <!-- ##### ENUM CalAlarmAction ##### --> <para> @@ -887,12 +876,11 @@ RFC 2445 iCalendar component object. @CAL_ALARM_TRIGGER_RELATIVE_END: @CAL_ALARM_TRIGGER_ABSOLUTE: -<!-- ##### STRUCT CalAlarmTrigger ##### --> +<!-- ##### TYPEDEF CalAlarmTrigger ##### --> <para> </para> -@type: <!-- ##### FUNCTION cal_component_has_alarms ##### --> <para> |