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:
81a191e
)
Added library initialization
author
espen
<espen>
Sun, 31 Oct 2004 11:41:06 +0000
(11:41 +0000)
committer
espen
<espen>
Sun, 31 Oct 2004 11:41:06 +0000
(11:41 +0000)
glib/gtype.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gtype.lisp
b/glib/gtype.lisp
index 02f967760cd29ce52b037caa2dd2838ee7098486..1ffa9f2d9d1ce10e1d35692a2a24b587a256c451 100644
(file)
--- a/
glib/gtype.lisp
+++ b/
glib/gtype.lisp
@@
-15,15
+15,15
@@
;; 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: gtype.lisp,v 1.1
7 2004-10-27 14:59:00
espen Exp $
+;; $Id: gtype.lisp,v 1.1
8 2004-10-31 11:41:06
espen Exp $
(in-package "GLIB")
(use-prefix "g")
(in-package "GLIB")
(use-prefix "g")
-;
(load-shared-library "libgobject-2.0" :init "g_type_init")
-
-;;;;
+;
; Initialize the glib type system
+(defbinding type-init () nil)
+(type-init)
(deftype type-number () '(unsigned 32))
(deftype type-number () '(unsigned 32))