aboutsummaryrefslogtreecommitdiffstats
path: root/libical/design-data/value-c-types.txt
blob: c7dd26034fffeea2748f8e4e257f8d1c07ae01d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ATTACH          struct icalattachtype   # Non-std
BINARY          char*
BOOLEAN         int
CAL-ADDRESS     char*
DATE            struct icaltimetype
DATE-TIME       struct icaltimetype
DATE-TIME-DATE      struct icaltimetype # Non-std
DATE-TIME-PERIOD    struct icalperiodtype   # Non-std
DURATION        struct icaldurationtype
FLOAT           float
GEO         struct icalgeotype  # Non-std
INTEGER         int
METHOD          icalproperty_method # Non-std
PERIOD          struct icalperiodtype
RECUR           struct icalrecurrencetype
STRING          char*           # Non-std
TEXT            char*
TIME            struct icaltimetype
TRIGGER         union icaltriggertype   # Non-std
URI         char*
UTC-OFFSET      int
QUERY           char*