X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/blobdiff_plain/feff53f5db11aadcb363d1c756da009b21bc3004..53a94300685e9c34f59fa8889b22b0cbdd612428:/glib/glib-export.lisp diff --git a/glib/glib-export.lisp b/glib/glib-export.lisp index 21c269a..a884660 100644 --- 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 -;; $Id: glib-export.lisp,v 1.5 2001-05-11 16:11:07 espen Exp $ +;; $Id: glib-export.lisp,v 1.6 2002-01-20 14:09:52 espen Exp $ ;;; Autogenerating exported symbols @@ -44,5 +44,6 @@ (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;ginterface.lisp") (export-from-file #p"clg:glib;gobject.lisp") (export-from-file #p"clg:glib;genums.lisp")