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:
b44caf7
)
Added new files
author
espen
<espen>
Sun, 29 Apr 2001 20:20:39 +0000
(20:20 +0000)
committer
espen
<espen>
Sun, 29 Apr 2001 20:20:39 +0000
(20:20 +0000)
glib/glib-export.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/glib-export.lisp
b/glib/glib-export.lisp
index 2ec5de03f086aa9f47d4d36f350f7e1d640b74a1..01da852787677009c0d4d13ad89e3400242a3db9 100644
(file)
--- a/
glib/glib-export.lisp
+++ b/
glib/glib-export.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: glib-export.lisp,v 1.
3 2000/11/09 20:29:1
9 espen Exp $
+;; $Id: glib-export.lisp,v 1.
4 2001/04/29 20:20:3
9 espen Exp $
;;; Autogenerating exported symbols
;;; Autogenerating exported symbols
@@
-29,6
+29,12
@@
(defexport define-foreign (name &rest args)
name
(second name)))
name
(second name)))
+ (defexport defbinding (name &rest args)
+ (declare (ignore args))
+ (if (symbolp name)
+ name
+ (second name)))
+
(defexport deftype (name &rest args)
(declare (ignore args))
(if (symbolp name)
(defexport deftype (name &rest args)
(declare (ignore args))
(if (symbolp name)
@@
-41,7
+47,10
@@
(defexport define-type-method-fun (name lambda-list)
(export-from-file #p"clg:glib;gutils.lisp")
(export-from-file #p"clg:glib;glib.lisp")
(export-from-file #p"clg:glib;gutils.lisp")
(export-from-file #p"clg:glib;glib.lisp")
+(export-from-file #p"clg:glib;proxy.lisp")
+(export-from-file #p"clg:glib;gboxed.lisp")
(export-from-file #p"clg:glib;gtype.lisp")
(export-from-file #p"clg:glib;gparam.lisp")
(export-from-file #p"clg:glib;gcallback.lisp")
(export-from-file #p"clg:glib;gobject.lisp")
(export-from-file #p"clg:glib;gtype.lisp")
(export-from-file #p"clg:glib;gparam.lisp")
(export-from-file #p"clg:glib;gcallback.lisp")
(export-from-file #p"clg:glib;gobject.lisp")
+(export-from-file #p"clg:glib;genums.lisp")