~ubuntu-branches/debian/sid/claws-mail/sid

« back to all changes in this revision

Viewing changes to src/plugins/vcalendar/libical/libical/icalderivedvalue.h

  • Committer: Package Import Robot
  • Author(s): Ricardo Mones
  • Date: 2015-08-18 16:37:25 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20150818163725-1it32n9mzqkwy2ef
Tags: 3.12.0-1
* New upstream release:
- 'cannot reorganize mailboxes' (Closes: #777208)
- 'dropdown menu bar has disappeared…'(Closes: #778886)
- 'depends on plugins libraries'  (Closes: #779824)
- 'new upstream version (3.12.0)…' (Closes: #793665)
* 14CVE_2010_5109.patch, 15fix_crash_open_folder.patch,
  13desktop_file_categories.patch
- Remove patches applied upstream
* debian/control, debian/copyright, debian/claws-mail-managesieve*
- Add managesieve plugin (new in this release)
* debian/rules
- Set perl-plugin manpage release version automatically
* 12fix_manpage_header.patch
- Update patch to cope with upstream changes
* debian/control, debian/watch
- Update VCS-* and watch URLs (thanks Julian Wollrath)

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
/* Everything below this line is machine generated. Do not edit. */
59
59
typedef enum icalvalue_kind {
60
60
   ICAL_ANY_VALUE=5000,
61
 
    ICAL_TIME_VALUE=5001,
62
 
    ICAL_STRING_VALUE=5002,
63
 
    ICAL_CLASS_VALUE=5003,
64
 
    ICAL_URI_VALUE=5004,
65
 
    ICAL_QUERY_VALUE=5005,
66
 
    ICAL_DATETIME_VALUE=5006,
67
 
    ICAL_TEXT_VALUE=5007,
68
 
    ICAL_TRANSP_VALUE=5008,
69
 
    ICAL_RECUR_VALUE=5009,
70
 
    ICAL_CALADDRESS_VALUE=5010,
71
 
    ICAL_GEO_VALUE=5011,
72
 
    ICAL_TRIGGER_VALUE=5012,
73
 
    ICAL_METHOD_VALUE=5013,
74
 
    ICAL_PERIOD_VALUE=5014,
75
 
    ICAL_ACTION_VALUE=5015,
76
 
    ICAL_INTEGER_VALUE=5016,
77
 
    ICAL_BOOLEAN_VALUE=5017,
78
 
    ICAL_UTCOFFSET_VALUE=5018,
79
 
    ICAL_DATETIMEDATE_VALUE=5019,
80
 
    ICAL_DATE_VALUE=5020,
81
 
    ICAL_BINARY_VALUE=5021,
82
 
    ICAL_STATUS_VALUE=5022,
83
 
    ICAL_FLOAT_VALUE=5023,
84
 
    ICAL_DURATION_VALUE=5024,
85
 
    ICAL_DATETIMEPERIOD_VALUE=5025,
86
 
    ICAL_X_VALUE=5026,
87
 
    ICAL_ATTACH_VALUE=5027,
 
61
    ICAL_TEXT_VALUE=5001,
 
62
    ICAL_STATUS_VALUE=5002,
 
63
    ICAL_DATETIME_VALUE=5003,
 
64
    ICAL_DATE_VALUE=5004,
 
65
    ICAL_BINARY_VALUE=5005,
 
66
    ICAL_ATTACH_VALUE=5006,
 
67
    ICAL_X_VALUE=5007,
 
68
    ICAL_INTEGER_VALUE=5008,
 
69
    ICAL_UTCOFFSET_VALUE=5009,
 
70
    ICAL_DURATION_VALUE=5010,
 
71
    ICAL_METHOD_VALUE=5011,
 
72
    ICAL_QUERY_VALUE=5012,
 
73
    ICAL_FLOAT_VALUE=5013,
 
74
    ICAL_RECUR_VALUE=5014,
 
75
    ICAL_CALADDRESS_VALUE=5015,
 
76
    ICAL_TIME_VALUE=5016,
 
77
    ICAL_STRING_VALUE=5017,
 
78
    ICAL_BOOLEAN_VALUE=5018,
 
79
    ICAL_PERIOD_VALUE=5019,
 
80
    ICAL_CLASS_VALUE=5020,
 
81
    ICAL_TRIGGER_VALUE=5021,
 
82
    ICAL_DATETIMEDATE_VALUE=5022,
 
83
    ICAL_DATETIMEPERIOD_VALUE=5023,
 
84
    ICAL_URI_VALUE=5024,
 
85
    ICAL_TRANSP_VALUE=5025,
 
86
    ICAL_GEO_VALUE=5026,
 
87
    ICAL_ACTION_VALUE=5027,
88
88
   ICAL_NO_VALUE=5028
89
89
} icalvalue_kind ;
90
90
 
150
150
#define ICALPROPERTY_LAST_ENUM 10042
151
151
 
152
152
 
 
153
 /* TEXT */ 
 
154
icalvalue* icalvalue_new_text(const char* v); 
 
155
const char* icalvalue_get_text(icalvalue* value); 
 
156
void icalvalue_set_text(icalvalue* value, const char* v);
 
157
 
 
158
 
 
159
 /* STATUS */ 
 
160
icalvalue* icalvalue_new_status(enum icalproperty_status v); 
 
161
enum icalproperty_status icalvalue_get_status(icalvalue* value); 
 
162
void icalvalue_set_status(icalvalue* value, enum icalproperty_status v);
 
163
 
 
164
 
 
165
 /* DATE-TIME */ 
 
166
icalvalue* icalvalue_new_datetime(struct icaltimetype v); 
 
167
struct icaltimetype icalvalue_get_datetime(icalvalue* value); 
 
168
void icalvalue_set_datetime(icalvalue* value, struct icaltimetype v);
 
169
 
 
170
 
 
171
 /* DATE */ 
 
172
icalvalue* icalvalue_new_date(struct icaltimetype v); 
 
173
struct icaltimetype icalvalue_get_date(icalvalue* value); 
 
174
void icalvalue_set_date(icalvalue* value, struct icaltimetype v);
 
175
 
 
176
 
 
177
 /* BINARY */ 
 
178
icalvalue* icalvalue_new_binary(const char* v); 
 
179
const char* icalvalue_get_binary(icalvalue* value); 
 
180
void icalvalue_set_binary(icalvalue* value, const char* v);
 
181
 
 
182
 
 
183
 /* ATTACH */ 
 
184
icalvalue* icalvalue_new_attach(struct icalattachtype v); 
 
185
struct icalattachtype icalvalue_get_attach(icalvalue* value); 
 
186
void icalvalue_set_attach(icalvalue* value, struct icalattachtype v);
 
187
 
 
188
 
 
189
 /* INTEGER */ 
 
190
icalvalue* icalvalue_new_integer(int v); 
 
191
int icalvalue_get_integer(icalvalue* value); 
 
192
void icalvalue_set_integer(icalvalue* value, int v);
 
193
 
 
194
 
 
195
 /* UTC-OFFSET */ 
 
196
icalvalue* icalvalue_new_utcoffset(int v); 
 
197
int icalvalue_get_utcoffset(icalvalue* value); 
 
198
void icalvalue_set_utcoffset(icalvalue* value, int v);
 
199
 
 
200
 
 
201
 /* DURATION */ 
 
202
icalvalue* icalvalue_new_duration(struct icaldurationtype v); 
 
203
struct icaldurationtype icalvalue_get_duration(icalvalue* value); 
 
204
void icalvalue_set_duration(icalvalue* value, struct icaldurationtype v);
 
205
 
 
206
 
 
207
 /* METHOD */ 
 
208
icalvalue* icalvalue_new_method(enum icalproperty_method v); 
 
209
enum icalproperty_method icalvalue_get_method(icalvalue* value); 
 
210
void icalvalue_set_method(icalvalue* value, enum icalproperty_method v);
 
211
 
 
212
 
 
213
 /* QUERY */ 
 
214
icalvalue* icalvalue_new_query(const char* v); 
 
215
const char* icalvalue_get_query(icalvalue* value); 
 
216
void icalvalue_set_query(icalvalue* value, const char* v);
 
217
 
 
218
 
 
219
 /* FLOAT */ 
 
220
icalvalue* icalvalue_new_float(float v); 
 
221
float icalvalue_get_float(icalvalue* value); 
 
222
void icalvalue_set_float(icalvalue* value, float v);
 
223
 
 
224
 
 
225
 /* CAL-ADDRESS */ 
 
226
icalvalue* icalvalue_new_caladdress(const char* v); 
 
227
const char* icalvalue_get_caladdress(icalvalue* value); 
 
228
void icalvalue_set_caladdress(icalvalue* value, const char* v);
 
229
 
 
230
 
153
231
 /* TIME */ 
154
232
icalvalue* icalvalue_new_time(struct icaltimetype v); 
155
233
struct icaltimetype icalvalue_get_time(icalvalue* value); 
162
240
void icalvalue_set_string(icalvalue* value, const char* v);
163
241
 
164
242
 
 
243
 /* BOOLEAN */ 
 
244
icalvalue* icalvalue_new_boolean(int v); 
 
245
int icalvalue_get_boolean(icalvalue* value); 
 
246
void icalvalue_set_boolean(icalvalue* value, int v);
 
247
 
 
248
 
 
249
 /* PERIOD */ 
 
250
icalvalue* icalvalue_new_period(struct icalperiodtype v); 
 
251
struct icalperiodtype icalvalue_get_period(icalvalue* value); 
 
252
void icalvalue_set_period(icalvalue* value, struct icalperiodtype v);
 
253
 
 
254
 
165
255
 /* CLASS */ 
166
256
icalvalue* icalvalue_new_class(enum icalproperty_class v); 
167
257
enum icalproperty_class icalvalue_get_class(icalvalue* value); 
168
258
void icalvalue_set_class(icalvalue* value, enum icalproperty_class v);
169
259
 
170
260
 
 
261
 /* DATE-TIME-DATE */ 
 
262
icalvalue* icalvalue_new_datetimedate(struct icaltimetype v); 
 
263
struct icaltimetype icalvalue_get_datetimedate(icalvalue* value); 
 
264
void icalvalue_set_datetimedate(icalvalue* value, struct icaltimetype v);
 
265
 
 
266
 
171
267
 /* URI */ 
172
268
icalvalue* icalvalue_new_uri(const char* v); 
173
269
const char* icalvalue_get_uri(icalvalue* value); 
174
270
void icalvalue_set_uri(icalvalue* value, const char* v);
175
271
 
176
272
 
177
 
 /* QUERY */ 
178
 
icalvalue* icalvalue_new_query(const char* v); 
179
 
const char* icalvalue_get_query(icalvalue* value); 
180
 
void icalvalue_set_query(icalvalue* value, const char* v);
181
 
 
182
 
 
183
 
 /* DATE-TIME */ 
184
 
icalvalue* icalvalue_new_datetime(struct icaltimetype v); 
185
 
struct icaltimetype icalvalue_get_datetime(icalvalue* value); 
186
 
void icalvalue_set_datetime(icalvalue* value, struct icaltimetype v);
187
 
 
188
 
 
189
 
 /* TEXT */ 
190
 
icalvalue* icalvalue_new_text(const char* v); 
191
 
const char* icalvalue_get_text(icalvalue* value); 
192
 
void icalvalue_set_text(icalvalue* value, const char* v);
193
 
 
194
 
 
195
273
 /* TRANSP */ 
196
274
icalvalue* icalvalue_new_transp(enum icalproperty_transp v); 
197
275
enum icalproperty_transp icalvalue_get_transp(icalvalue* value); 
198
276
void icalvalue_set_transp(icalvalue* value, enum icalproperty_transp v);
199
277
 
200
278
 
201
 
 /* CAL-ADDRESS */ 
202
 
icalvalue* icalvalue_new_caladdress(const char* v); 
203
 
const char* icalvalue_get_caladdress(icalvalue* value); 
204
 
void icalvalue_set_caladdress(icalvalue* value, const char* v);
205
 
 
206
 
 
207
279
 /* GEO */ 
208
280
icalvalue* icalvalue_new_geo(struct icalgeotype v); 
209
281
struct icalgeotype icalvalue_get_geo(icalvalue* value); 
210
282
void icalvalue_set_geo(icalvalue* value, struct icalgeotype v);
211
283
 
212
284
 
213
 
 /* METHOD */ 
214
 
icalvalue* icalvalue_new_method(enum icalproperty_method v); 
215
 
enum icalproperty_method icalvalue_get_method(icalvalue* value); 
216
 
void icalvalue_set_method(icalvalue* value, enum icalproperty_method v);
217
 
 
218
 
 
219
 
 /* PERIOD */ 
220
 
icalvalue* icalvalue_new_period(struct icalperiodtype v); 
221
 
struct icalperiodtype icalvalue_get_period(icalvalue* value); 
222
 
void icalvalue_set_period(icalvalue* value, struct icalperiodtype v);
223
 
 
224
 
 
225
285
 /* ACTION */ 
226
286
icalvalue* icalvalue_new_action(enum icalproperty_action v); 
227
287
enum icalproperty_action icalvalue_get_action(icalvalue* value); 
228
288
void icalvalue_set_action(icalvalue* value, enum icalproperty_action v);
229
289
 
230
 
 
231
 
 /* INTEGER */ 
232
 
icalvalue* icalvalue_new_integer(int v); 
233
 
int icalvalue_get_integer(icalvalue* value); 
234
 
void icalvalue_set_integer(icalvalue* value, int v);
235
 
 
236
 
 
237
 
 /* BOOLEAN */ 
238
 
icalvalue* icalvalue_new_boolean(int v); 
239
 
int icalvalue_get_boolean(icalvalue* value); 
240
 
void icalvalue_set_boolean(icalvalue* value, int v);
241
 
 
242
 
 
243
 
 /* UTC-OFFSET */ 
244
 
icalvalue* icalvalue_new_utcoffset(int v); 
245
 
int icalvalue_get_utcoffset(icalvalue* value); 
246
 
void icalvalue_set_utcoffset(icalvalue* value, int v);
247
 
 
248
 
 
249
 
 /* DATE-TIME-DATE */ 
250
 
icalvalue* icalvalue_new_datetimedate(struct icaltimetype v); 
251
 
struct icaltimetype icalvalue_get_datetimedate(icalvalue* value); 
252
 
void icalvalue_set_datetimedate(icalvalue* value, struct icaltimetype v);
253
 
 
254
 
 
255
 
 /* DATE */ 
256
 
icalvalue* icalvalue_new_date(struct icaltimetype v); 
257
 
struct icaltimetype icalvalue_get_date(icalvalue* value); 
258
 
void icalvalue_set_date(icalvalue* value, struct icaltimetype v);
259
 
 
260
 
 
261
 
 /* BINARY */ 
262
 
icalvalue* icalvalue_new_binary(const char* v); 
263
 
const char* icalvalue_get_binary(icalvalue* value); 
264
 
void icalvalue_set_binary(icalvalue* value, const char* v);
265
 
 
266
 
 
267
 
 /* STATUS */ 
268
 
icalvalue* icalvalue_new_status(enum icalproperty_status v); 
269
 
enum icalproperty_status icalvalue_get_status(icalvalue* value); 
270
 
void icalvalue_set_status(icalvalue* value, enum icalproperty_status v);
271
 
 
272
 
 
273
 
 /* FLOAT */ 
274
 
icalvalue* icalvalue_new_float(float v); 
275
 
float icalvalue_get_float(icalvalue* value); 
276
 
void icalvalue_set_float(icalvalue* value, float v);
277
 
 
278
 
 
279
 
 /* DURATION */ 
280
 
icalvalue* icalvalue_new_duration(struct icaldurationtype v); 
281
 
struct icaldurationtype icalvalue_get_duration(icalvalue* value); 
282
 
void icalvalue_set_duration(icalvalue* value, struct icaldurationtype v);
283
 
 
284
 
 
285
 
 /* ATTACH */ 
286
 
icalvalue* icalvalue_new_attach(struct icalattachtype v); 
287
 
struct icalattachtype icalvalue_get_attach(icalvalue* value); 
288
 
void icalvalue_set_attach(icalvalue* value, struct icalattachtype v);
289
 
 
290
290
#endif /*ICALVALUE_H*/