chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9db5216
)
Definition of SIGNAL-NAME-TO-STRING moved to gobject.lisp
author
espen
<espen>
Sun, 24 Mar 2002 12:52:11 +0000
(12:52 +0000)
committer
espen
<espen>
Sun, 24 Mar 2002 12:52:11 +0000
(12:52 +0000)
glib/gcallback.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gcallback.lisp
b/glib/gcallback.lisp
index a5751476c53500d2423db7caeee0116ec4b04434..bedf0d4f0b81ea1518d50d30910e2b8f91b18151 100644
(file)
--- 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
;; 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))