aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-05 00:55:35 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-05 00:55:35 +0200
commitc64a4bc56f93c08cf55fb907078e588ad737684c (patch)
treef70767074a4550a2be180dd4659e2dedc922b0b4 /module/vcomponent.scm
parentMove lens test. (diff)
downloadcalp-c64a4bc56f93c08cf55fb907078e588ad737684c.tar.gz
calp-c64a4bc56f93c08cf55fb907078e588ad737684c.tar.xz
Major work on, something.
Diffstat (limited to 'module/vcomponent.scm')
-rw-r--r--module/vcomponent.scm15
1 files changed, 12 insertions, 3 deletions
diff --git a/module/vcomponent.scm b/module/vcomponent.scm
index 0f000ba5..7930bf92 100644
--- a/module/vcomponent.scm
+++ b/module/vcomponent.scm
@@ -2,12 +2,21 @@
:use-module (hnh util)
:use-module (vcomponent base)
:use-module (vcomponent config)
- ;; :use-module ((vcomponent util instance methods)
- ;; :select (make-vcomponent))
:use-module ((vcomponent util parse-cal-path)
:select (parse-cal-path))
- :re-export (make-vcomponent
+ :re-export (
+ vcomponent
+ set-properties
+ properties
+ children
+ type
+ prop
+ prop*
parse-cal-path
+ param
+ ;; value
+ vline?
+ vline-parameters
;; configuration items
calendar-files default-calendar))