aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/primitive.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-10-06 13:35:20 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-10-06 13:35:20 +0200
commitfeefb97cf9118c8e5d7018e33887a371dadc5eab (patch)
tree33c42222df642813b726f5cc085d0d3569e441a1 /module/vcomponent/primitive.scm
parentRemove old C code. (diff)
downloadcalp-feefb97cf9118c8e5d7018e33887a371dadc5eab.tar.gz
calp-feefb97cf9118c8e5d7018e33887a371dadc5eab.tar.xz
Minor cleanup in scheme code.
Diffstat (limited to 'module/vcomponent/primitive.scm')
-rw-r--r--module/vcomponent/primitive.scm22
1 files changed, 4 insertions, 18 deletions
diff --git a/module/vcomponent/primitive.scm b/module/vcomponent/primitive.scm
index 2cf12508..5fef08cc 100644
--- a/module/vcomponent/primitive.scm
+++ b/module/vcomponent/primitive.scm
@@ -1,23 +1,9 @@
;;; Primitive export of symbols linked from C binary.
(define-module (vcomponent primitive)
- #:export #;
- (%vcomponent-children ;
- %vcomponent-push-child! ;
- %vcomponent-filter-children! ;
- ;
- %vcomponent-parent ;
- ;
- %vcomponent-make ;
- %vcomponent-get-type ;
- %vcomponent-set-type! ;
- ;
- %vcomponent-get-attribute ;
- %vcomponent-attribute-list ;
- ;
- %vcomponent-shallow-copy)
-
- (make-vcomponent add-line! add-child! make-vline add-attribute! parse-cal-path)
- )
+ #:export (make-vcomponent
+ add-line! add-child!
+ make-vline add-attribute!
+ parse-cal-path))
(load-extension "libguile-calendar" "init_lib")