From c64a4bc56f93c08cf55fb907078e588ad737684c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 5 Sep 2023 00:55:35 +0200 Subject: Major work on, something. --- module/vcomponent.scm | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'module/vcomponent.scm') 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)) -- cgit v1.2.3