aboutsummaryrefslogtreecommitdiffstats
path: root/libical/design-data/value-c-types.txt
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-04-07 23:22:35 +0800
committernobody <nobody@localhost>2000-04-07 23:22:35 +0800
commit8c06a0db5c0d4974283e52522de35afb0cae104f (patch)
treeb5b4980f5fc1abe39e2ea5b11c2a9dfa60af08ca /libical/design-data/value-c-types.txt
parent0dfe82940874f1c2ff2e340e2d72ae0e7d060f42 (diff)
downloadgsoc2013-evolution-new-parser-anchor.tar
gsoc2013-evolution-new-parser-anchor.tar.gz
gsoc2013-evolution-new-parser-anchor.tar.bz2
gsoc2013-evolution-new-parser-anchor.tar.lz
gsoc2013-evolution-new-parser-anchor.tar.xz
gsoc2013-evolution-new-parser-anchor.tar.zst
gsoc2013-evolution-new-parser-anchor.zip
This commit was manufactured by cvs2svn to create tagnew-parser-anchor
'new-parser-anchor'. svn path=/tags/new-parser-anchor/; revision=2326
Diffstat (limited to 'libical/design-data/value-c-types.txt')
-rw-r--r--libical/design-data/value-c-types.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/libical/design-data/value-c-types.txt b/libical/design-data/value-c-types.txt
deleted file mode 100644
index 0bc8c9a7a0..0000000000
--- a/libical/design-data/value-c-types.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-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
-TEXT char*
-TIME struct icaltimetype
-TRIGGER union icaltriggertype # Non-std
-URI char*
-UTC-OFFSET int
-QUERY char*