From 7dd22dfad91491b21da600e47a495c047d61e834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 18 Feb 2019 18:56:18 +0100 Subject: Start rework of guile interface. --- guile_interface.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 guile_interface.h (limited to 'guile_interface.h') diff --git a/guile_interface.h b/guile_interface.h new file mode 100644 index 00000000..91e25a72 --- /dev/null +++ b/guile_interface.h @@ -0,0 +1,15 @@ +#ifndef GUILE_INTERFACE_H +#define GUILE_INTERFACE_H + +#include + +void init_vcomponent (); +void init_vcomponent_type (void); + +SCM make_vcomponent (SCM); +SCM vcomponent_get_attribute (SCM, SCM); +SCM vcomponent_child_count (SCM); +SCM vcomponent_children (SCM); +SCM vcomponent_typeof (SCM); + +#endif /* GUILE_INTERFACE_H */ -- cgit v1.2.3