aboutsummaryrefslogtreecommitdiffstats
path: root/libical/design-data/value-c-types.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libical/design-data/value-c-types.txt')
-rw-r--r--libical/design-data/value-c-types.txt45
1 files changed, 23 insertions, 22 deletions
diff --git a/libical/design-data/value-c-types.txt b/libical/design-data/value-c-types.txt
index c7dd26034f..76a1e7c9b7 100644
--- a/libical/design-data/value-c-types.txt
+++ b/libical/design-data/value-c-types.txt
@@ -1,22 +1,23 @@
-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*
+ATTACH std struct icalattachtype # Non-std
+BINARY std const char*
+BOOLEAN std int
+CAL-ADDRESS std const char*
+DATE std struct icaltimetype
+DATE-TIME std struct icaltimetype
+DATE-TIME-DATE std struct icaltimetype # Non-std
+DATE-TIME-PERIOD std struct icalperiodtype # Non-std
+DURATION std struct icaldurationtype
+FLOAT std float
+GEO std struct icalgeotype # Non-std
+INTEGER std int
+METHOD std icalproperty_method # Non-std
+PERIOD std struct icalperiodtype
+RECUR special struct icalrecurrencetype
+STRING std const char* # Non-std
+TEXT std const char*
+TIME std struct icaltimetype
+TRIGGER std union 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