aboutsummaryrefslogtreecommitdiff
path: root/guile_interface.x__
diff options
context:
space:
mode:
Diffstat (limited to 'guile_interface.x__')
-rw-r--r--guile_interface.x__6
1 files changed, 6 insertions, 0 deletions
diff --git a/guile_interface.x__ b/guile_interface.x__
new file mode 100644
index 00000000..badb3ca8
--- /dev/null
+++ b/guile_interface.x__
@@ -0,0 +1,6 @@
+/* cpp arguments: guile_interface.scm.c -std=gnu11 -Wall -Wextra -fPIC -pthread -I/usr/include/guile/2.2 */
+scm_c_define_gsubr (s_make_vcomponent, 1, 0, 0, (scm_t_subr) make_vcomponent);;
+scm_c_define_gsubr (s_vcomponent_get_attribute, 2, 0, 0, (scm_t_subr) vcomponent_get_attribute);;
+scm_c_define_gsubr (s_vcomponent_child_count, 1, 0, 0, (scm_t_subr) vcomponent_child_count);;
+scm_c_define_gsubr (s_vcomponent_children, 1, 0, 0, (scm_t_subr) vcomponent_children);;
+scm_c_define_gsubr (s_vcomponent_typeof, 1, 0, 0, (scm_t_subr) vcomponent_typeof);;