]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/gui-environment.h
Define procedures with keywords from C code
[guile-irrlicht.git] / src / gui-environment.h
index caac2eeda7653f21c0ac15ab9f4797974101340d..dd3f597d051d6239de7bc2c3a561a831d5a04ef6 100644 (file)
@@ -38,14 +38,10 @@ extern "C" {
   irr_getGUIEnvironment (SCM wrapped_obj);
 
   SCM
-  irr_gui_addStaticText (SCM guienv,
+  irr_gui_addStaticText (SCM wrapped_gui_environment,
                          SCM text,
                          SCM rectangle,
-                         SCM border,
-                         SCM wordWrap,
-                         SCM parent,
-                         SCM id,
-                         SCM fillBackground);
+                         SCM rest);
 
 }