Merge commit 'ae006838093cfeb67b3818526622fb5cb61d5300' of git://github.com/scymtym...
[cl-gtk2.git] / gtk / gtk.functions.lisp
1 (in-package :gtk)
2
3 (defcfun (object-destroy "gtk_object_destroy") :void
4   (object (g-object gtk-object)))