aboutsummaryrefslogtreecommitdiff
path: root/module/vcalendar/primitive.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-31 00:12:37 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-31 00:12:37 +0100
commit5b782cce0b60f67ca06085bb7a48528ce5a14987 (patch)
tree1a29d3d90830f3c07ee12f6ce744f6abe34b235b /module/vcalendar/primitive.scm
parentAdd as-{string,symb}. (diff)
downloadcalp-5b782cce0b60f67ca06085bb7a48528ce5a14987.tar.gz
calp-5b782cce0b60f67ca06085bb7a48528ce5a14987.tar.xz
Add (read only) property access from scheme.
Diffstat (limited to '')
-rw-r--r--module/vcalendar/primitive.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/module/vcalendar/primitive.scm b/module/vcalendar/primitive.scm
index fed799f9..f41a7803 100644
--- a/module/vcalendar/primitive.scm
+++ b/module/vcalendar/primitive.scm
@@ -14,6 +14,9 @@
%vcomponent-set-attribute!
%vcomponent-get-attribute
+ %vcomponent-get-property
+ %vcomponent-property-list
+
%vcomponent-attribute-list
%vcomponent-shallow-copy))