projects
/
cl-gtk2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Squashed andy128k patch
[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