aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/primitive.scm
blob: ad33a3bed539c5f69d2d221a2b50a8973db94a13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;;; 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))

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