chiark / gitweb /
Definition of SIGNAL-NAME-TO-STRING moved to gobject.lisp
authorespen <espen>
Sun, 24 Mar 2002 12:52:11 +0000 (12:52 +0000)
committerespen <espen>
Sun, 24 Mar 2002 12:52:11 +0000 (12:52 +0000)
glib/gcallback.lisp

index e55a784cf12065683803516d9c69fd7eca6097cc..14ac0fbde8ecf7dac60599f0522cf3c7e7c3f5e6 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: gcallback.lisp,v 1.6 2002-03-19 17:09:15 espen Exp $
+;; $Id: gcallback.lisp,v 1.7 2002-03-24 12:52:11 espen Exp $
 
 (in-package "GLIB")
 
 
 (in-package "GLIB")
 
@@ -105,9 +105,6 @@ (defbinding (idle-add "g_idle_add_full")
 
 ;;;; Signals
 
 
 ;;;; Signals
 
-(defun signal-name-to-string (name)
-  (substitute #\_ #\- (string-downcase (string name))))
-
 (defbinding signal-lookup (name itype) unsigned-int
   ((signal-name-to-string name) string)
   (itype type-number))
 (defbinding signal-lookup (name itype) unsigned-int
   ((signal-name-to-string name) string)
   (itype type-number))