From: espen Date: Sun, 24 Mar 2002 12:52:11 +0000 (+0000) Subject: Definition of SIGNAL-NAME-TO-STRING moved to gobject.lisp X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/d1ce759c6186fb9ff8aa12feba1d104860c4ac4a Definition of SIGNAL-NAME-TO-STRING moved to gobject.lisp --- diff --git a/glib/gcallback.lisp b/glib/gcallback.lisp index e55a784..14ac0fb 100644 --- a/glib/gcallback.lisp +++ b/glib/gcallback.lisp @@ -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 -;; $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") @@ -105,9 +105,6 @@ (defbinding (idle-add "g_idle_add_full") ;;;; 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))