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, 0 insertions, 6 deletions
diff --git a/guile_interface.x__ b/guile_interface.x__
deleted file mode 100644
index badb3ca8..00000000
--- a/guile_interface.x__
+++ /dev/null
@@ -1,6 +0,0 @@
-/* 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);;