Merge branch 'master' of git://github.com/dmitryvk/cl-gtk2 into gdk-pixbuf
[cl-gtk2.git] / gtk / gtk.selections.lisp
1 (in-package :gtk)
2
3 (define-g-boxed-cstruct target-entry "GtkTargetEntry"
4   (target :string :initform 0)
5   (flags target-flags :initform 0)
6   (info :uint :initform 0))
7
8 (export (boxed-related-symbols 'target-entry))
9