diff options
Diffstat (limited to 'libical/design-data')
-rw-r--r-- | libical/design-data/prop-to-value.txt | 10 | ||||
-rw-r--r-- | libical/design-data/value-c-types.txt | 46 |
2 files changed, 28 insertions, 28 deletions
diff --git a/libical/design-data/prop-to-value.txt b/libical/design-data/prop-to-value.txt index d753007339..a7d0c1f772 100644 --- a/libical/design-data/prop-to-value.txt +++ b/libical/design-data/prop-to-value.txt @@ -38,11 +38,11 @@ X TEXT REQUEST-STATUS STRING ATTACH ATTACH # Non-std: URI or BINARY GEO GEO # Non-std: Two FLOATS -DTEND DATE-TIME-DATE # Non-std: DATE-TIME or DATE -DUE DATE-TIME-DATE # Non-std: DATE-TIME or DATE -DTSTART DATE-TIME-DATE # Non-std: DATE-TIME or DATE -RECURRENCE-ID DATE-TIME-DATE # Non-std: DATE-TIME or DATE -EXDATE DATE-TIME-DATE # Non-std: DATE-TIME or DATE +DTEND DATE-TIME # Non-std: DATE-TIME or DATE +DUE DATE-TIME # Non-std: DATE-TIME or DATE +DTSTART DATE-TIME # Non-std: DATE-TIME or DATE +RECURRENCE-ID DATE-TIME # Non-std: DATE-TIME or DATE +EXDATE DATE-TIME # Non-std: DATE-TIME or DATE RDATE DATE-TIME-PERIOD # Non-std: DATE-TIME or DATE or PERIOD TRIGGER TRIGGER # Non-std: DURATION or DATE-TIME DURATION DURATION diff --git a/libical/design-data/value-c-types.txt b/libical/design-data/value-c-types.txt index ef1dc1265a..a171b31171 100644 --- a/libical/design-data/value-c-types.txt +++ b/libical/design-data/value-c-types.txt @@ -1,23 +1,23 @@ -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 struct icaltriggertype # Non-std -URI std const char* -UTC-OFFSET std int -QUERY std const char* -STATUS std icalproperty_status #Non-std +ATTACH autogen struct icalattachtype # Non-std +BINARY autogen const char* +BOOLEAN autogen int +CAL-ADDRESS autogen const char* +DATE autogen struct icaltimetype +DATE-TIME autogen struct icaltimetype +DATE-TIME-DATE autogen struct icaltimetype # Non-std +DATE-TIME-PERIOD nogen struct icaldatetimeperiodtype # Non-std +DURATION autogen struct icaldurationtype +FLOAT autogen float +GEO autogen struct icalgeotype # Non-std +INTEGER autogen int +METHOD autogen icalproperty_method # Non-std +PERIOD autogen struct icalperiodtype +RECUR nogen struct icalrecurrencetype +STRING autogen const char* # Non-std +TEXT autogen const char* +TIME autogen struct icaltimetype +TRIGGER nogen struct icaltriggertype # Non-std +URI autogen const char* +UTC-OFFSET autogen int +QUERY autogen const char* +STATUS autogen icalproperty_status #Non-std |