aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devel/calendar/cal-util/evolution-cal-util-sections.txt
blob: cd928fc7e37e5865f37829b666770160eb1fba36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<SECTION>
<FILE>cal-component</FILE>
CAL_COMPONENT
<TITLE>CalComponent</TITLE>

CalComponentVType
CalComponentField
CalComponentClassification
CalComponentDateTime
CalComponentPeriodType
CalComponentPeriod
CalComponentText
CalComponentTransparency
CalComponentAlarm
CalComponentPrivate

cal_component_gen_uid
cal_component_new
cal_component_clone
cal_component_set_new_vtype
cal_component_set_icalcomponent
cal_component_get_icalcomponent
cal_component_get_vtype
cal_component_get_as_string
cal_component_commit_sequence
cal_component_get_uid
cal_component_set_uid
cal_component_get_categories_list
cal_component_set_categories_list
cal_component_get_classification
cal_component_set_classification
cal_component_get_comment_list
cal_component_set_comment_list
cal_component_get_completed
cal_component_set_completed
cal_component_get_created
cal_component_set_created
cal_component_get_description_list
cal_component_set_description_list
cal_component_get_dtend
cal_component_set_dtend
cal_component_get_dtstamp
cal_component_set_dtstamp
cal_component_get_dtstart
cal_component_set_dtstart
cal_component_get_due
cal_component_set_due
cal_component_get_exdate_list
cal_component_set_exdate_list
cal_component_get_exrule_list
cal_component_set_exrule_list
cal_component_get_geo
cal_component_set_geo
cal_component_get_last_modified
cal_component_set_last_modified
cal_component_get_percent
cal_component_set_percent
cal_component_get_priority
cal_component_set_priority
cal_component_get_rdate_list
cal_component_set_rdate_list
cal_component_has_rdates
cal_component_get_rrule_list
cal_component_set_rrule_list
cal_component_has_rrules
cal_component_get_sequence
cal_component_set_sequence
cal_component_get_summary
cal_component_set_summary
cal_component_get_transparency
cal_component_set_transparency
cal_component_get_url
cal_component_set_url
cal_component_get_pilot_id
cal_component_set_pilot_id
cal_component_get_pilot_status
cal_component_set_pilot_status

cal_component_free_categories_list
cal_component_free_datetime
cal_component_free_exdate_list
cal_component_free_geo
cal_component_free_icaltimetype
cal_component_free_percent
cal_component_free_priority
cal_component_free_period_list
cal_component_free_recur_list
cal_component_free_sequence
cal_component_free_text_list

CalComponentAlarmAction
CalComponentAlarmTriggerType
CalComponentAlarmTriggerRelated
CalComponentAlarmTrigger

cal_component_get_first_alarm
cal_component_get_next_alarm
cal_component_alarm_free
cal_component_alarm_get_action
cal_component_alarm_set_action
cal_component_alarm_get_trigger
cal_component_alarm_set_trigger
cal_component_alarm_free_trigger

<SUBSECTION Standard>
CAL_COMPONENT_TYPE
CAL_COMPONENT_CLASS
IS_CAL_COMPONENT
IS_CAL_COMPONENT_CLASS
cal_component_get_type

<SUBSECTION Private>
CalComponent

</SECTION>

<SECTION>
<FILE>cal-recur</FILE>
CalRecurType
CalRecurrence
CalObjTime
CalRecurInstanceFn
cal_recur_generate_instances
cal_recur_from_icalrecurrencetype
cal_recur_free
</SECTION>

<SECTION>
<FILE>cal-util</FILE>
CalObjInstance
cal_obj_instance_list_free
CalAlarmInstance
cal_alarm_instance_list_free
CalObjType
cal_obj_uid_list_free
</SECTION>

<SECTION>
<FILE>timeutil</FILE>
time_from_icaltimetype
time_from_isodate
time_from_start_duration
isodate_from_time_t
get_time_t_hour
isodiff_to_secs
isodiff_from_secs
time_add_minutes
time_add_day
time_add_week
time_add_month
time_add_year
format_simple_hour
time_days_in_month
time_from_day
time_day_hour
time_year_begin
time_year_end
time_month_begin
time_month_end
time_week_begin
time_week_end
time_day_begin
time_day_end
parse_date
print_time_t
</SECTION>