diff options
Diffstat (limited to 'libical/design-data')
-rw-r--r-- | libical/design-data/value-c-types.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libical/design-data/value-c-types.txt b/libical/design-data/value-c-types.txt index 76a1e7c9b7..ef1dc1265a 100644 --- a/libical/design-data/value-c-types.txt +++ b/libical/design-data/value-c-types.txt @@ -16,8 +16,8 @@ RECUR special struct icalrecurrencetype STRING std const char* # Non-std TEXT std const char* TIME std struct icaltimetype -TRIGGER std union icaltriggertype # Non-std +TRIGGER std struct icaltriggertype # Non-std URI std const char* UTC-OFFSET std int QUERY std const char* -STATUS std icalproperty_status #Non-std
\ No newline at end of file +STATUS std icalproperty_status #Non-std |