aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/primitive.scm
blob: 5fef08cce5cd8f290805efacf8454235941c3593 (plain)
1
2
3
4
5
6
7
8
9
;;; Primitive export of symbols linked from C binary.

(define-module (vcomponent primitive)
  #:export (make-vcomponent
            add-line! add-child!
            make-vline add-attribute!
            parse-cal-path))

(load-extension "libguile-calendar" "init_lib")