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:
31700e8
)
Added type definition for gclosure
author
espen
<espen>
Sun, 30 Jan 2005 14:23:20 +0000
(14:23 +0000)
committer
espen
<espen>
Sun, 30 Jan 2005 14:23:20 +0000
(14:23 +0000)
glib/gcallback.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gcallback.lisp
b/glib/gcallback.lisp
index f2fc31160c5828ea94b49d65971c2976dae467a1..3ad404271bd94d7d404e0a051770448636322aa0 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.1
7 2005-01-03 16:37:16
espen Exp $
+;; $Id: gcallback.lisp,v 1.1
8 2005-01-30 14:23:20
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-240,7
+240,9
@@
(defbinding signal-handler-is-connected-p () boolean
(instance ginstance)
(handler-id unsigned-int))
(instance ginstance)
(handler-id unsigned-int))
-(defbinding (callback-closure-new "clg_callback_closure_new") () pointer
+(deftype gclosure () 'pointer)
+
+(defbinding (callback-closure-new "clg_callback_closure_new") () gclosure
(callback-id unsigned-int)
(callback pointer)
(destroy-notify pointer))
(callback-id unsigned-int)
(callback pointer)
(destroy-notify pointer))