;; Generated by G-Wrap: an experimental Guile C API-wrapper engine.

(define-module (test gw-test-child))

(export <gw:TestChildObj*>)
(export gw-test-child-make-obj)
(export gw-test-child-same-obj)
(export gw-test-child-display-obj)
(export gw-test-child-pass-back-parent-obj)
(cond
 ((or (string=? (version) "1.3")
      (string=? (version) "1.3.4"))
  (dynamic-call "gw_init_wrapset_gw_test_child"
                (dynamic-link "libgw-test-child.so")))
 (else
  (dynamic-call "gw_init_wrapset_gw_test_child"
                (dynamic-link "libgw-test-child"))))
