X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/a905f5d98e5623f6a6be5508600427d33c780b07..9c1598dfee450d4466a03e04e70d7a1601aba4ff:/gtk/gtkobject.lisp?ds=sidebyside diff --git a/gtk/gtkobject.lisp b/gtk/gtkobject.lisp index 7705de9..8bbd5e6 100644 --- a/gtk/gtkobject.lisp +++ b/gtk/gtkobject.lisp @@ -15,11 +15,17 @@ ;; 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: gtkobject.lisp,v 1.5 2000/08/23 21:41:10 espen Exp $ +;; $Id: gtkobject.lisp,v 1.6 2000/09/04 22:14:54 espen Exp $ (in-package "GTK") + +;;;; Initializing + +(setf (alien-type-name 'pointer) "gpointer") + + ;;;; Misc utils (defun name-to-string (name)