diff options
author | JP Rosevear <jpr@src.gnome.org> | 2001-02-06 03:43:58 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-02-06 03:43:58 +0800 |
commit | e582e23949ac7cb3e4d72ee50957a105ce30e1be (patch) | |
tree | 58d90b179338b33921f5bbb0e0d447fcbc58b6be /libical/design-data | |
parent | d7da449065a8138d93367765f091932481e776b4 (diff) | |
download | gsoc2013-evolution-e582e23949ac7cb3e4d72ee50957a105ce30e1be.tar gsoc2013-evolution-e582e23949ac7cb3e4d72ee50957a105ce30e1be.tar.gz gsoc2013-evolution-e582e23949ac7cb3e4d72ee50957a105ce30e1be.tar.bz2 gsoc2013-evolution-e582e23949ac7cb3e4d72ee50957a105ce30e1be.tar.lz gsoc2013-evolution-e582e23949ac7cb3e4d72ee50957a105ce30e1be.tar.xz gsoc2013-evolution-e582e23949ac7cb3e4d72ee50957a105ce30e1be.tar.zst gsoc2013-evolution-e582e23949ac7cb3e4d72ee50957a105ce30e1be.zip |
Import cleanup
svn path=/trunk/; revision=7978
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 |