aboutsummaryrefslogtreecommitdiffstats
path: root/libical/design-data/value-c-types.txt
diff options
context:
space:
mode:
authorJP Rosevear <jpr@src.gnome.org>2001-02-06 03:43:58 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-02-06 03:43:58 +0800
commite582e23949ac7cb3e4d72ee50957a105ce30e1be (patch)
tree58d90b179338b33921f5bbb0e0d447fcbc58b6be /libical/design-data/value-c-types.txt
parentd7da449065a8138d93367765f091932481e776b4 (diff)
downloadgsoc2013-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/value-c-types.txt')
-rw-r--r--libical/design-data/value-c-types.txt46
1 files changed, 23 insertions, 23 deletions
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