]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-iterator-ctor.hh
release: 1.3.109
[lilypond.git] / lily / include / music-iterator-ctor.hh
index 56fc3c03c26bb8c14458fccac4b3a00174866c86..5a066988a7659042c76448cbe45b89781b715818 100644 (file)
@@ -1,5 +1,5 @@
 /*   
-  score-element-callback.hh -- declare Score_element callbacks
+  grob-callback.hh -- declare Grob callbacks
   
   source file of the GNU LilyPond music typesetter
   
@@ -13,8 +13,9 @@
 #include "lily-proto.hh"
 #include "lily-guile.hh"
 
-typedef void * (*Cpp_function) (SCM param);
-SCM smobify_cpp_function (Cpp_function cb);
+typedef void * (*Cxx_function) (SCM param);
+Cxx_function unsmob_cxx_function (SCM x);
+SCM smobify_cxx_function (Cxx_function cb);
 
 
 #endif /* SCORE_ELEMENT_CALLBACK_HH */