aboutsummaryrefslogtreecommitdiff
path: root/vcalendar/primitive.scm
blob: aa1820407fe88ccb6c62ce19ccfae7aba0085fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;;; Primitive export of symbols linked from C binary.

(define-module (vcalendar primitive)
  #:export (%vcomponent-children
            %vcomponent-push-child!

            %vcomponent-parent

            %vcomponent-make
            %vcomponent-type

            %vcomponent-set-attribute!
            %vcomponent-get-attribute))

(setenv "LD_LIBRARY_PATH" (dirname (dirname (current-filename))))
(load-extension "libguile-calendar" "init_lib")