Added finalizing of all gtk+ classes at the end of compilation
[cl-gtk2.git] / gtk / gtk.selections.lisp
blobd97d01427f06cf679eaad7f73cc98fc783fd251f
1 (in-package :gtk)
3 (define-g-boxed-cstruct target-entry "GtkTargetEntry"
4 (target :string :initform 0)
5 (flags target-flags :initform 0)
6 (info :uint :initform 0))
8 (export (boxed-related-symbols 'target-entry))