aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
diff options
context:
space:
mode:
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))