diff options
Diffstat (limited to 'help/devel')
-rw-r--r-- | help/devel/calendar/cal-util/evolution-cal-util-decl.txt | 10 | ||||
-rw-r--r-- | help/devel/calendar/cal-util/tmpl/evolution-cal-util-unused.sgml | 166 |
2 files changed, 93 insertions, 83 deletions
diff --git a/help/devel/calendar/cal-util/evolution-cal-util-decl.txt b/help/devel/calendar/cal-util/evolution-cal-util-decl.txt index f190d325fc..573ce73a65 100644 --- a/help/devel/calendar/cal-util/evolution-cal-util-decl.txt +++ b/help/devel/calendar/cal-util/evolution-cal-util-decl.txt @@ -192,6 +192,16 @@ CalComponent *comp, const char **uid CalComponent *comp, const char *uid </FUNCTION> <FUNCTION> +<NAME>cal_component_get_categories</NAME> +<RETURNS>void </RETURNS> +CalComponent *comp, const char **categories +</FUNCTION> +<FUNCTION> +<NAME>cal_component_set_categories</NAME> +<RETURNS>void </RETURNS> +CalComponent *comp, const char *categories +</FUNCTION> +<FUNCTION> <NAME>cal_component_get_categories_list</NAME> <RETURNS>void </RETURNS> CalComponent *comp, GSList **categ_list 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 e08697a5d4..b2a547aec9 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,38 +1,44 @@ -<!-- ##### ENUM CalComponentAlarmAction ##### --> +<!-- ##### ENUM CalComponentAlarmTriggerRelated ##### --> <para> </para> -@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_COMPONENT_ALARM_TRIGGER_RELATED_START: +@CAL_COMPONENT_ALARM_TRIGGER_RELATED_END: -<!-- ##### FUNCTION time_from_isodate ##### --> +<!-- ##### FUNCTION cal_recur_free ##### --> <para> </para> -@str: -@Returns: +@r: -<!-- ##### FUNCTION cal_component_get_pilot_status ##### --> +<!-- ##### ENUM CalRecurType ##### --> <para> </para> -@comp: -@pilot_status: +@CAL_RECUR_YEARLY: +@CAL_RECUR_MONTHLY: +@CAL_RECUR_WEEKLY: +@CAL_RECUR_DAILY: +@CAL_RECUR_HOURLY: +@CAL_RECUR_MINUTELY: +@CAL_RECUR_SECONDLY: -<!-- ##### FUNCTION cal_recur_from_icalrecurrencetype ##### --> +<!-- ##### TYPEDEF CalComponentAlarmTrigger ##### --> <para> </para> -@ir: -@Returns: + +<!-- ##### FUNCTION cal_component_get_pilot_id ##### --> +<para> + +</para> + +@comp: +@pilot_id: <!-- ##### FUNCTION get_time_t_hour ##### --> <para> @@ -42,29 +48,29 @@ @t: @Returns: -<!-- ##### FUNCTION time_from_start_duration ##### --> +<!-- ##### FUNCTION cal_component_alarm_free_trigger ##### --> <para> </para> -@start: -@duration: -@Returns: +@trigger: +<!-- +Local variables: +mode: sgml +sgml-parent-document: ("../../../evolution-devel-guide.sgml" "book" "refsect2" "") +End: +--> -<!-- ##### ENUM CalRecurType ##### --> +<!-- ##### FUNCTION time_day_hour ##### --> <para> </para> -@CAL_RECUR_YEARLY: -@CAL_RECUR_MONTHLY: -@CAL_RECUR_WEEKLY: -@CAL_RECUR_DAILY: -@CAL_RECUR_HOURLY: -@CAL_RECUR_MINUTELY: -@CAL_RECUR_SECONDLY: +@t: +@hour: +@Returns: -<!-- ##### FUNCTION parse_date ##### --> +<!-- ##### FUNCTION time_from_isodate ##### --> <para> </para> @@ -72,109 +78,113 @@ @str: @Returns: -<!-- ##### FUNCTION cal_component_get_pilot_id ##### --> +<!-- ##### FUNCTION cal_component_get_pilot_status ##### --> <para> </para> @comp: -@pilot_id: +@pilot_status: -<!-- ##### ENUM CalComponentAlarmTriggerRelated ##### --> +<!-- ##### STRUCT CalObjTime ##### --> <para> </para> -@CAL_COMPONENT_ALARM_TRIGGER_RELATED_START: -@CAL_COMPONENT_ALARM_TRIGGER_RELATED_END: +@year: +@month: +@day: +@hour: +@minute: +@second: -<!-- ##### FUNCTION isodiff_to_secs ##### --> +<!-- ##### STRUCT CalComponentPrivate ##### --> <para> </para> -@str: -@Returns: -<!-- ##### FUNCTION cal_recur_free ##### --> +<!-- ##### ENUM CalComponentAlarmTriggerType ##### --> <para> </para> -@r: +@CAL_COMPONENT_ALARM_TRIGGER_RELATIVE: +@CAL_COMPONENT_ALARM_TRIGGER_ABSOLUTE: -<!-- ##### FUNCTION time_from_icaltimetype ##### --> +<!-- ##### FUNCTION cal_recur_from_icalrecurrencetype ##### --> <para> </para> -@itt: +@ir: @Returns: -<!-- ##### FUNCTION time_day_hour ##### --> +<!-- ##### FUNCTION cal_alarm_instance_list_free ##### --> <para> </para> -@t: -@hour: -@Returns: +@list: -<!-- ##### FUNCTION cal_component_get_first_alarm ##### --> +<!-- ##### FUNCTION isodiff_to_secs ##### --> <para> </para> -@comp: +@str: @Returns: -<!-- ##### STRUCT CalComponentPrivate ##### --> +<!-- ##### FUNCTION cal_component_get_first_alarm ##### --> <para> </para> +@comp: +@Returns: -<!-- ##### FUNCTION isodiff_from_secs ##### --> +<!-- ##### TYPEDEF CalRecurrence ##### --> <para> </para> -@secs: -@Returns: -<!-- ##### FUNCTION cal_component_alarm_free_trigger ##### --> +<!-- ##### FUNCTION cal_component_get_next_alarm ##### --> <para> </para> -@trigger: -<!-- -Local variables: -mode: sgml -sgml-parent-document: ("../../../evolution-devel-guide.sgml" "book" "refsect2" "") -End: ---> +@comp: +@Returns: -<!-- ##### TYPEDEF CalRecurrence ##### --> +<!-- ##### FUNCTION time_from_icaltimetype ##### --> <para> </para> +@itt: +@Returns: -<!-- ##### FUNCTION cal_alarm_instance_list_free ##### --> +<!-- ##### ENUM CalComponentAlarmAction ##### --> <para> </para> -@list: +@CAL_COMPONENT_ALARM_NONE: +@CAL_COMPONENT_ALARM_AUDIO: +@CAL_COMPONENT_ALARM_DISPLAY: +@CAL_COMPONENT_ALARM_EMAIL: +@CAL_COMPONENT_ALARM_PROCEDURE: +@CAL_COMPONENT_ALARM_UNKNOWN: -<!-- ##### FUNCTION cal_component_set_pilot_status ##### --> +<!-- ##### FUNCTION time_from_start_duration ##### --> <para> </para> -@comp: -@pilot_status: +@start: +@duration: +@Returns: <!-- ##### FUNCTION cal_component_set_pilot_id ##### --> <para> @@ -184,17 +194,13 @@ End: @comp: @pilot_id: -<!-- ##### STRUCT CalObjTime ##### --> +<!-- ##### FUNCTION isodiff_from_secs ##### --> <para> </para> -@year: -@month: -@day: -@hour: -@minute: -@second: +@secs: +@Returns: <!-- ##### FUNCTION format_simple_hour ##### --> <para> @@ -205,25 +211,19 @@ End: @use_am_pm: @Returns: -<!-- ##### FUNCTION cal_component_get_next_alarm ##### --> +<!-- ##### FUNCTION cal_component_set_pilot_status ##### --> <para> </para> @comp: -@Returns: - -<!-- ##### ENUM CalComponentAlarmTriggerType ##### --> -<para> - -</para> - -@CAL_COMPONENT_ALARM_TRIGGER_RELATIVE: -@CAL_COMPONENT_ALARM_TRIGGER_ABSOLUTE: +@pilot_status: -<!-- ##### TYPEDEF CalComponentAlarmTrigger ##### --> +<!-- ##### FUNCTION parse_date ##### --> <para> </para> +@str: +@Returns: |